libc: Document offtime(), timelocal(), and timeoff().
[dragonfly.git] / lib / libc /
2019-05-04 Sascha Wildnerlibc: Document offtime(), timelocal(), and timeoff().
2019-05-03 Matthew Dillonworld - update manual page for mmap()
2019-05-03 Matthew Dillonpthreads and kernel - change MAP_STACK operation
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-24 Sascha WildnerMerge branch 'vendor/LIBRESSL'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/OPENSSH'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LDNS'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/XZ'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LIBARCHIVE'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LIBRESSL'
2019-04-23 zrjlibc: Move out locking from vsyslog() core.
2019-04-23 zrjlibc: Fix few typos in vsyslog().
2019-04-18 zrjlibc: Implement properly pthread_equal() stub.
2019-04-16 Sascha Wildnerlibc/rpc: Fix -Wtype-limits.
2019-04-16 Sascha Wildnerlibc: Fix some more -Wmissing-prototypes warnings.
2019-04-16 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2019-04-14 Sascha Wildnerlibc: Adjust HISTORY sections in a few recently added...
2019-04-14 Sascha Wildnertimingsafe_bcmp.3: Add missing .Lb.
2019-04-11 Sascha Wildnerlibc/rpc: Use sig_t (fixes -Wstrict-prototypes).
2019-04-11 Sascha Wildnerlibc/rpc: Fix some -Wstrict-prototypes warnings.
2019-04-11 Sascha Wildnerlibc/db: Remove unnecessary casts too.
2019-04-11 Sascha Wildnerlibc/db: Fix -Wcast-function-type.
2019-04-11 zrjlibc/string: Add timing_safe functions from OpenBSD.
2019-04-11 zrjlibc/stdlib: Add recallocarray() function.
2019-04-11 zrjlibc/stdlib: Add freezero() function.
2019-04-11 zrjlibc/string: Add explicit_bzero() from OpenBSD.
2019-04-10 Sascha Wildnerlibc/rpc: Fix some -Wmissing-prototypes.
2019-04-10 Sascha Wildnerlibc/locale: Fix -Wmissing-field-initializers.
2019-04-10 Sascha Wildnerlibc: Remove an age old unused function.
2019-04-10 Sascha Wildnerlibc: Revert last commit partially. Make function publi...
2019-04-10 Sascha Wildnerlibc/net: Align rthdr.c with <netinet6/in6.h> (#if...
2019-04-09 Sascha Wildnerlibc: Fix some more -Wmissing-prototype.
2019-04-09 Sascha Wildnerlibc/glob: Fix a -Wstrict-prototypes warning by bringin...
2019-04-08 Sascha Wildnerlibc: Add prototypes for various functions we use in...
2019-04-08 Sascha Wildnerlibc/stdlib: Fix two -Wunused-parameter warnings.
2019-04-07 zrjlibc/dmalloc: Adjust for aligned_alloc() changes.
2019-04-07 zrjlibc/dmalloc: Fix unused warning for non INVARIANTS.
2019-04-07 zrjlibc/stdlib: Refactor aligned_alloc().
2019-04-07 zrjlibc/stdlib: Add __cxa_thread_atexit_impl() hook.
2019-04-07 zrjlibc/stdlib: Avoid calling destructors in a wrong order.
2019-04-07 Sascha Wildnerlibc: Fix some -Wunused-parameter warnings.
2019-04-07 Sascha Wildnerlibc/libpthread: Add guard to fix redundant __isthreade...
2019-04-07 Sascha Wildnerlibc/stdio: Remove two redundant prototypes.
2019-04-07 Sascha Wildnerlibc/net: Remove some unneeded externs.
2019-04-07 Sascha Wildnerlibc/db: Add an include guard.
2019-04-07 Sascha Wildnerstr{,case}cmp.3: Remove further bcmp(3) references.
2019-04-07 Sascha Wildnermemcmp.3: Remove bcmp(3) reference.
2019-04-07 Sascha Wildnerlibc: Merge bcmp.3 and memcmp.3.
2019-03-28 Matthew Dillonkernel - make bcmp linux-compatible, add memcmp
2019-03-26 Sascha Wildnerwait.2: Fix excessive .Dv usage. Use proper markup.
2019-03-18 Matthew Dillonlibc - Update manual page for wait.2
2019-03-17 Sascha WildnerMerge branch 'vendor/MDOCML'
2019-03-10 Sascha WildnerFix some self references in our manual pages.
2019-03-10 Sascha WildnerUse .Fn for function names in some manual pages.
2019-03-09 Sascha WildnerFix some section name typos in various manual pages.
2019-03-01 Sascha WildnerAdjust various things for the recent brk(2) removal.
2019-02-28 Sascha Wildnerlibc: Remove old MLINKS for fpclassify.3.
2019-02-24 Sascha Wildnerlibc/sysvipc: Remove duplicate include.
2019-02-22 Sascha WildnerRemove <sys/semaphore.h> so that we have <semaphore...
2019-02-19 Matthew Dillonlibc - Use sbrk() system call, remove brk() (2)
2019-02-18 Matthew Dillonkernel - Implement sbrk(), change low-address mmap...
2019-02-18 Matthew Dillonlibc - Use sbrk() system call, remove brk()
2019-01-16 Aaron LIfgetln.3: Recommend to use the safer POSIX getline()
2019-01-16 Aaron LIfgetln.3: Add the CAVEATS section with an example
2019-01-16 Aaron LIgetline.3: Note to distinguish between error and EoF
2019-01-13 Sascha Wildnerlibc: Adjust Versions.def properly.
2019-01-12 Sascha Wildnerlibc: Add reallocarray() from OpenBSD.
2019-01-05 Sascha Wildnerkernel: Remove kernel profiling bits.
2019-01-05 Sascha Wildnerlib/libc: Remove a file that is not used in libc.
2018-12-23 Sascha Wildnericonvlist.3: Fix prototype in SYNOPSIS.
2018-12-23 Sascha Wildner<utmpx.h>: Change struct utmpx's ut_type from uint16_t...
2018-12-21 Sascha Wildnerlibc/sysvipc: Fix some style issues (no functional...
2018-12-21 Sascha Wildnerlibc/sysvipc: Mark two functions as printf-like and...
2018-12-08 François Tigeotbyteorder(3): Remove a VAX comment
2018-12-01 Sascha Wildnerlibc/locale: Mark up defined values better in the manua...
2018-11-14 Aaron LIMerge branch 'vendor/DHCPCD'
2018-11-05 Simon Arlottlibc/mktemp: Pass flags to open()
2018-11-02 Sascha Wildnerlibc/vis: Use thread-safe mbrtoc() and wcrtomb().
2018-10-27 Matthew Dillonlibc - Add kpmap shortcut for gettimeofday()
2018-10-19 Aaron LIMerge branch 'vendor/OPENRESOLV'
2018-10-11 Sascha Wildnerkernel/libc: Remove sigstack() remains.
2018-10-01 Imre Vadásznmalloc - Try bigcache in posix_memalign() for big...
2018-10-01 Matthew Dillonnmalloc - Cache 4K and 8K allocations in posix_memalign()
2018-09-30 Matthew Dillonsystem - Add wait6(), waitid(), and si_pid/si_uid sigin...
2018-09-27 Sascha WildnerChange '#if NOT_YET' to '#if 0 /* not yet */' which...
2018-09-22 Sascha Wildnerlibc/stdtime: Remove some #ifdef checks for TM_{GMTOFF...
2018-09-20 Sascha WildnerIn several standard headers, harmonize checks for legac...
2018-08-09 Sascha WildnerMove fpclassify.3 from libc to libm where it belongs.
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-17 Matthew Dillonlibc - MFC resolver fix
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-07-05 Sascha Wildnerwcscoll.3: Remove leading '+' from copy/paste from...
2018-07-04 Aaron LIvis(3): Add VIS_ALL support
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-06-09 Sascha Wildnerlibc/xdr: Add xdr_uint16_t() (it's just like xdr_u_int1...
2018-06-09 Sascha Wildnerlibc/xdr: Use standard types.
2018-06-06 Matthew Dillonkernel - Fix umtx (pthread_mutex etc) race in kernel
2018-05-20 Sascha Wildner{un,}vis.3: Bring back some small fixes we had earlier.
next