aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* sdt: whack unused SDT_PROBE_ENABLEDMateusz Guzik2017-10-221-4/+0
* Change kdb_active type to u_char.Mateusz Guzik2017-10-221-1/+1
* Remove the support for mknod(S_IFMT), which created dummy vnodes withKonstantin Belousov2017-10-221-1/+1
* When building standalone, don't define errno. Let the definition fromWarner Losh2017-10-221-1/+1
* mtx: implement thread lock fastpathMateusz Guzik2017-10-211-0/+14
* Add C++ decoration to auxv.v forgotten in r324815.Michal Meloun2017-10-211-0/+2
* Make elf_aux_info() as public libc function.Michal Meloun2017-10-211-0/+37
* Add AT_HWCAP2 ELF auxiliary vector.Michal Meloun2017-10-211-0/+1
* Move swapout code into vm/vm_swapout.c.Konstantin Belousov2017-10-201-0/+4
* Mark kdb_active as __read_frequently and switch to bool to eat less space.Mateusz Guzik2017-10-201-1/+1
* mtx: clean up locking spin mutexesMateusz Guzik2017-10-201-9/+16
* Hide struct sockbuf from userland.Gleb Smirnoff2017-10-191-7/+10
* Move kernel dump offset tracking into MI code.Mark Johnston2017-10-181-7/+9
* Remove mbpool(9) now that it has no consumers.Brooks Davis2017-10-181-90/+0
* Fix wrong v_free_count annotation - (f) instead of (a)Mateusz Guzik2017-10-141-1/+1
* Reduce traffic on vm_cnt.v_free_countMateusz Guzik2017-10-131-3/+3
* mtx: change MTX_UNOWNED from 4 to 0Mateusz Guzik2017-10-131-7/+3
* Add clearing function for unr(9).Matt Joras2017-10-111-0/+1
* Note libstand is no longer a public interface in UPDATING. BumpWarner Losh2017-10-091-1/+1
* Improvements to sendfile(2) mbuf free routine.Gleb Smirnoff2017-10-091-7/+0
* In mb_dupcl() don't copy full m_ext, to avoid cache miss. Respectively,Gleb Smirnoff2017-10-091-2/+18
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-092-14/+13
* The blst_radix_init function has two purposes - to compute the number ofAlan Cox2017-10-081-1/+1
* Add eventhandler notifications for newbus device attach/detach.Ian Lepore2017-10-081-0/+11
* Restore the ability to deregister an eventhandler from within the callback.Ian Lepore2017-10-081-1/+10
* random(4): Gather entropy from Pure sourcesConrad Meyer2017-10-071-1/+7
* random(4): Add missing source descriptionsConrad Meyer2017-10-071-3/+3
* Let stack_create(9) take a malloc flags argument.Mark Johnston2017-10-061-1/+1
* Add updating for armv7 and bump FreeBSD_version.Warner Losh2017-10-051-1/+1
* locks: take the number of readers into account when waitingMateusz Guzik2017-10-051-0/+7
* sysctl-s in a module should be accessible only when the module is initializedAndriy Gapon2017-10-051-0/+3
* Display rotation rate and TRIM/UNMAP support in diskinfo(8)Alan Somers2017-10-042-1/+2
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-025-143/+137
* To prepare for adding EFI runtime services support on arm64 move theAndrew Turner2017-10-011-0/+19
* revert r324166, it has an unrelated change in itAndriy Gapon2017-10-011-3/+0
* MFV r323531: 8521 nvlist memory leak in get_clones_stat() and spa_load_best()Andriy Gapon2017-10-011-0/+3
* Improve description of the PNP string a bit.Warner Losh2017-09-271-2/+4
* kernel: Bump __FreeBSD_version for the removal of M_HASHTYPE_RSS_UDP_IPV4_EXSepherosa Ziehau2017-09-271-1/+1
* mbuf: Remove UDP_IPV4_EX, which was never defined.Sepherosa Ziehau2017-09-271-3/+10
* mtx: drop the tid argument from _mtx_lock_sleepMateusz Guzik2017-09-271-8/+8
* Make struct grouptask gt_name member a char arrayStephen Hurd2017-09-231-1/+2
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-221-7/+15
* Add support for 32-bit compatibility IOCTLs in the LinuxKPI.Hans Petter Selasky2017-09-221-1/+1
* Bump the __FreeBSD_version after recent LinuxKPI changes.Hans Petter Selasky2017-09-181-1/+1
* Revert r323516 (iflib rollup)Stephen Hurd2017-09-161-26/+11
* Add a NT_ARM_VFP ELF core note to hold VFP registers for each thread.John Baldwin2017-09-141-0/+1
* Add AT_HWCAP and AT_EHDRFLAGS on all platforms.John Baldwin2017-09-141-0/+1
* Roll up iflib commits from github. This pulls in most of the work doneStephen Hurd2017-09-131-11/+26
* Handle relocations for newer non-PIC MIPS ABI.John Baldwin2017-09-121-0/+2
* Move vmmeter atomic counters into dedicated cache linesMateusz Guzik2017-09-101-4/+11