summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Use P1B_PRIO_MAX to designate max posix priority for the RR/FIFOkib2015-08-301-1/+1
* Remove single-use macros obfuscating malloc(9) and free(9) calls.kib2015-08-301-91/+71
* Revert r286880: If at first this change made sense, it turns outjch2015-08-301-11/+1
* Remove now obsolete comment.imp2015-08-281-1/+0
* Per overwhelming sentiment in the code review, use FEATURE instead.imp2015-08-281-5/+1
* Decompose linkat()/renameat() rights to source and target.ed2015-08-271-7/+9
* Silent a compilation warning on callout_stop()jch2015-08-271-3/+3
* In callout_stop(), do not forget to initialize not_running variable.jch2015-08-271-1/+2
* In callout_stop(), if a callout is both pending and currentlyjch2015-08-271-5/+7
* An error of -1 from parse_mount() indicates that the specificationmarcel2015-08-271-0/+5
* When the kernel is compiled with INVARIANTS, export that asimp2015-08-261-0/+9
* Summary: Add the interactivity equations to the header comment for ourgnn2015-08-261-0/+15
* 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
OpenPOWER on IntegriCloud