summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bypass itimerfix 100000000 limit in nanosleep1 using loop through timeoutsache1997-08-131-46/+64
* Add a spin lock that prevents the sequencer from attempting to add angibbs1997-08-134-11/+61
* SUNIT: exchange up/down states tooache1997-08-131-1/+7
* Synchronize with sys/i386/isa/isa.c revision 1.100.kato1997-08-131-7/+7
* Synchronize with sys/i386/i386/trap.c revision 1.104.kato1997-08-131-2/+2
* Add parentheses because == has higher precedence than &.steve1997-08-132-14/+14
* Back out a part of the disk scheduling "improvements" :-(. Let me knowdyson1997-08-123-6/+6
* Fixed vnode corruption by undefined case in union_lookup(). Whenkato1997-08-122-6/+14
* Check permissions for fp regs as well as normal regs.sef1997-08-122-2/+6
* Fix a traceroute problem in the CISCO HDLC mode. (cisco routers notkjc1997-08-121-2/+2
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,sef1997-08-128-16/+86
* Fix file descriptor leak.brian1997-08-114-2/+11
* Synchronize with sys/i386/i386/userconfig.c revision 1.87.kato1997-08-111-4/+4
* Make the CLI mode message a little less intimidating.jkh1997-08-111-4/+4
* Fix problem in the DC390_DefaultEEprom subroutine, which could leadse1997-08-111-3/+3
* Oops, fix breakage to UP kernel.fsmp1997-08-104-4/+30
* Added trap specific lock calls: get_fpu_lock, etc.fsmp1997-08-108-257/+315
* Cheap fix for kern/4255.fsmp1997-08-107-28/+70
* Ops the arguments to copyin was in the wrong order..sos1997-08-102-4/+4
* Implement the LCP fail_counter: if an option has been NAK'ed for morejoerg1997-08-101-4/+13
* Synchronize with sys/i386/i386/trap.c revision 1.103.kato1997-08-101-1/+14
* Synchronize with sys/i386/isa/syscons.c revision 1.230.kato1997-08-101-14/+12
* Fix the VLSI chipset name from "Eagle" to "Eagle II".phk1997-08-101-5/+5
* The "cutsie" register parameter passing that I had mistakenly used breaksdyson1997-08-101-10/+10
* Some fixes towards making "default configs" work again.fsmp1997-08-097-91/+105
* Minor conditionalization of XXX_MPLOCK on PEND_INTS.fsmp1997-08-093-3/+12
* Added 'lock' instruction before 3 places that update ipending.fsmp1997-08-093-3/+12
* Fix the checks for screenborder for the mousepointer.sos1997-08-093-42/+36
* Modify the scheduling policy to take into account disk I/O waitsdyson1997-08-095-5/+52
* Synchronize with sys/i386/isa/wd.c revision 1.135.kato1997-08-091-2/+11
* Disabled SW_VGA_MODEX when PC98 is defined.kato1997-08-091-2/+2
* A couple of missing doscmd header files. Messed up again. Now candyson1997-08-093-0/+203
* Synchronize with sys/i386/conf/options.i386 revision 1.55.kato1997-08-092-2/+4
* Synchronize with sys/i386/i386/trap.c revisino 1.102.kato1997-08-091-5/+20
* Synchronize with sys/i386/i386/machdep.c revision 1.255.kato1997-08-092-88/+218
* Synchronize with sys/i386/isa/npx.c revision 1.50.kato1997-08-091-2/+2
* Synchronize with sys/i386/isa/syscons.c revision 1.229.kato1997-08-091-6/+56
* Teach both disk drivers how to cope with a hardware watchdogjulian1997-08-093-5/+25
* Add the code that represents most of the interface between the VM86dyson1997-08-091-0/+434
* Use up 4 precious bytes to give the kernel a hook tojulian1997-08-092-2/+33
* Add VM86 to the lkm build.dyson1997-08-091-2/+2
* Add VM86 to the options.dyson1997-08-092-2/+4
* VM86 kernel support.dyson1997-08-0941-245/+987
* Yeah I'm back hacking syscons !!sos1997-08-085-20/+178
* Make the scheduler quantum a tunable parameterjulian1997-08-081-2/+26
* Add ID's for 5 VLSI chips. They're not very friendly, so this info wasphk1997-08-081-1/+12
* Make a function static to quieten gccjulian1997-08-082-6/+6
* Clean up the console muting functionality.julian1997-08-082-30/+214
* Support interface names up to 15 characters in length. In order toalex1997-08-081-3/+5
* Fixes kern/3835: SMP kernel crash on enable "dumps on wd0"fsmp1997-08-071-4/+12
OpenPOWER on IntegriCloud