summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Better fix than my previous commit:cognet2003-11-142-8/+9
* Fix a number of style(9) bugs introduced in r1.113 by me.kan2003-11-141-47/+46
* - regen.jeff2003-11-142-3/+3
* - Revision 1.156 marked ptrace() SMP safe. Unfortunately, alpha implementsjeff2003-11-141-1/+1
* Various minor details:phk2003-11-131-8/+17
* - Close a race where a thread on another CPU could release a contested lockjhb2003-11-121-4/+12
* At the request of several developers, restore the DIAGNOSIC codemckusick2003-11-121-0/+28
* Mark __mac_get_pid() as MPSAFE in the comment, as it runs withoutrwatson2003-11-121-37/+15
* MNAMELEN is back to an int again after Kirk's statfs commitpeter2003-11-121-1/+1
* Fix a typo in a comment.jhb2003-11-121-1/+1
* Replace B_PHYS conditional assignment to bio_offset with KASSERT checkphk2003-11-121-2/+7
* Update the five files derived from /sys/kern/syscalls.mastermckusick2003-11-122-18/+18
* Update the statfs structure with 64-bit fields to allowmckusick2003-11-125-38/+606
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-122-75/+68
* 1. Consolidate mount struct allocation/destruction into a common code inkan2003-11-121-429/+171
* Add an implementation of turnstiles and change the sleep mutex code to usejhb2003-11-115-977/+510
* Bound the number of iterations a thread can perform insidejkoshy2003-11-111-6/+8
* Have utrace(2) return ENOMEM if malloc() fails. Document this errorjkoshy2003-11-111-1/+1
* - Revision 1.469 of vfs_subr.c resulted in the buf's b_object field beingalc2003-11-111-14/+7
* Whitespace sync to MAC branch, expand comment at the head of the file.rwatson2003-11-111-3/+9
* Fix a bug where the taskqueue kproc was being parented by initalfred2003-11-101-1/+1
* When there are no free sem_undo structs available in semu_alloc(), onlytjr2003-11-101-3/+4
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-091-2/+2
* Quick fix for scaling of statclock ticks in the SMP case. As explainedbde2003-11-091-0/+4
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-0911-17/+45
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-2/+2
* Return a reasonable number for top or ps to display for M:N thread,davidxu2003-11-081-0/+2
* Regen.jhb2003-11-072-7/+7
* Mark ptrace(), ktrace(), utrace(), sysarch(), and issetugid() as MP safe.jhb2003-11-071-5/+5
* Slight whitespace consistency improvement:rwatson2003-11-073-4/+4
* - Somehow I botched my last commit. Add an extra ( to fix things up. I'mjeff2003-11-061-1/+1
* - Delay the allocation of memory for the pipe mutex until we need it.alc2003-11-061-5/+1
* - Simplify pipespace() by eliminating the explicit creation of vm objects.alc2003-11-061-10/+2
* Remove the flags argument from mac_externalize_*_label(), as it's notrwatson2003-11-061-6/+6
* - Remove the local definition of sched_pin and unpin. They are provided injeff2003-11-061-17/+3
* o make debug_mpsafenet globally visiblesam2003-11-051-10/+0
* Minor style(9) nitimp2003-11-051-8/+8
* - It's ok if sched_runnable() has races in it, we don't need the sched_lockjeff2003-11-051-3/+4
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-053-33/+35
* Back out the following revisions:fjoe2003-11-051-18/+21
* Get rid of DIAGNOSTIC that gives false positives on slow CPUs.mckusick2003-11-041-28/+0
* - Add initial support for pinning and binding.jeff2003-11-041-2/+53
* Allow the bufdaemon and update daemon processes to skip themckusick2003-11-041-4/+8
* disable MPSAFE network drivers; we aren't ready yet`sam2003-11-041-1/+1
* I believe kbyanc@ really meant this in rev 1.58.cognet2003-11-041-2/+2
* Do not attempt to report proc event if NOTE_EXIT has already been received.cognet2003-11-041-0/+7
* Don't require INTR_FAST handlers to be exclusive in the MI layer. Instead,jhb2003-11-031-7/+11
* Update spin lock order list for new i386 interrupt and SMP code.jhb2003-11-031-3/+2
* Unlock pipe mutex when failing MAC pipe ioctl access control check.rwatson2003-11-031-1/+3
* - Remove kseq_find(), we no longer scan other cpu's run queues when we gojeff2003-11-031-66/+17
OpenPOWER on IntegriCloud