aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pmc(3): mandoc clean upsGordon Bergling2021-07-1212-910/+1024
* libcasper(3): Correct some warnings found by mandocGordon Bergling2021-07-125-11/+13
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-101-10/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-101-0/+10
* math(3): Use the .Fa macro for function argumentsGordon Bergling2021-07-0911-28/+28
* libpfctl: migrate to DIOCGETSTATESV2Kristof Provost2021-07-091-117/+79
* [skip ci] correct a few SPDX license tagsAlan Somers2021-07-074-4/+4
* riscv: Implement non-stub __vdso_gettc and __vdso_gettimekeepJessica Clarke2021-07-052-1/+57
* libpfctl: memory leak fixKristof Provost2021-07-021-0/+1
* pf: Reduce the data returned in DIOCGETSTATESNVKristof Provost2021-07-022-34/+0
* Remove lib/kyua from the buildAlex Richardson2021-07-021-1/+0
* Simplify and speed up the kyua buildAlex Richardson2021-07-0211-392/+0
* procctl(2): add PROC_NO_NEW_PRIVS_CTL, PROC_NO_NEW_PRIVS_STATUSEdward Tomasz Napierala2021-07-011-1/+26
* libpmc: Import AMD Zen 3 PMU eventsGreg V2021-06-309-0/+1575
* libpmc: enable pmu_utils on arm64Mitchell Horne2021-06-301-0/+44
* Change strmode argument type to mode_tAlfonso Gregory2021-06-291-1/+1
* Work around bogus old gcc "initializer element is not constant" errorDimitry Andric2021-06-251-2/+2
* shm_open(2): Cross-reference posixshmcontrol(1)Michael Gmelin2021-06-251-3/+4
* vdso: lower precision of vdso implementation of CLOCK_MONOTONIC_FAST and CLOC...Konstantin Belousov2021-06-231-1/+27
* vdso gettimeofday: minor restructuringKonstantin Belousov2021-06-231-7/+8
* Fix failures in libm's lround_test after clang 12 importDimitry Andric2021-06-222-9/+6
* Merge llvm-project 12.0.1 rc2Dimitry Andric2021-06-199-16/+17
|\
* | pkgbase: Put the mibs and defs in the bnsmp packageEmmanuel Vadot2021-06-191-0/+1
* | Undefine HAVE_(DE)REGISTER_FRAME in llvm's config.h on armDimitry Andric2021-06-161-0/+2
* | Export various 128 bit long double functions from libgcc_s.so.1Dimitry Andric2021-06-142-0/+32
* | gconcat: Implement new online append featureNoah Bergbauer2021-06-142-5/+47
* | Merge llvm-project 12.0.0 releaseDimitry Andric2021-06-1315-82/+357
|\|
* | Merge llvm-project main llvmorg-12-init-17869-g8e464dd76befDimitry Andric2021-06-1317-1318/+1711
|\|
* | Improve handling of USB device re-open in the LibUSB v1.x API.Hans Petter Selasky2021-06-113-2/+24
* | libcasper: fix descriptors numbersMariusz Zaborski2021-06-104-16/+50
* | zfs: unbreak build broken in 160388166Martin Matuska2021-06-081-0/+1
* | libcasper: Create a minimal cap_netdb serviceRyan Moeller2021-06-057-0/+435
* | Add C++ headers <barrier> <concepts> <execution> <latch> <numbers> <semaphore>Dimitry Andric2021-06-031-0/+6
* | libradius: fix no SSL buildCy Schubert2021-06-031-1/+3
* | fread: improve performance for unbuffered readsPedro F. Giffuni2021-06-011-0/+29
* | libpmc: make libpmc_pmu_utils.c more amenable to portingMitchell Horne2021-05-311-53/+12
* | libpmc: limit pmu-events to 64-bit powerpcMitchell Horne2021-05-311-1/+1
* | libpmc: use $MACHINE_CPUARCHMitchell Horne2021-05-311-1/+1
* | libpmc: always generate libpmc_events.cMitchell Horne2021-05-311-4/+3
* | libpmc: remove pe->aliasMitchell Horne2021-05-312-5/+0
* | libpmc: eliminate pmc_pmu_stat_mode()Mitchell Horne2021-05-312-23/+0
* | libpmc: remove unused 'isfixed' variableMitchell Horne2021-05-311-2/+0
* | libpmc: fix "instructions" alias on IntelMitchell Horne2021-05-311-1/+1
* | libpfctl: Improve error handling in pfctl_get_states()Kristof Provost2021-05-311-11/+17
* | libpfctl: fix memory leakKristof Provost2021-05-311-0/+9
* | VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-304-0/+8
* | Set default SPE FP environmentJustin Hibbits2021-05-301-0/+4
* | libradius: Fix attribute length validation in rad_get_attr(3)Mark Johnston2021-05-281-1/+6
* | kevent: Prohibit negative change and event list lengthsMark Johnston2021-05-271-1/+3
* | libprocstat kstack: fix race with thread creationEric van Gyzen2021-05-271-1/+2