OSDN Git Service

buildsys: use kbuild style, fix omission
[uclinux-h8/uClibc.git] / include /
2013-01-10 Florian Fainellilibc: add {get,set,swap,make}context user context manip...
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-11-16 Thomas Schwingeinclude/elf.h: update for ELFOSABI_* changes.
2012-11-14 Mike Frysingerlibc/stdlib: add mkostemp helpers
2012-11-14 Mike Frysingerlibc/sysdeps: add dup3 syscall wrapper
2012-11-14 Mike Frysingerinclude/: ignore more symlinks
2012-06-15 Peter S. Mazingersignal.h: needs size_t
2012-06-15 Peter S. Mazingersched.h: update header, needs size_t
2012-06-15 Peter S. Mazingersignal: remove sigblock, siggetmask and sigsetmask
2012-06-15 Peter S. Mazingersigpause.c: provide the X/Open variant, since the BSD...
2012-06-15 Peter S. Mazingersocketcalls.c: rewrite to use cancel.h
2012-06-15 Peter S. Mazingerrework cancellation for sigwait, sigtimedwait and sigwa...
2012-06-15 Peter S. Mazingerlseek, lseek64: add cancellation for all THREADS
2012-06-15 Peter S. Mazingersigsuspend.c: add cancellation support independently...
2012-06-15 Peter S. Mazingerfcntl: add cancellation to fcntl64, use cancel.h
2012-06-15 Peter S. Mazingerwaitpid.c: provide __waitpid_nocancel, use cancel.h
2012-06-15 Peter S. Mazingeropen.c: add cancellation using cancel.h
2012-06-15 Peter S. Mazingerselect: adapt cancelation to use cancel.h
2012-06-15 Peter S. Mazingerfork: provide __libc_fork only if THREADS are enabled
2012-06-15 Peter S. Mazingeradd cancellation for read, write, close
2012-06-15 Peter S. Mazingerendian.h: add some handy macros to be used in syscalls
2012-06-15 Peter S. Mazingercancel.h: add generic file to ease cancellation support
2012-06-15 Peter S. Mazingerwait4.c: provide hidden __wait4_nocancel independent...
2012-06-15 Peter S. Mazingerumount: make umount2 depend on UCLIBC_LINUX_SPECIFIC
2012-06-15 Peter S. Mazingerprovide stime and settimeofday functions if at least...
2012-06-15 Peter S. Mazingerppoll: no need for hidden version
2012-06-15 Peter S. Mazingerno need for hidden __sigpause, use an internal static...
2012-06-15 Peter S. Mazingeropenat*: use a static function with the different type...
2012-06-15 Peter S. Mazingersignal: cleanup, include only headers that are needed
2012-06-15 Peter S. Mazingeradd simplified __sigemptyset for internal use
2012-06-15 Peter S. Mazingertypes.h: both icc and tendra support long long
2012-06-15 Peter S. Mazingerssp: rework, sync messages with the ones in glibc
2012-06-15 Peter S. Mazingersyslog.c: no need for hidden vsyslog, use a static...
2012-06-15 Peter S. Mazingermake UCLIBC_HAS_PROGRAM_INVOCATION_NAME and UCLIBC_HAS_...
2012-06-15 Peter S. Mazingergetpt.c: no need for hidden posix_openpt
2012-06-15 Peter S. Mazingerregex.h: sync with glibc, making it more POSIX-like
2012-06-15 Peter S. Mazingerlibdl.c: disable dlinfo
2012-06-15 Peter S. Mazingererrno, h_errno: correct them for non-TLS
2012-06-15 Peter S. Mazingergetpagesize.c, unistd.h: hide __pagesize
2012-06-15 Peter S. Mazingerjmp-unwind.c: add hidden _longjmp_unwind
2012-06-15 Peter S. Mazingerlibc-symbols.h: fix weak functions handling
2012-06-15 Peter S. Mazingererrno and *_init cleanup
2012-06-15 Peter S. Mazingersignal.h: sync with glibc, mainly proper guards
2012-06-15 Peter S. Mazingerstdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part...
2012-06-15 Peter S. Mazingerstdio.h: move uClibc specific parts to the common place...
2012-06-15 Peter S. Mazingersetjmp.h: move __sigjmp_save prototype for consistency
2012-06-15 Peter S. Mazingerlibc-internal.h: provide dummy attribute_tls_model_ie...
2012-06-15 Peter S. Mazinger*_strerror_r.c: keep all occurences in sync with string.h
2012-06-15 Peter S. Mazingererr.c, err.h: no need for hidden functions
2012-06-15 Peter S. Mazingerrpc: constify some more data
2012-06-15 Peter S. Mazingerxdr_intXX_t.c,xdr.h: add xdr_quad_t and xdr_u_quad_t
2012-06-15 Peter S. Mazingerstdlib.h, arc4random.c: fix arc4random return type...
2012-06-15 Peter S. Mazingerwait.h: resource.h is included already, rusage is defined
2012-06-15 Peter S. Mazingersignal.h: disable sigreturn prototype
2012-06-15 Peter S. Mazingersignal.h: disable ssignal and gsignal
2012-06-15 Peter S. Mazingerlink.h: guard TLS related internals of struct link_map...
2012-06-15 Peter S. Mazingerdirent.h: use __ssize_t instead of ssize_t
2012-06-15 Peter S. Mazingermove __getdents[64] prototypes to dirent.h
2012-06-15 Peter S. Mazingerupdate partially string.h and strings.h
2012-06-15 Peter S. Mazingerquota.h: update, but keep old functionality
2012-06-15 Peter S. Mazingerstdio.h: update partially, mainly for POSIX 2008
2012-06-15 Peter S. Mazingerunistd.h: partial update, mostly related to POSIX 2008
2012-06-15 Peter S. Mazingernetdb.h: partial update, adding some __USE_MISC/__USE_G...
2012-06-15 Peter S. Mazingerno need for hidden lockf64
2012-06-15 Peter S. Mazingerutent.c, wtent.c: move functions from utxent.c
2012-06-15 Peter S. Mazingeruse fputwc in putwchar()
2012-06-15 Peter S. Mazingerfputc.c, stdio.h: no need for hidden putc, putc_unlocke...
2012-06-15 Peter S. Mazingercleanup fork()
2012-06-15 Peter S. Mazingerposix_opt.h: update to glibc's NPTL version
2012-06-15 Peter S. Mazingertgmath.h: disable builtins
2012-06-15 Peter S. Mazingermove *longjmp related prototypes to setjmp.h
2012-06-15 Peter S. Mazingerlibintl.h, clnt_perror.c: add fallback gettext(x) and...
2012-06-15 Peter S. Mazingerwchar.h: SuSv compliance
2012-06-15 Peter S. Mazingerwchar.h: fix 2 typos in comments
2012-06-15 Peter S. Mazingerremove unneeded hidden sigwaitinfo
2012-06-15 Peter S. Mazingerno need for hidden sigtimedwait
2012-06-15 Peter S. Mazingersetjmp.h: sync with glibc
2012-06-15 Peter S. Mazingertgmath.h: sync with glibc
2012-06-15 Peter S. Mazingerparser_config.[ch]: remove duplicated hidden functions
2012-06-15 Peter S. Mazingersignal.h: move prototypes for __syscall_[rt_]sigaction...
2012-06-15 Peter S. Mazingerlibintl.h: add _(x) and N_(x) and use it everywhere
2012-06-15 Peter S. Mazingerlibc-internal.h: use a consistent prototype for __stack...
2012-06-15 Peter S. Mazingersignal.h: provide prototype for __libc_sigaction and...
2012-06-15 Peter S. Mazingercomplex.h: sync a bit glibc to guard properly
2012-06-15 Peter S. Mazingerremove __FORCE_GLIBC
2012-06-15 Peter S. Mazingerlocale.h, xlocale.h: guard *locale functions correctly
2012-06-15 Peter S. Mazingersignal.h: disable sigvec() and guard related stuff...
2012-06-15 Peter S. Mazingertime.h: update and guard internals
2012-06-15 Peter S. Mazingerrpc_msg.h: move xdr_accepted_reply and xdr_received_rep...
2012-06-15 Peter S. Mazingercrypt.h: use __const instead of const
2012-06-15 Peter S. Mazingerno need for hidden inet_ntoa_r
2012-06-15 Peter S. Mazingerremove unneeded hiddens for rtime, basename, strtof...
2012-06-15 Peter S. Mazingerdirent.h: disable getdirentries not provided by uClibc
2012-06-15 Peter S. Mazingerdirent.h: s:__XOPEN_2K8:__USE_XOPEN2K8:
2012-05-03 Bernhard Reutner... rpmatch: provide out-of-line implementation
2012-05-03 Bernhard Reutner... rpmatch: make decl parsable
2012-05-02 Mike Frysingerrpmatch: fix previous commit w/C++ compilers
2012-04-30 Mike Frysingerrpmatch: simple inline version
2012-04-08 Kevin Cernekeesignalfd.h: Use new "bits/" scheme for arch-specific...
next