aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* o typo: will -> withWarner Losh1998-07-021-1/+1
* o fix bug in conversion of DOS 32-bit signed number to FreeBSD's 64-bitWarner Losh1998-07-022-4/+4
* Kill printf accidentally committedWarner Losh1998-07-011-3/+1
* Make sourcer's main program execute in X mode.Warner Losh1998-07-017-61/+49
* Fixed missing options headers. Options that affect LKMs shouldn'tBruce Evans1998-07-012-6/+12
* Added opt_vmpage.h to SRCS so that it actually gets created.Bruce Evans1998-07-012-10/+10
* Clean up grammar. Provide proper pathnames for spool directories.Joseph Koshy1998-07-011-13/+15
* The CCP layer now behaves as follows:Brian Somers1998-06-305-15/+41
* Cross-reference to sysconf(3).Eivind Eklund1998-06-301-1/+2
* Implement int 2f ax=1600, which is, according to the Interrupt List,Warner Losh1998-06-301-1/+5
* Pick up kernel variables/constants using sysctl rather than through /dev/memPoul-Henning Kamp1998-06-302-80/+17
* Allow /dev/null as path for the "/dev/mem" file, and assume that peoplePoul-Henning Kamp1998-06-302-30/+38
* Add 3 sysctl variables for future use by ps)1_Poul-Henning Kamp1998-06-305-7/+34
* Fixed printf format errors.Bruce Evans1998-06-3010-32/+51
* Fixed printf format errors.Bruce Evans1998-06-3010-21/+22
* Fixed printf format errors.Bruce Evans1998-06-304-9/+9
* Add PSE36 to the bits we know by name.Poul-Henning Kamp1998-06-302-4/+4
* Fixed (1970's/old-GNU style) a missing declaration of a function thatBruce Evans1998-06-301-0/+1
* Fixed printf format errors.Bruce Evans1998-06-308-21/+22
* Fixed (1970's style) missing declaration of a function that doesn'tBruce Evans1998-06-301-0/+2
* Fixed printf format errors. Didn't fix gross homemade varargs functionBruce Evans1998-06-301-1/+1
* Fixed the type of yyerror() (1970's style).Bruce Evans1998-06-301-0/+1
* Fixed printf format errors.Bruce Evans1998-06-301-1/+1
* Fixed printf format errors.Bruce Evans1998-06-302-2/+2
* Fixed print format errors.Bruce Evans1998-06-301-1/+1
* Fixed a printf format error. Didn't fix assumption that sigset_t isBruce Evans1998-06-303-3/+3
* Fixed printf format errors.Bruce Evans1998-06-304-7/+7
* Fixed scanf format errors. The error handling is not quite bug for bugBruce Evans1998-06-301-7/+4
* Fixed printf format errors. Don't assume so many things about time_t.Bruce Evans1998-06-301-20/+16
* Leading whitespace in Makefile are TABS not spaces....Søren Schmidt1998-06-302-4/+4
* Fixed printf format errors.Bruce Evans1998-06-303-8/+10
* Nuked opt_defunct.h and kern_opt.c. config(8) now generates good enoughBruce Evans1998-06-308-86/+6
* add new opt_nfs.h to cleanfiles...John-Mark Gurney1998-06-304-8/+8
* fix more of my breakage... :(John-Mark Gurney1998-06-302-2/+10
* Sigh, we need this one now.Poul-Henning Kamp1998-06-301-0/+1
* fix buildworld hopefully be3fore anyone complains...John-Mark Gurney1998-06-3010-10/+30
* These are a selection of small problems and annoyances with the netbootPoul-Henning Kamp1998-06-304-15/+56
* #include sys/libkern.h instead of stdlib.h.Poul-Henning Kamp1998-06-301-2/+2
* Byte count statistics of multicast vifs are invalid.Poul-Henning Kamp1998-06-301-2/+2
* remove option LINUX as it did nothing, add DEBUG_LINUX to debug theJohn-Mark Gurney1998-06-304-6/+14
* move OVERRIDE_TUNER from i386 to general options... it's not i386John-Mark Gurney1998-06-303-7/+6
* document options to hardwire GUS irq/dmas...John-Mark Gurney1998-06-306-5/+31
* document PCI_QUIET that prevents pci from compiling in so many stringsJohn-Mark Gurney1998-06-305-8/+28
* Re-alphabetize and update the subdir descriptions.Jordan K. Hubbard1998-06-301-2/+4
* document some VM paging options for cache sizes:John-Mark Gurney1998-06-305-5/+28
* make NO_SCSI_SENSE a proper option (already documented in LINT)John-Mark Gurney1998-06-302-1/+4
* document and make EXPORTMFS a new style optionJohn-Mark Gurney1998-06-304-4/+11
* Add rcsid. Remove unused #includes. Use err(3) and check spelling. ReorganizePhilippe Charnier1998-06-304-188/+158
* Split usage string.Philippe Charnier1998-06-306-24/+42
* Document -r flag, document use of TAPE env variable. Add rcsid. Use err(3).Philippe Charnier1998-06-303-49/+67