aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnv: Build PICKristof Provost2021-05-071-0/+1
* cap_sysctl.3: Fix bugs in the exampleMark Johnston2021-05-051-1/+2
* getdirentries.2: remove unnecessary spacePiotr Pawel Stefaniak2021-05-051-1/+1
* sh(1): autocomplete commandsPiotr Pawel Stefaniak2021-05-051-1/+1
* connectat(2): clarify that the s argument is socketKonstantin Belousov2021-05-031-1/+2
* pmc_allocate(3): document the count argumentMitchell Horne2021-04-291-1/+16
* libfetch: Retry with proxy auth when server returns 407Renato Botelho2021-04-281-6/+49
* libkiconv: address memory leak in not-found casesEd Maste2021-04-281-0/+2
* Fix race in case of device destruction.Alexander Motin2021-04-271-1/+6
* O_PATH: allow vnode kevent filter on such filesKonstantin Belousov2021-04-231-0/+3
* Make files opened with O_PATH to not block non-forced unmountKonstantin Belousov2021-04-231-0/+3
* open(2): Implement O_PATHKonstantin Belousov2021-04-231-1/+40
* Add AT_EMPTY_PATH for several *at(2) syscallsKonstantin Belousov2021-04-237-7/+82
* link(2): correct descriptor name in AT_RESOLVE_BENEATH descriptionKonstantin Belousov2021-04-231-1/+1
* rtld: make dlerror() thread-localKonstantin Belousov2021-04-232-0/+25
* rtld: workaround for broken ABIKonstantin Belousov2021-04-232-0/+11
* libc dl_iterate_phdr(): dlpi_tls_data is wrongKonstantin Belousov2021-04-231-2/+4
* libc: implement __tls_get_addr() for static binariesKonstantin Belousov2021-04-231-8/+15
* libc: add _get_tp() private functionKonstantin Belousov2021-04-2317-6/+446
* libc: include rtld.h into static implementations of rtld interfaceKonstantin Belousov2021-04-235-37/+58
* libc: constify dummy error message string for dlfcnKonstantin Belousov2021-04-231-2/+2
* rtld dl_iterate_phdr(): dlpi_tls_data is wrongKonstantin Belousov2021-04-231-2/+5
* Fix leak in libc NFSv4 ACL flags parsingAndrew Walker2021-04-231-3/+4
* Allow lib/msun/logarithm_test to pass on ld128 platformsAlex Richardson2021-04-221-1/+17
* Remove XFAIL from tests/lib/msun/lround_test:mainAlex Richardson2021-04-221-1/+0