Updated dependencies
Updated/new Makefile.depend
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <sjg@juniper.net>
Pull up vendor changes to mdoc(7)This switches us to using -isoC-2011 as the symbol name which is used bygroff and mdocml. It follows the change to 4 digit years as done withIEEE Std 1003 post-19
Pull up vendor changes to mdoc(7)This switches us to using -isoC-2011 as the symbol name which is used bygroff and mdocml. It follows the change to 4 digit years as done withIEEE Std 1003 post-1999.MFC after: 2 weeks (groff changes only)
show more ...
Add libstdthreads.This library implements the C11 threads interface on top of the pthreadslibrary. As discussed on the lists, the preferred way to implementthis, is as a separate library.It is
Add libstdthreads.This library implements the C11 threads interface on top of the pthreadslibrary. As discussed on the lists, the preferred way to implementthis, is as a separate library.It is unlikely that these functions will be used a lot in the future. Itwould have been easier if the C11 working group standardized (a subsetof) pthreads and clock_nanosleep(). Having it as a separate libraryallows the embedded people to omit it from their system.Discussed on: arch@, threads@
12