aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* secure_getenv: Improve documentation wordingWarner Losh2023-03-251-14/+16
* secure_getenv: Add () around return valuesWarner Losh2023-03-251-2/+2
* bhyve: Remove vmctx member from struct vm_snapshot_meta.John Baldwin2023-03-242-3/+3
* libvmmapi: Add a struct vcpu and use it in most APIs.John Baldwin2023-03-245-214/+272
* libpmc: Use LIB_CXX instead of explicit LDADD to link a C++ library.John Baldwin2023-03-231-2/+1
* libpfctl: Don't pass stack garbage to free.John Baldwin2023-03-221-2/+0
* arpa: garbage collect ns_newmsg/ns_rdata declsVal Packett2023-03-221-10/+0
* kern_reboot(9): some updatesMitchell Horne2023-03-201-1/+2
* carp: support unicastKristof Provost2023-03-202-0/+9
* carp: add netlink interfaceKristof Provost2023-03-204-12/+202
* MFV: xz 5.4.2.Xin LI2023-03-201-3/+3
* vfs: retire KERN_VNODEMateusz Guzik2023-03-171-10/+1
* libipsec: ansifyMateusz Guzik2023-03-164-39/+17
* libmd: ansifyMateusz Guzik2023-03-163-50/+16
* libc/yp: sort out warningsMateusz Guzik2023-03-162-6/+2
* libz: silence K&R warnsMateusz Guzik2023-03-161-0/+1
* libbe: Avoid double printing cloning errors.John Grafton2023-03-151-5/+5
* compiler-rt: remove eprintfEd Maste2023-03-141-1/+0
* Add GNU glibc compatible secure_getenvlucy2023-03-144-3/+40
* Document gethostbyname_r's public exposure in 6.2.David E. O'Brien2023-03-131-0/+4
* lib/csu: do not compile the body of handle_static_init() for PIC build at allKonstantin Belousov2023-03-121-0/+2
* libc/csu: add powerpcspeKonstantin Belousov2023-03-121-0/+4
* libc/csu: rename ignore_init.c to libc_start1.cKonstantin Belousov2023-03-112-1/+1
* libc: move declaration of 'char **environ' to common private headerKonstantin Belousov2023-03-118-13/+3
* x86: microoptimize static PIE startupKonstantin Belousov2023-03-114-10/+22
* csu: move common code to libcKonstantin Belousov2023-03-1131-224/+220
* netbsd-tests: Serialize message queue testsMark Johnston2023-03-101-0/+7
* cap_*(2): Document ENOSYS behavior.Xin LI2023-03-104-21/+25
* ng_atmllc: removeBrooks Davis2023-03-091-2/+0
* NgATM: Remove netgraph ATM supportBrooks Davis2023-03-093-71/+0
* libc: Remove prototype and documentation for tzsetwall().Dag-Erling Smørgrav2023-03-073-24/+5
* bhyve: Move libcasper dependecy to lib9pVitaliy Gusev2023-03-071-2/+3
* libvmm: add missing ioctl's to vm_ioctl_cmdsVitaliy Gusev2023-03-061-1/+2
* open.2: describe O_RESOLVE_BENEATH errors correctlyVal Packett2023-03-021-16/+23
* xlocale: garbage collect references to strtoq_l/strtouq_lVal Packett2023-03-022-4/+0
* librss: Remove rss_socket_set_rss_bucket()Mark Johnston2023-02-283-48/+0
* man 3 daemon: remove double negationIhor Antonov2023-02-271-6/+6
* librss: Remove rss_sock_set_bindmulti()Mark Johnston2023-02-273-42/+0
* Ensure .inc files are regenerated when llvm/clang tblgen binaries changeDimitry Andric2023-02-266-7/+24
* inet6_opt_init.3: Some enhancementsGordon Bergling2023-02-251-13/+15
* make cross build from arm64 work..John-Mark Gurney2023-02-241-0/+3
* libc: handle zero alignment in memalign()Paul Floyd2023-02-241-1/+8
* iconvlist(3): fix count argument typeKyle Evans2023-02-231-2/+2
* efivar: Really look for labels for the provider with right efimediaWarner Losh2023-02-161-17/+47
* efivar: support device paths as well as mounted paths in path_to_dpWarner Losh2023-02-161-3/+14
* efivar: Allow NULL paths in build_dpWarner Losh2023-02-161-11/+13
* efivar: Try harder to find label's efimediaWarner Losh2023-02-161-0/+9
* libefivar: Add note about extra compiler flagsWarner Losh2023-02-151-1/+2
* profil(2): profil(II) was in the v3 sourcesWarner Losh2023-02-151-2/+2
* cpuset: Add compat shim to the sched_affinity functionsDmitry Chagin2023-02-153-2/+33