summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add separate script for natd. This fixes race condition with "ipfw restart"fjoe2004-04-053-28/+45
* Allow this script to be used for Postfix:fjoe2004-04-051-3/+4
* Document sendmail_pidfile variable.fjoe2004-04-051-1/+3
* Try not to crash instantly when signalling a libthr program to death.dfr2004-04-051-1/+1
* Document lgetfh(2).dfr2004-04-052-5/+22
* Regen.dfr2004-04-056-7/+15
* Add lgetfh(2) which is like getfh(2) but doesn't follow symlinks.dfr2004-04-053-1/+77
* Print cpu features for crusoe processors.dfr2004-04-051-0/+2
* Add ${CPUTYPE} support for crusoe processors (cribbed from Linux kerneldfr2004-04-051-1/+4
* - The MiniportReset() function can return NDIS_STATUS_PENDING, in whichwpaul2004-04-054-54/+58
* Converted the isa probe and attach to new-bus so that this driver worksbde2004-04-055-139/+247
* Make WARNS=5 clean.phk2004-04-052-6/+9
* Moved initialization of the lock from the (isa) probe function to thebde2004-04-053-18/+18
* Sort #includes, remove <sys/types.h> (made redundant by <sys/param.h>),des2004-04-051-4/+6
* Delay permission checks for VCHR vnodes until after vnode is locked inkan2004-04-051-2/+7
* use correct malloc type to allocate struct ieee80211_node'ssam2004-04-051-1/+1
* export the malloc type M_80211_NODE for drivers that override the nodesam2004-04-052-0/+3
* make malloc tag for ieee80211_node more recognizablesam2004-04-051-1/+1
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-0512-28/+8
* Add #include for ctype.h to cover strupr() in the !_KERNEL case.njl2004-04-051-0/+1
* Add register definitions for the status and command registers for AGP.imp2004-04-052-0/+44
* Ever since rev 1.27 of puc.c, the port number that was exposed by puc(4)marcel2004-04-051-1/+1
* Two missed in previous commit -- compare pointer with NULL rather thanrwatson2004-04-052-4/+4
* Prefer NULL to 0 when checking pointer values as integers or booleans.rwatson2004-04-052-38/+40
* Remove unused arguments from pmap_init().alc2004-04-0510-13/+10
* Eliminate unused arguments from vm_page_startup().alc2004-04-043-3/+3
* freebsd.org -> FreeBSD.orgphantom2004-04-043-3/+3
* Rename internal structure to fix cut & paste error.archie2004-04-041-3/+3
* The list of (key,value) pairs to request_init is terminated by a 0 key,dwmalone2004-04-041-1/+1
* Cast the terminating NULL to char * in the execl() call.mux2004-04-041-1/+1
* Calculate bio_completed properly or die!pjd2004-04-041-0/+3
* Fix a panic possibility caused by returning without releasing locks.pjd2004-04-041-37/+26
* Add FBSDID. Use getopt(3).charnier2004-04-041-11/+15
* Add FBSDID. err(3) changed to errx(3) because there is no errno messagecharnier2004-04-041-4/+4
* 2 small typos.charnier2004-04-041-2/+2
* Do not :-terminate err(3) string, one will be added anyway.charnier2004-04-041-1/+1
* Spell 2 as SHUT_RDWR when used as an argument to soshutdown().rwatson2004-04-042-2/+2
* Be consistant while reporting error conditions.charnier2004-04-041-2/+2
* Detatch incorrect spellings of detach.rwatson2004-04-041-1/+1
* Explicitly compare pointers with NULL rather than treating a pointer asrwatson2004-04-042-6/+9
* - Use the proper constant in sched_interact_update(). Previously,jeff2004-04-041-1/+1
* Add FBSDID. Use %ld to printf(3) a long (even if the number is small).charnier2004-04-041-3/+6
* Add FBSDID. Do not dot terminate errx(3) string.charnier2004-04-041-5/+6
* Drop the include of <stdint.h>, since r1.84 removed references of intmax_t.gad2004-04-041-1/+0
* Add back the `-e' option, which was mistakenly dropped when cleaninggad2004-04-041-1/+1
* Put a bunch of output that us really only useful in a debugmarkm2004-04-042-2/+26
* www.freebsdmirrors.org -> mirrorlist.freebsd.orgphantom2004-04-042-2/+2
* Add a workaround.pjd2004-04-041-2/+2
* - Use an ihandle_t to store the stdout instance handle instead of atmm2004-04-042-3/+3
* Add data for missing categories to zh_HK.Big5HKSCS locale.tjr2004-04-045-2/+8
OpenPOWER on IntegriCloud