aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sync with following files:KATO Takenori1997-11-077-40/+34
* Rename some local variables to avoid shadowing other local variables.Poul-Henning Kamp1997-11-0719-90/+90
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-0778-249/+130
* Don't try to do anything with the input history if MALLOC() for the bufferMike Smith1997-11-071-2/+2
* Rats. Committed the wrong version.Mark Murray1997-11-062-10/+22
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-0686-2299/+1928
* Sync with sys/i386/conf/Makefile.i386 revision 1.105.KATO Takenori1997-11-062-4/+4
* Fix the "missing page" problem. Also, improve the performance of pageJohn Dyson1997-11-061-33/+74
* Make the Nakamichi CD-ROM changer detection detect more recent devices,Joerg Wunsch1997-11-061-2/+2
* 1) Add the IOCTL for Luigi's BT848 -> I2C bus driver.Mark Murray1997-11-062-28/+226
* Add the IOCTL for Luigi's BT848 -> I2C bus driver.Mark Murray1997-11-063-3/+24
* Bump configvers to 300003 to account for the crd->card (and related)Mike Smith1997-11-063-6/+6
* Identify MediaGX CPU correctly. Old MeidaGX CPU and GXm CPU areKATO Takenori1997-11-062-12/+54
* Oops, forgot to count non-changer drives..Søren Schmidt1997-11-051-1/+3
* Make IPDIVERT a supported option. Alas, in_var.h depends on it, iJoerg Wunsch1997-11-055-5/+12
* Fix rare 6x86 CPU whose DIR0 = 0x20 - 0x28 case.KATO Takenori1997-11-052-4/+4
* Return the entire if info, rather than just the index number. (at least try)Julian Elischer1997-11-051-8/+30
* Do not print config details twice (first variant comes from isa)Andrey A. Chernov1997-11-051-4/+8
* Note that the Intel EtherExpress' driver is ie(4).Steve Price1997-11-043-6/+6
* - Update the email address in the copyrights.Nate Williams1997-11-0410-30/+22
* - Reset the pcic controller interrupt 'poll' timeout *after* we call theNate Williams1997-11-041-6/+6
* - If the APM BIOS fails to suspend the system after running theNate Williams1997-11-042-6/+12
* Sync with sys/i386/isa/wd.c revision 1.142.KATO Takenori1997-11-041-1/+2
* Sync with sys/i386/conf/Makefile.i386 revision 1.104.KATO Takenori1997-11-042-4/+8
* dk_altport is initialized in wdprobe(), but not in wdattach(), thisPoul-Henning Kamp1997-11-041-1/+2
* Use same address for USERCONFIG_BOOT on PC-98 as IBM-PC.KATO Takenori1997-11-043-15/+3
* Test if kvm_kernel.db exists before moving it. Otherwise installingGuido van Rooij1997-11-033-6/+12
* Sync with sys/i386/isa/sio.c revision 1.188.KATO Takenori1997-11-032-4/+6
* Sync with sys/i386/i386/userconfig.c revision 1.96.KATO Takenori1997-11-031-2/+3
* Sync with sys/i386/isa/if_fe.c revision 1.33.KATO Takenori1997-11-031-1/+2
* Sync with sys/i386/isa/if_ed.c revision 1.127.KATO Takenori1997-11-031-4/+3
* - MF22: (I reversed these). Simplify code.Nate Williams1997-11-023-6/+9
* Add ide_pci device.Jordan K. Hubbard1997-11-021-2/+3
* Correct the definition of CIRCLEQ_EMPTY. It would give a false positiveJustin T. Gibbs1997-11-021-2/+2
* Sigh, kill setting of 0WS...it breaks more machines than it fixes.David Greenman1997-11-022-8/+6
* Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h.Tor Egge1997-11-012-4/+6
* Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS.Tor Egge1997-11-012-4/+24
* - Example config file for laptop/PCCARD support.Nate Williams1997-11-011-0/+113
* Change comments about ijppp to iijppp.Justin M. Seger1997-10-315-10/+10
* Bring our sound sources up to the level of Amancio's latest-and-greatest.Mark Murray1997-10-3125-6035/+9076
* This updates Luigi's sound code to the basic code in snd971023...John-Mark Gurney1997-10-3119-2416/+2171
* Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route,David Greenman1997-10-311-1/+4
* Upgrade the sound sources to Amancio Hasty's latest-and-greatest.Mark Murray1997-10-3143-11455/+16246
* Improve PAL support and fix mux selector values.Eivind Eklund1997-10-304-64/+208
* Securelevel and formatting fixes, and trapframe simplification.KATO Takenori1997-10-302-20/+18
* First cut at supporting multi-CD CDROM drives (changers).Søren Schmidt1997-10-293-74/+225
* - Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()Nate Williams1997-10-292-2/+4
* Implement linux_iopl and linux_nice.KATO Takenori1997-10-295-33/+65
* Sync with sys/i386/isa/if_ed.c revision 1.126.KATO Takenori1997-10-291-1/+2
* Synchronize with sys/i386/i386/microtime.s revision 1.34.KATO Takenori1997-10-291-3/+1