aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* veriexec: Fix veriexec -i's confusion between loaded and locked statesStephane Rochoy2021-09-231-1/+1
* sh: Add -o verify to use O_VERIFY when sourcing scriptsStephane Rochoy2021-09-239-12/+31
* UPDATING: Fix spelling.Hans Petter Selasky2021-09-231-1/+1
* kern: random: collect ~16x less from fast-entropy sourcesKyle Evans2021-09-231-3/+23
* kern: random: drop read_rate and associated functionalityKyle Evans2021-09-233-20/+2
* hwpmc: fix performance issuesWojciech Macek2021-09-231-13/+16
* pmc: intr pmc.soft(3) updateWojciech Macek2021-09-231-1/+13
* check-links.sh: treat PIE executable as elf filesBaptiste Daroussin2021-09-231-1/+1
* tests/sys/fs/fusefs/read.cc: fix build on powerpc64Konstantin Belousov2021-09-231-5/+5
* sysdecode.3: Remove documentation of CloudABI ABIs.John Baldwin2021-09-231-8/+2
* truss: Decode correctly 64bits arguments on 32bits arm.Olivier Houchard2021-09-221-12/+6
* Eliminate an unnecessary rerun request in fsck_ffs.Kirk McKusick2021-09-221-1/+0
* truss: Decode correctly 64bits arguments on 32bits arm.Olivier Houchard2021-09-221-8/+14
* libsysdecode: Decode FreeBSD32 syscalls on arm64.Olivier Houchard2021-09-221-2/+2
* sh: try to avoid overwriting HISTFILE produced by other shellsPiotr Pawel Stefaniak2021-09-221-2/+6
* sh: improve command completionPiotr Pawel Stefaniak2021-09-221-4/+18
* Revert "linux32: add a hack to avoid redefining the type of the savefpu tag"Konstantin Belousov2021-09-223-4/+2
* rc.d/mixer: Use -o flag instead of -s flag to get current mixer state.Hans Petter Selasky2021-09-221-1/+1
* mixer(3) and mixer(8): Update manual pages.Hans Petter Selasky2021-09-222-5/+5
* mixer(8): Compile fix for when the "char" type is unsigned.Hans Petter Selasky2021-09-221-1/+1
* UPDATING: Add new entry about mixer(8) usage.Hans Petter Selasky2021-09-221-0/+5
* Implement and use new mixer(3) library for FreeBSD.Hans Petter Selasky2021-09-2210-544/+1787
* Fix false device_set_unit() error.Alexander Motin2021-09-221-0/+2
* ObsoleteFiles.inc: Add sponge(1) command and man-pageStefan Eßer2021-09-221-0/+3
* dma: make the version exposed reflect the new versionBaptiste Daroussin2021-09-221-1/+1
* dma: import snapshot 2021-07-10Baptiste Daroussin2021-09-2216-129/+378
|\
| * dma: import git snapshot 2021-07-10vendor/dma/2021-07-10Baptiste Daroussin2021-09-2217-134/+380
* | sh: reset sh bindings on bind -e, bind -vPiotr Pawel Stefaniak2021-09-221-0/+7
* | sh: remove emacs improvements that are now defaults in libeditBaptiste Daroussin2021-09-221-2/+0
* | libedit: import snapshot 2021-09-10Baptiste Daroussin2021-09-2217-190/+396
|\ \
| * | libedit: import version snapshot 2021-09-10vendor/NetBSD/libedit/2021-09-10Baptiste Daroussin2021-09-2217-190/+396
* | | pci_vendors: update to 2021.09.19Baptiste Daroussin2021-09-221-15/+151
* | | Fix build without SMP.Alexander Motin2021-09-221-1/+6
* | | sched_ule(4): Improve long-term load balancer.Alexander Motin2021-09-211-26/+93
* | | arm: Handle thumb2 thread entry point.Olivier Houchard2021-09-211-0/+2
* | | arm64: Handle thumb2 thread entry point.Olivier Houchard2021-09-211-2/+4
* | | Remove SV_CAPSICUMKonstantin Belousov2021-09-212-5/+1
* | | Drop cloudabiKonstantin Belousov2021-09-2183-16449/+6
* | | ia32_get_fpcontext(): xfpusave can be legitimately NULLKonstantin Belousov2021-09-211-0/+2
* | | nvmecontrol: Display Metadata and Sanitize capabilities of the deviceAllan Jude2021-09-212-1/+43
* | | powerpc64: fix loader regressionLeandro Lupori2021-09-211-11/+11
* | | sched_ule(4): Fix interactive threads stealing.Alexander Motin2021-09-211-4/+6
* | | fusefs: don't panic if FUSE_GETATTR fails durint VOP_GETPAGESAlan Somers2021-09-212-11/+165
* | | Revert "cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use it"Mark Johnston2021-09-216-11/+27
* | | amd64: consistently use uprintf() to report weird situations in sigreturnKonstantin Belousov2021-09-212-5/+6
* | | amd64: eliminate td_md.md_fpu_scratchKonstantin Belousov2021-09-215-56/+40
* | | amd64: stop using top of the thread' kernel stack for FPU user save areaKonstantin Belousov2021-09-217-29/+23
* | | linux32: add a hack to avoid redefining the type of the savefpu tagKonstantin Belousov2021-09-212-1/+3
* | | exec_machdep.c: some style, use ANSI C definition for sys_sigreturn()Konstantin Belousov2021-09-211-10/+6
* | | amd64: move signal handling and register structures manipulations into exec_m...Konstantin Belousov2021-09-214-924/+1021