aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | libradius: Fix input validation bugsMark Johnston2021-05-261-15/+39
* | ptrace: add an option to not kill debuggees on debugger exitKonstantin Belousov2021-05-251-1/+26
* | libkvm: Fix build after removeal of p_tracevpKonstantin Belousov2021-05-221-1/+1
* | pf: Track the original kif for floating statesKristof Provost2021-05-202-0/+3
* | pfctl: Use DIOCGETSTATESNVKristof Provost2021-05-202-0/+233
* | libpmc: fall-back to kernel tables if pmu-events failsMitchell Horne2021-05-131-21/+19
* | libpmc: remove PMC_MDEP_TABLE logicMitchell Horne2021-05-131-50/+4
* | libpmc: remove unused PMC_MDEP_INIT_INTEL_V2Mitchell Horne2021-05-131-22/+0
* | pkgbase: Move librt to clibsEmmanuel Vadot2021-05-131-0/+1
* | syslog.3 - Add detail about LOG_PIDFernando ApesteguĂ­a2021-05-131-2/+2
* | Remove references to timed(8)Ceri Davies2021-05-134-13/+7
* | libvmm: explicitly save and restore errno in vm_open()Robert Wing2021-05-111-0/+3
* | openat(2): add O_EMPTY_PATHKonstantin Belousov2021-05-101-1/+17
* | pf: Support killing 'matching' statesKristof Provost2021-05-072-0/+2
* | pf: Allow states to by killed per 'gateway'Kristof Provost2021-05-072-0/+2
* | pfctl: Start using DIOCKILLSTATESNVKristof Provost2021-05-072-4/+22
* | pfctl: Start using DIOCCLRSTATESNVKristof Provost2021-05-072-0/+77
* | msun fixes for SPEJustin Hibbits2021-05-062-1/+48
* | ptrace: document ENOMEMEdward Tomasz Napierala2021-05-041-1/+12
* | Add ptrace(PT_COREDUMP)Konstantin Belousov2021-05-031-1/+65
* | connectat(2): clarify that the s argument is socketKonstantin Belousov2021-04-301-1/+2
* | cap_sysctl.3: Fix bugs in the exampleMark Johnston2021-04-281-1/+2
* | poll(2): Add POLLRDHUP.Thomas Munro2021-04-281-1/+13