summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing <sys/module.h> includesphk2004-05-3036-0/+36
* Zap a redundant NULLphk2004-05-301-1/+1
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-3033-2/+35
* Fix typo.le2004-05-301-1/+1
* Make the comment for DLT_NULL slightly more accurate.dwmalone2004-05-301-1/+1
* Use miligram rather than mg in the definition of carats.dwmalone2004-05-301-2/+2
* struct cpu_nameclass is a private to identcpu.c, move it there.phk2004-05-302-6/+4
* Merged from sys/dev/fdc/fdc.c revision 1.272.nyan2004-05-302-2/+2
* Also terminate program names if we hit a '/' - this is to be slightlydwmalone2004-05-301-1/+2
* Use a better way to calculate POINTER_WIDTH suggested by pjd@.dwmalone2004-05-301-1/+1
* A log file name may now be prefixed by a '-' if it should not bedwmalone2004-05-302-2/+32
* Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They arestefanf2004-05-3011-6/+331
* Include <string.h> rather than <strings.h> for string function prototypes.stefanf2004-05-303-3/+3
* The file pt_tcplisten.c lacks the $FreeBSD$ keyword. Use the opportunity tostefanf2004-05-308-28/+18
* Remove the macros for creal{,f} and cimag{,f}. They failed to convert theirstefanf2004-05-301-7/+0
* MFi386 revision 1.6alc2004-05-301-2/+2
* Use a unique malloc type rather than M_DEVBUF.scottl2004-05-304-31/+35
* check interface numbersanpei2004-05-301-3/+5
* Correct typo, vm_page_list_find() is called vm_pageq_find() for quite ahmp2004-05-301-2/+2
* Permit (but ignore) -Z with -x or -t, now that libarchivekientzle2004-05-301-2/+9
* Try to be more careful about using using the file descriptor f_file.dwmalone2004-05-301-7/+13
* Some string fixes.dwmalone2004-05-291-4/+9
* Exit with a warning if the path to one of the logging sockets isdwmalone2004-05-291-0/+4
* Fix some bugs that don't manifest themselves in practice.dwmalone2004-05-291-3/+6
* Update a couple of comments.dwmalone2004-05-291-2/+2
* Fix build with ndisulator: Add prototype for my_strcasecmp().wpaul2004-05-291-0/+1
* Remove constant which makes the assumption that the length ofcsjp2004-05-291-2/+3
* o Implement -U flag: run command as user which exists only in jail.maxim2004-05-292-19/+40
* In hme_init() call mii_mediachg() to make sure the current media is set.marius2004-05-291-1/+4
* DP83840A on hme(4) don't advertise their media capabilities themselvesmarius2004-05-291-4/+11
* Spelling fix in a comment.marius2004-05-292-2/+2
* Remove double __FBSDID and move the remaining one into a common place aftermarius2004-05-2923-90/+27
* Move __FBSDID out from under a comment.marius2004-05-291-3/+3
* Spelling fix in a comment.marius2004-05-291-1/+1
* Don't release Giant until after the call to vput() in nfsrv_setattr().rwatson2004-05-291-1/+1
* In axe_stop(), close the pipes before calling axe_reset(). axe_reset()iedowse2004-05-291-2/+2
* No need to conditionally acquire Giant in nfssvc_nfsd() because itrwatson2004-05-291-2/+0
* Refuse to change the configuration index if the device has openiedowse2004-05-291-2/+10
* Switch to using C99 sparse initialisers for the type methods array.rik2004-05-293-67/+27
* Add a new netgraph method to allow restoration of somejulian2004-05-294-12/+40
* Missed these in the last commit.julian2004-05-293-36/+31
* In subr_ndis.c, when searching for keys in our make-pretend registry,wpaul2004-05-292-5/+71
* Format nits.maxim2004-05-291-2/+2
* Remove unneeded XXX comments botched in previous commit.maxim2004-05-291-6/+1
* Decrease sleep_delay default to 1 second now that the machines thatnjl2004-05-291-2/+2
* Throw the switch and enable use of the lowest idle states while online innjl2004-05-291-1/+1
* Style cleanups, don't set the device description before the probe routinenjl2004-05-293-49/+37
* Remove componenst which are not part of GCC 3.3 and which are not likelykan2004-05-294-115/+0
* Fix the type of struct bbf's arc_count member: according to gcc'stjr2004-05-291-1/+1
* Enable MI bits for gcc -ftest-coverage -fprofile-arcs on amd64.tjr2004-05-291-1/+2
OpenPOWER on IntegriCloud