summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* sysctl: switch sysctllock to a sleepable rmlock, take 2mjg2015-09-153-109/+107
* Threads holding a read lock of a sleepable rm lock are not permittedjhb2015-09-151-2/+4
* kevent(2): Note DOOMED vnodes with NOTE_REVOKEcem2015-09-152-3/+13
* Implement callout_drain_async(), inspired by the projects/hps_headhselasky2015-09-141-0/+39
* bufdonebio is now unused. Retire it too.imp2015-09-111-18/+0
* Add stack_save_td_running(), a function to trace the kernel stack of amarkj2015-09-111-4/+7
* dev_strategy and dev_strategy_csw are unused since r281825. Removeimp2015-09-111-50/+0
* Also make kern.maxfilesperproc a boot time tunable.adrian2015-09-101-1/+2
* For open("name", O_DIRECTORY | O_CREAT), do not try to create thekib2015-09-091-1/+4
* fd: make rights a mandatory argument to fgetvp_rightsmjg2015-09-071-5/+3
* fd: make the common case in filecaps_copy work locklessmjg2015-09-072-15/+25
* Follow-up to r287442: Move sysctl to compiled-once filecem2015-09-072-6/+6
* Track changes to kern.maxvnodes and appropriately increase or decreasemckusick2015-09-063-2/+100
* Expose an interface to determine if an ACE is inherited.delphij2015-09-041-0/+1
* Detect badly behaved coredump note helperscem2015-09-033-17/+106
* fd: remove UMA_ZONE_ZINIT argument from Files zonemjg2015-09-021-1/+1
* The 'sa' argument to syscallret() is not unused.jhb2015-09-011-1/+1
* Export current system call code and argument count for system call entryjhb2015-09-012-0/+17
* Exit notification for EVFILT_PROC removes knote from the knlist. Inkib2015-09-011-8/+7
* Clean up the kqueue use of the uma KPI.kib2015-09-011-13/+15
* callout_reset: fix a reversed check for cc_exec_cancelavg2015-09-011-1/+1
* 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
OpenPOWER on IntegriCloud