aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* kevent: Make references to filter definitions constMark Johnston31 hours1-2/+2
* <sys/memrange.h>: Include <sys/ioccom.h>.John Baldwin31 hours1-0/+2
* ktrace: Make sys/ktrace.h self-containedMark Johnston2 days1-0/+2
* devctl: allow to register a hook to receive the eventsBaptiste Daroussin2 days1-0/+28
* pmc: Bump major version for just-committed breaking changesJessica Clarke4 days1-2/+2
* pmc: Rework PROCEXEC event to support PIEsJessica Clarke4 days2-3/+7
* imgact: Make et_dyn_addr part of image_paramsJessica Clarke4 days1-0/+1
* reapkill: handle possible pid reuse after the pid was recorded as signalledKonstantin Belousov5 days1-0/+1
* unr(9): add iterator interfaceKonstantin Belousov5 days1-0/+3
* vfs: Retire kern_alternate_path() as unused anymoreDmitry Chagin6 days1-2/+0
* sysentvec: Retire sv_imgact_try as unneeded anymoreDmitry Chagin6 days1-1/+0
* Brandinfo: Retire emul_path as unneeded anymoreDmitry Chagin6 days1-1/+0
* namei: Add the abilty for the ABI to specify an alternate root pathDmitry Chagin6 days2-2/+13
* bitset: Remove BITSET_FOREACH_ADVANCEMark Johnston8 days1-5/+4
* smp: Dynamically allocate the stoppcbs arrayMark Johnston9 days2-1/+4
* cpuset: increase userland maximum size to 1024Ed Maste10 days1-1/+1
* rlimit: line up with other clean up in thread_reap_domainMateusz Guzik2023-05-201-0/+22
* proc: s/short/int lock-related countersMateusz Guzik2023-05-181-4/+4
* proc: s/short/u_char for td_stopschedMateusz Guzik2023-05-181-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-12175-175/+175
* Revert "cpuset: increase userland maximum size to 1024"Ed Maste2023-05-091-1/+1
* locks: fix two potential overflows in the lock delay codeJonathan T. Looney2023-05-091-1/+1
* cpuset: increase userland maximum size to 1024Ed Maste2023-05-081-1/+1
* hwpmc: pass pmc pointer to more class methodsMitchell Horne2023-05-061-5/+7
* hwpmc: remove pmd_pcpu_{init,fini} callbacksMitchell Horne2023-05-061-4/+0
* hwpmc: formatting of CPU and class listsMitchell Horne2023-05-061-64/+62
* hwpmc: trim MIPS CPU and class defsMitchell Horne2023-05-061-8/+0
* hwpmc: trim obsolete Intel CPU and class defsMitchell Horne2023-05-061-10/+0
* sys/sys/_endian.h: typo (Compatiblity)Igor Ostapenko2023-05-051-1/+1
* imgact_elf: Change header_supported to return bool instead of boolean_t.John Baldwin2023-05-041-1/+1
* vfs: Rename vfs_emptydir() to vn_dir_check_empty()Olivier Certner2023-04-281-1/+1
* linux(4): Add a dedicated statat() implementationDmitry Chagin2023-04-281-2/+2
* Expose EFI wake time APIJohannes Totz2023-04-282-0/+27
* vfs: vn_dir_next_dirent(): Simplify interface and hardenOlivier Certner2023-04-282-4/+7
* vfs: Export get_next_dirent() as vn_dir_next_dirent()Olivier Certner2023-04-281-0/+3
* boolean_t: change to unsigned int to avoid signed bitfield warningsDimitry Andric2023-04-251-1/+1
* sys/dirent.h: comment update, 'd_off' is offset of next entryOlivier Certner2023-04-241-1/+1
* linuxkpi: Migrate to IfAPIJustin Hibbits2023-04-241-1/+1
* ext2fs: extract crc16 into sys/crc16.hVal Packett2023-04-241-0/+46
* Bump __FreeBSD_version after LinuxKPI updatesVladimir Kondratyev2023-04-221-1/+1
* syscalls: regenerateWarner Losh2023-04-211-1/+1
* umtx: allow to configure minimal timeout (in nanoseconds)Konstantin Belousov2023-04-182-0/+3
* veriexec: Additional functionality for MAC/veriexecSteve Kiernan2023-04-171-1/+2
* mac_veriexec: add mac_priv_grant check for NODEVSimon J. Gerraty2023-04-161-1/+7
* Add new privilege PRIV_KDB_SET_BACKENDStephen J. Kiernan2023-04-161-1/+6
* procctl: add state flags to PROC_REAP_GETPIDS reportsVal Packett2023-04-161-0/+3
* Quiet compiler warnings for fget_noref and fdget_norefStephen J. Kiernan2023-04-161-2/+2
* Add witness_is_owned(9)Konstantin Belousov2023-04-111-0/+1
* DEBUG_VFS_LOCKS: use witness if availableKonstantin Belousov2023-04-091-0/+1