aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* manuals: Misc syntax fixesGraham Percival2024-10-072-2/+1
* manuals: Fix "missing end of block" errorsGraham Percival2024-10-075-0/+5
* libsys: connect membarrier.2Ed Maste2024-10-071-0/+1
* getrlimitusage.2: add the man pageKonstantin Belousov2024-10-072-0/+101
* sysctl.3: document missing oids from kern.proc. nodeKonstantin Belousov2024-10-071-16/+98
* sysctl.3: document missing fixed oids from the kern. nodeKonstantin Belousov2024-10-071-0/+38
* sysctl.3: Remove KERN_QUANTUMKonstantin Belousov2024-10-071-4/+0
* unbound: Vendor import 1.21.1Cy Schubert2024-10-071-3/+3
* membarrier: Add manual pageEd Maste2024-10-061-0/+150
* lib{c,sys}: .note.GNU-stack in syscall stubsBrooks Davis2024-10-041-5/+0
* manuals: Fix "skipping end of block" .Ed errorsGraham Percival2024-10-031-1/+0
* sysent: regen commentsBrooks Davis2024-10-032-0/+2
* sysent: regen commentsBrooks Davis2024-10-012-2/+3
* libmd: re-apply masking of _Transform namesKyle Evans2024-09-302-0/+6
* libmd: quickly switch exported symbols to FBSD_1.8 before anyone noticesKyle Evans2024-09-301-1/+1
* libmd: stop exporting _version symbolsKyle Evans2024-09-305-22/+2
* Consolidate md4 implementations written in CKyle Evans2024-09-302-353/+1
* libmd: stop exporting Transform() symbolsKyle Evans2024-09-306-29/+3
* libmd: export and document *Fd/*FdChunk interfacesKyle Evans2024-09-307-6/+160
* libmd: tests: raise WARNS to the defaultKyle Evans2024-09-305-9/+6
* libmd: split tests out into the test infrastructureKyle Evans2024-09-306-243/+260
* libmd: symbol versioningKyle Evans2024-09-302-0/+275
* libmd: stop exporting _block symbolsKyle Evans2024-09-302-6/+0
* libmd, kern, stand: consolidate md5 implementations (NFC)Kyle Evans2024-09-309-390/+7
* lib/libexpat: update build config for 2.6.3Enji Cooper2024-09-281-3/+3
* lib{c,sys}: stop exposing errno symbolBrooks Davis2024-09-276-13/+13
* libprocstat: add procstat_getrlimitusage()Konstantin Belousov2024-09-273-0/+61
* RegenKonstantin Belousov2024-09-272-0/+4
* Userspace enablement for getrlimitusage(2)Konstantin Belousov2024-09-271-0/+1
* pf: fix max-src-conn when rules are added via netlinkKajetan Staszkiewicz2024-09-271-0/+2
* jemalloc: set LG_VADDR to 64 on amd64Konstantin Belousov2024-09-261-0/+3
* stdio: Disable USE_XPRINTF envar.Dag-Erling Smørgrav2024-09-251-2/+0
* dirdeps: update Makefile.depend for toolchainKa Ho Ng2024-09-241-0/+1
* libthr: add libsys for dirdeps buildKa Ho Ng2024-09-241-0/+1
* Bump lld LINKER_FREEBSD_VERSION for reproducibility fixDimitry Andric2024-09-221-1/+1
* libpfctl: ensure we return useful error codesKristof Provost2024-09-211-9/+25
* Refactor error handling in lseek operationsFaraz Vahedi2024-09-211-18/+12
* Remove unused includes, migrate to stdint.h for uintXX_t types.Faraz Vahedi2024-09-212-4/+1
* Install xo_emit_f.3John F. Carr2024-09-211-0/+1
* manuals: Misc macro typosGraham Percival2024-09-214-6/+4
* printf(): Save errno earlier.Dag-Erling Smørgrav2024-09-207-27/+34
* manuals: Fix errors in .2 pagesGraham Percival2024-09-206-6/+6
* libutil: support RLIMIT_PIPEBUFKonstantin Belousov2024-09-203-0/+3
* getrlimit(2): document RLIMIT_PIPEBUFKonstantin Belousov2024-09-201-0/+10
* csu: add include path to CFLAGS to be able to find libsys.hStephen J. Kiernan2024-09-191-1/+2
* libsys: Add dependencies for dirdeps buildStephen J. Kiernan2024-09-182-0/+16
* realpath(3): Minor style issues.Dag-Erling Smørgrav2024-09-181-9/+10
* pf: allow filtering on the receive interfaceKristof Provost2024-09-162-0/+3
* getrlimit(2): document RLIMIT_UMTXPKonstantin Belousov2024-09-151-0/+3
* lib/libc/tests/string: improve memccpy "bounds" unit testRobert Clausecker2024-09-141-13/+37