aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
...
* vfs: decouple freevnodes from vnode batchingMateusz Guzik2023-08-251-1/+2
* linuxolator: implement Linux' PROT_GROWSDOWNKonstantin Belousov2023-08-251-1/+2
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-239-9/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2393-93/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-23238-476/+0
* sys/cdefs.h: fix for use __restrict in C++Sebastian Huber2023-08-131-9/+7
* signal: Get rid of gsignal() as it not used anywhereDmitry Chagin2023-08-071-1/+0
* killpg(2): close a race with fork(2), part1Konstantin Belousov2023-08-071-0/+2
* base: Remove support for the VTOC8 partitioning schemeMarius Strobl2023-08-062-115/+0
* elf(3): Fix a typo in a source code commentGordon Bergling2023-08-051-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-251-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-25172-172/+172
* Bump __FreeBSD_version for llvm 16.0.6 mergeDimitry Andric2023-07-231-1/+1
* Revert "VFS: Remove VV_READLINK flag" and "fdescfs: improve linrdlnk mount op...Konstantin Belousov2023-07-201-1/+1
* hwpmc(4): document debugging optionsMitchell Horne2023-07-171-1/+5
* hpwmc: add __pmcdbg_used annotationMitchell Horne2023-07-171-0/+3
* hwpmc: add error for HWPMC_DEBUG without KTRMitchell Horne2023-07-171-0/+6
* vn_lock_pair(): allow to request shared lockingKonstantin Belousov2023-07-041-2/+2
* VFS: Remove VV_READLINK flagKonstantin Belousov2023-07-041-1/+1
* linux(4): Add a dedicated statat() implementationDmitry Chagin2023-06-291-2/+2
* <sys/cdefs.h>: Decay expression passed to fallback version of __generic()John Baldwin2023-06-281-1/+4
* Bump __FreeBSD_version to 1302506 for merges of LinuxKPI changes.Bjoern A. Zeeb2023-06-261-1/+1
* kevent: Make references to filter definitions constMark Johnston2023-06-161-2/+2
* hwpmc: remove pmd_pcpu_{init,fini} callbacksMitchell Horne2023-06-091-4/+0
* hwpmc: pass pmc pointer to more class methodsMitchell Horne2023-06-091-5/+7
* hwpmc: formatting of CPU and class listsMitchell Horne2023-06-091-69/+67
* hwpmc: trim obsolete Intel CPU and class defsMitchell Horne2023-06-091-10/+0
* ktrace: Make sys/ktrace.h self-containedMark Johnston2023-06-091-0/+2
* reapkill: handle possible pid reuse after the pid was recorded as signalledKonstantin Belousov2023-06-051-0/+1
* unr(9): add iterator interfaceKonstantin Belousov2023-06-051-0/+3
* bitset: Remove BITSET_FOREACH_ADVANCEMark Johnston2023-06-021-5/+4
* vfs_export: Add mnt_exjail to control exports done in prisonsRick Macklem2023-05-212-3/+5
* Revert "vfs_export: Add mnt_exjail to control exports done in prisons"Rick Macklem2023-05-192-5/+3
* vfs_export: Add mnt_exjail to control exports done in prisonsRick Macklem2023-05-192-3/+5
* kern_jail.c: Allow mountd/nfsd to optionally run in a jailRick Macklem2023-05-171-1/+3
* vfs: Rename vfs_emptydir() to vn_dir_check_empty()Olivier Certner2023-05-051-1/+1
* vfs: vn_dir_next_dirent(): Simplify interface and hardenOlivier Certner2023-05-052-4/+7
* vfs: Export get_next_dirent() as vn_dir_next_dirent()Olivier Certner2023-05-051-0/+3
* boolean_t: change to unsigned int to avoid signed bitfield warningsDimitry Andric2023-05-031-1/+1
* sys/dirent.h: comment update, 'd_off' is offset of next entryOlivier Certner2023-04-271-1/+1
* umtx: allow to configure minimal timeout (in nanoseconds)Konstantin Belousov2023-04-252-0/+3
* procctl: add state flags to PROC_REAP_GETPIDS reportsVal Packett2023-04-231-0/+3
* RegenKonstantin Belousov2023-04-163-2/+9
* Change kqueue1() to be compatible with NetBSDKonstantin Belousov2023-04-161-0/+1
* Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSDKonstantin Belousov2023-04-161-2/+2
* kqueue1(2): export the symbol from libcKonstantin Belousov2023-04-161-0/+1
* Add kqueue1() syscallKonstantin Belousov2023-04-161-0/+3
* Add witness_is_owned(9)Konstantin Belousov2023-04-161-0/+1