aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-072-2/+10
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-1/+3
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-5/+7
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-0/+5
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-4/+3
* Fixed type mismatches which were fatal when sizeof(long) > sizeof(int).Bruce Evans1998-07-065-13/+13
* Fixed classic sign extension bug `-(long)sizeof(foo)'.Bruce Evans1998-07-061-6/+6
* Fixed printf format errors.Bruce Evans1998-07-0626-188/+212
* Fixed type mismatches and style bugs in rev.1.30.Bruce Evans1998-07-061-8/+6
* Declared version_string() properly (1970's style).Bruce Evans1998-07-061-0/+1
* Fixed printf format errors.Bruce Evans1998-07-063-12/+12
* Removed bogus #ifdef INET - <net/if_slvar.h> no longer depends on it.Bruce Evans1998-07-061-3/+1
* Activate newfs_msdos.Robert Nordier1998-07-061-2/+2
* Add newfs_msdos: extensive newfs-style support for creating FAT12,Robert Nordier1998-07-063-0/+1103
* ioctl() request args are unsigned longs, so don't attempt to storeBruce Evans1998-07-061-3/+3
* Introduce (fairly hacky) workaround for odd TCP behavior with applicationBill Fenner1998-07-061-1/+2
* Restored rev.1.11, which I somehow clobbered in rev.1.12.Bruce Evans1998-07-063-3/+12
* Attempt to load serial eeprom contents in both 93c46 and 93c56/66 mode beforeJustin T. Gibbs1998-07-061-22/+42
* "vender" -> "vendor"Eivind Eklund1998-07-061-17/+17
* Shorten line.Eivind Eklund1998-07-061-2/+2
* Sync with sys/i386/isa/fd.c and wd.c revisions 1.115 and 1.170,KATO Takenori1998-07-063-26/+82
* oops ended comment before the comment ended..Julian Elischer1998-07-061-2/+2
* Bring back some slight cleanups from 2.2Julian Elischer1998-07-062-6/+21
* Correct use of .Nm. Spelling. Add rcsid and remove unused #includes.Philippe Charnier1998-07-0624-126/+144
* -Wall.Philippe Charnier1998-07-064-18/+22
* Sync usage string and man page. Correct use of .Nm. Spelling. RemovePhilippe Charnier1998-07-062-23/+19
* Correct use of .Nm.Philippe Charnier1998-07-061-3/+4
* Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err()Philippe Charnier1998-07-0612-98/+72
* Add rcsid. Remove unused #includes. Spelling.Philippe Charnier1998-07-061-8/+7
* Add rcsid, remove unused #includes, spelling.Philippe Charnier1998-07-061-12/+12
* Remove unused #include. Add usage().Philippe Charnier1998-07-062-12/+15
* Correct use of .Nm. Spelling. Add rcsid, remove unused #includes, use err(3).Philippe Charnier1998-07-062-20/+18
* Add rcsid. remove unused #includes. Getopt returns -1 not EOF. Add usage().Philippe Charnier1998-07-061-23/+27
* Lowercase 1st char. in err(3) strings.Philippe Charnier1998-07-061-2/+2
* remoce unused #include.Philippe Charnier1998-07-061-2/+1
* Correct .Nm use. Add rcsid. Use min for minutes instead of mn.Philippe Charnier1998-07-062-36/+38
* Update man page to allow adding address_family when -l is used (this is a no opPhilippe Charnier1998-07-062-62/+54
* Correct use of .Nm, use .Bx Free for FreeBSD. Add rcsid, remove unusedPhilippe Charnier1998-07-064-238/+218
* Add the ability to suspend as well as hibernate to the system. ThisWarner Losh1998-07-068-46/+157
* Don't expect the new code to be used without the right option file beingJulian Elischer1998-07-061-1/+2
* Fix braino in switching to TAILQ macro.Julian Elischer1998-07-062-4/+4
* Forgot to register the IPFIREWALL_FORWARD option.Julian Elischer1998-07-061-1/+2
* Document `-I' and `-R' options to `pkg_info'.Joseph Koshy1998-07-061-0/+5
* Support for IPFW based transparent forwarding.Julian Elischer1998-07-0610-33/+344
* DEVFS completely bypasses the cdevsw and bdevsw tables now.Julian Elischer1998-07-053-232/+804
* fix braino from yesterdays' megacommitJulian Elischer1998-07-051-2/+2
* Add support for kernel gdb.Doug Rabson1998-07-055-40/+829
* Use byte/word access in badaddr if relevant.Doug Rabson1998-07-051-3/+12
* Support channel B as well as channel A.Doug Rabson1998-07-052-35/+76
* Add basic support for 2117x pci chipsets. Currently only pyxis (21174)Doug Rabson1998-07-053-0/+491