summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Statizice.phk1997-10-242-42/+48
* make a couple functions static...jmg1997-10-243-9/+9
* - defined constant ISA_HOLE_START (would be nice to include machine/pmap.h,nate1997-10-231-57/+66
* - Move the untimeout code call out of the check for pwr_off_pending. Itnate1997-10-231-3/+2
* Fix a potentially disasterous '==' instead of '=' bug.gibbs1997-10-232-6/+6
* Disallow non-root mount. If you want to allow non-root mount, changekato1997-10-232-2/+16
* Synchronize with sys/i386/isa/syscons.{c,h} revisions 1.235 and 1.35,kato1997-10-232-35/+129
* Synchronize with sys/i386/conf/Makefile.i386 revision 1.103.kato1997-10-232-2/+8
* - Fix braino in last commit. (Slow networks should be outlawed!)nate1997-10-231-2/+2
* - Back out the last. APM_BROKEN_STATCLOCK doesn't exist in -current.nate1997-10-232-4/+0
* Reject unreasonable values passed to CONS_HISTORY ioctl. It did notyokota1997-10-236-78/+252
* - When doing suspend/resume, only try to suspend those drivers on activenate1997-10-231-4/+8
* Back our V1.36, due to reports of badness. (IRQ's are again allocatednate1997-10-231-1/+1
* Rewrote fxp_start() for better clarity and efficiency.dg1997-10-232-202/+202
* - Simplify code by removing a variable which was initialized once, nevernate1997-10-232-8/+2
* - If APM_BROKEN_STATCLOCK is defined, make sure the statcloock isnate1997-10-222-2/+6
* Reject attempts to call open() with an illegal combination of O_RDONLY,joerg1997-10-222-4/+8
* Put in an initial %VERSREQ field. This will cause existing config(8)'speter1997-10-223-3/+12
* Fix the same leak as in nullfs. Now the lowervp is properly marked inactive.roberto1997-10-212-2/+10
* Fix the file leak bug. The lower layer wasn't informed the vnode was inactiveroberto1997-10-212-4/+16
* - PCCARD support to the much maligned SCSI driver. This gives up supportnate1997-10-211-4/+152
* Add const to a couple of casts to silence some of the warnings Brucephk1997-10-211-3/+3
* Oops, comment lines can't be indented either.bde1997-10-211-3/+2
* Oops, comment lines can't be continued.bde1997-10-211-3/+3
* Merge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device.kato1997-10-211-5/+18
* Synchronize with sys/i386/isa/fd.c revision 1.105.kato1997-10-212-4/+30
* Reference the DMI table inside the SMBIOS table correctly, not using a variablemsmith1997-10-212-4/+4
* Added -Wuninitialized to CWARNFLAGS. Warnings about uninitialializedbde1997-10-211-2/+3
* I belive this fixes MFS after I broke it.phk1997-10-201-6/+14
* Fix returned sleep period for large valuesache1997-10-201-3/+5
* kern.maxproc is not writable since there are tables that are staticallydg1997-10-191-2/+2
* Introduce a device flags value of 0x1 to always pretend a 1.44 MBjoerg1997-10-193-6/+45
* Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the oneyokota1997-10-194-8/+8
* Make the Sun OEM version of the DLT a known multi-LUN device so changersjoerg1997-10-191-1/+5
* This might fix the mfs_badop problem left over with the cool VFS fixes.dyson1997-10-191-2/+2
* Add an $Id$peter1997-10-182-0/+2
* Merge in changes from Matt. Accton EN12xx support, bugfixes. There ispeter1997-10-184-88/+386
* Synchronize with sys/i386/conf/options.i386 revision 1.62.kato1997-10-182-10/+32
* This commit was generated by cvs2svn to compensate for changes in r30549,peter1997-10-181-7/+27
|\
| * Import Matt's current de driver... He appears to be maintaining it inpeter1997-10-183-52/+219
* | Import Matt's current de driver... He appears to be maintaining it inpeter1997-10-181-7/+27
* | Make all the documented (in pcvt(4)) options supported options. Whilejoerg1997-10-188-20/+40
* | Don't doc PPP_BSDCOMP and PPP_DEFLATE twice. slight reorder so that thepeter1997-10-183-33/+30
* | Braino on my part.. a #define isn't a reference to a structure, so thepeter1997-10-181-3/+1
* | Update Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP andpeter1997-10-181-6/+13
* | Doc PPP_* options and add PPP_FILTERpeter1997-10-183-6/+21
* | Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.peter1997-10-182-6/+12
* | Convert PPP_FILTER to an optionpeter1997-10-181-1/+2
* | Better fix for the bpf dependency that doesn't have such a large impactpeter1997-10-182-2/+11
* | Back out the `PPP_FILTER => NBPFILTER' changes.peter1997-10-181-3/+3
OpenPOWER on IntegriCloud