summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a wrapper function that bound checks writes to the dump device.ru2008-01-281-0/+14
* Add devctl_process_running() so that power management system driveriwasaki2008-01-271-0/+9
* In rev. 1.156, the convertion of the minor number to the unit numberkib2008-01-261-3/+5
* Fix a bug where a thread that hit the race where the sleep timeout firesjhb2008-01-251-2/+1
* Fix a race in the sleepqueue timeout code that resulted in sleeps notjhb2008-01-251-4/+25
* When asked to use kqueue, AIO stores its internal state in thedumbbell2008-01-241-4/+6
* Cleanup lockmgr interface and exported KPI:attilio2008-01-244-33/+15
* Replace the last susers calls in netinet6/ with privilege checks.bz2008-01-241-0/+6
* - sched_prio() should only adjust tdq_lowpri if the thread is running or onjeff2008-01-231-7/+9
* 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
OpenPOWER on IntegriCloud