Remove old timezone via 'make upgrade'.
[dragonfly.git] / lib /
2016-09-26 zrjlibc_r: Tiny adjustment, git add.
2016-09-26 Sascha Wildnerlibpthread: Some more adjustments for pthread_attr_sets...
2016-09-26 zrjpthread: Split pthread_exit() to smaller chunks.
2016-09-26 zrjpthread: Split mutex_init().
2016-09-26 zrjpthread: Prefer explicit return on error.
2016-09-26 zrjpthread: Set default contention scope to system.
2016-09-26 zrjpthread: Use spin hint for cpu on x86_64 too.
2016-09-26 zrjpthread: Move few attr private structs to thr_init.c
2016-09-26 zrjpthread: Add vprintf variant of _thread_printf, reforma...
2016-09-26 zrjpthread: Fix some warnings, do not raise WARNS to 6.
2016-09-26 zrjpthread: Collect separated mutex functions.
2016-09-26 zrjpthread: Change single weak reference to strong one.
2016-09-26 zrjpthread: Move out pthread_md.c from x86_64 dir to commo...
2016-09-26 zrjpthread: Fix return value for pthread_attr_setschedpolicy()
2016-09-26 zrjpthread: General pre-cleanup (style, typos etc)
2016-09-26 zrjpthread: Sync copyright changes with FreeBSD.
2016-09-26 zrjlibncurses: Set WANRS at 5.
2016-09-25 Sascha Wildnerkernel/clock_gettime: Various fixes.
2016-09-24 zrjpthread: Init libthread_xu also in pthread_key_create()
2016-09-24 zrj<pthread.h>: Avoid namespace pollution.
2016-09-08 John MarinoFix build with NO_OPENSSL set
2016-09-08 Matthew Dillonlibc - restir arc4random() on fork()
2016-09-07 John MarinoSwitch base to use private LibreSSL libaries
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-03 Matthew Dillonlibc - Fix malloc() alignment for small allocations
2016-08-31 zrjRemove usage of _WITH_GETLINE and _WITH_DPRINTF.
2016-08-31 zrj<strio.h>: Drop ancient guards from getline() and dprin...
2016-08-31 zrjlibc/net: Rename dprintf() to not conflict with dprintf(3).
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-28 Sascha Wildnerlibkiconv: Sync a bit with FreeBSD.
2016-08-28 Sascha Wildnerlibkiconv: Remove dead code.
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-23 Tomohiro Kusumilib/libhammer: Fix segmentation fault by null dereference
2016-08-21 zrjlib/libexecinfo: Fix sysctl wrong argument order.
2016-08-21 zrjlibc/readpassphrase: Sync with OpenBSD
2016-08-21 zrjSync arc4random() with OpenBSD a bit.
2016-08-14 Tomohiro Kusumisys/vfs/hammer: Rename HAMMERIOC_PFS_ITERATE to HAMMERI...
2016-08-14 Tomohiro Kusumisys/vfs/hammer: Change/Fix ioctl API for HAMMERIOC_PFS_...
2016-08-12 zrjxz: Don't use SSE headers for gcc < 5.
2016-08-12 zrjstrcoll(3): Make source compatible to more compilers.
2016-08-10 Sascha Wildnertcsetattr.3: Adjust for recent termios.h changes.
2016-08-07 Matthew Dillonbuild - prepare for higher optimization levels
2016-08-07 zrjlibc/strptime: Handle ISO 8601 time zone formats in %z.
2016-08-07 zrjlibc/strptime: Fix "%Y %W %w %H:%M:%S".
2016-08-07 zrjstrptime.3: Sync with FreeBSD.
2016-08-07 zrjlibc/strptime: Attempt to fix up %U and %W.
2016-08-07 zrjlibc/strptime: Add support for %t and %n per POSIX.
2016-08-07 zrjlibc/strptime: Check for NULL, not 0.
2016-08-06 Matthew Dillonlibc - Include information on the 'e' flag in the popen...
2016-08-05 Sascha WildnerUse ; instead of , where appropriate.
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosUpdate files for OpenSSH-7.3p1 import.
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Sascha Wildnerstrftime.3: Remove extra whitespace.
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-08-03 Sascha Wildnerlibrt/aio: #ifndef notyet -> #if 0 /* not yet */
2016-08-03 Sascha WildnerAdjust a couple of manual pages to the recent header...
2016-07-29 zrjmktemp.3: Improve the manpage, add mklinks.
2016-07-29 Matthew Dillonlibthread_xu - Don't override vfork()
2016-07-28 Sascha Wildnermktemp.3: Fix a typo and bump .Dd
2016-07-28 Matthew Dillonlibc - Fix more popen() issues
2016-07-27 Matthew Dillonlibc - Fix numerous fork/exec*() leaks, also add mkoste...
2016-07-25 Matthew Dillonsystat - Refactor memory displays for systat -vm
2016-07-25 Sascha Wildnersysconf.3: Fix typo.
2016-07-25 Sascha Wildnerlibc/strptime: Return NULL, not 0, since the function...
2016-07-24 Sascha Wildnersysconf.3: Document _SC_PAGE_SIZE and _SC_PHYS_PAGES.
2016-07-20 Sascha WildnerAdd the sigwaitinfo.2 manual page from FreeBSD.
2016-07-18 John Marinolibc/collate.c: Revert previous, use F11 fix for ISO...
2016-07-17 Tomohiro Kusumisys/kern: Mention pid 0 in usched_set(2) BUGS section
2016-07-16 Tomohiro Kusumisys/kern: Add USCHED_GET_CPUMASK for usched_set(2)
2016-07-13 Sascha Wildnersigaction.2: Comment out reference to sigset().
2016-07-13 Sascha Wildnerkqueue.2: Fix a typo in a function name (sigpromask...
2016-07-12 zrj<signal.h>: Don't advertise sigqueue(2) availability.
2016-07-06 Sascha Wildnerlibc/confstr: Fix comment indentation.
2016-07-06 Sascha Wildnersysconf(3): Fix _SC_GET{GR,PW}_R_SIZE_MAX.
2016-07-05 Sascha Wildnersysconf(3): Add _SC_THREAD_SPORADIC_SERVER.
2016-07-04 Sascha Wildner<pthread.h>: Include <machine/limits.h> instead of...
2016-06-21 Sascha Wildnerpoll.2: Adjust NAME section for ppoll().
2016-06-21 Bill Yuanipfw3: lockless in-kernel NAT
2016-06-19 John Marinolibc/_collate_lookup: Fix segfault seen on ISO-8859...
2016-06-19 John Marinombsnrtowcs/wcsnrtombs: Fix EILSEQ handling
2016-06-19 Imre Vadaszkernel - Implement ppoll system call with precise micro...
2016-06-11 Sascha Wildnerkqueue.2: Improve markup.
2016-06-08 Sascha Wildnerkqueue.2: Add some info about EVFILT_FS.
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-13 Peter AvalosAdjust files for libarchive-3.2.0 import.
2016-05-13 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-03 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-04-29 Sascha Wildnerlibstand: Fix -Wstrict-prototypes warning.
2016-04-16 zrjlibc: Do not set errno when mmap(MAP_TRYFIXED) fails.
2016-04-13 zrjlibc: Fix mdoc warnings on escaped characters.
2016-04-13 zrjlib/libutil: Terminate quoted strings (mdoc).
2016-04-07 Tomohiro Kusumisys/vfs/hammer: Rename ondisk vol_name to vol_label
2016-04-06 Sascha Wildnerlibc/libutil: Some mdoc cleanup in various manual pages.
2016-04-05 Sascha Wildnerlibc: mdoc cleanup in some system call manual pages.
2016-04-05 Sascha Wildnergethostbyname.3: mdoc improvements.
2016-04-03 Sascha Wildnerlibc: Cleanup some manual pages (mainly .Dv usage).
2016-03-31 Tomohiro Kusumisbin/hammer: Make hammer info print rootvol
2016-03-27 Sascha Wildnermsync.2: Use .Dv
next