aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Provide a missing parameter to printf to stop the kernel from panicing.Gary Palmer1998-02-211-1/+1
* Build perl header files for machine/* too.Steve Price1998-02-211-1/+1
* Add #ifndef _POSIX_SOURCE around the timecounter definitionsJohn Birrell1998-02-212-2/+6
* Reserve cdev 93 for CODA filesystem.Jordan K. Hubbard1998-02-202-2/+4
* Change a (defaulted) int arg to a long so that a cast from a pointerJohn Birrell1998-02-202-3/+5
* Add #include <string.h> to get prototypes. Note that this programJohn Birrell1998-02-203-3/+6
* Add #include <string.h> to get prototypes.John Birrell1998-02-202-0/+2
* Add #include <stdlib.h> to get prototypes.John Birrell1998-02-203-0/+3
* Update docs for new stable-167 driver.Jordan K. Hubbard1998-02-202-24/+40
* Update to "stable-167" release; totally reimplements media detection.Jordan K. Hubbard1998-02-203-696/+926
* Replace TOD clock code with more systematic approach.Poul-Henning Kamp1998-02-2019-972/+1248
* Correct spammage from MACHINE_ARCH commit - you don't want toJordan K. Hubbard1998-02-201-3/+3
* Removed default tags target. It was identical to the central one inBruce Evans1998-02-201-13/+1
* Removed default tags target. PROG is always defined here, so ifdefingBruce Evans1998-02-202-40/+4
* Don't pass the undocumented flags `-se' to gtags (gtags ignores them forBruce Evans1998-02-201-2/+2
* Remove useless argument to ``. start_if.$ifn''Brian Somers1998-02-207-14/+14
* Fixed cleaning of tags files. GSYMS was forgotten.Bruce Evans1998-02-201-2/+2
* Staticized.Bruce Evans1998-02-202-5/+4
* Don't depend on "implicit int" or bloat the data section in theBruce Evans1998-02-208-13/+13
* Don't depend on "implicit int".Bruce Evans1998-02-209-18/+18
* Removed unused debugging variables and macros.Bruce Evans1998-02-201-11/+3
* 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