summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* MFC r305942:kib2016-09-251-0/+3
* MFC r304285:kib2016-09-162-1/+10
* MFC r303677: Move/add ARM ELF PHDR types to elf_common.hemaste2016-09-151-0/+2
* MFC r303670: Add ELFOSABI_ARM_AEABI ELF OSABI constantemaste2016-09-151-0/+1
* MFC r305421:hselasky2016-09-121-1/+1
* MFC r303855:markj2016-08-311-5/+9
* MFC r304182 (by ed):kib2016-08-291-0/+1
* MFC r303924 (by trasz):kib2016-08-291-1/+0
* MFC r304178:kib2016-08-291-0/+1
* Regenkib2016-08-293-5/+12
* MFC r303426:kib2016-08-271-1/+2
* MFC r303425:kib2016-08-271-0/+3
* Bump __FreeBSD_version after LC_*_MASK fixache2016-08-261-1/+1
* MFC r303382:kib2016-08-261-2/+3
* MFC r304021: Update iflib to support more NIC designsshurd2016-08-233-75/+135
* MFC r304440, r304487:markj2016-08-221-1/+1
* MFC r304608:bdrewery2016-08-221-1/+1
* MFC 303001: Add PTRACE_VFORK to trace vfork events.jhb2016-08-192-0/+4
* MFC r302783:badger2016-08-181-1/+1
* MFC r303423:kib2016-08-151-0/+3
* MFC 302900,302902,302921,303461,304009:jhb2016-08-152-9/+15
* Fix still incorrect __FreeBSD_version values for stable/11 and releng/11.0gjb2016-08-121-1/+1
* Fix __FreeBSD_version for stable/11.gjb2016-08-111-1/+1
* Update stable/11 to 11.0-PRERELEASE.gjb2016-08-111-1/+1
* MFC r303562,303563,r303584,r303643,r303652,r303655,r303707:mjg2016-08-111-0/+24
* Regenerate for r303857.bdrewery2016-08-083-4/+5
* MFC r303424:kib2016-07-311-1/+1
* MFC r303211:kib2016-07-301-0/+44
* MFC r303151:kib2016-07-281-0/+2
* MFC 302858: Move nested include of <sys/queue.h> inside _KERNEL.jhb2016-07-231-1/+2
* MFC r302770:kib2016-07-201-0/+2
* Add new unmount(2) flag, MNT_NONBUSY, to check whether there aretrasz2016-07-071-3/+7
* Correct locking annotation for p_comm.jhb2016-07-061-1/+1
* The paradigm of a callout is that it has three consequent states:glebius2016-07-051-3/+2
* Compile in the kassert_panic() function with INVARIANT_SUPPORTglebius2016-07-051-1/+1
* Provide helper macros to detect 'non-silent SBDRY' state and tokib2016-07-032-2/+27
* ARM, ARM64: Workaround for buf_ring reorderingwma2016-06-301-2/+31
* Fix userspace build after r302235: do not expose bool field of thekib2016-06-271-1/+1
* When filt_proc() removes event from the knlist due to the processkib2016-06-272-3/+5
* Rewrite sigdeferstop(9) and sigallowstop(9) into more flexiblekib2016-06-263-9/+21
* Do not clear robust lists pointers on fork. The forked child threadkib2016-06-251-3/+3
* Fix bitstring allocation on 32-bit platformsasomers2016-06-241-4/+9
* Add spares to struct ifnet and socket for packet pacing and/or generalnp2016-06-232-1/+4
* Switch geom_disk over to using a pool mutex.ken2016-06-231-1/+1
* Generate syscall tables and update pipe() implementation after r302094.brooks2016-06-223-8/+13
* Fix a LOR between vnode locks and allproc_lock.kib2016-06-221-1/+20
* Account for AIO socket operations in thread/process resource usage.jhb2016-06-211-2/+4
* Bump __FreeBSD_version to 1100118 for r302069, which breaks binaryken2016-06-211-1/+1
* vfs: ifdef out noop vop_* primitives on !DEBUG_VFS_LOCKS kernelsmjg2016-06-171-3/+12
* Add VFS interface to flush specified amount of free vnodes belongingkib2016-06-171-0/+2
OpenPOWER on IntegriCloud