aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - The daemon might go off the screen and crashed the system if theKazutaka YOKOTA1997-10-262-70/+296
* - 'Beep' support now happens in it's own separate file, so you can messNate Williams1997-10-266-42/+84
* - Functional changes to PCCARD support.Nate Williams1997-10-2612-480/+170
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-2630-931/+926
* - Call 'callout_handle_init' on the two timeout channels after they areNate Williams1997-10-261-0/+2
* - KNF the PCI stuff, no functional changes.Nate Williams1997-10-251-20/+24
* Recognize even more of the Znyx 314 cards.Poul-Henning Kamp1997-10-252-4/+4
* Somehow an error crept in during the previous commit.John Dyson1997-10-252-16/+4
* Support garbage collecting the pmap pv entries. The management doesn'tJohn Dyson1997-10-253-5/+117
* Decrease the initial allocation for the zone allocations.John Dyson1997-10-244-10/+10
* - Recognize the Cirrus Logic PD6729/6730 PC-Card Controller behind theNate Williams1997-10-241-2/+13
* - Use the definitions found in <i386/isa/isa.h> instead of rolling ourNate Williams1997-10-241-6/+7
* Remove the stuff we do not use from global scope. Export them again asPoul-Henning Kamp1997-10-241-2/+8
* Statizice.Poul-Henning Kamp1997-10-242-42/+48
* make a couple functions static...John-Mark Gurney1997-10-243-9/+9
* - defined constant ISA_HOLE_START (would be nice to include machine/pmap.h,Nate Williams1997-10-231-57/+66
* - Move the untimeout code call out of the check for pwr_off_pending. ItNate Williams1997-10-231-3/+2
* Fix a potentially disasterous '==' instead of '=' bug.Justin T. Gibbs1997-10-232-6/+6
* Disallow non-root mount. If you want to allow non-root mount, changeKATO Takenori1997-10-232-2/+16
* Synchronize with sys/i386/isa/syscons.{c,h} revisions 1.235 and 1.35,KATO Takenori1997-10-232-35/+129
* Synchronize with sys/i386/conf/Makefile.i386 revision 1.103.KATO Takenori1997-10-232-2/+8
* - Fix braino in last commit. (Slow networks should be outlawed!)Nate Williams1997-10-231-2/+2
* - Back out the last. APM_BROKEN_STATCLOCK doesn't exist in -current.Nate Williams1997-10-232-4/+0
* Reject unreasonable values passed to CONS_HISTORY ioctl. It did notKazutaka YOKOTA1997-10-236-78/+252
* - When doing suspend/resume, only try to suspend those drivers on activeNate Williams1997-10-231-4/+8
* Back our V1.36, due to reports of badness. (IRQ's are again allocatedNate Williams1997-10-231-1/+1
* Rewrote fxp_start() for better clarity and efficiency.David Greenman1997-10-232-202/+202
* - Simplify code by removing a variable which was initialized once, neverNate Williams1997-10-232-8/+2
* - If APM_BROKEN_STATCLOCK is defined, make sure the statcloock isNate Williams1997-10-222-2/+6
* Reject attempts to call open() with an illegal combination of O_RDONLY,Joerg Wunsch1997-10-222-4/+8
* Put in an initial %VERSREQ field. This will cause existing config(8)'sPeter Wemm1997-10-223-3/+12
* Fix the same leak as in nullfs. Now the lowervp is properly marked inactive.Ollivier Robert1997-10-212-2/+10
* Fix the file leak bug. The lower layer wasn't informed the vnode was inactiveOllivier Robert1997-10-212-4/+16
* - PCCARD support to the much maligned SCSI driver. This gives up supportNate Williams1997-10-211-4/+152
* Add const to a couple of casts to silence some of the warnings BrucePoul-Henning Kamp1997-10-211-3/+3
* Oops, comment lines can't be indented either.Bruce Evans1997-10-211-3/+2
* Oops, comment lines can't be continued.Bruce Evans1997-10-211-3/+3
* Merge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device.KATO Takenori1997-10-211-5/+18
* Synchronize with sys/i386/isa/fd.c revision 1.105.KATO Takenori1997-10-212-4/+30
* Reference the DMI table inside the SMBIOS table correctly, not using a variableMike Smith1997-10-212-4/+4
* Added -Wuninitialized to CWARNFLAGS. Warnings about uninitialializedBruce Evans1997-10-211-2/+3
* I belive this fixes MFS after I broke it.Poul-Henning Kamp1997-10-201-6/+14
* Fix returned sleep period for large valuesAndrey A. Chernov1997-10-201-3/+5
* kern.maxproc is not writable since there are tables that are staticallyDavid Greenman1997-10-191-2/+2
* Introduce a device flags value of 0x1 to always pretend a 1.44 MBJoerg Wunsch1997-10-193-6/+45
* Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the oneKazutaka YOKOTA1997-10-194-8/+8
* Make the Sun OEM version of the DLT a known multi-LUN device so changersJoerg Wunsch1997-10-191-1/+5
* This might fix the mfs_badop problem left over with the cool VFS fixes.John Dyson1997-10-191-2/+2
* Add an $Id$Peter Wemm1997-10-182-0/+2
* Merge in changes from Matt. Accton EN12xx support, bugfixes. There isPeter Wemm1997-10-184-86/+384