summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a new per-thread private flag: TDP_GEOM.phk2004-10-231-0/+7
* Drop Giant around the call to g_waitidle().phk2004-10-231-0/+2
* Rebuild from syscalls.master:1.178.rwatson2004-10-232-2/+20
* Add system call place-holders for the following system callsrwatson2004-10-231-0/+11
* socreate() does an early abort if either the protocol cannot be found,andre2004-10-231-1/+2
* Aquire GIANT in pf_proto_[un]register() before manipulating the protosw.andre2004-10-231-5/+27
* Remove P_STOPPED_TRACE bit if debugger dies without a chance todavidxu2004-10-231-1/+1
* Add an annotation to the comment for sysv_ipc.c to indicate that therwatson2004-10-221-2/+6
* In osethostname(), don't need to call suser() directly asrwatson2004-10-221-4/+2
* When MAC is enabled, warn if getnewvnode() is asked to produce a vnoderwatson2004-10-221-0/+2
* Alas, poor SPECFS! -- I knew him, Horatio; A filesystem of infinitephk2004-10-221-3/+3
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-223-147/+135
* Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAITphk2004-10-214-75/+96
* Add BO_* macros parallel to VI_* macros for manipulating the bo_mtx.phk2004-10-211-7/+11
* Polish vtruncbuf() to improve readability and style a bit.phk2004-10-211-49/+42
* Simplify buf_vlist_remove().phk2004-10-211-34/+16
* Zero terminate empty sting in kdb_sysctl_available.ups2004-10-211-0/+2
* Modify the vm object locking in do_sendfile() so that the containing objectalc2004-10-201-2/+3
* Support for dynamically loadable and unloadable protocols within existing pro...andre2004-10-193-4/+292
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-183-3/+6
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-182-18/+30
* If a process needs to be swapped in, wakeup the swapper from withinscottl2004-10-162-5/+9
* Make pty's always come up in echo mode.phk2004-10-152-2/+2
* Add missing chunk of code to enforce the lock-bits of termios.phk2004-10-141-1/+26
* Update flags patch for the !ISA case.njl2004-10-141-5/+14
* /me gets the wrong patch out of the pr :(jmg2004-10-141-2/+2
* Fix maybe_preempt_in_ksegrp for !SMP.ups2004-10-131-7/+33
* fix a bug where signal events didn't set the flags for attach/detach..jmg2004-10-131-0/+2
* Set flags for devices before probing them. In the non-ISA case, flags setnjl2004-10-131-1/+5
* Don't call driver close unless we have one.phk2004-10-121-2/+4
* Make !SMP kernels compile, and as far as I can tell, work again.phk2004-10-121-1/+2
* Whitespace fix.jhb2004-10-121-1/+1
* Refine the turnstile and sleep queue interfaces just a bit:jhb2004-10-125-49/+89
* Add a WITNESS_WARN() to uiomove() to whine if locks are held when thisjhb2004-10-121-0/+2
* Directly modifying the priority of a thread that may be on the runqueueups2004-10-121-1/+1
* Prevent preemption in slot_fill.ups2004-10-121-1/+110
* Force MUTEX_WAKE_ALL.ups2004-10-121-0/+9
* Add missing zero flag arguments to calls to userland_sysctl()phk2004-10-122-9/+10
* Put on my peril sensitive sunglasses and add a flags field to the internalpeter2004-10-114-21/+54
* Rename _m_tag_free() to m_tag_free_default() and make it non-static.glebius2004-10-111-3/+3
* Add entropy harvest mutex to hard-coded spin lock witness lock order,rwatson2004-10-111-2/+1
* Rework sofree() logic to take into account a possible race with accept().rwatson2004-10-111-5/+19
* Revert last commit since it breaks API.glebius2004-10-101-10/+5
* Don't release the slot twice.. sched_rem() has already done it.julian2004-10-101-1/+0
* Remove duplicate line.julian2004-10-101-1/+0
* Remove inlined m_tag_free(). Rename _m_tag_free() to m_tag_free()glebius2004-10-091-6/+11
* Don't "implicitly order all sleep locks before spin locks" in witnessgreen2004-10-091-1/+1
* Add an execve command for kse_thr_interrupt to allow libpthread todavidxu2004-10-072-3/+19
* Regen to unbreak world.davidxu2004-10-072-2/+2
* Back out rev 1.240; it is unnecessary. In particular,das2004-10-061-8/+3
OpenPOWER on IntegriCloud