summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix the kern.module_path issue that required the trailing '/' characterpeter2001-09-121-12/+15
* Correct a debugging message.dd2001-09-111-1/+1
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-111-87/+299
* - Axe holding_giant as it is not used now anyways and was ok'd byjhb2001-09-101-35/+4
* Fix a warning on alpha (real problem) and make pstat -t work as a bonus.peter2001-09-101-1/+1
* Make the `nsops' variable in `semop' unsigned. This prevents andd2001-09-101-5/+5
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-0/+5
* Fix a warning. l_name is managed by us and is malloc/free'ed.peter2001-09-102-2/+2
* Add on UPAGES to ki_rssize since it is there as result of the processpeter2001-09-101-0/+2
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-102-11/+30
* This brings in a Yahoo coredump patch from Paul, with additional mods bydillon2001-09-084-12/+67
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-061-4/+0
* Sigh. Dig up text from a signature in a 1994 Usenet post I made and redopeter2001-09-051-5/+12
* Fix the definition generation code from rev 1.15 that generates non-style(9)obrien2001-09-051-4/+4
* Fix a memory leak in __getcwd() that can occur after a filesystemiedowse2001-09-041-1/+3
* Unindent a if (1) { that was left behind in the last commit.peter2001-09-032-92/+88
* Argh. Make the ia64 kernel work in all situations. For some reason,peter2001-09-032-8/+6
* Match the declaration in net/netisr.h.obrien2001-09-031-1/+1
* The !RESTARTABLE_PANICS code has some loose ends.peter2001-09-021-0/+8
* For ia64, set the default elf brand to be FreeBSD. This is temporarilypeter2001-09-021-0/+4
* 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-021-0/+4
* In the case of ACL_OTHER and undefined ACL entry id's, setjedgar2001-09-013-6/+6
* Remove #if 0'd remnants of the old idle page zeroing.jhb2001-09-011-9/+0
* Regenerate syscallsdillon2001-09-012-106/+106
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-011-104/+104
* 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
* 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-012-21/+21
* Make yield() MPSAFE.dillon2001-09-012-20/+25
* Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(),dillon2001-09-015-23/+70
* Make various posix4 system calls MPSAFE (will fixup syscalls.master later)dillon2001-08-311-42/+95
* o Screw over users of the kern.{security.,}suser_permitted sysctl again,rwatson2001-08-311-5/+5
* Giant pushdown syscalls in kern/uipc_syscalls.c. Affected calls:dillon2001-08-313-116/+279
* Giant Pushdown: sysv shm, sem, and msg calls.dillon2001-08-315-283/+510
* Remove the MPSAFE keyword from the parser for syscalls.master.dillon2001-08-305-41/+79
* advlock: simplify overflow checksache2001-08-292-6/+5
* lseek: simplify overflow checksache2001-08-292-8/+8
* o Reduce gratuitous whitespace difference from Darwin.rwatson2001-08-291-1/+0
* Fix the ogetkerninfo() syscall handling of sizes forpeter2001-08-291-10/+12
* OR M_WAITOK with M_ZERO in malloc()s args for clarity.brian2001-08-281-1/+1
* o Improve the style of a number of routines and comments in kern_prot.c,rwatson2001-08-281-66/+62
* Fix typos in recent comments.rwatson2001-08-281-2/+2
* Generally improve documentation of kern_prot.c:rwatson2001-08-271-10/+65
* If a file has been completely unlinked, stop automatically syncing thepeter2001-08-271-0/+3
* Cosmetique & style fixes from bdeache2001-08-263-7/+2
OpenPOWER on IntegriCloud