aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | libfetch: Restore timeout functionalityDag-Erling Smørgrav2026-02-181-8/+3
* | libc: improve include usage for exterror sourcesKonstantin Belousov2026-02-181-0/+1
* | libc: add man page for uexterr_gettext(3)Konstantin Belousov2026-02-182-0/+72
* | libc: print extended errors from warn(3) and vwarn(3)Konstantin Belousov2026-02-171-2/+2
* | trimdomain.3: Explain DISPLAY a bit moreAlexander Ziaee2026-02-171-7/+5
* | pdfork.2: add EFAULT as possible error, explain some consequences of itKonstantin Belousov2026-02-161-0/+18
* | pdrfork(2): do require RFPROCDESC | RFPROCKonstantin Belousov2026-02-161-3/+5
* | open.2: grammar improvementsKonstantin Belousov2026-02-161-2/+2
* | open.2: stop making impression that fd must be directoryKonstantin Belousov2026-02-161-3/+20
* | pf: convert DIOCRTSTADDRS to netlinkKristof Provost2026-02-162-0/+69
* | libusb: dequeue next transfer on completion to prevent stallsBaptiste Daroussin2026-02-161-0/+18
* | libusb: make libusb_hotplug_get_user_data actually return user_dataBaptiste Daroussin2026-02-161-1/+3
* | libnetbsd: import the `__nothing` macroEnji Cooper2026-02-151-1/+14
* | libusb20: Add dev_open + be_device_foreach manualsRick Parrish2026-02-153-4/+127
* | libc/arm: use __builtin_trap() instead of abort() in aeabi_unwind stubsRobert Clausecker2026-02-131-6/+6
* | libsys/arm: include ARM EABI unwind bits into libsysJessica Clarke2026-02-131-0/+5
* | Summary: *.3: misc man page fixesRobert Clausecker2026-02-131-1/+1
* | tests: Simplify libarchive testsDag-Erling Smørgrav2026-02-131-1/+1
* | libpfctl: verify all parsersKristof Provost2026-02-121-12/+40
* | libpfctl: Sort order of snl attribute parserEric A. Borisch2026-02-121-1/+7
* | libnv/tests: unskip nvlist_send_recv__send_many_fds__dgramSiva Mahadevan2026-02-121-2/+0
* | libc: Improve {,l,ll,imax}div(3) manpagesAymeric Wibo2026-02-126-24/+28
* | libc: Remove leftover commentsAymeric Wibo2026-02-123-4/+0
* | lib/libc/net/sockatmark.3: fix groff mdoc warningKonstantin Belousov2026-02-121-1/+1
* | llvm: Link private LLVM libraries against compiler_rt for aarch64John Baldwin2026-02-093-0/+12
* | libmd aarch64: Use ands instead of bics to round down the lengthJohn Baldwin2026-02-091-1/+1
* | libfetch: Check for failure to create SSL contextDag-Erling Smørgrav2026-02-072-4/+7
* | STACKALIGN: Reimplement in terms of __align_downJohn Baldwin2026-02-062-2/+4
* | libdiff: Simplify truncation detectionDag-Erling Smørgrav2026-02-051-2/+1
* | bectl: Add -E flag to create an empty boot environmentPat Maddox2026-02-056-20/+76
* | pmc: Import Intel Granite Rapids eventsBojan Novković2026-02-0414-0/+12544
* | Remove additional libtpool and libuutil-related filesEnji Cooper2026-02-041-1/+0
* | libc/aarch64: Add memset for a 64 byte dc zvaAndrew Turner2026-02-033-1/+20
* | libc/aarch64: Split out the MOPS functionsAndrew Turner2026-02-033-3/+14
* | libc/aarch64: Add a Makefile.inc dependencyAndrew Turner2026-02-031-2/+2
* | libpmc: Fix the L3 counters for AMD Zen 1-4Ali Mashtizadeh2026-02-031-12/+13
* | libc/tests: Clean up *dir() testsDag-Erling Smørgrav2026-02-031-15/+13
* | rpc: correct resultproc_t's typeBrooks Davis2026-02-021-3/+5
* | clnt_broadcast(3): fix eachresult argument typeBrooks Davis2026-02-021-2/+3
* | clnt_broadcast(3): don't free function pointersBrooks Davis2026-02-021-25/+10
* | socket.2: Cross-reference netintro(4)Artem Bunichev2026-02-021-1/+2
* | libc: Fix missing includeDag-Erling Smørgrav2026-02-021-0/+1
* | libc: Improve POSIX conformance of dirfd()Dag-Erling Smørgrav2026-02-022-1/+18
* | libc: Clean up *dir() codeDag-Erling Smørgrav2026-02-029-49/+43
* | bcmp(3): update manpage to following the Posix StandardPouria Mousavizadeh Tehrani2026-02-021-1/+9
* | libc/resolv: Switch default to loopback addressDag-Erling Smørgrav2026-01-311-41/+26
* | lib/virtual_oss/sndio: Remove trailing backslashChristos Margiolis2026-01-301-1/+1
* | posix_spawn: use rfork_thread on all archesKonstantin Belousov2026-01-281-21/+18
* | libsys, libc: provide rfork_thread() and pdrfork_thread() on all archesKonstantin Belousov2026-01-2810-10/+86
* | libc: Don't use uninitialised string for getnetbyaddr[_r](0) DNS lookupJessica Clarke2026-01-271-0/+3