summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-256-30/+19
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-241-1/+1
* After finishing sending file data in sendfile(2), don't forget to sendcperciva2008-02-241-1/+3
* This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payloaddes2008-02-234-1/+87
* Undo the damage I did in sys/kern/vfs_mount.c #1.274 andyar2008-02-181-2/+1
* Add a remark on a questionable property of vfs_mergeopts().yar2008-02-181-0/+7
* Make sysctl_kern_arnd return a random buffer instead of a random long,antoine2008-02-171-6/+10
* Switch from conditionally dropping Giant in exit1() to asserting it iskris2008-02-171-6/+1
* Fix typo in comment.imp2008-02-171-1/+1
* Remove a superfluous line in run_interrupt_driven_config_hooks(),antoine2008-02-151-1/+0
* - Introduce lockmgr_args() in the lockmgr space. This function performsattilio2008-02-152-25/+46
* In the new order of things dictated by nmount(2), a read-only mountyar2008-02-141-3/+4
* Fix sendfile(2) write-only file permission bypass.simon2008-02-142-15/+18
* Add KASSERT()'s to catch attempts to recurse on spin mutexes that aren'tjhb2008-02-131-1/+9
* Mark sleepqueue chain spin mutexes are recursable since the sleepq codejhb2008-02-131-1/+1
* Add a couple of assertions and KTR logging to thread_lock_flags() tojhb2008-02-131-1/+7
* Add an automatic kernel module version dependency to prevent loadingjhb2008-02-131-0/+2
* - Add real assertions to lockmgr locking primitives.attilio2008-02-132-41/+128
* Make sure we restrict Linux only IPC calls from being executedcsjp2008-02-121-3/+18
* Regenerate for readlink(2).ru2008-02-123-3/+3
* Change readlink(2)'s return type and type of the last argumentru2008-02-122-5/+5
* Add support for displaying a process' current working directory, rootmarcus2008-02-091-0/+50
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoattilio2008-02-082-7/+8
* - Add THREAD_LOCKPTR_ASSERT() to assert that the thread's lock points atjeff2008-02-072-8/+8
* - In rw_wunlock_hard prefer to wakeup writers if there are both readersjeff2008-02-071-4/+4
* Change shm_dotruncate() so that it correctly handles cached pages that spanalc2008-02-071-0/+4
* td cannot be NULL in that place, so just axe out the check.attilio2008-02-061-1/+1
* Adaptive spinning in write path with readers and writer starvation avoidance.jeff2008-02-062-162/+173
* Add WITNESS support to lockmgr locking primitive.attilio2008-02-061-11/+46
* Really, no explicit checks against against lock_class_* object should beattilio2008-02-062-4/+4
* Further clean up sorflush:rwatson2008-02-042-14/+13
* Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufsphk2008-02-031-1/+42
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-014-11/+16
* Use FEATURE() macro to advertise aio availability.rwatson2008-02-011-0/+2
* Correct two problems relating to sorflush(), which is called to flushrwatson2008-01-313-9/+24
* 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
OpenPOWER on IntegriCloud