aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update interface to timecounter to last change to the generic code.Poul-Henning Kamp1998-11-081-5/+5
* Add semicolon to INTERFACE declaration.Nicolas Souchu1998-11-081-2/+2
* Port the ps/2 mouse driver to the alpha.Doug Rabson1998-11-082-0/+4442
* Check if devclass exists for probed devices beforeNicolas Souchu1998-11-081-2/+4
* Update configuration files for the perl based makedevops script.Nicolas Souchu1998-11-083-38/+38
* Prevent boot.config being parsed more than once.Robert Nordier1998-11-082-2/+4
* Add semicolon to INTERFACE declarationsNicolas Souchu1998-11-086-12/+12
* "Here is the most recent version of makedevops.pl. I've made the parsingNicolas Souchu1998-11-081-157/+330
* Drop the familiar 'text=xxxx data=xxxx bss=xxxx ...' display whileRobert Nordier1998-11-082-28/+4
* boot1: Eliminate EDD detection and optional use of disk packetRobert Nordier1998-11-087-203/+164
* * Fix a couple of places in the device pager where an address wasDoug Rabson1998-11-0818-33/+34
* Missing newline at end of file causes syntax error.Peter Wemm1998-11-083-6/+6
* Enable 686 class optimisations for all 686-class processors, not just theMike Smith1998-11-082-14/+14
* o Add proper stack checking to all file wordsJordan K. Hubbard1998-11-071-28/+48
* Change METHODE (french) to METHOD.Nicolas Souchu1998-11-071-3/+3
* Define DEBUG only if not already defined, avoiding confusions withNicolas Souchu1998-11-071-1/+3
* Add iic driver iff the corresponding devclass exists.Nicolas Souchu1998-11-071-7/+8
* Return to previous check_for_i2c_devices() behaviour.Nicolas Souchu1998-11-074-48/+34
* Eliminate much code cruft by extending simple file I/O API to includeJordan K. Hubbard1998-11-073-53/+99
* Eliminate much code cruft by extending simple file I/O API to includeJordan K. Hubbard1998-11-071-4/+9
* Take init out of here - it's a layering violation.Jordan K. Hubbard1998-11-071-3/+0
* oops! s/vfs_register/vfs_unregister/ in the unload case..Peter Wemm1998-11-071-2/+2
* Don't define the module glue if building as an LKM, this happens to havePeter Wemm1998-11-071-1/+3
* Don't have debugging on by default - it makes testing annoying. :)Jordan K. Hubbard1998-11-071-2/+2
* OK, fload/fexec work properly when both compiling and interpretingJordan K. Hubbard1998-11-071-11/+9
* switch words to default mode.Jordan K. Hubbard1998-11-061-4/+4
* Submit better fix to the prompt bug.Jordan K. Hubbard1998-11-062-3/+3
* Make fexists/fload work with existing string literals instead. DoingJordan K. Hubbard1998-11-062-41/+9
* USERCONFIG_BOOT -> INTRO_USERCONFIGMike Smith1998-11-063-9/+9
* Argh, I had this right[er] before. More commits to follow.Jordan K. Hubbard1998-11-061-2/+2
* Added support for non-blocking sockets to sendfile(2).David Greenman1998-11-061-1/+20
* Remove trailing ';' - use the one supplied by the caller: "VFS_SET(foo);"Peter Wemm1998-11-061-2/+2
* Make this work now; fixing the kstack overflow allows the dependency toPeter Wemm1998-11-061-4/+4
* Don't use a glue file for the module; use the one in the kernel.Peter Wemm1998-11-062-66/+2
* Create an 'ibcs2' module so that scripts can tell if it's staticallyPeter Wemm1998-11-061-1/+20
* Don't put aggregate structs 4K large on the kernel stack, especially whenPeter Wemm1998-11-062-46/+60
* Define the kld_debug variable if KLD_DEBUG is enabledPeter Wemm1998-11-061-1/+5
* make lnc0 definition in LINT match GENERICDavid E. O'Brien1998-11-063-6/+6
* add AMD Am7990 & Am79C960 to description of lnc(4)David E. O'Brien1998-11-063-6/+6
* Sync with sys/i386/i386/userconfig.c revision up to 1.115.KATO Takenori1998-11-061-46/+106
* Sync with sys/i386/i386/machdep.c revision up to 1.315.KATO Takenori1998-11-062-46/+4
* Sync with sys/i386/conf/options.i386 revision 1.91.KATO Takenori1998-11-062-4/+4
* Sync with sys/i386/conf/Makefile.i386 revision 1.128.KATO Takenori1998-11-062-20/+4
* Use proper literal names.Jordan K. Hubbard1998-11-061-2/+2
* Ack. Create parseable command tail properly, and eat args out of the TIB.Mike Smith1998-11-061-2/+5
* Don't not print the prompt string; not doing this has funny side-effects.Mike Smith1998-11-062-4/+6
* Don't use the poxy vmGetString interface (who uses counted strings theseMike Smith1998-11-061-7/+23
* put a \n on an error message printfPeter Wemm1998-11-061-2/+2
* If this is going to have checks for kernel versions, it might as wellPeter Wemm1998-11-064-30/+58
* Remove machine/cputypes.h - it's an i386 only thingPeter Wemm1998-11-061-2/+1