aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update main to 16Colin Percival2025-09-042-2/+2
* jail: add jail descriptorsJamie Gritton2025-09-045-21/+320
* jail: add kqueue(2) support for jailsJamie Gritton2025-09-041-1/+57
* kerberos5: Fix the Heimdal pkgbase buildLexi Winter2025-09-041-1/+2
* libgpio: Add and document gpio interrupt utility functionsEvgenii Ivanov2025-09-034-3/+102
* pf: fix ICMP type/code representationKristof Provost2025-09-022-4/+6
* tzcode: Add a test case for plain issetugid caseDag-Erling Smørgrav2025-09-011-17/+43
* libifconfig: Add netlink based helper to bring the interface up/downMuhammad Saheed2025-08-293-0/+84
* tzcode: Add a test case for thin jailsDag-Erling Smørgrav2025-08-271-7/+36
* libutil++: Rename manpage source files to avoid colonsJohn Baldwin2025-08-268-0/+4
* sysdecode_syscallnames.3: s/names/name/Felix Johnson2025-08-264-6/+6
* tzcode: Add test case for setugid programsDag-Erling Smørgrav2025-08-252-12/+45
* libnvmf: Fix a typo in a source code commentGordon Bergling2025-08-251-1/+1
* libelftc: Move to toolchain packageLexi Winter2025-08-231-0/+1
* Remove redundant PACKAGE for INTERNALLIB librariesLexi Winter2025-08-2311-11/+0
* packages: Improve handling of -lib packagesLexi Winter2025-08-231-1/+1
* copy_file_range.2: Document the COPY_FILE_RANGE_CLONE flagRick Macklem2025-08-221-4/+31
* tzcode: Fix TZ for non-setugid programsDag-Erling Smørgrav2025-08-221-19/+42
* Remove MK_GSSAPILexi Winter2025-08-201-3/+3
* libifconfig: Remove ifconfig_set_fib and ifconfig_sfp_id_is_qsfpMuhammad Saheed2025-08-192-3/+0
* libc: preserve errno in gai_strerror()Konstantin Belousov2025-08-191-0/+4
* libc: some style in gai_strerror.cKonstantin Belousov2025-08-191-4/+4
* libc: mark ai_errlist as constKonstantin Belousov2025-08-191-1/+1
* libc: convert ai_errlist array to designated initializers syntaxKonstantin Belousov2025-08-191-15/+15
* pf: fix potential infinite loop adding/deleting addresses in tablesKristof Provost2025-08-181-12/+10
* vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav2025-08-171-2/+1
* stat(2): Document the st_rdev fieldDag-Erling Smørgrav2025-08-171-1/+4
* getmntpoint: Don't compare st_rdev for non-devicesDag-Erling Smørgrav2025-08-171-0/+1
* jemalloc: don't error out on initializer warning in gccWarner Losh2025-08-171-0/+2
* libc: Fix a typo in a source code commentGordon Bergling2025-08-171-1/+1
* sendmail: Move libmilter to its own packageLexi Winter2025-08-161-1/+1
* jemalloc: Merge from jemalloc 5.3.0 vendor branchWarner Losh2025-08-158-128/+648
* Revert "Remove Secure RPC DES authentication"Lexi Winter2025-08-1512-77/+1795
* libc: Drop incorrect qsort optimizationDag-Erling Smørgrav2025-08-153-13/+114
* sysent: regenerate after bumping setgroups/getgroupsKyle Evans2025-08-152-8/+8
* kern: fix setgroups(2) and getgroups(2) to match other platformsKyle Evans2025-08-154-27/+31
* [libm] Avoid left shift of signed integer entitiesSteve Kargl2025-08-144-17/+36
* libutil++: Move to the utilities packageMark Johnston2025-08-141-1/+0
* pathconf.2: Add an entry for _PC_CLONE_BLKSIZERick Macklem2025-08-131-1/+7
* kern: Allow O_CLOFORK to be passed to shm_open(2)Ricardo Branco2025-08-121-2/+3
* libutil: Fix manlint failuresDag-Erling Smørgrav2025-08-125-9/+14
* libutil: Remove manual link for nonexistent functionDag-Erling Smørgrav2025-08-121-1/+0
* [libm] Fix undefined behavior of a left shifted of a signed integerSteve Kargl2025-08-124-44/+50
* Remove Secure RPC DES authenticationLexi Winter2025-08-1012-1795/+77
* libc/amd64: rewrite memrchr() scalar impl. to read the string from the backRobert Clausecker2025-08-091-38/+34
* libc/amd64: rewrite memrchr() baseline impl. to read the string from the backRobert Clausecker2025-08-091-75/+71
* Updates for ccosh[f] and csinh[f]Steve Kargl2025-08-094-28/+54
* Remove unused variables in msun/bsdsrc/b_tgamma.cSteve Kargl2025-08-091-1/+1
* pam_ksu: Fix crash when no ticket is presentLexi Winter2025-08-091-27/+4
* stdio: Fix bug in integer-parsing FSMDag-Erling Smørgrav2025-08-084-6/+54