libc: Move unused rcsid[] etc. constants into the
[dragonfly.git] / lib / libc /
2017-11-10 Sascha Wildnerlibc: Move unused rcsid[] etc. constants into the
2017-11-10 Sascha Wildnerlibc: Remove unused string constant.
2017-11-08 Matthew Dillonlibc and pthreads - Fix atfork issues with nmalloc...
2017-11-08 Matthew Dillonkernel - Update umtx documentation
2017-11-06 zrjworld: Honour the NO_SHARE in make.conf
2017-11-02 Matthew Dillonlibc - Add rtld stubs for pthreads
2017-11-02 Matthew Dillonrtld - Add fork hooks for libthread_xu to install
2017-10-17 Sascha WildnerRemove "kernel ppp", i.e. if_ppp.ko and pppd(8).
2017-10-12 Sascha Wildnerlibc/net: Add NI_NUMERICSCOPE flag for getnameinfo().
2017-10-01 Sascha WildnerFix some minor issues in several manual pages.
2017-09-30 Sascha WildnerFix some Xr punctuation issues in several manual pages.
2017-09-28 Matthew Dillonkernel - Restrict kill(-1, ...) to the reaper group...
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-17 Sascha Wildnershm_open(3): Set the FD_CLOEXEC flag for the new fd...
2017-08-30 Sascha Wildnerlibc: Reduce -Wmissing-prototypes warnings a bit.
2017-08-27 Sascha Wildnerlibc: Use _ioctl() internally.
2017-08-19 Imre Vadászkqueue.2: Improve explanation of EV_EOF for fifos.
2017-08-19 Imre Vadászkqueue.2: Mention EV_NODATA flag, which may be set...
2017-07-26 Matthew Dillonlibc - Fix bug in rcmdsh()
2017-07-26 Sascha Wildnerlibc/libpthread: Add clock_getcpuclockid() and pthread_...
2017-07-23 zrjFix few typos.
2017-07-15 Imre Vadászpthread: Add pthread_getthreadid_np() function, bump...
2017-07-12 Imre VadászDefine __* symbols for the malloc(3) functions to make...
2017-06-22 Antonio Huete Jimenezlibc/gmon: Replace sbrk() with mmap()
2017-05-29 Sascha WildnerAdjust various manual pages for recent work etc.
2017-05-10 Sascha WildnerClean up SEE ALSO in various manual pages.
2017-05-08 Sascha WildnerResolve some mdoc issues in manual pages.
2017-04-12 John MarinoRevert "libc: Add temporary (get|set)affinity DF404...
2017-04-11 Matthew Dillonlibdevstat - Limit sscanf field, fix redundant condition
2017-03-26 Matthew Dillonkernel - Stir longer in arc4random
2017-03-16 Sascha Wildnersched_setaffinity.2: Small markup fix.
2017-03-16 Sascha WildnerRemove some more duplicate includes in our tree.
2017-03-04 Sascha Wildnerlibc/getnameinfo: Whitespace fix to my last commit.
2017-03-04 Sascha Wildnerlibc/getnameinfo: Clean up the comments in getnameinfo_...
2017-02-17 Sascha Wildnerlibc/nmalloc: Remove some kernel code remains.
2017-02-05 John Marinolibc: Add temporary (get|set)affinity DF404.0 symbols
2017-02-03 Sascha Wildnerlibc: Adjust Versions.def.
2017-02-03 Sascha Wildnerlibc/sys: Clean up Symbol.map for the recent get/setaff...
2017-02-03 Sascha Wildner{rfork,setresuid}.2: Remove wrong/bogus sections.
2017-01-30 Sascha Wildnerlibc/libpthread: Some manual page cleanup after the...
2017-01-30 Sascha Wildnerlibc: Remove the unused NO_P1003_1B variable checks.
2017-01-22 Sepherosa Ziehaulibc: Add sched_getcpu().
2017-01-16 Sepherosa Ziehaulwp: Move all lwp syscalls to sys/lwp.h
2017-01-15 Sepherosa Ziehaupthread: Implement pthread_attr_{get,set}affinity_np
2017-01-15 Sepherosa Ziehaulwp: Add lwp_create2 syscll, which takes cpumask for...
2017-01-14 Sepherosa Ziehauman: Add cross references
2017-01-14 Sepherosa Ziehaupthread: Implement pthread_{set,get}affinity_np
2017-01-14 Sepherosa Ziehaulibc: Take cpusetsize into consideration for sched_geta...
2017-01-14 Sepherosa Ziehaulibc: Add const to the cpu_set_t for sched_setaffinity.
2017-01-14 Sepherosa Ziehaulibc: Add sched_{set,get}affinity().
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-11 Matthew Dillonkernel - kernel - Incidental MPLOCK removal (usched...
2017-01-11 Sepherosa Ziehaulwp: Add two syscalls to set/get lwp's CPU affinity...
2017-01-09 Sepherosa Ziehauusched: Add USCHED_SET_CPUMASK.
2016-12-22 Sascha Wildnerlibc: Include <unistd.h> for ftell/ftruncate/truncate...
2016-12-18 zrjlibc: Avoid negative offsets in link_ntoa().
2016-12-06 Matthew Dillonlibc - Take care of minor buffer overrun in link_ntoa()
2016-12-01 Imre Vadászpoll.2: Add some information about the ppoll() syscall.
2016-11-29 Sascha WildnerFix some typos in manual pages.
2016-11-28 Sascha Wildnersigpause.3: Add missing comma.
2016-11-26 Sascha Wildnerlibc: Fix up compat-43 a bit.
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-19 Sascha Wildneri386 removal, part 61/x: Adjust some further #ifdefs.
2016-11-19 Sascha WildnerRemove some old architecture handling.
2016-10-25 zrjLTO: Prevent -flto being used in main system libraries.
2016-10-24 zrjxlocale: Few style(9) fixes.
2016-10-24 zrjxlocale: Fix type of freelocale().
2016-10-24 zrjMove __weak_reference() after symbols it links to.
2016-10-24 zrj<sys/cdefs.h>: Rework __weak_reference() macro.
2016-10-24 zrjlibc: Rip out pthread_cancel stub symbol.
2016-10-21 Matthew Dillonkernel - Minor documentation adjustment for arc4random
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-25 Sascha Wildnerkernel/clock_gettime: Various fixes.
2016-09-08 Matthew Dillonlibc - restir arc4random() on fork()
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-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-21 zrjlibc/readpassphrase: Sync with OpenBSD
2016-08-21 zrjSync arc4random() with OpenBSD a bit.
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 AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Sascha Wildnerstrftime.3: Remove extra whitespace.
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
next