aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't use "All rights reserved" in new copyrights.Jeff Roberson2020-01-312-4/+2
* Implement a safe memory reclamation feature that is tightly coupled with UMA.Jeff Roberson2020-01-312-0/+218
* vfs: remove the never set VDESC_NOMAP_VPP flagMateusz Guzik2020-01-301-1/+0
* vfs: add VNPASS macro and augment VNASSERT to print more about the assertMateusz Guzik2020-01-291-1/+9
* Correct the use of RB_AUGMENT in the RB_TREE macros so that is invokedDoug Moore2020-01-271-50/+38
* Implement cycle-detecting garbage collector for AF_UNIX socketsJason A. Harmening2020-01-251-4/+4
* Add kern_unmount() and use in Linuxulator. No functional changes.Edward Tomasz Napierala2020-01-241-0/+1
* add MIPS-specific PT header ELF definitionsEd Maste2020-01-231-0/+4
* Enter the network epoch for interrupt handlers of INTR_TYPE_NET.Gleb Smirnoff2020-01-231-0/+1
* Add ie_hflags to struct intr_event, which accumulates flags from allGleb Smirnoff2020-01-231-1/+1
* cpufreq(4): Add support for Intel Speed ShiftConrad Meyer2020-01-221-0/+5
* Remove struct callout_handle. Should have gone with r355732.Gleb Smirnoff2020-01-221-4/+0
* Provide an API for interlocked refcount sleeps.Jeff Roberson2020-01-191-1/+16
* vfs: provide F_ISUNIONSTACK as a kludge for libcMateusz Guzik2020-01-172-0/+2
* Change argument order of epoch_call() to more natural, first function,Gleb Smirnoff2020-01-171-2/+3
* Introduce NET_EPOCH_CALL() macro and use it everywhere where we freeGleb Smirnoff2020-01-151-0/+1
* - Move global network epoch definition to epoch.h, as more differentGleb Smirnoff2020-01-151-0/+10
* vfs: per-cpu batched requeuing of free vnodesMateusz Guzik2020-01-131-1/+2
* vfs: rework vnode list managementMateusz Guzik2020-01-132-23/+2
* vfs: add per-mount vnode lazy list and use it for deferred inactive + msyncMateusz Guzik2020-01-132-0/+23
* getrandom(2): Add Linux GRND_INSECURE API flagConrad Meyer2020-01-121-0/+1
* dd kern_getpriority(), make Linuxulator use it.Edward Tomasz Napierala2020-01-121-0/+1
* Add kern_setpriority(), use it in Linuxulator.Edward Tomasz Napierala2020-01-121-0/+1
* Add "panicked" boolean which can be tested instead of panicstrMateusz Guzik2020-01-121-1/+2
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-0/+1
* sysctl: add missing CLTFLAG_MPSAFE annotation to CONST_STRINGMateusz Guzik2020-01-121-4/+4
* vfs: prealloc vnodes in getnewvnode_reserveMateusz Guzik2020-01-112-2/+2
* vfs: incomplete pass at converting more ints to u_longMateusz Guzik2020-01-111-3/+3
* Update ELFOSABI_* constants with OpenVOS.Pedro F. Giffuni2020-01-111-0/+1
* Add fibnum, family and vnet pointer to each rib head.Alexander V. Chernikov2020-01-091-1/+1
* Bump __FreeBSD_version after r356510Kyle Evans2020-01-081-1/+1
* posix_fallocate: push vnop implementation into the fileop layerKyle Evans2020-01-081-0/+12
* vfs: reimplement deferred inactive to use a dedicated flag (VI_DEFINACT)Mateusz Guzik2020-01-072-2/+3
* vfs: eliminate v_tag from struct vnodeMateusz Guzik2020-01-071-1/+0
* Add own counter for cancelled USB transfers.Hans Petter Selasky2020-01-061-1/+1
* locks: add default delay structMateusz Guzik2020-01-051-0/+4
* locks: convert delay times to u_shortMateusz Guzik2020-01-051-3/+3
* shm: correct KPI mistake introduced around memfd_createKyle Evans2020-01-051-2/+3
* vfs: drop thread argument from vinactiveMateusz Guzik2020-01-051-1/+1
* vfs: predict VN_IS_DOOMED as falseMateusz Guzik2020-01-051-1/+1
* kern_mmap: add a variant that allows caller to inspect fpKyle Evans2020-01-041-0/+5
* vfs: remove CTASSERT from VOP_UNLOCK_FLAGSMateusz Guzik2020-01-041-2/+0
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-032-2/+2
* vfs: add VOP_UNLOCK_FLAGSMateusz Guzik2020-01-031-0/+15
* [PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operationsBrandon Bergren2020-01-021-0/+80
* Rename umtxq_check_susp() to thread_check_susp()Konstantin Belousov2020-01-021-0/+1
* Remove arm/arm as a valid target.Warner Losh2020-01-021-1/+1
* vmgenid(4): Integrate as a random(4) sourceConrad Meyer2020-01-011-0/+1
* Split gigantic rtsock route_output() into smaller functions.Alexander V. Chernikov2019-12-311-1/+1
* Happy New Year 2020!Glen Barber2019-12-311-2/+2