| Commit message (Expand) | Author | Age | Files | Lines |
| * | plug resource leak | Sam Leffler | 2005-02-24 | 1 | -0/+1 |
| * | remove gratuitous null ptr check | Sam Leffler | 2005-02-24 | 1 | -2/+1 |
| * | o nuke duplicate call of dpt_free when dpt_init fails | Sam Leffler | 2005-02-24 | 1 | -3/+1 |
| * | move ptr deref's to after null ptr checks | Sam Leffler | 2005-02-24 | 2 | -4/+8 |
| * | the rt parameter to ifa_rtrequest callbacks should always be non-null; | Sam Leffler | 2005-02-24 | 4 | -10/+4 |
| * | Fix a couple of grammar nits. | Tom Rhodes | 2005-02-24 | 1 | -3/+3 |
| * | change m_adj to reclaim unused mbufs instead of zero'ing m_len | Sam Leffler | 2005-02-24 | 1 | -2/+4 |
| * | Do not mislead users into checking for a mount_ufs or mount_ufs2 manual | Tom Rhodes | 2005-02-24 | 1 | -1/+3 |
| * | Add locking assertions into vn_extattr_set, vn_extattr_get and | Christian S.J. Peron | 2005-02-24 | 1 | -0/+6 |
| * | Autogenerate device listings for snd_sbc(4). | Christian Brueffer | 2005-02-24 | 3 | -82/+3 |
| * | Note how cp(1) handles directories ending in "/." | Tom Rhodes | 2005-02-24 | 1 | -1/+5 |
| * | Drop bzero and shove the responsibility of zeroing the kse upcall | Christian S.J. Peron | 2005-02-24 | 1 | -2/+1 |
| * | -document the fact that extattr_get_* can fail if the requested | Christian S.J. Peron | 2005-02-24 | 1 | -1/+3 |
| * | - move information about supported hardware into a HARDWARE section | Christian Brueffer | 2005-02-23 | 1 | -10/+17 |
| * | Xref chflags(2). | Tom Rhodes | 2005-02-23 | 1 | -1/+7 |
| * | Tweak description and add Belkin F5D5020 | Warner Losh | 2005-02-23 | 1 | -2/+6 |
| * | Add information on utilities which may or may not be aware of file flags. | Tom Rhodes | 2005-02-23 | 1 | -1/+18 |
| * | eliminate dead code | Sam Leffler | 2005-02-23 | 1 | -6/+6 |
| * | Sort the list of devices in the HARDWARE section. Also move the section | Christian Brueffer | 2005-02-23 | 1 | -17/+17 |
| * | eliminate dead code and collapse the remainder | Sam Leffler | 2005-02-23 | 1 | -3/+1 |
| * | avoid potential null ptr derefs | Sam Leffler | 2005-02-23 | 1 | -2/+11 |
| * | Add better mdoc(7) mark up, clean up wording, better describe the effects | Tom Rhodes | 2005-02-23 | 1 | -6/+23 |
| * | Update list of utilitys which are implemented externally, Xref info.1, | Tom Rhodes | 2005-02-23 | 1 | -16/+25 |
| * | Make it more obvious that cap_mkdb(1) is required to rebuild the database. | Tom Rhodes | 2005-02-23 | 1 | -0/+7 |
| * | If what we have is a struct sockaddr_storage * and what we want is a | Dag-Erling Smørgrav | 2005-02-23 | 1 | -8/+8 |
| * | Fixed warnings and bump WARNS to 6. | Ruslan Ermilov | 2005-02-23 | 2 | -25/+14 |
| * | Bump WARNS to 6. | Ruslan Ermilov | 2005-02-23 | 1 | -1/+1 |
| * | Simplify steps necessary to cross-install -CURRENT onto a | Ruslan Ermilov | 2005-02-23 | 1 | -4/+2 |
| * | remove dead code | Sam Leffler | 2005-02-23 | 1 | -4/+0 |
| * | eliminate potential null deref | Sam Leffler | 2005-02-23 | 1 | -1/+0 |
| * | Reword the HARDWARE section, so it can be used in the autogenerated | Christian Brueffer | 2005-02-23 | 1 | -1/+3 |
| * | - make the hardware list look like that of other manpages | Christian Brueffer | 2005-02-23 | 1 | -2/+2 |
| * | Update release notes: | Hiroki Sato | 2005-02-23 | 2 | -4/+4 |
| * | - remove OpenBSDisms, add FreeBSDisms | Gleb Smirnoff | 2005-02-23 | 1 | -54/+46 |
| * | Make WARNS=6-clean. | Dag-Erling Smørgrav | 2005-02-23 | 2 | -12/+13 |
| * | New release notes: | Hiroki Sato | 2005-02-23 | 2 | -0/+20 |
| * | Note removal of "options CPU_ENABLE_TCC" | Nate Lawson | 2005-02-23 | 1 | -0/+5 |
| * | Also remove CPU_ENABLE_TCC from the NOTES build. | Nate Lawson | 2005-02-23 | 1 | -1/+0 |
| * | Remove the old p4tcc. | Nate Lawson | 2005-02-23 | 1 | -270/+0 |
| * | Implement IoCancelIrp(), IoAcquireCancelSpinLock(), IoReleaseCancelSpinLock() | Bill Paul | 2005-02-23 | 2 | -5/+260 |
| * | Hook p4tcc up to the module build. | Nate Lawson | 2005-02-23 | 1 | -1/+1 |
| * | Remove CPU_ENABLE_TCC and hook the cpufreq p4tcc up to the build. | Nate Lawson | 2005-02-23 | 3 | -8/+1 |
| * | Import a rewrite of p4tcc for the cpufreq(4) framework. This includes | Nate Lawson | 2005-02-23 | 1 | -183/+191 |
| * | Update release notes: | Hiroki Sato | 2005-02-23 | 2 | -8/+10 |
| * | Forced commit to note a repocopy of this file from sys/i386/i386/p4tcc.c | Nate Lawson | 2005-02-23 | 0 | -0/+0 |
| * | Update release notes: | Hiroki Sato | 2005-02-23 | 2 | -2/+4 |
| * | Replace "ipfw l", which is now deprecated, with "ipfw list". | Suleiman Souhlal | 2005-02-23 | 2 | -2/+2 |
| * | Correctly calculate what to do and how to retry a request to a plex when | Lukas Ertl | 2005-02-23 | 2 | -12/+47 |
| * | Use the LST_FOREACH macro instead of the Lst_ForEach function | Hartmut Brandt | 2005-02-23 | 1 | -40/+25 |
| * | Style: fix indent, use tabs instead of space+tab for aligning things. | Hartmut Brandt | 2005-02-23 | 1 | -135/+147 |