summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Allow lseek(SEEK_END) to work on disk devices by using the DIOCGMEDIASIZEjhb2010-03-031-1/+11
* Document the VM detection type and sysctl a bit better.ivoras2010-03-021-1/+1
* Merge projects/enhanced_coredumps (r204346) into HEAD:alfred2010-03-023-25/+683
* Deliver siginfo when signal is generated by thr_kill(2) (SI_USER with properlybruno2010-03-011-4/+17
* Remove stale comment about socket buffer accounting from access(2) code.rwatson2010-02-271-2/+1
* When running as a guest operating system, the FreeBSD kernel must assumealc2010-02-271-4/+4
* For kinfo_proc in kp->ki_siglist, return the set of the signals pendingkib2010-02-271-4/+6
* Fix several style issues.kib2010-02-271-2/+5
* Include terminated threads in ps's process cpu time field.jilles2010-02-271-2/+0
* Don't inforce an upper bound on kern.ngroups. The INT_MAX-1 limit wasbrooks2010-02-241-2/+0
* Decompose the most lousy named file in sys/kern; kern_subr.c.ed2010-02-212-93/+132
* Set curvnet earlier so that it also covers calls to sodisconnect(), whichbz2010-02-201-2/+3
* Use the cached value within comparison.attilio2010-02-191-1/+1
* Fix the grammar.attilio2010-02-191-4/+4
* Fix a race in regard of p_numthreads.attilio2010-02-191-9/+8
* - Reduce scope of vnode lock. vfs_mount_alloc() doesn't need vnode to bepjd2010-02-181-7/+4
* Use vput() instead of VOP_UNLOCK()+vrele(). The comment here is out-dated,pjd2010-02-181-4/+1
* Use NULL instead of 0 when setting up pointer.pjd2010-02-181-2/+2
* Kernel module support for mips.neel2010-02-181-2/+2
* Do not leak process lock when current thread is not allowed to see target.kib2010-02-141-1/+3
* 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
OpenPOWER on IntegriCloud