aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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