summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Make vfs_unmountall() unmount /dev after /, not before. The onlytrasz2015-08-243-28/+37
* After r286237 it should be fine to call vgone(9) on a busy GEOM vnode;trasz2015-08-231-4/+0
* preload_search_info: make sure mod is setroyger2015-08-212-2/+4
* If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while alreadykib2015-08-201-2/+0
* fget_unlocked() depends on the freed struct file f_count field beingkib2015-08-191-1/+1
* callout_stop() should return 0 (fail) when the callout is currentlyjch2015-08-181-2/+9
* genassym.sh: call nm(1) with NMFLAGS.rpaulo2015-08-141-1/+1
* If a specific timecounter has been chosen via sysctl, and a new timecounterian2015-08-121-5/+13
* When the wait*(2) syscalls wait for any process (P_ALL), they shouldoshogbo2015-08-121-0/+4
* Perform cleanups in response to D3307.ed2015-08-121-0/+7
* Properly return ENOTDIR when calling *at() on a non-vnode.ed2015-08-121-0/+2
* Unignore signals when starting CloudABI processes.ed2015-08-121-0/+19
* Add support for anonymous kqueues.ed2015-08-111-50/+87
* Introduce kern_cap_rights_limit().ed2015-08-111-25/+30
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-102-1/+4
* Add const-qualifiers for source mbuf argument in m_dup(), m_copym(),melifaro2015-08-082-5/+5
* Only process the PPS event types currently enabled in pps_params.mode.ian2015-08-071-0/+3
* RFC 2783 requires a status of ETIMEDOUT, not EWOULDBLOCK, on a timeout.ian2015-08-071-2/+6
* Allow the creation of kqueues with a restricted set of Capsicum rights.ed2015-08-051-3/+3
* Make it possible to implement poll(2) on top of kqueue(2).ed2015-08-051-1/+1
* Copy the fencing of the algorithm to do lock-less update and readingkib2015-08-041-13/+29
* Mark vgonel() as static. It was already declared static earlier;trasz2015-08-041-1/+1
* Fix bad arithmetic in umtx_key_get() to compute object offset.ed2015-08-041-2/+2
* Add missing const keyword to function parameter.ed2015-08-031-1/+1
* kgdb uses td_oncpu to determine if a thread is running and should usejhb2015-08-032-0/+8
* Add sysent flag to switch to capabilities mode on startup.ed2015-08-031-0/+4
* Don't modify curthread->td_locks unless INVARIANTS is enabled.markj2015-08-025-30/+22
* Clear P_TRACED before reparenting a detached process back to itsjhb2015-08-011-2/+9
* Add kern_shm_open().ed2015-08-011-18/+25
* Fix accidental line wrapping introduced in r286122.ed2015-07-311-2/+1
* Limit rights on process descriptors.ed2015-07-313-8/+9
* vn_io_fault() handling of the LOR for i/o into the file-backed bufferskib2015-07-311-0/+62
* Revert r285125 until rmlocks get fixed.mjg2015-07-303-107/+109
* vfs: fill fallout from r286076royger2015-07-301-1/+1
* vfs: fix off-by-one error in vfs_buf_check_mappedroyger2015-07-301-1/+1
* Make pipes in CloudABI work.ed2015-07-291-14/+8
* Introduce falloc_caps() to create descriptors with capabilties in place.ed2015-07-291-2/+3
* Move bufshutdown() out of the #ifdef INVARIANTS block.kib2015-07-291-15/+16
* - Make 'struct buf *buf' private to vfs_bio.c. Having a global variablejeff2015-07-293-134/+137
* - Eliminate the EMPTYKVA queue. It served as a cache of KVA allocationsjeff2015-07-281-79/+20
* Make shutdown() return ENOTCONN as required by POSIX, part deux.ed2015-07-272-0/+12
* Build debug version of rmlock's methods only when LOCK_DEBUG > 0.ae2015-07-261-1/+1
* With the removal of b_saveaddr in the r285819, b_data must be reset tokib2015-07-251-0/+7
* Fix a typo in comment.delphij2015-07-241-1/+1
* o Revert the other functional half of r239864, i. e. the merge of r134227marius2015-07-241-0/+3
* Call ksem_get() with initialized 'rights'.pluknet2015-07-231-2/+4
* Refactor unmapped buffer address handling.jeff2015-07-232-238/+206
* - Don't defeat the FIFO nature of the buffer cache by eliminating thejeff2015-07-231-36/+0
* The smp_rendezvous_cpus() function should ensure that all accesseskib2015-07-211-1/+11
* The part of r285680 which removed release semantic for two stores tokib2015-07-211-2/+14
OpenPOWER on IntegriCloud