contrib/libpcap: Update README.DRAGONFLY
[dragonfly.git] / lib /
2020-05-18 Aaron LIlibpcap: Clean up Makefile
2020-05-18 Aaron LIMerge branch 'vendor/LIBPCAP' (version 1.8.1 -> 1.9.1)
2020-05-11 Sascha WildnerMerge branch 'vendor/FILE'
2020-05-08 Daniel Fojtfile(1): Adapt build to vendor update.
2020-05-08 Sascha WildnerMerge branch 'vendor/FILE'
2020-05-02 Sascha WildnerSome little cleanup after the tcplay upgrade.
2020-04-30 Sascha Wildner__realpath.2: Small mdoc correction.
2020-04-30 Sascha Wildnertcplay.3: Add missing .Pp
2020-04-30 Daniel FojtUpdate tcplay from 2.0 to 3.3
2020-04-30 Matthew Dillonlibc - Fix a serious memory leak in the nmalloc code
2020-04-28 Sascha Wildnerlibc/setproctitle(): Add missing va_end()s in error...
2020-04-28 Sascha Wildnerlibc/strcoll_l(): Remove bogus checks.
2020-04-28 Sascha WildnerFix various grammatical issues in our messages, documen...
2020-04-21 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-04-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-04-13 Sascha Wildnerkernel: GC a few old system calls which are libc functi...
2020-04-04 Aaron LIstat.2: Fix minor identation issue
2020-04-01 Sascha WildnerMerge branch 'vendor/TCSH'
2020-03-28 Sascha WildnerRemove references to math(3) in various manual pages.
2020-03-25 Sascha Wildnerefivar.3: Fix typo.
2020-03-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2020-03-08 Sascha Wildnerlibkvm: No need to include <sys/proc.h> when <sys/user...
2020-03-03 Sascha WildnerRemove historic references to config(8) from various...
2020-03-03 Matthew Dillonlibc - Use fixed block size for db hash and btree method
2020-02-23 Matthew Dillonkernel and world - Replace bcmp/bcopy/bzero/memcmp...
2020-02-22 Sascha Wildnerrealpath.3: Sort SEE ALSO.
2020-02-22 Sascha WildnerRemove <sys/user.h> inclusion from a few files that...
2020-02-21 Sascha Wildnernfssvc.2/quotactl.2: Fix includes.
2020-02-15 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS234'
2020-02-14 Sascha WildnerUse <fcntl.h> instead of <sys/file.h> for open()'s...
2020-02-13 Sascha Wildnerwait.2: Fix markup and comment out some references.
2020-02-11 Sascha Wildnerflock.2: Document the correct header (<fcntl.h>) for...
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-10 Sascha Wildnerlibm: Remove sincos() and friends from lib/libm.
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-10 Sascha Wildnersincos.3: Add missing MLINKS.
2020-02-06 François Tigeotlibm: Bring in sincos, sincosf, and sincosl from OpenBSD
2020-02-03 Sascha Wildnergetrandom.2: Use .Dv for defines.
2020-02-03 Sascha Wildnergetrandom.2: Comment out reference to getentropy.3...
2020-02-03 zrjhostprog: Remove NO_WERROR from btools tic.
2020-02-02 Matthew Dillonlibc - Update manual page for realpath(3) and add page...
2020-02-02 Matthew Dillonlibc - Update for realpath() system call support (2)
2020-02-02 zrjtic(1): Explicitly disable WERROR in hostprog tic.
2020-02-02 Matthew Dillonlibc - Update for realpath() system call support
2020-02-01 zrjlibc/citrus: Include <stdint.h> explicitly.
2020-02-01 zrjlocaledef(1): Allow easier bootstrapping.
2020-01-29 Antonio Huete Jimenezlibfetch: Fix buffer overflow (CVE-2020-7450)
2020-01-25 Matthew Dillonlibc - Check for invalid context in setcontext() and...
2020-01-22 Sascha Wildnerlibutil: Fix some weird indentation.
2020-01-19 Sascha WildnerMerge branch 'vendor/FLEX'
2020-01-17 Matthew Dillonlibkvm - Fix 'ps' and 'fstat' on kernel cores
2020-01-12 Sascha Wildnerlibc: Improve nslexer.c generation using FLAGS_GROUPS.
2020-01-07 zrjMerge branch 'vendor/GDB'
2020-01-06 Matthew Dillonlibkvm - Fix minidump page table processing
2020-01-04 Sascha Wildnerbasename.3/dirname.3: Adjust for recent commits.
2020-01-04 Matthew Dillonlibc - Adopt more linux-friendly basename() and dirname()
2019-12-22 zrjMakefile.inc1: Disconnect libelf from the build.
2019-12-22 zrjlibexecinfo(3): Internalize libelf in symtab.c.
2019-12-22 zrjlibexecinfo(3): Mangle symtab_*() symbols.
2019-12-22 zrjlibexecinfo(3): Prevent use of uninitialized.
2019-12-20 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-12-20 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-12-19 Matthew Dillonlibkvm - Minor fix to debugging code
2019-12-08 Sascha WildnerRemove wrong getvfsbytype.3 MLINK. The manpage doesn...
2019-12-06 Sascha Wildnerlibc: Fix some -Wmissing-prototypes warnings.
2019-12-02 Sascha Wildnerlibutil: Bring in a fparseln() bugfix from NetBSD.
2019-12-01 Sascha Wildnerlibc: Change getlogin_r()'s second argument to size_t...
2019-12-01 Sascha WildnerRename some functions to better names.
2019-11-24 Matthew Dillonlibc - nmalloc clean part 3
2019-11-24 Matthew Dillonlibc - nmalloc clean part 2
2019-11-24 Matthew Dillonlibc - nmalloc clean part 1
2019-11-21 zrjlibstand: Switch to _STANDALONE handling.
2019-11-21 zrjsys/boot: Define _STANDALONE while building.
2019-11-21 zrj<sdp.h>: Include <stdint.h>.
2019-11-21 zrjworld: Use <vfs/FS/...> in userland.
2019-11-21 zrjworld: Use <bus/cam/...> in userland.
2019-11-17 Sascha Wildnerlibc/citrus: Include <sys/types.h> for int*_t etc....
2019-11-16 Antonio Huete Jimenezlibc/getaddrinfo: Accept numeric servname for AF_INET...
2019-11-15 Sascha Wildnerlibc: Add more namespace.h/un-namespace.h.
2019-11-15 Sascha WildnerRemove the old libc_r.
2019-11-15 Sascha WildnerMove libc_r's tests to a more generic location.
2019-11-15 Sascha Wildnersigblockall.3/sigprocmask.2: Various small fixes/markup...
2019-11-15 Sascha Wildnerlibmagic: Sort MAGFILES before creating /usr/share...
2019-11-14 zrjAdd <sys/cpumask.h>.
2019-11-14 zrjcpu/x64_64: Move MMU page table types back to <cpu...
2019-11-14 zrjAdjust headers for <machine/stdint.h> visibility.
2019-11-14 zrj<stdint.h>: Move out ptrdiff_t type.
2019-11-14 Matthew Dillonworld - Add support for lwp_getname() and pthread_get_n...
2019-11-13 Sascha Wildnerlibc: Remove _nmalloc_thr_init from Symbol.map again.
2019-11-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-11-12 Matthew Dillonpthreads - Fix incorrect fork assumption
2019-11-12 Matthew Dillondocs - Add manual page for sigblockall() and sigunblock...
2019-11-12 Matthew Dillonkernel and libc - Reimplement lwp_setname*() using...
2019-11-12 Sascha Wildnerlibc: Fix up two Symbol.map's a bit.
2019-11-12 Matthew Dillonlibc - make strtok() thread-safe
2019-11-12 Matthew Dillonlibc - Implement sigblockall() and sigunblockall()
2019-11-02 zrj<wchar.h>: Refactor wchar_t/wint_t/mb_state setup.
2019-11-02 zrjpthread: Fix simple hello world c++ statically linked...
2019-11-02 Sascha Wildnerlibthread_xu: Remove local versions of 3 parameter...
2019-11-01 Sascha Wildnerlibtelnet: Use NULL for a pointer.
next