summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Use proper malloc type for ioctls white-list.pjd2013-05-231-5/+7
* Increase the (arbitrary) limit for the number of packets per tickluigi2013-05-221-2/+1
* passing fd over unix socket: fix a corner case where callermjg2013-05-211-1/+8
* vm_object locking is not needed there as pages are already wired.attilio2013-05-211-2/+0
* Regenerate.kib2013-05-213-4/+4
* Fix the wait6(2) on 32bit architectures and for the compat32, by usingkib2013-05-211-1/+1
* Style nits.pjd2013-05-191-6/+5
* Use SDT_PROBE1() instead of SDT_PROBE().pjd2013-05-191-7/+4
* Refine the "nojail" rc keyword, adding "nojailvnet" for files that don'tjamie2013-05-191-0/+20
* Use readlocking now that assertions on vm_page_lookup() are relaxed.attilio2013-05-171-3/+3
* A library function shall not set errno to 0.jh2013-05-161-2/+3
* - Add a new general purpose path-compressed radix trie which can be usedjeff2013-05-122-112/+760
* - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). Thekib2013-05-112-7/+20
* Fxi a bunch of typos.eadler2013-05-101-1/+1
* Add option WITNESS_NO_VNODE to suppress printing LORs between VNODEmarcel2013-05-093-2/+16
* Item 1 in r248830 causes earlier exits from the sendfile(2), beforekib2013-05-091-18/+29
* When the accept queue is full print the number of already pendingandre2013-05-081-1/+1
* Add a sysctl vfs.read_min to complement the exiting vfs.read_max. Itscottl2013-05-071-0/+12
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-061-2/+2
* Add missing vdrop() in error case.mdf2013-05-041-0/+1
* Similar to 233760 and 236717, export some more useful info about thejhb2013-05-032-1/+49
* Fix FIONREAD on regular files. The computed result was being ignored andjhb2013-05-031-3/+2
* Regenerate files for pipe2().jilles2013-05-013-2/+30
* Add pipe2() system call.jilles2013-05-013-0/+20
* Regenerate files for accept4().jilles2013-05-013-2/+38
* Add accept4() system call.jilles2013-05-013-25/+63
* Introduce a constant, ELF_NOTE_ROUNDSIZE, which evidently declare ourtrociny2013-05-011-9/+10
* socket: Make shutdown() wake up a blocked accept().jilles2013-04-301-0/+2
* Eliminate the layering violation in the kern_sendfile(). When queringkib2013-04-281-14/+16
* Base the calculation of maxmbufmem in part on kmem_map sizeandre2013-04-241-1/+1
* Include PID in the error message which is printed when the maxproc limitjh2013-04-191-2/+2
* Don't compare unsigned socklen_t against < 0.glebius2013-04-191-10/+1
* sem: Restart the POSIX sem_* calls after signals with SA_RESTART set.jilles2013-04-192-3/+3
* On non-ACPI i386 mp_ncpus is initialized at SI_SUB_CPU, and thisglebius2013-04-171-1/+1
* - Correct mispellings of the word necessarygabor2013-04-171-1/+1
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* r249408 and r249436 cause a NULL pointer dereference on the CUBIEBOARDimp2013-04-161-1/+1
* - Document that sem_wait() can fail with EINTR if it is interrupted by ajhb2013-04-161-0/+2
* Add a new set of notes to a process core dump to store procstat data.trociny2013-04-161-1/+279
* Allow the vnode to be unlocked for the weird case ofrmacklem2013-04-161-1/+1
* Some compilers issue a warning when wider integer is casted to narrowkib2013-04-161-2/+2
* Point args[0] not at the thread that is ending but at the one thatgnn2013-04-151-1/+1
* Similarly to proc_getargv() and proc_getenvv(), export proc_getauxv()trociny2013-04-141-18/+29
* Re-factor the code to provide kern_proc_filedesc_out(), kern_proc_out(),trociny2013-04-142-92/+154
* Re-factor coredump routines. For each type of notes an outputtrociny2013-04-141-206/+354
* Add fdallocn function and use it when passing fds over unix socket.mjg2013-04-142-12/+37
* Fix changes made in r249408.jchandra2013-04-131-1/+1
* Fix kenv behavior when there is no static environmentjchandra2013-04-121-13/+16
* Add sbuf_start_section() and sbuf_end_section() functions, which cantrociny2013-04-111-1/+71
* Fix the build.jimharris2013-04-101-1/+1
OpenPOWER on IntegriCloud