aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* __vprintf(): switch from strerror() to strerror_rl()Konstantin Belousov2024-04-231-1/+5
* libc: make strerror_rl() usable for libcKonstantin Belousov2024-04-232-5/+7
* Add test for pthread_sigqueue(3)Konstantin Belousov2024-04-232-0/+121
* libthr: add pthread_sigqueue(3)Konstantin Belousov2024-04-234-0/+85
* sigqueue(2): Document __SIGQUEUE_TIDKonstantin Belousov2024-04-231-1/+18
* Update manual page references and macros to align to mandoc syntaxChristopher Davidson2024-04-231-4/+4
* swab.c(libc): use a simplified version of byte swappingrilysh2024-04-231-47/+11
* package: move cron into its own packageLexi Winter2024-04-231-1/+4
* libipsec: make const-correctLexi Winter2024-04-234-16/+16
* geli.8: minor proofreadingAlan Somers2024-04-221-3/+3
* libcxxrt: align more with libc/MakefileBrooks Davis2024-04-221-2/+2
* libsys/arm: make vfork less of an outlierBrooks Davis2024-04-221-2/+6
* Make __libsys_interposing_slot libsys onlyBrooks Davis2024-04-224-3/+5
* libthr: always use __libc_interposing_slot()Brooks Davis2024-04-221-1/+1
* libcxxrt: define SHLIBDIR before including bsd.own.mkDimitry Andric2024-04-221-1/+2
* libpmc: Import AMD Zen 4 PMU eventsAlexander Motin2024-04-2011-1/+3871
* Merge llvm-project release/18.x llvmorg-18.1.4-0-ge6c3289804a6Dimitry Andric2024-04-207-15/+15
* timerfd.2: Remove a double wordGordon Bergling2024-04-201-1/+1
* glabel: Remove support for old reiserfsRicardo Branco2024-04-191-4/+1
* intro.2: Integrate introduction with state of pageAlexander Ziaee2024-04-191-2/+6
* intro.2: Section RETURN VALUES is actually ERRORSAlexander Ziaee2024-04-191-281/+281
* intro.2: Add FILES mentioning table of syscallsAlexander Ziaee2024-04-191-0/+5
* intro.2: Tweak grammar and syntax for consistencyAlexander Ziaee2024-04-191-123/+101
* intro.2: Import HISTORY from OpenBSD but our styleAlexander Ziaee2024-04-191-1/+6
* libc/quad: further narrow list of i386 symbolsBrooks Davis2024-04-191-4/+4
* libgcc_s: expose __divmoddi4 on i386Brooks Davis2024-04-192-0/+9
* libgcc_{eh,s}: restore __*_frame_info symbols post llvm18Brooks Davis2024-04-191-0/+3
* Revert "lib{c,sys}: normalize export of openat, setcontext, and swapcontext"Brooks Davis2024-04-194-4/+3
* lib{c,sys}: normalize export of openat, setcontext, and swapcontextBrooks Davis2024-04-174-3/+4
* libsys: expose a few more symbols for libc's useBrooks Davis2024-04-171-0/+9
* libcompiler_rt Makefile.inc: update _Float16/__bf16 checksDimitry Andric2024-04-171-5/+28
* libarchive: add two missing package files to libarchive testsMartin Matuska2024-04-171-0/+2
* libarchive: merge from vendor branchMartin Matuska2024-04-162-1/+8
* libc/arm: export __signalcontext not _signalcontextBrooks Davis2024-04-161-1/+1
* libcxxrt: don't export nonexistant symbolsBrooks Davis2024-04-163-43/+384
* libgcc_s: exclude symbols not present on some archesBrooks Davis2024-04-161-0/+24
* libgcc_s: only export 128-bit int APIs when availableBrooks Davis2024-04-161-26/+41
* libgcc_s: only export 128-bit long double when availableBrooks Davis2024-04-161-0/+2
* librpcsec_gss: don't export non-existant symbolsBrooks Davis2024-04-161-3/+0
* libc: don't try to export __sFBrooks Davis2024-04-161-1/+0
* libc: don't try to export _nsdbtdumpBrooks Davis2024-04-161-1/+0
* libc: don't try to export mexitcountBrooks Davis2024-04-161-1/+0
* libc: don't try to export mpool_statBrooks Davis2024-04-161-1/+0
* libc: only export hesiod symbols when enabledBrooks Davis2024-04-163-10/+13
* libc: INTERPOS_SYS macro for interposed syscallsBrooks Davis2024-04-1649-123/+56
* lib{c,rt}: use libsys.h for __sys_* declerationsBrooks Davis2024-04-162-89/+2
* libsys: add a libsys.hBrooks Davis2024-04-163-0/+892
* acl_to_text: include sys/param.h for MAXLOGNAMEBrooks Davis2024-04-151-1/+1
* libc(bt_utils.c): fix "contiguous" spellingrilysh2024-04-121-1/+1
* libc(bt_seq.c): fix "uninitialized" spellingrilysh2024-04-121-1/+1