aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* vfs: support lockless dirfd lookupsMateusz Guzik2020-10-101-0/+2
* Use unlocked page lookup for inmem() to avoid object lock contentionBryan Drewery2020-10-091-0/+1
* Add a routine to dump boot metadataMitchell Horne2020-10-081-0/+1
* Move kernel env global variables, etc to sys/kenv.hWarner Losh2020-10-072-14/+14
* Remove unused function cpu_boot()Mitchell Horne2020-10-061-1/+0
* Store the send tag type in the common send tag header.John Baldwin2020-10-061-1/+2
* Enable iterating all sysctls, even ones with CTLFLAG_SKIPRyan Moeller2020-10-051-1/+2
* cache: fix pwd use-after-free in setting up fallbackMateusz Guzik2020-10-051-0/+1
* Populate the acquire context field of a ww_mutex in the LinuxKPI.Hans Petter Selasky2020-10-041-1/+1
* Add sig_intr(9).Konstantin Belousov2020-10-041-0/+1
* Refactor sleepq_catch_signals().Konstantin Belousov2020-10-041-0/+2
* Introduce scalable route multipath.Alexander V. Chernikov2020-10-031-0/+1
* Bump __FreeBSD_version after latest linuxkpi changesEmmanuel Vadot2020-10-021-1/+1
* Add backlight subsystemEmmanuel Vadot2020-10-021-0/+61
* Standalone SX shimsWarner Losh2020-09-291-0/+22
* add SIOCGIFDATA ioctlEd Maste2020-09-281-0/+1
* Shrink struct sysent from 48 to 32 bytes (on LP64; on ILP32 its probablyEdward Tomasz Napierala2020-09-271-3/+3
* Adjustments to includes for openzfs in _STANDALONEWarner Losh2020-09-251-36/+54
* Dont let kernel and standalone both be defined at the same timeWarner Losh2020-09-251-0/+4
* Regen after r366145.Edward Tomasz Napierala2020-09-251-0/+6
* Create a standalone version of sys/malloc.hWarner Losh2020-09-241-0/+31
* Do not leak oldvmspace if image activation failedKonstantin Belousov2020-09-232-1/+3
* Bump __FreeBSD_version after cache_purgevfs changeMateusz Guzik2020-09-231-1/+1
* cache: drop the force flag from purgevfsMateusz Guzik2020-09-231-1/+1
* __FreeBSD_version bump for introduction of the powerpc64le arch.Brandon Bergren2020-09-231-1/+1
* Add O_RESOLVE_BENEATH and AT_RESOLVE_BENEATH to mimic Linux' RESOLVE_BENEATH.Konstantin Belousov2020-09-222-1/+8
* Add NIRES_STRICTREL.Konstantin Belousov2020-09-221-0/+1
* bitset: expand bit index type to `long`D Scott Phillips2020-09-213-6/+5
* Hide tunable definitions behind _KERNELMitchell Horne2020-09-211-0/+4
* Add getenv(9) boolean parsing functionsMitchell Horne2020-09-212-0/+22
* atomic_common.h: Fix the volatile qualifier placement in atomic_load_ptrJessica Clarke2020-09-201-1/+1
* Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun2020-09-192-1/+36
* mbuf checksum flags and fields to support tunneling protocols.Navdeep Parhar2020-09-181-7/+47
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-171-4/+0
* Use standard bool type, instead of non-standard boolean_tWarner Losh2020-09-161-1/+1
* Convert page cache read to VOP.Konstantin Belousov2020-09-151-0/+1
* vfs_subr.c: export io_hold_cnt and vn_read_from_obj().Konstantin Belousov2020-09-151-1/+3
* Do not copy vp into f_data for DTYPE_VNODE files.Konstantin Belousov2020-09-151-0/+1
* Simplify unix socket connection peer locking.Mark Johnston2020-09-151-0/+2
* Update unix domain socket locking comments.Mark Johnston2020-09-151-18/+25
* Tweak what's visible in the standalone environment. We define offsetofWarner Losh2020-09-141-4/+5
* Refine the busdma template interface. Provide tools for filling in fieldsScott Long2020-09-141-5/+64
* __FreeBSD_version bump for r365605 (crunchgen producing WARNS-clean)Kyle Evans2020-09-141-1/+1
* amd64: prevent KCSan false positives on LAPIC mappingJason A. Harmening2020-09-121-0/+2
* Support for userspace non-transparent superpages (largepages).Konstantin Belousov2020-09-092-2/+21
* Move MAP_32BIT_MAX_ADDR definition to sys/mman.h.Konstantin Belousov2020-09-091-0/+3
* Add kern_mmap_racct_check(), a helper to verify limits in vm_mmap*().Konstantin Belousov2020-09-081-1/+4
* arm64: fix incorrect HWCAP definitionsMitchell Horne2020-09-081-1/+1
* Fix vdso compat32 timekeeping on !=x86.Brandon Bergren2020-09-071-0/+8
* vfs: retire vholdl as a symbolMateusz Guzik2020-09-021-1/+5