summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits
AgeCommit message (Expand)Author
2014-04-23weak symbols need to be "defined" weak but "declared" strongVineet Gupta
2014-04-23LT.old: Make __errno_location/__h_errno_location thread safeVineet Gupta
2013-11-06Fix weak/strong attribute of __errno_location and it's __GI aliasVineet Gupta
2013-07-18bits/waitstatus.h: correctly interpret status 0x007f on MIPSDenys Vlasenko
2013-06-07eventfd.h: Use new "bits/" scheme for arch-specific flagsHiroaki KAWAI
2013-04-01libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BITMike Frysinger
2013-02-11libc: add posix_fallocate()Bernhard Reutner-Fischer
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-01-26libc/sysdeps: sync bits/in.h with glibcMike Frysinger
2013-01-17socket.h: pull socket_type.h from eglibcBernhard Reutner-Fischer
2012-12-03sched.h: include stdlib.h for malloc/freeBernhard Reutner-Fischer
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-08-04bits/time.h: sync with glibc 2.16Peter Korsgaard
2012-06-15bits/types.h: remove thread types, users should include pthread.hPeter S. Mazinger
2012-06-15getopt.h: cleanup header, remove anything already in cdefs.hPeter S. Mazinger
2012-06-15types.h: both icc and tendra support long longPeter S. Mazinger
2012-06-15uClibc_pthread.h: remove __pthread_mutex_destroy, unusedPeter S. Mazinger
2012-06-15remove uClibc_mutex.h on installPeter S. Mazinger
2012-06-15errno, h_errno: correct them for non-TLSPeter S. Mazinger
2012-06-15errno and *_init cleanupPeter S. Mazinger
2012-06-15uClibc_stdio.h: change the guard used to include stdio-lock.hPeter S. Mazinger
2012-06-15do not define _ISOC99_SOURCE in specific filesPeter S. Mazinger
2012-06-15uClibc_pthread.h: do not install on targetPeter S. Mazinger
2012-06-15uClibc_mutex.h: fix bug in conditional macrosPeter S. Mazinger
2012-06-15uClibc_stdio.h: guard internals with _LIBCPeter S. Mazinger
2012-06-15uClibc_stdio.h: remove consistency checkPeter S. Mazinger
2012-06-15uClibc_stdio.h: remove parts solved in features.hPeter S. Mazinger
2012-06-15stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.hPeter S. Mazinger
2012-06-15uClibc_stdio.h: move internal to _stdio.h and make them hiddenPeter S. Mazinger
2012-06-15locale.c, uClibc_locale.h: provide hidden __curlocale[_set]Peter S. Mazinger
2012-06-15math: avoid jump relocation in libmPeter S. Mazinger
2012-06-15mathcalls.h: fix comment, MATHCALLI and MATHCALL_PRIV include libm_hidden_protoPeter S. Mazinger
2012-06-15semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always definedPeter S. Mazinger
2012-06-15posix_opt.h: update to POSIX 2008Peter S. Mazinger
2012-06-15posix_opt.h: update to glibc's NPTL versionPeter S. Mazinger
2012-06-15local_lim.h: add NPTL version for alpha,ia64,powerpc,sparc, update commonPeter S. Mazinger
2012-06-15signal.h: move prototypes for __syscall_[rt_]sigaction to common placePeter S. Mazinger
2012-06-15getopt.c, getopt.h: avoid the need for __FORCE_GLIBCPeter S. Mazinger
2012-04-28epoll.h: sync with glibcMike Frysinger
2012-04-08signalfd.h: Use new "bits/" scheme for arch-specific flagsKevin Cernekee
2012-04-08timerfd.h: Use new "bits/" scheme for arch-specific flagsKevin Cernekee
2012-04-08inotify.h: Use new "bits/" scheme for arch-specific flagsKevin Cernekee
2012-02-05Declare __err and pass it to INTERNAL_SYSCALL_NCS so subsequent macros can us...Khem Raj
2012-01-29tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer
2012-01-26*: silence some warningsBernhard Reutner-Fischer
2011-11-07libc: flesh out linux scheduler functionsHenning Heinold
2011-11-07ldso: support RTLD_NOLOADTimo Teräs
2011-11-04libm: implement a generic sincos().William Pitcock
2011-05-11add pipe2()Bernhard Reutner-Fischer