summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement __bb_init_func. This is a fairly straightforward conversiontjr2004-05-291-0/+19
* Provide the _start_ctors and _stop_ctors symbols. As on i386, the addressestjr2004-05-291-0/+4
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-2952-626/+472
* Add trailing backslash missing from previous checkin.thomas2004-05-281-1/+1
* Support for optional initialization of the configuration slice bythomas2004-05-282-1/+12
* Decide how much space we need to print a pointer usingdwmalone2004-05-281-5/+1
* Look up ${CUSTOMIZE} in ${.CURDIR} first, and then as a path name by itself,thomas2004-05-281-3/+3
* Add the integrated NICs on the Dell PowerEdge 1750 and 2650 to the listsimon2004-05-281-0/+4
* Remove a broken micro-optimization from pmap_enter(). The ill effectalc2004-05-282-16/+0
OpenPOWER on IntegriCloud