index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2015-03-27
include: update atomic.h from glibc
Bernhard Reutner-Fischer
2015-03-25
include: Expand malloc-family comments
Bernhard Reutner-Fischer
2015-03-25
utmp: favour POSIX utmpx over SVID utmp
Bernhard Reutner-Fischer
2015-03-24
Revert "utent.c, wtent.c: move functions from utxent.c"
Bernhard Reutner-Fischer
2015-03-18
malloc.h: Add missing feature guard
Bernhard Reutner-Fischer
2015-03-18
libm: Add missing C99 float/ld wrappers
Bernhard Reutner-Fischer
2015-03-17
include: silence __leaf warning
Bernhard Reutner-Fischer
2015-03-13
unistd.h: put getppid under XOPEN2K8
Bernhard Reutner-Fischer
2015-03-12
spawn.h: Fix !_GNU_SOURCE compilation
Bernhard Reutner-Fischer
2015-02-20
ARC: Remove unused EM_ARC_A5
Vineet Gupta
2015-02-20
include/elf.h: bump EM_NUM
Bernhard Reutner-Fischer
2015-02-20
elf: Add STT_GNU_IFUNC from glibc
Vineet Gupta
2015-02-20
ARCv2 ISA support
Vineet Gupta
2015-02-16
signal.h: elide memset from sigemptyset
Vineet Gupta
2014-12-12
unistd: allow to turn off getopt_long
Bernhard Reutner-Fischer
2014-12-09
sigaction: Fix !HAS_REALTIME compilation
Bernhard Reutner-Fischer
2014-09-09
libc: add fallocate() and fallocate64()
Anthony G. Basile
2014-08-26
timex: Sync with glibc
Khem Raj
2014-08-26
Define IPTOS_CLASS_* macros according to RFC 2474
Khem Raj
2014-08-25
Add clock_adjtime syscall
Khem Raj
2014-08-18
libc: add issetugid()
Anthony G. Basile
2014-08-18
NPTL: ARC support
Vineet Gupta
2014-04-23
weak symbols need to be "defined" weak but "declared" strong
Vineet Gupta
2014-04-23
LT.old: Make __errno_location/__h_errno_location thread safe
Vineet Gupta
2014-04-09
ctype.h: Tweak comment
Bernhard Reutner-Fischer
2014-04-04
sysinfo.h: Prevent redeclarations
Bernhard Reutner-Fischer
2014-04-02
libc: Fix buglet around __progname
Bernhard Reutner-Fischer
2013-12-23
elf: Add ARC Magic and Relocations
Vineet Gupta
2013-11-06
pull kconfig from linux-3.11
Bernhard Reutner-Fischer
2013-11-06
Fix weak/strong attribute of __errno_location and it's __GI alias
Vineet Gupta
2013-06-14
libc: hide obstack relocations
Bernhard Reutner-Fischer
2013-06-14
libc/misc/gnu/obprintf.c: implement obstack_printf and obstack_vprintf
Anthony G. Basile
2013-06-07
Reinstate hidden protos for config_{open,close,read}()
Vineet Gupta
2013-04-04
add UCLIBC_SUSV2_LEGACY to hide valloc
Bernhard Reutner-Fischer
2013-04-03
stdlib: avoid relocation
Bernhard Reutner-Fischer
2013-03-14
metag: Add NPTL support
Markos Chandras
2013-03-14
elf: Add ELF magic number and relocations for the Meta architecture
Markos Chandras
2013-02-20
stat: Use fstatat64 if arch does not have the stat syscall
Markos Chandras
2013-02-20
stat64: Use fstatat64 if arch does not have the stat64 syscall
Markos Chandras
2013-02-20
statfs: Use statfs64 if arch does not have the statfs syscall
Markos Chandras
2013-02-20
sendfile: Use sendfile64 if arch does not have the sendfile syscall
Markos Chandras
2013-02-20
truncate: Use truncate64 if arch does not have the truncate syscall
Markos Chandras
2013-02-20
symlink: Use symlinkat if arch does not have the symlink syscall
Markos Chandras
2013-02-20
readlink: Use readlinkat if arch does not have the readlink syscall
Markos Chandras
2013-02-20
rename: Use renameat if arch does not have the rename syscall
Markos Chandras
2013-02-20
mkdir: Use mkdirat if arch does not have the mkdir syscall
Markos Chandras
2013-02-20
chown: Use fchownat if arch does not have the chown syscall
Markos Chandras
2013-02-20
unlink: Use unlinkat if arch does not have the unlink syscall
Markos Chandras
2013-02-20
link: Use linkat if arch does not have the link syscall
Markos Chandras
2013-02-20
access: Use faccessat if arch does not have the access syscall
Markos Chandras
[next]