summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Regenerate.rwatson2008-01-202-4/+4
* Use audit events AUE_SHMOPEN and AUE_SHMUNLINK with new system callsrwatson2008-01-201-2/+2
* Export a type for POSIX SHM file descriptors via kern.proc.filedesc asrwatson2008-01-201-0/+4
* - Introduce the function lockmgr_recursed() which returns true if theattilio2008-01-193-18/+16
* Move unlock of global UNIX domain socket lock slightly lower inrwatson2008-01-181-1/+1
* In the rev. 1.153, the one place for converting minor number to unitkib2008-01-181-1/+3
* refactor code so it can run in a chroot without having to have /dev/mountedjulian2008-01-181-33/+48
* Make sure reading td_runtime in critical section since thread may bedavidxu2008-01-181-1/+2
* Add POSIX clock id CLOCK_THREAD_CPUTIME_ID, this can be used to measuredavidxu2008-01-181-0/+16
* Add 'compat_freebsd[4567]' features corresponding to the kernel optionsjhb2008-01-171-0/+17
* promote ath_defrag to m_collapse (and retire private+unusedsam2008-01-171-0/+86
* Remove a conditional that is always true.jhb2008-01-171-1/+1
* Add a set of regression tests for the POSIX shm API (shm_open(2) andjhb2008-01-161-3/+0
* Remove duplicate cpufreq levels, i.e. ones that are within 25 Mhz of eachnjl2008-01-161-0/+11
* - When executing the 'tryself' branch in sched_pickcpu() look at thejeff2008-01-151-4/+5
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-1330-132/+125
* lockmgr() function will return successfully when trying to work underattilio2008-01-111-3/+6
* Don't zero td_runtime when billing thread CPU usage to the process;rwatson2008-01-104-12/+24
* Remove "lock pushdown" todo item in comment -- I did that for 7.0.rwatson2008-01-101-1/+0
* Correct typos in comments.rwatson2008-01-101-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-1022-85/+88
* Fix a last second typo about recent lockmgr_disown() introduction.attilio2008-01-091-2/+2
* Remove explicit calling of lockmgr() with the NULL argument.attilio2008-01-081-23/+42
* Regen for shm_open(2) and shm_unlink(2).jhb2008-01-083-2/+22
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-083-0/+613
* Close a race in the kern.ttys sysctl handler that resulted in panics injhb2008-01-081-3/+20
* Fix logic in skipcount handling (used to sample every 1/N lock operationskris2008-01-081-1/+1
* Free MAC label on a POSIX semaphore when the semaphore is freed.rwatson2008-01-071-0/+3
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-078-91/+166
* In sequential_heuristic():bde2008-01-051-13/+20
* Fall back to the binary-specified interpreter (ld-elf.so.1) if thepeter2008-01-051-4/+10
* - Restore timeslicing code for all bit SCHED_FIFO priority classes.jeff2008-01-051-10/+9
* Add missing sb_sndptr* fields to db_print_sockbuf().bz2008-01-031-5/+9
* - In sysctl_kern_file skip fdps with negative lastfiles. This canjeff2008-01-031-1/+2
* Note what is too {short,long}.obrien2008-01-021-2/+2
* A few whitespace fixes.jhb2008-01-021-12/+11
* - Place the fhold() in unp_internalize_fp to be more consistent with refs.jeff2008-01-011-9/+5
* In vfs_scanopt(), make sure that the mount option value is not NULLrodrigc2007-12-311-0/+2
* Actually declare the kern.features sysctl node.jhb2007-12-311-0/+2
* - Pause a while after disabling lock profiling and before resetting itjeff2007-12-311-5/+11
* - Check the correct variable against NULL in two places.jeff2007-12-311-4/+2
* Rather than not redirting the bp when we get ENXIO, only redirty itimp2007-12-301-11/+5
* Remove explicit locking of struct file.jeff2007-12-309-449/+299
* Add the superpage reservation system. This is "part 2 of 2" of thealc2007-12-291-0/+7
* In "show lockedvnods" DDB command, use db_printf() rather than printf()rwatson2007-12-281-1/+1
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.attilio2007-12-281-13/+0
* In order to avoid a huge class of deadlocks (in particular in interactionsattilio2007-12-271-1/+9
* Return ESRCH when a kernel stack is queried on a process in execve() --rwatson2007-12-271-1/+2
* As LK_EXCLUPGRADE is used in conjuction with LK_NOWAIT, LK_UPGRADE becamesattilio2007-12-271-1/+1
* A partial solution to some of the 'pull the umass device with aimp2007-12-272-2/+11
OpenPOWER on IntegriCloud