summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add new sysctl, kern.supported_abis, containing the list of FreeBSDnwhitehorn2013-12-021-0/+7
* Remove unused variable.glebius2013-12-011-2/+0
* Migrate the sendfile_sync structure into a public(ish) API in preparationadrian2013-12-012-37/+118
* Make process descriptors standard part of the kernel. rwhod(8) alreadypjd2013-11-305-49/+0
* jail_v0.ip_number was always in host byte order. This was handledpeter2013-11-281-1/+1
* add taskqueue_drain_allavg2013-11-281-0/+30
* Add an kinfo sysctl to retrieve signal trampoline location for thekib2013-11-261-0/+58
* use saner calculations in should_yieldavg2013-11-261-1/+1
* sdt: add support for solaris/illumos style DTRACE_PROBE macrosavg2013-11-261-0/+2
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-2618-112/+112
* Refactor out the sendfile copyout in order to make vn_sendfile()adrian2013-11-261-3/+6
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-2530-42/+0
* Revert back to use int for the page counts. In vn_io_fault(), the i/okib2013-11-201-11/+9
* taskqueue_cancel: garbage collect a write-only variableavg2013-11-191-2/+0
* Fix siginfo_t.si_status for wait6/waitid/SIGCHLD.jilles2013-11-172-12/+18
* Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I hadpjd2013-11-153-10/+18
* Don't allow vfs.lorunningspace or vfs.hirunningspace to be set suchjhb2013-11-151-2/+33
* Change cap_rights_merge(3) and cap_rights_remove(3) to return pointerpjd2013-11-141-4/+12
* Add a note that this file is compiled as part of the kernel and libc.pjd2013-11-141-0/+4
* Fix a very bad typo from r248887.glebius2013-11-141-0/+1
* Add VM_LAST, a special last element in enum VM_GUEST and use it in CTASSERTpluknet2013-11-121-0/+1
* Eliminate the gratuitous use of mmap(2) flags from the implementationalc2013-11-121-4/+2
* Avoid overflow for the page counts.kib2013-11-121-1/+2
* Set description string for VM_GUEST_HV (HyperV guest).pluknet2013-11-111-0/+1
* If filesystem declares that it supports shared locking for writes, usekib2013-11-091-1/+1
* Both vn_close() and VFS_PROLOGUE() evaluate vp->v_mount twice, withoutkib2013-11-092-9/+4
* Fix typo in a comment.hiren2013-11-081-1/+1
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otheralc2013-11-081-23/+31
* - Remove mac_get_fd/mac_set_fd - those are not syscalls. The __mac_get_fd() andpjd2013-11-061-8/+1
* kqueue: Change error for kqueues rlimit from EMFILE to ENOMEM and documentjilles2013-11-031-1/+1
* Make getenv_*() functions and respectively TUNABLE_*_FETCH() macros notmav2013-11-011-27/+19
* prison_check_ip4() can take const arguments.glebius2013-11-011-3/+3
* Rate limit (to once per minute) "Listen queue overflow" message inemax2013-10-311-3/+15
* Add bus_dmamap_load_ma() function to load map with the array ofkib2013-10-271-8/+17
* Fix typo.kib2013-10-271-1/+1
* When reentering kdb, typically due to a bug causing trap or assert inkib2013-10-271-0/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-263-1/+4
* Redefine the io provider using the SDT(9) macros instead of doing everythingmarkj2013-10-242-283/+16
* MFP4:brooks2013-10-221-1/+1
* Remove global device lock acquisition from dev_relthread(), replacing itmav2013-10-221-5/+3
* Merge GEOM direct dispatch changes from the projects/camlock branch.mav2013-10-221-1/+2
* Add comments that taskqueue_enqueue_locked() returns without the lock.mav2013-10-211-0/+4
* Add a resource limit for the total number of kqueues available to thekib2013-10-212-1/+41
* Print more useful information about the transfer that trigger the assertion.kib2013-10-211-1/+2
* MFprojects/camlock r256619:mav2013-10-211-10/+5
* Revert r256587.glebius2013-10-181-3/+0
* Error out on failure to open specified config fileemaste2013-10-161-1/+1
* MFprojects/camlock r256370:mav2013-10-161-10/+9
* MFprojects/camlock r254763:mav2013-10-161-4/+17
* MFprojects/camlock r254685:mav2013-10-161-6/+1
OpenPOWER on IntegriCloud