aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Extend libteken to support CJK fullwidth characters.Ed Schouten2013-12-201-1/+1
* Move list of ttys handling from the allocating procedures, to theGleb Smirnoff2013-12-201-10/+10
* Fix compilation on 32 bit architectures and use INT64_MAX instead ofStefan Eßer2013-12-191-3/+6
* Fix overflow for timeout values of more than 68 years, which is the maximumStefan Eßer2013-12-191-1/+2
* Invoke the kld_* event handlers from linker_load_file() andMark Johnston2013-12-191-24/+14
* - Rename tty_makedev() into tty_makedevf() and make it capableGleb Smirnoff2013-12-181-36/+73
* The fasttrap fork handler is responsible for removing tracepoints in theMark Johnston2013-12-181-5/+5
* If vn_open_vnode() succeeded in opening the vnode, but subsequentKonstantin Belousov2013-12-171-0/+3
* Fix copy/paste typo.Andrey V. Elsukov2013-12-171-1/+1
* - Assert for not leaking readers rw locks counter on userland return.Attilio Rao2013-12-172-0/+6
* Remove the invariants stuff I copy/paste'd from the mbuf code whenAdrian Chadd2013-12-171-7/+1
* Migrate the sendfile_sync struct to use a UMA zone rather than M_TEMP.Adrian Chadd2013-12-161-2/+22
* Fix periodic per-CPU timers startup on boot.Alexander Motin2013-12-161-1/+2
* Properly drain the TTY when both revoke(2) and close(2) end up closingMarcel Moolenaar2013-12-161-2/+4
* Regenerate after r259438.Pawel Jakub Dawidek2013-12-151-16/+16
* Fix syscalls that can be loaded as kernel modules - they were not givenPawel Jakub Dawidek2013-12-151-1/+1
* Regenerate after r259436.Pawel Jakub Dawidek2013-12-151-1/+1
* Allow for pselect(2) in capability mode.Pawel Jakub Dawidek2013-12-151-1/+2
* Forgot to regenerate after r257736.Pawel Jakub Dawidek2013-12-151-1/+1
* proc exit: don't take PROC_LOCK while freeing rlimitsMateusz Guzik2013-12-151-2/+0
* rlimit: avoid unnecessary copying of rlimitsMateusz Guzik2013-12-131-6/+16
* rlimit: add and utilize lim_sharedMateusz Guzik2013-12-131-1/+11
* Create own free list for each of the first 32 possible allocation sizes.Alexander Motin2013-12-111-9/+17
* Fix detection of EOF in kern_physio(). If bio_length was clipped byKonstantin Belousov2013-12-101-1/+0
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-0/+602
* Make panic_reboot_wait_time static.Colin Percival2013-12-051-1/+1
* Rename sysctl kern.supported_abis to kern.supported_archs, since it givesNathan Whitehorn2013-12-041-3/+3
* Break the loop once we know we have the SYF_CAPENABLED flag.Pawel Jakub Dawidek2013-12-041-0/+1
* Add a new sysctl / loader tunable kern.panic_reboot_wait_time whichColin Percival2013-12-031-4/+9
* Fix an off-by-one error in r228960. The maximum priority delta providedJohn Baldwin2013-12-031-1/+1
* Add new sysctl, kern.supported_abis, containing the list of FreeBSDNathan Whitehorn2013-12-021-0/+7
* Remove unused variable.Gleb Smirnoff2013-12-011-2/+0
* Migrate the sendfile_sync structure into a public(ish) API in preparationAdrian Chadd2013-12-012-37/+118
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-305-49/+0
* jail_v0.ip_number was always in host byte order. This was handledPeter Wemm2013-11-281-1/+1
* add taskqueue_drain_allAndriy Gapon2013-11-281-0/+30
* Add an kinfo sysctl to retrieve signal trampoline location for theKonstantin Belousov2013-11-261-0/+58
* use saner calculations in should_yieldAndriy Gapon2013-11-261-1/+1
* sdt: add support for solaris/illumos style DTRACE_PROBE macrosAndriy Gapon2013-11-261-0/+2
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-2618-112/+112
* Refactor out the sendfile copyout in order to make vn_sendfile()Adrian Chadd2013-11-261-3/+6
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-2530-42/+0
* Revert back to use int for the page counts. In vn_io_fault(), the i/oKonstantin Belousov2013-11-201-11/+9
* taskqueue_cancel: garbage collect a write-only variableAndriy Gapon2013-11-191-2/+0
* Fix siginfo_t.si_status for wait6/waitid/SIGCHLD.Jilles Tjoelker2013-11-172-12/+18
* Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I hadPawel Jakub Dawidek2013-11-153-10/+18
* Don't allow vfs.lorunningspace or vfs.hirunningspace to be set suchJohn Baldwin2013-11-151-2/+33
* Change cap_rights_merge(3) and cap_rights_remove(3) to return pointerPawel Jakub Dawidek2013-11-141-4/+12
* Add a note that this file is compiled as part of the kernel and libc.Pawel Jakub Dawidek2013-11-141-0/+4
* Fix a very bad typo from r248887.Gleb Smirnoff2013-11-141-0/+1