summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Initialize pve_fsid and pve_fileid to VNOVAL.marcel2010-02-111-0/+3
* o Add support for COMPAT_IA32.marcel2010-02-111-69/+123
* In function umtxq_insert_queue, use parameter q (shared/exclusive queue)davidxu2010-02-101-1/+1
* Unbreak building kernels with COMPAT_32 enabled. The actual supportmarcel2010-02-091-0/+19
* Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process canmarcel2010-02-091-0/+103
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-082-19/+1
* Set waiters flag before checking semaphore's counter,davidxu2010-02-081-5/+2
* Spelling nitgavin2010-02-071-1/+1
* Remove statistics from the TTY queues.ed2010-02-072-22/+0
* MFp4:mav2010-02-031-1/+1
* Fix comments in do_sem_wait().davidxu2010-02-031-2/+1
* After busied the lock, re-read state word before checking waiters flag,davidxu2010-02-031-0/+12
* Only audit pathnames in namei(9) if copying the directory string completesrwatson2010-02-021-5/+10
* KASSERT that return value of interrupt filter complies with contractavg2010-01-271-1/+11
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-271-0/+1
* Split out an invariant in order to better check that newtd, whenattilio2010-01-241-2/+4
* - Fix the kthread_{suspend, resume, suspend_check}() locking.attilio2010-01-241-18/+52
* - Fix a race in sched_switch() of sched_4bsd.attilio2010-01-233-25/+11
* For PT_TO_SCE stop that stops the ptraced process upon syscall entry,kib2010-01-231-0/+5
* Staticise sigqueue manipulation functions used only in kern_sig.c.kib2010-01-231-8/+8
* When traced process is about to receive the signal, the process iskib2010-01-201-15/+30
* Remove a dead initialization.ed2010-01-181-1/+1
* Add new function vunref(9) that decrements vnode use count (and holdkib2010-01-171-70/+53
* Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to controlbz2010-01-171-2/+108
* Only allocate the space we need before calling kern_getgroups insteadbrooks2010-01-151-1/+7
* Remove the 1000 pseudo terminal limit from pts(4).ed2010-01-131-8/+0
* Declare the kern.ngroups sysctl to be read-only, but tunable at boot forbrooks2010-01-121-1/+1
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-123-7/+21
* Change DDB show prison:bz2010-01-111-5/+6
* Adjust a comment to reflect reality, as we have proper sourcebz2010-01-111-1/+3
* Background:mckusick2010-01-111-5/+11
* Merge change r198561 from projects/mips to head:imp2010-01-101-0/+33
* Make a chain be a list of queues, and make threads waitingdavidxu2010-01-101-33/+93
* Correct the explination text for the kern.ngroups. It reflects thebrooks2010-01-091-1/+2
* Use enum to define key types.davidxu2010-01-091-8/+10
* put semaphore waiter in long term list.davidxu2010-01-091-1/+1
* Add key type TYPE_SEM.davidxu2010-01-091-8/+9
* Introduce the new kernel thread called "deadlock resolver".attilio2010-01-093-4/+148
* Free allocated sbufs before returning ENOMEM.brueffer2010-01-081-2/+6
* - Fix a bug in sched_4bsd where the timestamp for the sleeping operationattilio2010-01-081-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-072-3/+3
* Fix typos.attilio2010-01-071-6/+6
* Tweak comments.attilio2010-01-071-0/+18
* Exclusive waiters sleeping with LK_SLEEPFAIL on and using interruptibleattilio2010-01-071-3/+25
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-051-1/+0
* Make TIOCSTI work again.ed2010-01-043-11/+23
* Fix comments.trasz2010-01-041-4/+3
* Add user-level semaphore synchronous type, this change allows multipledavidxu2010-01-041-2/+160
* If a filter has already been added, actually return EEXIST when tryingbrooks2009-12-311-1/+2
* The devices that supported EVFILT_NETDEV kqueue filters were removed inbrooks2009-12-311-1/+1
OpenPOWER on IntegriCloud