| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The daemon might go off the screen and crashed the system if the | Kazutaka YOKOTA | 1997-10-26 | 2 | -70/+296 |
| * | - 'Beep' support now happens in it's own separate file, so you can mess | Nate Williams | 1997-10-26 | 6 | -42/+84 |
| * | - Functional changes to PCCARD support. | Nate Williams | 1997-10-26 | 12 | -480/+170 |
| * | - Do a bunch of gratuitous changes intended to make the code easier to | Nate Williams | 1997-10-26 | 30 | -931/+926 |
| * | - Call 'callout_handle_init' on the two timeout channels after they are | Nate Williams | 1997-10-26 | 1 | -0/+2 |
| * | - KNF the PCI stuff, no functional changes. | Nate Williams | 1997-10-25 | 1 | -20/+24 |
| * | Recognize even more of the Znyx 314 cards. | Poul-Henning Kamp | 1997-10-25 | 2 | -4/+4 |
| * | Somehow an error crept in during the previous commit. | John Dyson | 1997-10-25 | 2 | -16/+4 |
| * | Support garbage collecting the pmap pv entries. The management doesn't | John Dyson | 1997-10-25 | 3 | -5/+117 |
| * | Decrease the initial allocation for the zone allocations. | John Dyson | 1997-10-24 | 4 | -10/+10 |
| * | - Recognize the Cirrus Logic PD6729/6730 PC-Card Controller behind the | Nate Williams | 1997-10-24 | 1 | -2/+13 |
| * | - Use the definitions found in <i386/isa/isa.h> instead of rolling our | Nate Williams | 1997-10-24 | 1 | -6/+7 |
| * | Remove the stuff we do not use from global scope. Export them again as | Poul-Henning Kamp | 1997-10-24 | 1 | -2/+8 |
| * | Statizice. | Poul-Henning Kamp | 1997-10-24 | 2 | -42/+48 |
| * | make a couple functions static... | John-Mark Gurney | 1997-10-24 | 3 | -9/+9 |
| * | - defined constant ISA_HOLE_START (would be nice to include machine/pmap.h, | Nate Williams | 1997-10-23 | 1 | -57/+66 |
| * | - Move the untimeout code call out of the check for pwr_off_pending. It | Nate Williams | 1997-10-23 | 1 | -3/+2 |
| * | Fix a potentially disasterous '==' instead of '=' bug. | Justin T. Gibbs | 1997-10-23 | 2 | -6/+6 |
| * | Disallow non-root mount. If you want to allow non-root mount, change | KATO Takenori | 1997-10-23 | 2 | -2/+16 |
| * | Synchronize with sys/i386/isa/syscons.{c,h} revisions 1.235 and 1.35, | KATO Takenori | 1997-10-23 | 2 | -35/+129 |
| * | Synchronize with sys/i386/conf/Makefile.i386 revision 1.103. | KATO Takenori | 1997-10-23 | 2 | -2/+8 |
| * | - Fix braino in last commit. (Slow networks should be outlawed!) | Nate Williams | 1997-10-23 | 1 | -2/+2 |
| * | - Back out the last. APM_BROKEN_STATCLOCK doesn't exist in -current. | Nate Williams | 1997-10-23 | 2 | -4/+0 |
| * | Reject unreasonable values passed to CONS_HISTORY ioctl. It did not | Kazutaka YOKOTA | 1997-10-23 | 6 | -78/+252 |
| * | - When doing suspend/resume, only try to suspend those drivers on active | Nate Williams | 1997-10-23 | 1 | -4/+8 |
| * | Back our V1.36, due to reports of badness. (IRQ's are again allocated | Nate Williams | 1997-10-23 | 1 | -1/+1 |
| * | Rewrote fxp_start() for better clarity and efficiency. | David Greenman | 1997-10-23 | 2 | -202/+202 |
| * | - Simplify code by removing a variable which was initialized once, never | Nate Williams | 1997-10-23 | 2 | -8/+2 |
| * | - If APM_BROKEN_STATCLOCK is defined, make sure the statcloock is | Nate Williams | 1997-10-22 | 2 | -2/+6 |
| * | Reject attempts to call open() with an illegal combination of O_RDONLY, | Joerg Wunsch | 1997-10-22 | 2 | -4/+8 |
| * | Put in an initial %VERSREQ field. This will cause existing config(8)'s | Peter Wemm | 1997-10-22 | 3 | -3/+12 |
| * | Fix the same leak as in nullfs. Now the lowervp is properly marked inactive. | Ollivier Robert | 1997-10-21 | 2 | -2/+10 |
| * | Fix the file leak bug. The lower layer wasn't informed the vnode was inactive | Ollivier Robert | 1997-10-21 | 2 | -4/+16 |
| * | - PCCARD support to the much maligned SCSI driver. This gives up support | Nate Williams | 1997-10-21 | 1 | -4/+152 |
| * | Add const to a couple of casts to silence some of the warnings Bruce | Poul-Henning Kamp | 1997-10-21 | 1 | -3/+3 |
| * | Oops, comment lines can't be indented either. | Bruce Evans | 1997-10-21 | 1 | -3/+2 |
| * | Oops, comment lines can't be continued. | Bruce Evans | 1997-10-21 | 1 | -3/+3 |
| * | Merge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device. | KATO Takenori | 1997-10-21 | 1 | -5/+18 |
| * | Synchronize with sys/i386/isa/fd.c revision 1.105. | KATO Takenori | 1997-10-21 | 2 | -4/+30 |
| * | Reference the DMI table inside the SMBIOS table correctly, not using a variable | Mike Smith | 1997-10-21 | 2 | -4/+4 |
| * | Added -Wuninitialized to CWARNFLAGS. Warnings about uninitialialized | Bruce Evans | 1997-10-21 | 1 | -2/+3 |
| * | I belive this fixes MFS after I broke it. | Poul-Henning Kamp | 1997-10-20 | 1 | -6/+14 |
| * | Fix returned sleep period for large values | Andrey A. Chernov | 1997-10-20 | 1 | -3/+5 |
| * | kern.maxproc is not writable since there are tables that are statically | David Greenman | 1997-10-19 | 1 | -2/+2 |
| * | Introduce a device flags value of 0x1 to always pretend a 1.44 MB | Joerg Wunsch | 1997-10-19 | 3 | -6/+45 |
| * | Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the one | Kazutaka YOKOTA | 1997-10-19 | 4 | -8/+8 |
| * | Make the Sun OEM version of the DLT a known multi-LUN device so changers | Joerg Wunsch | 1997-10-19 | 1 | -1/+5 |
| * | This might fix the mfs_badop problem left over with the cool VFS fixes. | John Dyson | 1997-10-19 | 1 | -2/+2 |
| * | Add an $Id$ | Peter Wemm | 1997-10-18 | 2 | -0/+2 |
| * | Merge in changes from Matt. Accton EN12xx support, bugfixes. There is | Peter Wemm | 1997-10-18 | 4 | -86/+384 |