gcc80: Partially implement TOOLCHAIN_CHECKING.
[dragonfly.git] / include /
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-06 Sascha Wildner<unistd.h>: Remove 'restrict' from symlink().
2018-05-06 Sascha Wildner<libgen.h>: Add comments about POSIX diffs for {base...
2018-05-05 Sascha Wildnerlibc: Add strsuftoll{,x}()
2018-04-21 Sascha WildnerRemove IPsec and related code from the system.
2018-04-18 Sascha WildnerRemove some old tty related code, such as <sgtty.h...
2018-04-10 Sascha Wildner<vis.h>: Bring back namespace pollution reduction.
2018-04-09 François Tigeotlibc: Replace vis(3) and unvis(3) files with NetBSD...
2018-04-08 Bill Yuanipfw3nat: delete the libalias 2
2018-04-04 Sascha Wildnerlibc/pwcache: Some further work on the pwcache import.
2018-03-21 Bill Yuanipfw3: move the headers into include folder
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-03-06 Sascha Wildnerkernel/extp{read,write}v: Change ioccnt from u_int...
2018-03-03 Sascha WildnerRemove some really old portability hacks that should...
2018-03-03 Sascha Wildner<arpa/inet.h>: Some cleanups.
2018-03-03 Sascha Wildner<pthread.h>: Add missing 'const' to four functions.
2018-03-02 Matthew Dillonworld - Document extpread() and extpwrite()
2018-02-15 Sascha Wildner<pthread.h>: Note that we are missing some functions...
2018-02-15 Sascha WildnerAdd missing restrict qualifiers in POSIX function defin...
2018-02-13 Sascha Wildner<signal.h>: Adjust #if 0'd prototype.
2018-02-12 Sascha Wildner<unistd.h>: Remove commented out ctermid() prototype...
2018-02-02 zrjrpc: Fix xdr_* macros and limit buffer sizes.
2018-01-26 Sascha Wildner<sys/cdefs.h>: Add __alloc_size2() for functions taking...
2018-01-26 Sascha Wildner<sys/cdefs.h>: Make __nonnull variadic.
2018-01-22 Sascha WildnerFix gcc80 -Wnonnull-compare.
2018-01-19 Sascha WildnerProvide __{printf,scanf,strfmon,strftime}like() for...
2018-01-19 Sascha Wildnerlibthread_xu: Fix issues detected by gcc80.
2018-01-04 Peeter Mustkernel/evdev: Expose headers to userland.
2017-12-31 Sascha WildnerRemove various 'r' commands and daemons.
2017-12-19 Sascha Wildnerlibc/sysconf: Add _SC_LEVEL1_DCACHE_LINESIZE.
2017-11-06 Sascha WildnerClean up the namespace better in <netdb.h>, <spawn...
2017-10-29 Markus PfeifferInstall vfs/tmpfs headers
2017-10-17 Sascha WildnerRemove "kernel ppp", i.e. if_ppp.ko and pppd(8).
2017-10-12 Sascha Wildner<netdb.h>: Adjust comment a bit.
2017-10-12 Sascha Wildnerlibc/net: Add NI_NUMERICSCOPE flag for getnameinfo().
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-07-26 Sascha Wildnerlibc/libpthread: Add clock_getcpuclockid() and pthread_...
2017-07-26 Sascha WildnerRemove <stab.h> and <struct.h>.
2017-07-21 Sascha Wildner<glob.h>/<sys/time.h>: Clean up the namespace a bit...
2017-07-21 Sascha Wildner<glob.h>/<sys/time.h>: Some minimal whitespace cleanup.
2017-07-20 Sascha WildnerIn <signal.h> and <sys/devicestat.h>, include <sys...
2017-07-15 Imre Vadászpthread: Add pthread_getthreadid_np() function, bump...
2017-07-04 Matthew Dillonpthreads - Change PTHREAD_STACK_MIN
2017-04-24 Sascha Wildner<fcntl.h>: Add some missing defines (required by POSIX).
2017-04-16 Sascha Wildner<time.h>: For clarity, add prototypes (in #if 0) for...
2017-04-14 Sascha Wildner<ndbm.h>: Fix dptr type and add comment about wrong...
2017-04-14 Sascha Wildner<stdio.h>: ftello() and fseeko() were in SUSv2, so...
2017-03-22 Sascha Wildner<time.h>: Shuffle some prototypes around (no functional...
2017-03-01 Sascha WildnerClean up the namespace in a number of standard headers.
2017-03-01 Sascha WildnerAdjust whitespace in a couple of standard headers ...
2017-02-10 zrjssl: Unhook internal usage of include/openssl/.
2017-01-25 Sepherosa Ziehaulwp: Restore lwp syscalls (except lwp_create*) declaration.
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 zrj<stddef.h>: Add max_align_t guards for future reference.
2017-01-14 Sepherosa Ziehaupthread: Implement pthread_{set,get}affinity_np
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-10-28 Matthew Dillonbuild - Rewire secure, remove conflicts from libmd...
2016-10-25 Sascha WildnerRemove <sys/stdbool.h>. The kernel has bool etc. in...
2016-10-24 zrjxlocale: Fix type of freelocale().
2016-10-24 zrjxlocale: Fix LC_*_MASK bit shifting.
2016-10-24 zrj<stdio.h>: Always inline functions.
2016-10-18 Sascha WildnerRemove dead /usr/include/compat symlink, too.
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-24 zrj<pthread.h>: Avoid namespace pollution.
2016-09-24 zrj<pthread.h>: Mark some __nonnull(x) cases.
2016-09-24 zrj<pthread.h>: Visibility changes.
2016-09-24 zrj<pthread.h>: Perform some style(9) cleanup.
2016-09-24 zrjUse recently added attributes in few standard headers.
2016-09-24 zrj<stdlib.h>: Change visibility of few POSIX extensions...
2016-09-24 zrjstyle(9): Perform some cleanup in few standard headers.
2016-09-24 zrjbootstrap: Fix old boostrapping issue once and for...
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-08-31 zrj<strio.h>: Drop ancient guards from getline() and dprin...
2016-08-31 zrj<wchar.h>: Fix namespace pollution from <stdio.h>
2016-08-31 zrjPrevent dports gcc "fixing" the last headers.
2016-08-31 zrj<stdio.h>: Fix va_list visibility.
2016-08-31 zrj<wchar.h>: Explicitly add va_list definition.
2016-08-31 zrj<stdlib.h>: Fix MB_CUR_MAX return type.
2016-08-31 zrj<stdarg.h>: Change visibility of va_copy().
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-07 Sascha Wildner<time.h>: Adjust the visibility of CLOCK_REALTIME and...
2016-08-06 Matthew Dillonkernel, world - Remove the remaining vestiges of linux...
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-07-27 Matthew Dillonlibc - Fix numerous fork/exec*() leaks, also add mkoste...
2016-07-12 zrj<signal.h>: Don't advertise sigqueue(2) availability.
2016-07-10 Sascha Wildner<rpc/svc.h>: Add back comment.
2016-07-05 Sascha Wildner<unistd.h>: Add more comments to options.
2016-07-04 zrjRemove <varargs.h> from the system.
2016-07-04 zrj<stdio.h>: Hide macros that break global :: ns in cxx.
2016-07-04 zrj<wchar.h>: Reduce namespace pollution in <wchar.h>.
2016-07-04 zrjrpc: Whitespace cleanup.
next