| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sync with following files: | KATO Takenori | 1997-11-07 | 7 | -40/+34 |
| * | Rename some local variables to avoid shadowing other local variables. | Poul-Henning Kamp | 1997-11-07 | 19 | -90/+90 |
| * | Remove a bunch of variables which were unused both in GENERIC and LINT. | Poul-Henning Kamp | 1997-11-07 | 78 | -249/+130 |
| * | Don't try to do anything with the input history if MALLOC() for the buffer | Mike Smith | 1997-11-07 | 1 | -2/+2 |
| * | Rats. Committed the wrong version. | Mark Murray | 1997-11-06 | 2 | -10/+22 |
| * | Move the "retval" (3rd) parameter from all syscall functions and put | Poul-Henning Kamp | 1997-11-06 | 86 | -2299/+1928 |
| * | Sync with sys/i386/conf/Makefile.i386 revision 1.105. | KATO Takenori | 1997-11-06 | 2 | -4/+4 |
| * | Fix the "missing page" problem. Also, improve the performance of page | John Dyson | 1997-11-06 | 1 | -33/+74 |
| * | Make the Nakamichi CD-ROM changer detection detect more recent devices, | Joerg Wunsch | 1997-11-06 | 1 | -2/+2 |
| * | 1) Add the IOCTL for Luigi's BT848 -> I2C bus driver. | Mark Murray | 1997-11-06 | 2 | -28/+226 |
| * | Add the IOCTL for Luigi's BT848 -> I2C bus driver. | Mark Murray | 1997-11-06 | 3 | -3/+24 |
| * | Bump configvers to 300003 to account for the crd->card (and related) | Mike Smith | 1997-11-06 | 3 | -6/+6 |
| * | Identify MediaGX CPU correctly. Old MeidaGX CPU and GXm CPU are | KATO Takenori | 1997-11-06 | 2 | -12/+54 |
| * | Oops, forgot to count non-changer drives.. | Søren Schmidt | 1997-11-05 | 1 | -1/+3 |
| * | Make IPDIVERT a supported option. Alas, in_var.h depends on it, i | Joerg Wunsch | 1997-11-05 | 5 | -5/+12 |
| * | Fix rare 6x86 CPU whose DIR0 = 0x20 - 0x28 case. | KATO Takenori | 1997-11-05 | 2 | -4/+4 |
| * | Return the entire if info, rather than just the index number. (at least try) | Julian Elischer | 1997-11-05 | 1 | -8/+30 |
| * | Do not print config details twice (first variant comes from isa) | Andrey A. Chernov | 1997-11-05 | 1 | -4/+8 |
| * | Note that the Intel EtherExpress' driver is ie(4). | Steve Price | 1997-11-04 | 3 | -6/+6 |
| * | - Update the email address in the copyrights. | Nate Williams | 1997-11-04 | 10 | -30/+22 |
| * | - Reset the pcic controller interrupt 'poll' timeout *after* we call the | Nate Williams | 1997-11-04 | 1 | -6/+6 |
| * | - If the APM BIOS fails to suspend the system after running the | Nate Williams | 1997-11-04 | 2 | -6/+12 |
| * | Sync with sys/i386/isa/wd.c revision 1.142. | KATO Takenori | 1997-11-04 | 1 | -1/+2 |
| * | Sync with sys/i386/conf/Makefile.i386 revision 1.104. | KATO Takenori | 1997-11-04 | 2 | -4/+8 |
| * | dk_altport is initialized in wdprobe(), but not in wdattach(), this | Poul-Henning Kamp | 1997-11-04 | 1 | -1/+2 |
| * | Use same address for USERCONFIG_BOOT on PC-98 as IBM-PC. | KATO Takenori | 1997-11-04 | 3 | -15/+3 |
| * | Test if kvm_kernel.db exists before moving it. Otherwise installing | Guido van Rooij | 1997-11-03 | 3 | -6/+12 |
| * | Sync with sys/i386/isa/sio.c revision 1.188. | KATO Takenori | 1997-11-03 | 2 | -4/+6 |
| * | Sync with sys/i386/i386/userconfig.c revision 1.96. | KATO Takenori | 1997-11-03 | 1 | -2/+3 |
| * | Sync with sys/i386/isa/if_fe.c revision 1.33. | KATO Takenori | 1997-11-03 | 1 | -1/+2 |
| * | Sync with sys/i386/isa/if_ed.c revision 1.127. | KATO Takenori | 1997-11-03 | 1 | -4/+3 |
| * | - MF22: (I reversed these). Simplify code. | Nate Williams | 1997-11-02 | 3 | -6/+9 |
| * | Add ide_pci device. | Jordan K. Hubbard | 1997-11-02 | 1 | -2/+3 |
| * | Correct the definition of CIRCLEQ_EMPTY. It would give a false positive | Justin T. Gibbs | 1997-11-02 | 1 | -2/+2 |
| * | Sigh, kill setting of 0WS...it breaks more machines than it fixes. | David Greenman | 1997-11-02 | 2 | -8/+6 |
| * | Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h. | Tor Egge | 1997-11-01 | 2 | -4/+6 |
| * | Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS. | Tor Egge | 1997-11-01 | 2 | -4/+24 |
| * | - Example config file for laptop/PCCARD support. | Nate Williams | 1997-11-01 | 1 | -0/+113 |
| * | Change comments about ijppp to iijppp. | Justin M. Seger | 1997-10-31 | 5 | -10/+10 |
| * | Bring our sound sources up to the level of Amancio's latest-and-greatest. | Mark Murray | 1997-10-31 | 25 | -6035/+9076 |
| * | This updates Luigi's sound code to the basic code in snd971023... | John-Mark Gurney | 1997-10-31 | 19 | -2416/+2171 |
| * | Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route, | David Greenman | 1997-10-31 | 1 | -1/+4 |
| * | Upgrade the sound sources to Amancio Hasty's latest-and-greatest. | Mark Murray | 1997-10-31 | 43 | -11455/+16246 |
| * | Improve PAL support and fix mux selector values. | Eivind Eklund | 1997-10-30 | 4 | -64/+208 |
| * | Securelevel and formatting fixes, and trapframe simplification. | KATO Takenori | 1997-10-30 | 2 | -20/+18 |
| * | First cut at supporting multi-CD CDROM drives (changers). | Søren Schmidt | 1997-10-29 | 3 | -74/+225 |
| * | - Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET() | Nate Williams | 1997-10-29 | 2 | -2/+4 |
| * | Implement linux_iopl and linux_nice. | KATO Takenori | 1997-10-29 | 5 | -33/+65 |
| * | Sync with sys/i386/isa/if_ed.c revision 1.126. | KATO Takenori | 1997-10-29 | 1 | -1/+2 |
| * | Synchronize with sys/i386/i386/microtime.s revision 1.34. | KATO Takenori | 1997-10-29 | 1 | -3/+1 |