boot: Expose SMBIOS entry point via kenv
[dragonfly.git] / lib /
2023-03-04 Sascha Wildnerlibc/ukp_setproctitle: Properly handle skipping the...
2023-01-08 Matthew Dillonbuild - Fix make concurrency for libpcap
2022-12-14 Matthew Dillonworld - Fix buildworld bootstrapping on older systems
2022-12-06 Antonio Huete JimenezMerge branch 'vendor/TNFTP'
2022-12-04 Antonio Huete JimenezMerge branch 'vendor/TCSH'
2022-11-28 Antonio Huete Jimenezopenssh: Adjustments after import
2022-11-28 Antonio Huete JimenezMerge branch 'vendor/OPENSSH'
2022-11-27 Antonio Huete Jimenezlibressl: Local modifications after the upgrade (refs...
2022-11-27 Antonio Huete JimenezMerge branch 'vendor/LIBRESSL'
2022-11-20 Antonio Huete JimenezMerge branch 'vendor/TCPDUMP'
2022-11-19 Antonio Huete Jimenezlibpcap: Adjustments after the import
2022-11-19 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2022-11-19 Antonio Huete Jimenezlibedit: Adjustments after the import
2022-11-17 Antonio Huete JimenezMerge branch 'vendor/LIBEDIT'
2022-11-17 Antonio Huete Jimenezlibarchive: Adjustments after the 3.6.1 import
2022-11-17 Antonio Huete JimenezMerge branch 'vendor/LIBARCHIVE'
2022-11-13 Antonio Huete JimenezMerge branch 'vendor/LESS'
2022-11-13 Antonio Huete Jimenezldns: Adjust makefiles for ldns-1.8.3 update.
2022-11-13 Antonio Huete JimenezMerge branch 'vendor/LDNS'
2022-11-12 Antonio Huete Jimenezfile: Local changes after the merge.
2022-11-12 Antonio Huete JimenezMerge branch 'vendor/FILE'
2022-11-12 Antonio Huete Jimenezlibexpat: Local changes after the merge.
2022-11-12 Antonio Huete JimenezMerge branch 'vendor/EXPAT'
2022-11-10 Antonio Huete JimenezMerge branch 'vendor/DIALOG'
2022-11-09 Antonio Huete JimenezMerge branch 'vendor/BYACC'
2022-11-09 Antonio Huete JimenezMerge branch 'vendor/BMAKE'
2022-11-09 Antonio Huete JimenezMerge branch 'vendor/AWK'
2022-07-13 Matthew Dillonlibc - Correct handling of non-hex sequences in strtol...
2022-06-09 Matthew Dillonlibc - Fix bug in recent malloc_usable_size() support
2022-06-08 Sascha Wildnermalloc.3: Unify RETURN VALUES. Add info about malloc_us...
2022-06-05 Antonio Huete Jimenezlibc: Add malloc_usable_size(3) support.
2022-05-19 Matthew Dillonkernel - Implement mlockall() properly
2022-05-16 Antonio Huete Jimenezmlockall.2: Point out MCL_CURRENT is not yet implemente...
2022-05-03 Sascha Wildnerlibc/stdtime: Set errno to EOVERFLOW when there is...
2022-05-01 Aaron LIAdd base64(3) man page for b64_ntop() and b64_pton()
2022-05-01 Aaron LIlibc/net: Fix b64_pton() for some exact-sized buffer
2022-05-01 Aaron LIlibc/net: Multiple minor cleanups to base64.c
2022-04-20 Matthew Dillonlibc - Protect dbm_*() API with a mutex
2022-03-28 Sascha WildnerMark up defined values better in some manual pages.
2022-03-28 Sascha Wildnerkvm_open.3: Improve markup a bit.
2022-03-23 Sascha Wildnerlibc: Adjust comment in Versions.def.
2022-03-21 Sascha Wildnerprintf(3)/scanf(3): Make ll and L length modifiers...
2022-03-20 Sascha Wildnerlibc_rtld: Reduce the amount of libc code that we compi...
2022-03-19 Sascha WildnerFix some 'any more' vs. 'anymore' confusion in manpages...
2022-03-13 Sascha WildnerLocal changes for file-5.41.
2022-03-13 Sascha WildnerMerge branch 'vendor/FILE'
2022-02-20 Aaron LIgetopt.3: Clarify option string syntax
2022-02-16 Aaron LIgetopt.3: Fix date
2022-02-16 Aaron LIgetopt(3): Recognize 'option::' for optional argument
2022-02-15 Sascha WildnerFix AUTHORS sections without .An in various manual...
2022-02-14 Sascha WildnerRemove unneeded .Ns macros in various manual pages.
2022-02-14 Sascha Wildnerpthread_{attr_,}setaffinity_np.3: Fix section number...
2022-02-14 Sascha WildnerFix "macro neither callable nor escaped" mandoc warning...
2022-01-30 Sascha Wildnerlibc: Add strerror_l() (taken from FreeBSD).
2022-01-29 Sascha Wildnerlibc: Fix building without YP.
2022-01-29 Sascha Wildnerlibc: Remove libc checks around manual pages from the...
2022-01-24 Matthew Dillonlibc - Increase opendir/readdir buffer size
2022-01-20 Sascha Wildnersysctl.3: Adjust for pageout daemon algo changes from...
2022-01-06 Sascha Wildnerlibc/isc: Stop using self assignment for unused variables.
2022-01-03 zrjlibc: Fix environment passing in posix_spawnp(3)
2021-12-31 Sascha WildnerAdd a getentropy(3) manual page.
2021-12-30 Matthew Dillonlibc - Add getentropy()
2021-12-30 Sascha WildnerRemove the old <sys/dir.h> compat header. Nothing needs...
2021-12-23 Sascha Wildnerlibc: Add a clearenv() function.
2021-12-05 Tomohiro Kusumiext2fs: Remove sys/gnu/vfs/ext2fs and make sys/vfs...
2021-11-20 Sascha Wildnerlibedit: Remove unused Symbol.map/Versions.def.
2021-11-20 Sascha Wildnerlibc: Adjust the private namespace's parent to 6.2.
2021-11-06 Sascha Wildnerlibc: Fix a number of .PATH related issues in the Makef...
2021-11-06 Sascha Wildnerlibc/Makefile.inc: Sort includes alphabetically.
2021-10-31 Matthew Dillonlibdmsg - Get the encryption operational again
2021-10-22 Roy MarplesMerge branch 'vendor/DHCPCD'
2021-10-09 Sascha WildnerLocal adjustments for OpenSSH-8.3p1.
2021-10-09 Sascha WildnerMerge branch 'vendor/OPENSSH'
2021-09-24 Sascha WildnerMerge branch 'vendor/MDOCML'
2021-09-16 Sascha WildnerFix some include file paths (.In) in two manual pages.
2021-09-14 Sascha WildnerSome additions and fixes related to fdatasync(2) and...
2021-09-11 Tomohiro Kusumisys/kern: Add fdatasync(2)
2021-09-11 Sascha Wildnerlibc: Remove __NO_TLS checks inherited from FreeBSD.
2021-09-11 Sascha Wildnerlibc: Move posix_fallocate() to the right place in...
2021-09-06 Tomohiro Kusumisys/kern: Add posix_fallocate(2)
2021-09-07 Sascha Wildner<sys/*.h>: Fix some include guard names.
2021-09-07 Sascha Wildnerkernel/libc: Remove the old vmm code.
2021-08-27 Sascha WildnerMake a number of headers self-sufficient.
2021-08-23 Sascha Wildnerlibnvmm.3: Fix some typos.
2021-08-21 Sascha WildnerSome trivial changes to better comply with strict alias...
2021-08-21 GwenioSome trivial changes to better comply with strict aliasing.
2021-08-21 Sascha Wildnersysconf.3: Document more constants.
2021-08-15 Sascha Wildner<signal.h>/<ucontext.h>: Split those two headers better.
2021-08-14 Sascha WildnerInclude <inttypes.h> instead of <cpu/inttypes.h> in...
2021-08-14 Sascha Wildnerlibc: Clean up the Symbol.maps a bit.
2021-08-14 Sascha Wildnerlibc: Clean up some kernel profiling bits.
2021-08-08 Sascha Wildner<errno.h>: Add ENOTRECOVERABLE and EOWNERDEAD.
2021-07-29 Sascha Wildnerlibnvmm.3: Oops, forgot one .Cd correction.
2021-07-29 Sascha Wildnerlibnvmm.3: Fix .Cd misuse.
2021-07-29 Sascha Wildnerlibnvmm.3: Extend NAME section and add MLINKS for funct...
2021-07-29 Sascha Wildnernvmm: Some documentation adjustments.
2021-07-28 Aaron LIlibnvmm: Remove unneeded header inclusions and defines
2021-07-20 Aaron LInvmm: Fix comm page unmapping issue by doing it on...
2021-07-20 Aaron LINVMM: Update libnvmm.3 and TODO.nvmm
2021-07-20 Aaron LIlibnvmm: More OS independence
next