aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-3036-0/+36
* Zap a redundant NULLPoul-Henning Kamp2004-05-301-1/+1
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-3033-2/+35
* Fix typo.Lukas Ertl2004-05-301-1/+1
* Make the comment for DLT_NULL slightly more accurate.David Malone2004-05-301-1/+1
* Use miligram rather than mg in the definition of carats.David Malone2004-05-301-2/+2
* struct cpu_nameclass is a private to identcpu.c, move it there.Poul-Henning Kamp2004-05-302-6/+4
* Merged from sys/dev/fdc/fdc.c revision 1.272.Yoshihiro Takahashi2004-05-302-2/+2
* Also terminate program names if we hit a '/' - this is to be slightlyDavid Malone2004-05-301-1/+2
* Use a better way to calculate POINTER_WIDTH suggested by pjd@.David Malone2004-05-301-1/+1
* A log file name may now be prefixed by a '-' if it should not beDavid Malone2004-05-302-2/+32
* Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They areStefan Farfeleder2004-05-3011-6/+331
* Include <string.h> rather than <strings.h> for string function prototypes.Stefan Farfeleder2004-05-303-3/+3
* The file pt_tcplisten.c lacks the $FreeBSD$ keyword. Use the opportunity toStefan Farfeleder2004-05-308-28/+18
* Remove the macros for creal{,f} and cimag{,f}. They failed to convert theirStefan Farfeleder2004-05-301-7/+0
* MFi386 revision 1.6Alan Cox2004-05-301-2/+2
* Use a unique malloc type rather than M_DEVBUF.Scott Long2004-05-304-31/+35
* check interface numberMIHIRA Sanpei Yoshiro2004-05-301-3/+5
* Correct typo, vm_page_list_find() is called vm_pageq_find() for quite aHiten Pandya2004-05-301-2/+2
* Permit (but ignore) -Z with -x or -t, now that libarchiveTim Kientzle2004-05-301-2/+9
* Try to be more careful about using using the file descriptor f_file.David Malone2004-05-301-7/+13
* Some string fixes.David Malone2004-05-291-4/+9
* Exit with a warning if the path to one of the logging sockets isDavid Malone2004-05-291-0/+4
* Fix some bugs that don't manifest themselves in practice.David Malone2004-05-291-3/+6
* Update a couple of comments.David Malone2004-05-291-2/+2
* Fix build with ndisulator: Add prototype for my_strcasecmp().Bill Paul2004-05-291-0/+1
* Remove constant which makes the assumption that the length ofChristian S.J. Peron2004-05-291-2/+3
* o Implement -U flag: run command as user which exists only in jail.Maxim Konovalov2004-05-292-19/+40
* In hme_init() call mii_mediachg() to make sure the current media is set.Marius Strobl2004-05-291-1/+4
* DP83840A on hme(4) don't advertise their media capabilities themselvesMarius Strobl2004-05-291-4/+11
* Spelling fix in a comment.Marius Strobl2004-05-292-2/+2
* Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl2004-05-2923-90/+27
* Move __FBSDID out from under a comment.Marius Strobl2004-05-291-3/+3
* Spelling fix in a comment.Marius Strobl2004-05-291-1/+1
* Don't release Giant until after the call to vput() in nfsrv_setattr().Robert Watson2004-05-291-1/+1
* In axe_stop(), close the pipes before calling axe_reset(). axe_reset()Ian Dowse2004-05-291-2/+2
* No need to conditionally acquire Giant in nfssvc_nfsd() because itRobert Watson2004-05-291-2/+0
* Refuse to change the configuration index if the device has openIan Dowse2004-05-291-2/+10
* Switch to using C99 sparse initialisers for the type methods array.Roman Kurakin2004-05-293-67/+27
* Add a new netgraph method to allow restoration of someJulian Elischer2004-05-294-12/+40
* Missed these in the last commit.Julian Elischer2004-05-293-36/+31
* In subr_ndis.c, when searching for keys in our make-pretend registry,Bill Paul2004-05-292-5/+71
* Format nits.Maxim Konovalov2004-05-291-2/+2
* Remove unneeded XXX comments botched in previous commit.Maxim Konovalov2004-05-291-6/+1
* Decrease sleep_delay default to 1 second now that the machines thatNate Lawson2004-05-291-2/+2
* Throw the switch and enable use of the lowest idle states while online inNate Lawson2004-05-291-1/+1
* Style cleanups, don't set the device description before the probe routineNate Lawson2004-05-293-49/+37
* Remove componenst which are not part of GCC 3.3 and which are not likelyAlexander Kabaev2004-05-294-115/+0
* Fix the type of struct bbf's arc_count member: according to gcc'sTim J. Robbins2004-05-291-1/+1
* Enable MI bits for gcc -ftest-coverage -fprofile-arcs on amd64.Tim J. Robbins2004-05-291-1/+2