aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dtrace: remove dead code for PR_REQUESTEDEric van Gyzen2023-08-012-96/+1
* proc_detach: use ptrace(PT_KILL) to kill the traceeEric van Gyzen2023-08-011-8/+4
* dtrace: do not overload libproc flagsEric van Gyzen2023-08-014-27/+20
* dtrace: remove illumos code from dt_proc.cEric van Gyzen2023-08-011-148/+2
* dtrace: prevent forked child from running after an error conditionEric van Gyzen2023-07-121-3/+13
* dhclient: fix build on i386Eric van Gyzen2023-07-101-0/+2
* cron: fix build without LOGIN_CAPEric van Gyzen2023-06-011-2/+2
* Import vixie cron 4.0Eric van Gyzen2023-06-0126-1398/+1091
* limits_test: validate CPU time used, not real timeEric van Gyzen2023-04-141-8/+36
* mlxfw: fix potential NULL pointer dereferenceEric van Gyzen2023-04-041-0/+2
* cap_dns, cap_net: fix host and service buffer handlingEric van Gyzen2023-04-043-8/+51
* camcontrol powermode: fix use-after-freeEric van Gyzen2023-03-291-5/+4
* Mark the debug.vnlru_nowhere sysctl as CTLFLAG_STATSEric van Gyzen2022-11-171-1/+1
* zfs tests: stop writing to arbitrary devicesEric van Gyzen2022-11-117-143/+83
* shared_shadow_inval_test: fix copy-pasto in error messageEric van Gyzen2022-08-241-1/+1
* Fix shared_shadow_inval_test when superpages are disabledEric van Gyzen2022-08-231-1/+1
* bge: tell debugnet there are 2 rx rings, not 1,024Eric van Gyzen2022-07-181-1/+8
* mandoc: workaround lack of macro parsing in list -widthEric van Gyzen2022-05-312-7/+49
* sysv test: properly wait for childrenEric van Gyzen2022-05-131-142/+59
* uma_zalloc_domain: call uma_zalloc_debug in multi-domain pathEric van Gyzen2022-03-261-6/+5
* stack_zero is not needed before stack_saveEric van Gyzen2022-03-266-7/+0
* stack(9): dynamic allocation is not necessaryEric van Gyzen2022-03-261-8/+13
* uma_zalloc: assert M_NOWAIT ^ M_WAITOKEric van Gyzen2022-03-261-0/+28
* ksiginfo_alloc: pass M_WAITOK or M_NOWAIT to uma_zallocEric van Gyzen2022-03-261-3/+1
* vm_ksubmap_init: pass M_WAITOK to vmem_init -> uma_zalloc_argEric van Gyzen2022-03-261-1/+1
* ratecheck: mininterval is constEric van Gyzen2022-03-111-2/+2
* MFV d1b143ee9a5: libbsdxml (expat) 2.4.6Eric van Gyzen2022-03-0225-96/+529
* Vendor import of expat 2.4.6vendor/expat/2.4.6Eric van Gyzen2022-03-0225-96/+529
* gzip: fix error handling in unxzEric van Gyzen2022-02-251-2/+1
* efivar: handle error when reading --fromfileEric van Gyzen2022-02-251-1/+3
* rtsold: fix memory leak in script executionEric van Gyzen2022-02-251-2/+4
* rtsold: Use correct error in llflags_get()Eric van Gyzen2022-02-251-1/+1
* sendfile_test: fix copy-paste bugEric van Gyzen2022-02-241-1/+1
* elfdump: handle small files more gracefullyEric van Gyzen2022-02-171-1/+6
* Integrate contrib/file/tests with kyua/atfEric van Gyzen2022-02-164-0/+69
* newfs_msdos: connect the ATF test from NetBSDEric van Gyzen2022-02-164-2/+25
* newfs_msdos: fix type of kern.maxphysEric van Gyzen2022-02-161-3/+3
* Allow downstream projects to easily add private and internal libsEric van Gyzen2022-01-141-0/+8
* sem_clockwait_np test: fix usage of ATF APIEric van Gyzen2021-10-011-2/+4
* sem test: move sem_clockwait_np tests into individual casesEric van Gyzen2021-10-011-24/+102
* sem_clockwait_np test: relax time constraint on VMsEric van Gyzen2021-10-011-6/+25
* dumpon: fix build on some architecturesEric van Gyzen2021-08-121-2/+2
* netdump: send key before dump, in case dump failsEric van Gyzen2021-08-113-24/+43
* dumpon: fix encrypted dumps after commit 372557d8c3dEric van Gyzen2021-08-111-0/+14
* Fix lockstat:::thread-spin dtrace probe with LOCK_PROFILINGEric van Gyzen2021-08-021-0/+2
* aio_md_test: label the mdEric van Gyzen2021-07-231-0/+2
* aio_md_test: NUL-terminate result of readlinkEric van Gyzen2021-07-231-1/+2
* aio_md_test: fix cleanupEric van Gyzen2021-07-231-7/+9
* libprocstat kstack: fix race with thread creationEric van Gyzen2021-05-271-1/+2
* Wait longer for a previous IPI to be sentEric van Gyzen2021-04-301-2/+7