aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libc: add mempcpy(3) and wmempcpy(3)Konstantin Belousov2021-07-226-9/+114
* Create namespace for the symbols added during 14-CURRENT cycle.Konstantin Belousov2021-07-221-1/+4
* pmc(3): mandoc clean upsGordon Bergling2021-07-1912-910/+1024
* libcasper(3): Correct some warnings found by mandocGordon Bergling2021-07-195-11/+13
* lib80211: Start adding 11ac ETSI bits to regdomain.xmlBjoern A. Zeeb2021-07-181-1/+173
* libpfctl: migrate to DIOCGETSTATESV2Kristof Provost2021-07-161-117/+79
* math(3): Use the .Fa macro for function argumentsGordon Bergling2021-07-1211-28/+28
* Improve handling of USB device re-open in the LibUSB v1.x API.Hans Petter Selasky2021-07-103-2/+24
* libpfctl: memory leak fixKristof Provost2021-07-091-0/+1
* pf: Reduce the data returned in DIOCGETSTATESNVKristof Provost2021-07-092-34/+0
* bhyvectl: print a better error message when vm_open() failsMarko2021-07-021-1/+4
* pkgbase: Put the mibs and defs in the bnsmp packageEmmanuel Vadot2021-06-301-0/+1
* pkgbase: Move librt to clibsEmmanuel Vadot2021-06-301-0/+1
* Convert libs with pc files to use PCFILESEmmanuel Vadot2021-06-304-8/+4
* vdso: lower precision of vdso implementation of CLOCK_MONOTONIC_FAST and CLOC...Konstantin Belousov2021-06-301-1/+27
* vdso gettimeofday: minor restructuringKonstantin Belousov2021-06-301-7/+8
* Work around bogus old gcc "initializer element is not constant" errorDimitry Andric2021-06-251-2/+2
* Fix failures in libm's lround_test after clang 12 importDimitry Andric2021-06-252-9/+6
* Export various 128 bit long double functions from libgcc_s.so.1Dimitry Andric2021-06-212-0/+32
* fread: improve performance for unbuffered readsPedro F. Giffuni2021-06-151-0/+29
* libcasper: fix descriptors numbersMariusz Zaborski2021-06-154-16/+50
* libkvm: Fix build after removal of p_tracevpKonstantin Belousov2021-06-131-1/+1
* Add C++ headers <barrier> <concepts> <execution> <latch> <numbers> <semaphore>Dimitry Andric2021-06-061-0/+6
* libpfctl: Improve error handling in pfctl_get_states()Kristof Provost2021-06-031-11/+17
* libpfctl: fix memory leakKristof Provost2021-06-031-0/+9
* ptrace: add an option to not kill debuggees on debugger exitKonstantin Belousov2021-06-011-1/+26
* libradius: Fix attribute length validation in rad_get_attr(3)Mark Johnston2021-05-281-1/+6
* pf: Track the original kif for floating statesKristof Provost2021-05-272-0/+3
* pfctl: Use DIOCGETSTATESNVKristof Provost2021-05-272-0/+233
* libradius: Fix input validation bugsMark Johnston2021-05-261-15/+39
* openat(2): add O_EMPTY_PATHKonstantin Belousov2021-05-191-1/+17
* libc: Some enhancements to syslog(3)Dmitry Wagin2021-05-141-1/+14
* pf: Support killing 'matching' statesKristof Provost2021-05-142-0/+2
* pf: Allow states to by killed per 'gateway'Kristof Provost2021-05-142-0/+2
* pfctl: Start using DIOCKILLSTATESNVKristof Provost2021-05-142-4/+22
* pfctl: Start using DIOCCLRSTATESNVKristof Provost2021-05-142-0/+77
* pf: Optionally attempt to preserve rule counter values across ruleset updatesKristof Provost2021-05-112-0/+23
* pf: Implement the NAT source port selection of MAP-E Customer EdgeKurosawa Takahiro2021-05-112-0/+25
* libc/string/memset.c: Use unsigned long for storesAlex Richardson2021-05-111-8/+11
* libc/string/bcopy.c: Use intptr_t as the copy typeAlex Richardson2021-05-111-7/+5
* pf: Allow multiple labels to be set on a ruleKristof Provost2021-05-102-4/+16
* pf: Fix parsing of long table namesKristof Provost2021-05-101-5/+10
* Add ptrace(PT_COREDUMP)Konstantin Belousov2021-05-101-1/+65
* libpfct: Fix PIC flagKristof Provost2021-05-072-2/+1
* pfctl: Fix clearing rules countersKristof Provost2021-05-072-0/+14
* pfctl, libpfctl: introduce pfctl_poolKurosawa Takahiro2021-05-072-3/+13
* libnv: Use PICFLAG rather than -fPICKristof Provost2021-05-071-1/+1
* libpfctl: Fix u_* countersKristof Provost2021-05-072-10/+6
* libpfctl: Switch to pfctl_ruleKristof Provost2021-05-072-8/+145
* pfctl: Move ioctl abstraction functions into libpfctlKristof Provost2021-05-074-0/+594