aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/sys/audit: add missing comma delimiter between fieldsAlex Richardson2021-03-021-0/+1
* Simplify the capsicum-test wrapper scriptAlex Richardson2021-03-021-53/+17
* O_RELATIVE_BENEATH: return ENOTCAPABLE instead of EINVAL for abs pathKonstantin Belousov2021-03-021-1/+1
* nameicap_check_dotdot: trim tracker on checkKonstantin Belousov2021-03-021-1/+5
* Add nameicap_cleanup_from(), to clean tracker list starting from some elementKonstantin Belousov2021-03-021-4/+11
* nameicap_tracker_add: avoid duplicates in the tracker listKonstantin Belousov2021-03-021-0/+3
* Do not call nameicap_tracker_add() for dotdot case.Konstantin Belousov2021-03-021-1/+2
* open(2): Remove O_BENEATH and AT_BENEATHKonstantin Belousov2021-03-0215-399/+112
* fhlink(2): the syscalls do not take flagKonstantin Belousov2021-03-021-28/+1
* Remove /boot/efi from mtree, missed in 0b7472b3d8d2.Nathan Whitehorn2021-03-022-2/+1
* Update capsicum-test to git commit f4d97414d48b8f8356b971ab9f45dc5c70d53c40Alex Richardson2021-03-0210-129/+412
|\
| * Update capsicum-test to git commit f4d97414d48b8f8356b971ab9f45dc5c70d53c40vendor/google/capsicum-test/20210302Alex Richardson2021-03-029-128/+411
* | vm: Round up npages and alignment for contig reclamationMark Johnston2021-03-021-2/+14
* | Include Makefile.inc1 in Makefile.vm, missed in previous changeGlen Barber2021-03-021-0/+1
* | Adjust where UNAME_r is defined for ports buildsGlen Barber2021-03-022-1/+4
* | openzfs: attach pam_zfs_key to buildGreg V2021-03-022-1/+34
* | RACK: fix an issue triggered by using the CDG CC moduleMichael Tuexen2021-03-021-2/+2
* | ipfw: add IPv6 support for sockarg opcode.Andrey V. Elsukov2021-03-021-18/+26
* | share/man/man9: document zero_region(9)Ka Ho Ng2021-03-022-0/+87
* | Import wireguard fixes from pfSense 2.5Peter Grehan2021-03-022-8/+60
* | Optimize TX coalescing by keeping pointer to last mbuf.Alexander Motin2021-03-021-4/+6
* | libc: Use musl's optimized strchr and strchrnulEd Maste2021-03-024-76/+70
* | FFS extattr: fix handling of the tailKonstantin Belousov2021-03-021-6/+16
* | Optimize out few extra memory accesses.Alexander Motin2021-03-011-3/+3
* | Cirrus-CI: temporarily avoid qemu smoke test bootEd Maste2021-03-011-5/+1
* | service: respect nojailvnet keywordMariusz Zaborski2021-03-011-0/+6
* | nfsclient: Fix the stripe unit size for a File Layout pNFS layoutRick Macklem2021-03-011-1/+1
* | Allow ssp_test:read to pass more reliablyAlex Richardson2021-03-011-1/+1
* | Fix ptrace_test:ptrace__syscall_args after ATF upgradeAlex Richardson2021-03-011-2/+3
* | Remove atf_tc_skip calls from ptrace_testAlex Richardson2021-03-011-27/+2
* | ptrace_test: Add more debug output on test failuresAlex Richardson2021-03-011-746/+770
* | jail: allow root to implicitly widen its cpuset to attachKyle Evans2021-03-012-1/+210
* | Cirrus-CI: show mounted filesystems and free space at startEd Maste2021-03-011-1/+2
* | calculate prr_out correctly when pipe < ssthreshRichard Scheffenegger2021-03-011-4/+8
* | riscv: Fix whitespace issues in fabs added in 524b018d2004Jessica Clarke2021-03-011-2/+2
* | dialog: fix macro redefinitionBaptiste Daroussin2021-03-012-1/+3
* | copy_file_range(2): Fix for small values of input file offset and lenRick Macklem2021-03-011-1/+1
* | AArch64: Don't set flush-subnormals-to-zero flag on startupAlex Richardson2021-03-012-2/+35
* | Silence a macro-redefined warning when crossbuildingAlex Richardson2021-03-011-0/+2
* | s_scalbn.c: Add missing float.h includeAlex Richardson2021-03-013-9/+5
* | arm64: add definition for IS_SSTEP_TRAP()Mitchell Horne2021-03-011-0/+2
* | arm64: update kdb_thrctx->pcb_lr with BKPT_SKIPMitchell Horne2021-03-011-2/+3
* | arm64: fix hardware single-stepping from EL1Mitchell Horne2021-03-013-1/+19
* | Fix ncurses bootstrap on macOSAlex Richardson2021-03-011-0/+2
* | Makefile.inc1 "Avoid duplicate script for target" warningAlex Richardson2021-03-011-3/+0
* | pci_dw_mv: Don't enable unhandled interrupts.Michal Meloun2021-03-011-2/+2
* | riscv: Add a soft-float implementation of fabs()Alex Richardson2021-03-011-2/+9
* | tools/build/make.py: Don't call brew --prefix if --cross-bindir is setAlex Richardson2021-03-011-4/+11
* | Also use the musl scalbn code for ldexp()Alex Richardson2021-03-011-120/+6
* | Update scalbn* functions to the musl versionsAlex Richardson2021-03-013-166/+90