summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFprojects/camlock r254905:mav2013-10-161-1/+9
* For VIMAGE kernels store vnet in the struct task, and set vnet contextglebius2013-10-161-0/+3
* Add a sysctl kern.disallow_high_osrel which disables executing thekib2013-10-151-0/+14
* By default, allow up to SSIZE_MAX i/o for non-devfs files.kib2013-10-151-1/+1
* Similar to debug.iosize_max_clamp sysctl, introducekib2013-10-151-0/+4
* Merge from project branch. Uninteresting commits are trimmed.markm2013-10-122-3/+19
|\
| * MFC - tracking commit.markm2013-10-093-12/+41
| |\
| * \ MFC - tracking commitmarkm2013-10-091-11/+34
| |\ \
| * | | Add YARROW_RNG and FORTUNA_RNG to sys/conf/options.des2013-10-081-0/+16
| * | | Debugging. My attempt at EVENTHANDLER(multiuser) was a failure; use EVENTHAND...markm2013-10-081-2/+0
| * | | Snapshot.markm2013-10-061-0/+2
| * | | MFC - tracking commitmarkm2013-10-062-185/+2
OpenPOWER on IntegriCloud