summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optionize UPAGES for the i386. As part of this I split some of the lowpeter2001-08-251-0/+2
* Force a commit on kern_mutex.c to explain reason for last commit but whilebmilekic2001-08-242-0/+10
* *** empty log message ***bmilekic2001-08-242-4/+8
* Style nits:jhb2001-08-241-35/+11
* Prevent passing a null pointer as a filename to vn_open(),roam2001-08-241-0/+2
* Remove extra check unneded nowache2001-08-241-2/+0
* o Clarify comments in vaccess_acl_posix1e() ACL evaluation routine sorwatson2001-08-243-57/+69
* Use witness_upgrade/downgrade for sx_try_upgrade/downgrade.jhb2001-08-231-8/+6
* Add witness_upgrade() and witness_downgrade() for handling upgrades andjhb2001-08-231-0/+71
* Convert some KASSERT()'s into if (foo) panic() because they are testingjhb2001-08-231-10/+12
OpenPOWER on IntegriCloud