aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* plug resource leakSam Leffler2005-02-241-0/+1
* remove gratuitous null ptr checkSam Leffler2005-02-241-2/+1
* o nuke duplicate call of dpt_free when dpt_init failsSam Leffler2005-02-241-3/+1
* move ptr deref's to after null ptr checksSam Leffler2005-02-242-4/+8
* the rt parameter to ifa_rtrequest callbacks should always be non-null;Sam Leffler2005-02-244-10/+4
* Fix a couple of grammar nits.Tom Rhodes2005-02-241-3/+3
* change m_adj to reclaim unused mbufs instead of zero'ing m_lenSam Leffler2005-02-241-2/+4
* Do not mislead users into checking for a mount_ufs or mount_ufs2 manualTom Rhodes2005-02-241-1/+3
* Add locking assertions into vn_extattr_set, vn_extattr_get andChristian S.J. Peron2005-02-241-0/+6
* Autogenerate device listings for snd_sbc(4).Christian Brueffer2005-02-243-82/+3
* Note how cp(1) handles directories ending in "/."Tom Rhodes2005-02-241-1/+5
* Drop bzero and shove the responsibility of zeroing the kse upcallChristian S.J. Peron2005-02-241-2/+1
* -document the fact that extattr_get_* can fail if the requestedChristian S.J. Peron2005-02-241-1/+3
* - move information about supported hardware into a HARDWARE sectionChristian Brueffer2005-02-231-10/+17
* Xref chflags(2).Tom Rhodes2005-02-231-1/+7
* Tweak description and add Belkin F5D5020Warner Losh2005-02-231-2/+6
* Add information on utilities which may or may not be aware of file flags.Tom Rhodes2005-02-231-1/+18
* eliminate dead codeSam Leffler2005-02-231-6/+6
* Sort the list of devices in the HARDWARE section. Also move the sectionChristian Brueffer2005-02-231-17/+17
* eliminate dead code and collapse the remainderSam Leffler2005-02-231-3/+1
* avoid potential null ptr derefsSam Leffler2005-02-231-2/+11
* Add better mdoc(7) mark up, clean up wording, better describe the effectsTom Rhodes2005-02-231-6/+23
* Update list of utilitys which are implemented externally, Xref info.1,Tom Rhodes2005-02-231-16/+25
* Make it more obvious that cap_mkdb(1) is required to rebuild the database.Tom Rhodes2005-02-231-0/+7
* If what we have is a struct sockaddr_storage * and what we want is aDag-Erling Smørgrav2005-02-231-8/+8
* Fixed warnings and bump WARNS to 6.Ruslan Ermilov2005-02-232-25/+14
* Bump WARNS to 6.Ruslan Ermilov2005-02-231-1/+1
* Simplify steps necessary to cross-install -CURRENT onto aRuslan Ermilov2005-02-231-4/+2
* remove dead codeSam Leffler2005-02-231-4/+0
* eliminate potential null derefSam Leffler2005-02-231-1/+0
* Reword the HARDWARE section, so it can be used in the autogeneratedChristian Brueffer2005-02-231-1/+3
* - make the hardware list look like that of other manpagesChristian Brueffer2005-02-231-2/+2
* Update release notes:Hiroki Sato2005-02-232-4/+4
* - remove OpenBSDisms, add FreeBSDismsGleb Smirnoff2005-02-231-54/+46
* Make WARNS=6-clean.Dag-Erling Smørgrav2005-02-232-12/+13
* New release notes:Hiroki Sato2005-02-232-0/+20
* Note removal of "options CPU_ENABLE_TCC"Nate Lawson2005-02-231-0/+5
* Also remove CPU_ENABLE_TCC from the NOTES build.Nate Lawson2005-02-231-1/+0
* Remove the old p4tcc.Nate Lawson2005-02-231-270/+0
* Implement IoCancelIrp(), IoAcquireCancelSpinLock(), IoReleaseCancelSpinLock()Bill Paul2005-02-232-5/+260
* Hook p4tcc up to the module build.Nate Lawson2005-02-231-1/+1
* Remove CPU_ENABLE_TCC and hook the cpufreq p4tcc up to the build.Nate Lawson2005-02-233-8/+1
* Import a rewrite of p4tcc for the cpufreq(4) framework. This includesNate Lawson2005-02-231-183/+191
* Update release notes:Hiroki Sato2005-02-232-8/+10
* Forced commit to note a repocopy of this file from sys/i386/i386/p4tcc.cNate Lawson2005-02-230-0/+0
* Update release notes:Hiroki Sato2005-02-232-2/+4
* Replace "ipfw l", which is now deprecated, with "ipfw list".Suleiman Souhlal2005-02-232-2/+2
* Correctly calculate what to do and how to retry a request to a plex whenLukas Ertl2005-02-232-12/+47
* Use the LST_FOREACH macro instead of the Lst_ForEach functionHartmut Brandt2005-02-231-40/+25
* Style: fix indent, use tabs instead of space+tab for aligning things.Hartmut Brandt2005-02-231-135/+147