summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix kern_lock so that it will work. Additionally, clean-up some of thedyson1997-08-182-8/+22
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-168-45/+57
* Map CSTATUS to ^T by default or it never noticed by novice usersache1997-08-151-2/+2
* The promised "better fix" for "Trap 9 When Boot SMP" problem.fsmp1997-08-151-2/+3
* Use up 4 precious bytes to give the kernel a hook tojulian1997-08-091-1/+11
* VM86 kernel support.dyson1997-08-091-1/+2
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofdyson1997-08-051-2/+4
* pushed down "volatility" of simplelock to actual int inside the struct.fsmp1997-08-042-10/+10
* Implement dlsym(RTLD_NEXT, symbol).jdp1997-08-022-2/+6
* Fixed imen declaration.fsmp1997-07-311-2/+2
* Converted the TEST_LOPRIO code to default.fsmp1997-07-311-2/+2
* Modified the PEND_INTS algorithm to fix the ISA INT loss problem.fsmp1997-07-281-1/+11
* param.h:fsmp1997-07-241-2/+2
* Back out align attribute that corrupts "machine independance" of file.fsmp1997-07-242-6/+4
* Forced 32bit alignment of struct simple_lock in param.h.fsmp1997-07-231-2/+3
* Forced 32bit alignment of struct simple_lock.fsmp1997-07-232-4/+6
* Coded simple_lock and friends in asm.fsmp1997-07-231-1/+7
* Last commit didn't take, operator error???fsmp1997-07-221-2/+17
* Quick and dirty (?) fix for noatime option. The WebNFS changesbde1997-07-221-2/+2
* Store SWI_MASK in a variable so that LKMs can use it portably.bde1997-07-211-1/+2
* Pass string arg to apic_dump.fsmp1997-07-201-2/+2
* Remove sonewconn() macro kludge, introduced in 4.3-Reno to catch argumentfenner1997-07-191-5/+2
* Clean up some lint associated with the AIO code.dyson1997-07-171-1/+6
* Merge WebNFS changes from NetBSD.dfr1997-07-161-1/+17
* 32-bit counters aren't large enough for 100+MHz clocks. Use 64-bitbde1997-07-131-2/+2
* Many new test defines, including:fsmp1997-07-131-1/+2
* What the heck, declare the sysctlbyname() first arg const.peter1997-07-121-2/+2
* Add a proto for sysctlbyname()peter1997-07-121-1/+2
* Back out 'conflicts' with IRQs, remove intr_registered() declache1997-07-091-2/+1
* General cleanup of APIC code.fsmp1997-07-081-3/+3
* Additional debugging functions and macros.fsmp1997-07-061-2/+12
* This is an upgrade so that the kernel supports the AIO calls fromdyson1997-07-062-4/+6
* Some staticized variables were still declared to be extern.bde1997-07-011-3/+1
* Updated generated files (makesyscalls.sh changed). Only sysproto.hbde1997-06-293-4/+3
* Preliminaries for stop_cpus()/restart_cpus().fsmp1997-06-271-3/+16
* Modified to declare merged/renamed functions:fsmp1997-06-251-5/+4
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.jhay1997-06-243-3/+6
* Preliminary support for per-cpu data pages.peter1997-06-223-55/+9
* Ouch!!! This should fix a serious build problem after the addition of thedyson1997-06-161-0/+173
* Modifications to existing files to support the initial AIO/LIO anddyson1997-06-165-3/+93
* Fix a problem with the VN device. Specifically, the VN device candyson1997-06-152-2/+6
* Add safety check in case "conflicts" keyword specified more times thanache1997-06-081-1/+2
* Removed #include of <i386/isa/isa_device.h>. inthand2_t is declared in abde1997-06-071-4/+1
* Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.jmz1997-06-021-0/+17
* The defines INTR_FAST and INTR_EXCL are part of the public interface. Thedfr1997-06-021-1/+4
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-021-1/+4
* Move "typedef struct intrec {} intrec" from sys/interrupt.h to kern_intr.cpeter1997-06-011-20/+7
* Regeneratepeter1997-06-013-4/+12
* New field: p_sleepend; so that settime() can adjust the expected wakeuppeter1997-06-011-1/+2
* Add prototypes for the spl* funcs and add externs for *_imask. Leavingpeter1997-05-311-1/+39
OpenPOWER on IntegriCloud