summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* To ease changes to underlying mbuf structure and the mbuf allocator, reducerwatson2015-01-051-36/+4
* Prevent live-lock and access of destroyed data in taskqueue_drain_all().gibbs2015-01-041-16/+88
* Regen for r276654 (__getcwd()).dchagin2015-01-043-4/+4
* Indeed, instead of hiding the kern___getcwd() bug by bogus castdchagin2015-01-042-10/+2
* Rework r276532 a bit. Always avoid recursing into the console drivershselasky2015-01-031-7/+8
* The "cnputs_mtx" mutex must be allowed to recurse. Debug prints and/orhselasky2015-01-021-1/+7
* Convert vfs hash lock from a mutex to an rwlock.mjg2014-12-301-14/+15
* Turns out, this isn't only called from i386...imp2014-12-301-1/+1
* sysctl: don't modify oid_running for static nodesmjg2014-12-281-4/+7
* Fix the comment introduced in r276192 so that it clearlyrmacklem2014-12-251-3/+4
* Modify vop_stdadvlock{async}() so that it onlyrmacklem2014-12-241-14/+22
* In sbappend*() family of functions clear M_PROTO flags of incomingglebius2014-12-221-1/+5
* Add VN_OPEN_NAMECACHE flag for vn_open_cred(9), which requests thatkib2014-12-212-1/+4
* Where appropriate, use the modern terms for the one true time baseimp2014-12-211-1/+1
* Revert r274494, r274712, r275955 and provide extra comments explainingglebius2014-12-202-6/+21
* Add to sbappendstream_locked() a check against NULL mbuf, like it is doneglebius2014-12-201-0/+3
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-183-12/+21
* Adjust printf format specifiers for dev_t and ino_t in kernel.gleb2014-12-171-1/+2
* Add missed break.kib2014-12-161-0/+1
* Add missed break.kib2014-12-161-0/+1
* Check for SS_NBIO in so->so_state instead of sb->sb_flags injhb2014-12-151-1/+1
* Add a facility for non-init process to declare itself the reaper ofkib2014-12-155-201/+520
* Fix gcc build.kib2014-12-141-1/+2
* Add _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9).dchagin2014-12-135-8/+20
* Add facility to stop all userspace processes. The supposed use of thekib2014-12-136-47/+229
* Only sleep interruptible while waiting for suspension end whenkib2014-12-131-5/+8
* The vinactive() call in vgonel() may start writes for the dirty pages,kib2014-12-131-10/+24
* For architectures where time_t is wide enough, in particular, 64bitkib2014-12-121-5/+3
* Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount.kib2014-12-091-2/+2
* Apply chunk forgotten in r275620. Remove local variable for real.kib2014-12-091-1/+0
* Add functions syncer_suspend() and syncer_resume(), which are supposedkib2014-12-081-1/+21
* When getnewbuf_reuse_bp() is called to reclaim some (clean) buffer,kib2014-12-081-3/+7
* Do some refactoring and minor cleanups of the thread_single() code inkib2014-12-081-41/+47
* Thread waiting for the vfork(2)-ed child to exec or exit, must allowkib2014-12-082-4/+27
* When process is exiting, check for suspension regardless ofkib2014-12-081-9/+16
* remove opensolaris cyclic code, replace with high-precision calloutsavg2014-12-071-57/+0
* Const poison in a few places to ensure we don't modify thingsimp2014-12-031-8/+8
* Revert device_getenv_int() for now as it duplicates resource_int_value().jhb2014-12-031-17/+0
* Disable recursion for the process spinlock.kib2014-12-012-2/+2
* Remove trailing whitespace.gibbs2014-11-301-2/+2
* Merge from projects/sendfile:glebius2014-11-301-0/+27
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-304-8/+16
* Merge from projects/sendfile:glebius2014-11-303-30/+131
* - Move sbcheck() declaration under SOCKBUF_DEBUG.glebius2014-11-301-8/+16
* Make sballoc() and sbfree() functions. Ideally, they could be markedglebius2014-11-301-0/+54
* The current limit of 100k for the linker hints file is getting a bitimp2014-11-291-1/+1
* Remove lock recursion for the pipe pair mutex, and disable thekib2014-11-291-7/+3
* Assert the state of the process lock and sigact mutex inkib2014-11-281-2/+8
* Style changes:hselasky2014-11-281-4/+15
* Make igb and ixgbe check tunables at probe time.alfred2014-11-261-0/+17
OpenPOWER on IntegriCloud