ifconfig.4, bridge.4: Fix typo
[dragonfly.git] / lib /
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
2021-07-20 Aaron LIlibnvmm: Misc cleanups
2021-07-20 Aaron LIRevert "libnvmm: Fix mmap() failure with 'permission...
2021-07-20 Aaron LInvmm: Create comm page in nvmm_vcpu_create() rather...
2021-07-20 Aaron LInvmm: Make FPU state more OS-indenpendent
2021-07-20 Aaron LIlibnvmm: Clarify x86 MOVS emulation
2021-07-20 Aaron LIlibnvmm: Fix a memory leak in nvmm_machine_create()
2021-07-20 Aaron LIlibnvmm.3: Mention regression tests in FILES section
2021-07-20 Aaron LIlibnvmm.3: Mention 'calc-vm' and 'demo' test code in...
2021-07-20 Aaron LINVMM: Sync with NetBSD #1: copyright headers
2021-07-20 Aaron LIlibnvmm: Adapt to also build on NetBSD
2021-07-20 Aaron LIlibnvmm: Fix mmap() failure with 'permission denied'
2021-07-20 Aaron LIlibnvmm: Update makefiles and hook to build
2021-07-20 Aaron LIlibnvmm: Port to DragonFly
2021-07-20 Aaron LIImport libnvmm(3) from NetBSD 9-stable
2021-07-20 Sascha Wildnerpam_passwdqc: Local modifications.
2021-07-20 Sascha WildnerMerge branch 'vendor/PAM_PASSWDQC'
2021-07-12 Sascha Wildnerboot: Move boot source code /usr/src/stand.
2021-07-07 Sascha Wildnermknod(2): Allow for the creation of fifos with mknod...
2021-07-06 Sascha Wildnerfile: Update README.DRAGONFLY and config.h.
2021-07-06 Sascha WildnerMerge branch 'vendor/FILE'
2021-07-06 Sascha Wildnerlibmagic/mkmagic: Add generated header(s) to CLEANFILES.
2021-07-04 Sascha Wildnerlibc: Sync namespace.h and un-namespace.h a bit more...
2021-07-03 Sascha WildnerMerge branch 'vendor/WPA_SUPPLICANT'
2021-07-02 Sascha WildnerFix a few mdoc issues in various manual pages.
2021-06-29 Sascha Wildnerprintf.3: Add reference to snprintb.3.
2021-06-29 Sascha Wildnersysctl.3: Remove wrong Dv's.
2021-06-27 Sascha Wildnerlibdevinfo: Remove enum devinfo_state (duplicate of...
2021-06-26 Matthew Dillonpthreads - Improve low level lock performance when...
2021-06-26 Sascha Wildnerlibrt/mq: Remove two unneeded syscall header inclusions.
2021-06-18 Aaron LIlibutil: Allow suffix to be NULL in humanize_{number...
2021-06-18 Aaron LIlibutil: Fix a minor NULL deref issue in humanize_number()
2021-06-18 Aaron LIlibutil: Sort files in Makefile
2021-06-18 Aaron LIlibutil: Bring in snprintb() and snprintb_m() from...
next