| Commit message (Expand) | Author | Age | Files | Lines |
* | - Reset the pcic controller interrupt 'poll' timeout *after* we call the | nate | 1997-11-04 | 1 | -6/+6 |
* | - If the APM BIOS fails to suspend the system after running the | nate | 1997-11-04 | 2 | -6/+12 |
* | Sync with sys/i386/isa/wd.c revision 1.142. | kato | 1997-11-04 | 1 | -1/+2 |
* | Sync with sys/i386/conf/Makefile.i386 revision 1.104. | kato | 1997-11-04 | 2 | -4/+8 |
* | dk_altport is initialized in wdprobe(), but not in wdattach(), this | phk | 1997-11-04 | 1 | -1/+2 |
* | Use same address for USERCONFIG_BOOT on PC-98 as IBM-PC. | kato | 1997-11-04 | 3 | -15/+3 |
* | Test if kvm_kernel.db exists before moving it. Otherwise installing | guido | 1997-11-03 | 3 | -6/+12 |
* | Sync with sys/i386/isa/sio.c revision 1.188. | kato | 1997-11-03 | 2 | -4/+6 |
* | Sync with sys/i386/i386/userconfig.c revision 1.96. | kato | 1997-11-03 | 1 | -2/+3 |
* | Sync with sys/i386/isa/if_fe.c revision 1.33. | kato | 1997-11-03 | 1 | -1/+2 |
* | Sync with sys/i386/isa/if_ed.c revision 1.127. | kato | 1997-11-03 | 1 | -4/+3 |
* | - MF22: (I reversed these). Simplify code. | nate | 1997-11-02 | 3 | -6/+9 |
* | Add ide_pci device. | jkh | 1997-11-02 | 1 | -2/+3 |
* | Correct the definition of CIRCLEQ_EMPTY. It would give a false positive | gibbs | 1997-11-02 | 1 | -2/+2 |
* | Sigh, kill setting of 0WS...it breaks more machines than it fixes. | dg | 1997-11-02 | 2 | -8/+6 |
* | Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h. | tegge | 1997-11-01 | 2 | -4/+6 |
* | Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS. | tegge | 1997-11-01 | 2 | -4/+24 |
* | - Example config file for laptop/PCCARD support. | nate | 1997-11-01 | 1 | -0/+113 |
* | Change comments about ijppp to iijppp. | jseger | 1997-10-31 | 5 | -10/+10 |
* | Bring our sound sources up to the level of Amancio's latest-and-greatest. | markm | 1997-10-31 | 25 | -6190/+9231 |
* | This updates Luigi's sound code to the basic code in snd971023... | jmg | 1997-10-31 | 19 | -2418/+2173 |
* | Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route, | dg | 1997-10-31 | 1 | -1/+4 |
* | Upgrade the sound sources to Amancio Hasty's latest-and-greatest. | markm | 1997-10-31 | 43 | -11991/+16782 |
* | Improve PAL support and fix mux selector values. | eivind | 1997-10-30 | 4 | -64/+208 |
* | Securelevel and formatting fixes, and trapframe simplification. | kato | 1997-10-30 | 2 | -20/+18 |
* | First cut at supporting multi-CD CDROM drives (changers). | sos | 1997-10-29 | 3 | -74/+225 |
* | - Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET() | nate | 1997-10-29 | 2 | -2/+4 |
* | Implement linux_iopl and linux_nice. | kato | 1997-10-29 | 5 | -33/+65 |
* | Sync with sys/i386/isa/if_ed.c revision 1.126. | kato | 1997-10-29 | 1 | -1/+2 |
* | Synchronize with sys/i386/i386/microtime.s revision 1.34. | kato | 1997-10-29 | 1 | -3/+1 |
* | didn't even know fddi had the atalk support. | julian | 1997-10-29 | 1 | -4/+2 |
* | The previous change added a use of the DATA_SET macro, but forgot | jdp | 1997-10-29 | 2 | -2/+4 |
* | Fix various problems with netatalk kernel support. | julian | 1997-10-29 | 6 | -99/+211 |
* | - More style nits (sorry, I should have done this last time). | nate | 1997-10-28 | 1 | -10/+10 |
* | - Style nit. | nate | 1997-10-28 | 1 | -20/+20 |
* | Remove the long description from the in-kernel datastructure. | phk | 1997-10-28 | 2 | -4/+9 |
* | Fix bugs from my previous commit | guido | 1997-10-28 | 1 | -4/+4 |
* | - Disable cards when doing a suspend by emulating that they have been | nate | 1997-10-28 | 3 | -10/+13 |
* | Removed unused #includes. | bde | 1997-10-28 | 70 | -267/+67 |
* | Synchronize with sys/i386/isa/npx.c and clock.c revisions 1.53 and | kato | 1997-10-28 | 4 | -8/+20 |
* | Synchronize with sys/i386/conf/files.i386 revision 1.178. | kato | 1997-10-28 | 2 | -4/+4 |
* | Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined. | bde | 1997-10-28 | 10 | -18/+20 |
* | This depends on option TCP_DEBUG for some reason, so include | bde | 1997-10-28 | 1 | -1/+4 |
* | Don't include <machine/cputypes.h> or declare cputype/class interfaces | bde | 1997-10-28 | 14 | -66/+86 |
* | Implement linux_semop, linux_semget and linux_semctl. | kato | 1997-10-28 | 4 | -10/+292 |
* | Fixed style bugs in open() fix. | bde | 1997-10-28 | 2 | -8/+10 |
* | Synchronize with sys/i386/conf/GENERIC revision 1.100. | kato | 1997-10-28 | 2 | -4/+2 |
* | Use the new "mandatory" keyword for the npx driver. | joerg | 1997-10-28 | 2 | -4/+4 |
* | Removed another comment about not-so-mandatory devices i've missed in | joerg | 1997-10-28 | 3 | -6/+6 |
* | Remove the stale `log' non-pseudodevice. | joerg | 1997-10-28 | 6 | -39/+18 |