aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* open_memstream(3): fix typoYuri Pankov2021-04-281-2/+2
* pf: Fix parsing of long table namesKristof Provost2021-04-261-5/+10
* pf: Allow multiple labels to be set on a ruleKristof Provost2021-04-262-4/+16
* Add code examples to cpuset(2), and improve cross referencing.Robert Watson2021-04-251-0/+66
* libkiconv: address memory leak in not-found casesEd Maste2021-04-221-0/+2
* pmc_allocate(3): document the count argumentMitchell Horne2021-04-211-1/+16
* Fix leak in libc NFSv4 flags parsingAndrew Walker2021-04-201-3/+4
* fork.2: Fix a typo in an exampleMateusz Piotrowski2021-04-201-2/+2
* Allow lib/msun/logarithm_test to pass on ld128 platformsAlex Richardson2021-04-201-1/+17
* libc/string/memset.c: Use unsigned long for storesAlex Richardson2021-04-201-8/+11
* libc/string/bcopy.c: Use intptr_t as the copy typeAlex Richardson2021-04-201-7/+5
* pf: Optionally attempt to preserve rule counter values across ruleset updatesKristof Provost2021-04-192-0/+23
* Revert "lib/libc/net/nsdispatch.c: Fix missing unlock and add locking annotat...Alex Richardson2021-04-191-129/+72
* getprogname.3: Add an exampleMateusz Piotrowski2021-04-181-1/+27
* fork.2: Add a simple use patternMateusz Piotrowski2021-04-171-1/+37
* libpfct: Fix PIC flagKristof Provost2021-04-172-2/+1
* Remove XFAIL from tests/lib/msun/lround_test:mainAlex Richardson2021-04-151-1/+0
* Remove amd64 XFAIL from tests/lib/msun/fma_test:infinitiesAlex Richardson2021-04-151-4/+0
* lib/msun: Exclude ignored-pragmas from -WerrorAlex Richardson2021-04-152-0/+12
* O_PATH: allow vnode kevent filter on such filesKonstantin Belousov2021-04-151-0/+3
* Make files opened with O_PATH to not block non-forced unmountKonstantin Belousov2021-04-151-0/+3
* open(2): Implement O_PATHKonstantin Belousov2021-04-151-1/+40
* Add AT_EMPTY_PATH for several *at(2) syscallsKonstantin Belousov2021-04-157-7/+82
* link(2): correct descriptor name in AT_RESOLVE_BENEATH descriptionKonstantin Belousov2021-04-151-1/+1
* expand @TPUT@ in ncurses manpagesYuri Pankov2021-04-141-0/+1
* pfctl: Fix clearing rules countersKristof Provost2021-04-142-0/+14
* Fix race in case of device destruction.Alexander Motin2021-04-131-1/+6
* pf: Implement the NAT source port selection of MAP-E Customer EdgeKurosawa Takahiro2021-04-132-0/+25
* pfctl, libpfctl: introduce pfctl_poolKurosawa Takahiro2021-04-122-3/+13
* setclassenvironment: trim leading spaces in variable namesYuri Pankov2021-04-111-2/+7
* getdirentries.2: remove unnecessary spacePiotr Pawel Stefaniak2021-04-111-1/+1
* rtld: make dlerror() thread-localKonstantin Belousov2021-04-102-0/+25
* rtld: workaround for broken ABIKonstantin Belousov2021-04-102-0/+11
* Only use -fp-exception-behavior=maytrap on x86, for nowDimitry Andric2021-04-101-1/+2
* libnv: Use PICFLAG rather than -fPICKristof Provost2021-04-101-1/+1
* Avoid raising unexpected floating point exceptions in libmDimitry Andric2021-04-101-1/+10
* libpfctl: Fix u_* countersKristof Provost2021-04-102-10/+6
* libpfctl: Switch to pfctl_ruleKristof Provost2021-04-102-8/+145
* pfctl: Move ioctl abstraction functions into libpfctlKristof Provost2021-04-104-0/+594
* libnv: Build PICKristof Provost2021-04-101-0/+1
* libc dl_iterate_phdr(): dlpi_tls_data is wrongKonstantin Belousov2021-04-091-2/+4
* libc: implement __tls_get_addr() for static binariesKonstantin Belousov2021-04-091-8/+15
* libc: add _get_tp() private functionKonstantin Belousov2021-04-0917-6/+441
* libc: include rtld.h into static implementations of rtld interfaceKonstantin Belousov2021-04-095-37/+58
* libc: constify dummy error message string for dlfcnKonstantin Belousov2021-04-091-2/+2
* Avoid -pedantic warnings about using _Generic in __fp_type_selectDimitry Andric2021-04-081-3/+2