aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.Bruce Evans1998-02-2029-180/+24
* Fixed some stale comments about console drivers.Bruce Evans1998-02-203-27/+18
* Sync with sys/i386/isa/lpt.c revision 1.167.KATO Takenori1998-02-201-23/+14
* Sync with sys/i386/conf/majors.i386 revision 1.33.KATO Takenori1998-02-201-1/+3
* Don't create an unused obj directory.Bruce Evans1998-02-205-9/+19
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-201-3/+3
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-204-11/+11
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-1/+2
* The NetBSD getlogin syscall has a different name.John Birrell1998-02-201-0/+4
* Fix a bogus cast for a bogus pointer check. This only checks if theJohn Birrell1998-02-201-1/+1
* NetBSD kernels don't have issetugid(), so #ifdef this out whenJohn Birrell1998-02-201-1/+5
* Add #include <string.h> to get prototypes.John Birrell1998-02-205-0/+5
* Add alpha support. m68k crept in too. Oops. 8-)John Birrell1998-02-201-1/+16
* Avoid an uninitialised variable warning from gcc. I bet some peopleJohn Birrell1998-02-201-1/+1
* Test for the existance of ${MACHINE}/boot before trying to build it.John Birrell1998-02-201-2/+2
* Remove the casts on signal() returns and compare the returned valueJohn Birrell1998-02-201-5/+5
* Updated my e-mail address.Tatsumi Hosokawa1998-02-201-2/+2
* Updated my e-mail addresses.Tatsumi Hosokawa1998-02-204-12/+8
* gcc wants to see long long variables passed to %q printf formats, soJohn Birrell1998-02-202-9/+9
* time() needs a pointer to a time_t, but tv_sec in a timeval is aJohn Birrell1998-02-201-2/+4
* localtime() needs a pointer to time_t which is not necessarily a long.John Birrell1998-02-201-1/+1
* Can't use ~0L to compare against a uint32. Use ~((uint32) 0) instead.John Birrell1998-02-201-2/+2
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-1/+2
* Initialise variable that gcc lies awake at night worrying about.John Birrell1998-02-201-2/+2
* Add #include <string.h> to get prototypes.John Birrell1998-02-204-3/+7
* Replace incomplete malloc prototype with #include <stdlib.h>John Birrell1998-02-201-2/+2
* Add #include <stdlib.h> to get prototype for malloc().John Birrell1998-02-201-0/+1
* Add #include <string.h> to get prototypes.John Birrell1998-02-206-4/+10
* Add #include <stdlib.h> to get prototype for malloc(). Without this,John Birrell1998-02-201-1/+2
* Don't propogate *_DEBUG options. Use DEBUG and recompileSteve Price1998-02-203-9/+4
* Add #include <string.h> to get prototypes for functions that gccJohn Birrell1998-02-205-0/+5
* Arghhh.... another missing backslash. Yes, I feel stupid.Bill Paul1998-02-201-2/+2
* Reserve Major device 92 for the bktr (Bt848 video capture driver)Amancio Hasty1998-02-202-6/+6
* Move Luigi's I2CWR ioctl from the video_ioctl section to theAmancio Hasty1998-02-204-46/+56
* Cleanup the lpt for probe code.Steve Price1998-02-201-24/+16
* Add an LPT_DEBUG option.Steve Price1998-02-202-2/+6
* Be sure to set the value of Tbl.str_numstr before any call toSteve Price1998-02-201-1/+2
* Revert sosend() to its behavior from 4.3-Tahoe and before: ifBill Fenner1998-02-191-3/+7
* Make it more convenient to query NICs other than InterNIC. Explain in theGarrett Wollman1998-02-192-34/+81
* Limit check for target to smaller section of makefile.Eivind Eklund1998-02-191-3/+4
* Move the 'sw' device off block major #1, which is now occupied by 'wfd'.Mike Smith1998-02-193-4/+6
* No binutils yet 8-(, and a few programs that need porting to alpha.John Birrell1998-02-191-3/+7
* Sync with sys/i386/conf/majors.1.31.KATO Takenori1998-02-191-2/+3
* Sync with sys/i386/conf/files.i386 revision 1.191.KATO Takenori1998-02-192-6/+2
* Reenable building of /etc/passwd.Guido van Rooij1998-02-191-3/+3
* Convert to mdoc + typos.Philippe Charnier1998-02-195-1666/+1405
* Change the bootstrap makefile inclusion to be general based on theJohn Birrell1998-02-191-4/+4
* Just one of these libs left to port to alpha.John Birrell1998-02-191-5/+5
* With the exception of tools that should come from GNU binutils,John Birrell1998-02-191-107/+176
* (1) Don't disable "deinstall" if IGNORE is set.Satoshi Asami1998-02-191-2/+3