aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: sofware -> software.Sheldon Hearn1999-07-281-2/+2
* Remove some more warnings.David Nugent1999-07-282-4/+6
* Become a maintainer.Ruslan Ermilov1999-07-281-0/+1
* Back out previous commit.Ruslan Ermilov1999-07-281-8/+1
* Clear error in nfsrv_create when we have a valid reply so thatAlan Cox1999-07-282-2/+4
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These areDoug Rabson1999-07-288-54/+96
* Use Yacc rather than Bison.David E. O'Brien1999-07-285-12/+8
* The Unix way is arguments come before an input file name, not after.David E. O'Brien1999-07-282-5/+5
* Correctly refer to the companion program rather than as "chown".David E. O'Brien1999-07-281-5/+8
* Go back to allowing ``.'' as a username.group separator for backwardDavid E. O'Brien1999-07-281-2/+3
* Fix a load of typosBrian Somers1999-07-283-24/+24
* Add a module Makefile for the PNIC driver.Bill Paul1999-07-282-3/+31
* Convert the PNIC driver to newbus.Bill Paul1999-07-282-167/+223
* Show how to use the new filter capabilitiesBrian Somers1999-07-271-1/+89
* o Overhaul filtering, adding facilities to jump over rules and toBrian Somers1999-07-277-297/+431
* Every reqh in an aborted pipe is given status CANCELED and the callback isNick Hibma1999-07-271-15/+7
* Change "telesis" to "telesyn" to reflect their change of name.Nik Clayton1999-07-271-2/+2
* FreeBSD.ORG -> FreeBSD.orgNik Clayton1999-07-271-3/+3
* Remove references to the non-existent addgroup(8) and rmgroup(8)Nik Clayton1999-07-272-6/+2
* Remove the quotes from the kernel configuration "options" lines, toNik Clayton1999-07-271-6/+6
* Changed 'overriding what /etc/passwd says' to 'overriding default setNick Hibma1999-07-271-2/+2
* Roar! Finish what I started last night: somehow only the header file changeBill Paul1999-07-272-10/+46
* If we've negotiated CBCP and have also specified ``none'' as a possibleBrian Somers1999-07-273-9/+45
* Fixed disordering in previous commit.Bruce Evans1999-07-271-4/+5
* Case matters.Matthew N. Dodd1999-07-272-6/+6
* Implement the BUS_PROBE_NOMATCH method for the PCI bus.Matthew N. Dodd1999-07-272-2/+64
* On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocateBill Paul1999-07-272-2/+4
* Hide pthread cancellation routines behind #ifdef NOT_YET. They areDaniel Eischen1999-07-271-3/+7
* This covers the previous version, since a null commit message was accidentallyBrian Feldman1999-07-272-2/+2
* Be a bit more consistent with variable names.Brian Somers1999-07-272-10/+10
* *** empty log message ***Brian Feldman1999-07-262-8/+22
* Start ppp before natd, not afterwards.Brian Somers1999-07-267-126/+126
* Sync with sys/i386/isa/npx.c revision up to 1.75.KATO Takenori1999-07-261-24/+202
* Sync with sys/i386/isa/clock.c revision up to 1.140.KATO Takenori1999-07-263-111/+45
* Sync with sys/i386/i386/userconfig.c revision up to 1.150.KATO Takenori1999-07-261-3/+4
* Sync with sys/i386/i386/machdep.c revision 1.356.KATO Takenori1999-07-262-8/+8
* Sync with sys/i386/conf/files.i386 revision 1.254.KATO Takenori1999-07-262-4/+14
* Don't complain if 0 bytes are written to the tun device, simplyBrian Somers1999-07-261-1/+4
* Sync with sys/i386/conf/GENERIC revision 1.178.KATO Takenori1999-07-262-26/+28
* Add missing cause for an EINVAL return (msgtype < 1).Sheldon Hearn1999-07-261-1/+4
* Fix an off-by-one error and correct the man page WRT clearingBrian Somers1999-07-263-6/+14
* Add a default ppp.conf (mode 600).Brian Somers1999-07-2616-23/+226
* Correct HISTORY section, according to CVS logs.Sheldon Hearn1999-07-261-2/+3
* Convert interrupt count from signed to unsigned and the totalNick Hibma1999-07-261-4/+6
* Pull on my asbestos undies and claim ownership of inetd to prevent furtherDag-Erling Smørgrav1999-07-261-1/+2
* Here goes, the "clear up any possible confusion" commit.Brian Feldman1999-07-261-11/+65
* Pave the way for the fla driver.Poul-Henning Kamp1999-07-263-9/+15
* Bring two wayward memory allocation failure messages in line withSheldon Hearn1999-07-261-3/+3
* Add sysctl and support code to allow directories to be VMIO'd. The defaultAlan Cox1999-07-268-17/+34
* remove <ctype.h> - not neededAndrey A. Chernov1999-07-261-1/+0