summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use sched_lock to protect rtp_to_pri() and pri_to_rtp() when needed.jhb2001-09-021-0/+4
* Protect pri_to_rtp() with sched_lock when needed.jhb2001-09-022-0/+8
* Use ACL_PERM_NONE instead of hardcoding 0 when initializingjedgar2001-09-011-3/+3
* In the case of ACL_OTHER and undefined ACL entry id's, setjedgar2001-09-013-6/+6
* Small nit: Make both prints use 'at device %d.%d'.n_hibma2001-09-011-1/+1
* Add a MODULE_VERSION declaration. This should prevent duplicate loadingmsmith2001-09-011-0/+3
* Remove #if 0'd remnants of the old idle page zeroing.jhb2001-09-011-9/+0
* Process priority is locked by the sched_lock, not the proc lock.jhb2001-09-011-2/+2
* o At some point, unmounting a non-EA file system with EA's compiledrwatson2001-09-011-2/+4
* Regenerate syscallsdillon2001-09-016-110/+110
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-016-143/+143
* Giant Pushdown:dillon2001-09-011-40/+120
* Giant Pushdown. Saved the worst P4 tree breakage for last.dillon2001-09-016-212/+669
* Giant Pushdowndillon2001-09-013-95/+287
* Speculatively add this file. It's part of the Linuxulator updatemarcel2001-09-011-0/+285
* First check whether the USB transfer was cancelled before starting ton_hibma2001-09-011-9/+12
* Regen.n_hibma2001-09-012-32/+32
* Spelling nit.n_hibma2001-09-011-2/+2
* Make "atapi less" kernels link again.sos2001-09-011-0/+2
* Undo last commit. The problem's been fixed for a long time.dillon2001-09-011-3/+0
* Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(),dillon2001-09-013-44/+113
* Giant pushdown sys_exit(), [o]wait(), wait4()dillon2001-09-011-16/+39
* Giant Pushdown ACL syscalls:dillon2001-09-013-93/+213
* regenerate syscallsdillon2001-09-016-25/+25
* Make yield() MPSAFE.dillon2001-09-012-20/+25
* Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(),dillon2001-09-015-23/+70
* Axe stale mp_fixme().jhb2001-09-012-2/+0
* Don't claim memory resources owned by a PNP0C01 device ("system memory")msmith2001-08-311-3/+6
* Pushdown Giant for nfs syscalls (nfssvc())dillon2001-08-313-36/+69
* Make various posix4 system calls MPSAFE (will fixup syscalls.master later)dillon2001-08-312-84/+190
* make swapon() MPSAFE (will adjust syscalls.master later)dillon2001-08-311-5/+13
* Add FD_SETSIZE warning to types.hdillon2001-08-311-0/+3
* mark obreak() and ovadvise() as being MPSAFEdillon2001-08-311-0/+6
* Add ID for the Best Data Smart One 56SPS Voice modem.murray2001-08-312-0/+2
* o Screw over users of the kern.{security.,}suser_permitted sysctl again,rwatson2001-08-312-5/+6
* Correct the ID for the ALS0120 PnP Joystick. It is different from themurray2001-08-312-2/+2
* note 2300/2312 supportmjacob2001-08-312-2/+4
* Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredmjacob2001-08-317-294/+599
* Add 2300/2312 (2Gbit) firmware.mjacob2001-08-312-1/+5461
* Add OMRON ME5614ISA PnP modem.murray2001-08-312-0/+2
* Add PCI device IDs for Kuotech dual port serial cards.murray2001-08-312-0/+4
* Don't activate placeholder resources; it can be very expensive in themsmith2001-08-311-3/+3
* Add missing "opt_inet6.h" header.jlemon2001-08-311-0/+1
* Whitespace change.jlemon2001-08-311-1/+1
* Synch with NetBSD and OpenBSD.ru2001-08-311-1/+9
* Don't clobber the default for CFLAGS.bde2001-08-312-2/+2
* o Move definition of CAP_MAX_BUF_LEN to sys/capability.hrwatson2001-08-311-0/+2
* Similar to changes on i386/alpha/etc pmap.c; converge on a similarpeter2001-08-313-45/+45
* Converge with i386/alpha/etc pmap.c for pmap_new_proc/pmap_dispose_proc().peter2001-08-311-16/+14
* Same as i386/i386/pmap.c: clean up some style. This is irrelevant sincepeter2001-08-311-15/+12
OpenPOWER on IntegriCloud