aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't bother to check COMPAT_32BIT when __LP64__ is definedJessica Clarke2023-07-092-4/+4
* amd64 pcpu.h: Add missing 'do' from do-while loop around __PCPU_SET.John Baldwin2023-07-081-1/+1
* vfs: clean up unused NDF_NO* macrosMateusz Guzik2023-07-081-9/+0
* killpg(): more carefully avoid LoRKonstantin Belousov2023-07-082-6/+15
* sys_setpgid(): style, remove extra ()sKonstantin Belousov2023-07-081-1/+1
* qlnxe: Add missing #ifdef INET to fix amd64 LINT-NOINET/NOIP buildsJessica Clarke2023-07-071-2/+6
* Simplify buffer count calculationMark O'Donovan2023-07-071-12/+3
* Remove duplicate #includeMark O'Donovan2023-07-071-1/+0
* isp(4): Style changesJoerg Pulz2023-07-072-22/+24
* isp(4): Remove redundant functions for reading data from FLT and flashJoerg Pulz2023-07-071-84/+31
* isp(4): Use the FLT on all supported controllersJoerg Pulz2023-07-073-190/+260
* isp(4): Add support to read contents of the FLT (flash layout table)Joerg Pulz2023-07-073-2/+397
* isp(4): Fix reading NVRAM contents for 28xx based devicesJoerg Pulz2023-07-071-1/+3
* isp(4): Add support for QLogic 28xx devicesJoerg Pulz2023-07-074-1/+47
* amd64: Use __seg_gs to implement per-CPU data accesses.John Baldwin2023-07-071-6/+63
* divmoddi*: Use separate statements instead of the comma operator.John Baldwin2023-07-073-18/+31
* rtld: Clear x29 and lr for thread_start to conform Aarch64 ABI pcsDmitry Chagin2023-07-071-0/+2
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* radix_trie: replace node count with popmapDoug Moore2023-07-072-204/+179
* KERN_PROC_VM_LAYOUT sysctl: fix bug in 32-bit-compatible pathMike Karels2023-07-071-1/+0
* kbd: consolidate kb interfaces (phase one)Michael2023-07-078-75/+33
* modules: fix freebsd32_modstat on big endian platformsKa Ho Ng2023-07-071-3/+2
* vfs: factor out mount point traversal to a dedicated routineMateusz Guzik2023-07-071-60/+82
* vfs: drop LK_RETRY when crossing mount points in vfs_lookupMateusz Guzik2023-07-071-5/+3
* ixl: implement support for dumping NIC registersPiotr Kubaj2023-07-062-0/+72
* inline_fls - HAVE_INLINE_FLSLL is always trueDoug Moore2023-07-061-14/+0
* inline_ffs: remove backup binary implementationDoug Moore2023-07-061-32/+3
* inline_fls: drop compile-time checkDoug Moore2023-07-061-5/+0
* inline_fls: remove redundant INLINE_FLS testDoug Moore2023-07-061-2/+2
* libkern: remove old ffs/fls routinesMitchell Horne2023-07-066-297/+0
* Consistently provide ffs/fls using builtinsMitchell Horne2023-07-069-238/+57
* vgapci: Don't create a drm helperDmitry Chagin2023-07-061-2/+1
* mac_veriexec ensure label fields are initializedSimon J. Gerraty2023-07-061-4/+2
* ixl: port ice's atomic API to ixlPiotr Kubaj2023-07-064-51/+118
* ddb: Rework macros to make it easier to add new command tables.John Baldwin2023-07-053-42/+65
* ddb: Always terminate DB_SHOW_ALIAS_FLAGS with a semi-colon.John Baldwin2023-07-052-2/+2
* vfs: whack dpunlocked var in vfs_lookupMateusz Guzik2023-07-051-7/+3
* vfs: use __enum_uint8 for vtype and vstateMateusz Guzik2023-07-0530-78/+71
* Support byte-sized enumsMateusz Guzik2023-07-051-0/+12
* vfs: list enums on separate linesMateusz Guzik2023-07-051-7/+26
* vfs: compute_lk_cnflags(): Remove unused argument 'cnflags'; RenameOlivier Certner2023-07-051-14/+9
* Make some arm64 debug monitor functions staticAndrew Turner2023-07-052-5/+7
* Add helpers to allocate an arm64 VFP state structAndrew Turner2023-07-053-5/+60
* arm64: Fix a use of update_lower_registerAndrew Turner2023-07-051-2/+2
* kern_lockf.c: fix typoKonstantin Belousov2023-07-041-1/+1
* ure(4): add support for Thinkpad Hybrid USB-C with USB-A dockJoerg Pulz2023-07-042-1/+3
* vn_path_to_global_path_hardlink(): initialize lenKonstantin Belousov2023-07-041-0/+1
* riscv: improve register dumpingChristos Margiolis2023-07-041-17/+50
* kinst: update LICENSE headersChristos Margiolis2023-07-045-8/+28
* kinst: port to riscvChristos Margiolis2023-07-043-0/+650