aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove 86 unneeded #includesPoul-Henning Kamp2000-10-2722-86/+0
* Remove more unused #includes.Poul-Henning Kamp2000-10-279-30/+0
* Typo fix.Mike Pritchard2000-10-271-1/+1
* Initialize rn_mklist in rn_newpair(). The undocumented assumptionGarrett Wollman2000-10-271-0/+1
* remove a stddef.h missed by phkAndrew Gallatin2000-10-271-1/+0
* Explicitly initialize _pw_passwd.Jacques Vidrine2000-10-271-1/+1
* Add usage of M_ZERO to malloc calls where the result was just bzeroed.Matt Jacob2000-10-271-7/+4
* Add M_ZERO to malloc calls where the result is just bzeroed.Matt Jacob2000-10-272-8/+5
* update man page to reflect new supportMatt Jacob2000-10-271-3/+4
* Use FreeBSD.org, not freebsd.org, as has been the precedent.Jeroen Ruigrok van der Werven2000-10-275-5/+5
* Please welcome the asr manpage [no, not alt.sysadmin.recovery], butJeroen Ruigrok van der Werven2000-10-273-1/+166
* Comment out the entry for Workbit Ninja SCSI series in PIO mode.Noriaki Mitsunaga2000-10-271-2/+3
* Include sys/param.h for `__FreeBSD_version' rather than the non-existentDavid E. O'Brien2000-10-271-2/+2
* Remove ipfilter and mark it as broken until it will be fixed by maintainer.Andrey A. Chernov2000-10-271-2/+2
* Make RES_OPTIONS=inet6 work.Hajimu UMEMOTO2000-10-271-0/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-2751-120/+45
* MFS: don't expect result code until you close the data connectionDag-Erling Smørgrav2000-10-271-3/+3
* Expand on the reasons for and against defining NO_F00F_HACK. This is one ofDoug Barton2000-10-272-4/+4
* Backout revision 1.7 which was a bad idea since it would force peopleDoug Rabson2000-10-271-1/+1
* Remove bogus undocumented macros used to control conditional assembly.Poul-Henning Kamp2000-10-271-13/+0
* Remove #if DO_DEFLATEPoul-Henning Kamp2000-10-272-6/+0
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.Bruce Evans2000-10-2717-77/+12
* Fetch the protocol header (TCP, UDP, ICMP) only from the first fragmentRuslan Ermilov2000-10-271-16/+11
* Merge from i386: Add MSP ioctlRoger Hardiman2000-10-271-0/+10
* Add Melco LPC2-T/LPC3-TX PCMCIA Ethernet cards.Seigo Tanimura2000-10-272-2/+2
* As the blocking model has seems to be troublesome for many, disableMark Murray2000-10-2711-1/+30
* Add PCI device ID for an upcoming revision of the product.Mike Smith2000-10-272-1/+3
* Add a missing newline to a diagnostic.Mike Smith2000-10-271-1/+1
* Defining usage() "__dead" is just ridiculous. It also won't compile withDavid E. O'Brien2000-10-271-2/+2
* Report the type of mbuf that couldn't be allocated beforeBrian Somers2000-10-271-13/+21
* Add and document the WITNESS_SKIPSPIN and WITNESS_DDB kernel options.John Baldwin2000-10-273-0/+14
* - Use MUTEX_DECLARE() and MTX_COLD for the WITNESS code's internal mutex soJohn Baldwin2000-10-273-168/+114
* I don't know what "Toshiba Ethernet Cards" are.Tatsumi Hosokawa2000-10-272-4/+0
* Fix problems people were having with large -O levels with GCC andBrian Feldman2000-10-273-8/+50
* Yet another bug fix/optimization for the Davicom DM9100/9102: increaseBill Paul2000-10-272-0/+10
* Add in MLINKS for all of the various mutex functions to mutex.9John Baldwin2000-10-261-0/+9
* - Document MUTEX_DECLARE and MTX_COLDJohn Baldwin2000-10-261-5/+42
* Add a note that the spl() API is deprecated in favor of mutexes.John Baldwin2000-10-263-1/+19
* Add a prototype mbuf.9 man page. Probably needs work, but it's a goodNik Clayton2000-10-262-1/+408
* Remove a doubled "in the".Nik Clayton2000-10-261-1/+1
* Update to include a link to the referenced papers when PRINTERDEVICE=htmlNik Clayton2000-10-264-61/+280
* Add a MAINTAINER= line so people know who to blameGregory Neil Shapiro2000-10-2612-0/+24
* For %c replace reference to asctime(3) with ctime(3) from which %c geneticallyAndrey A. Chernov2000-10-261-1/+1
* Add copyright to skeleton.Julian Elischer2000-10-261-6/+29
* Sigh. It'd be nice to completely commit a bugfix. Once again:Bruce A. Mah2000-10-261-6/+6
* Install the loader manpages.David E. O'Brien2000-10-261-1/+0
* Fix a bug in which pkg_version(1) was ignoring $PORTREVISIONBruce A. Mah2000-10-261-5/+8
* some more cleanupsJulian Elischer2000-10-261-66/+113
* add reinit functions to mixersCameron Grant2000-10-2613-21/+100
* do not attach to soundblaster 1.x - they are unsupportedCameron Grant2000-10-261-3/+7