Denys Vlasenko 156f5257b6 fix lib_hidden_proto's which have extra ; 16 жил өмнө
..
arpa cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
net cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
netax25 d6a6267fab These are wanted by net-tools 22 жил өмнө
neteconet d6a6267fab These are wanted by net-tools 22 жил өмнө
netinet 4f079c5748 add hidden aliases for ntoh/hton functions 16 жил өмнө
netipx 64c25a0625 Odd. This seems to be in the wrong spot... 23 жил өмнө
netpacket e3787b675f Make pump happy. Add in this header. 23 жил өмнө
protocols fa28fa1911 - remove unavailable functionality upon request (Peter Mazinger) 16 жил өмнө
rpc 4a2724d93b s/UCLIBC_INTERNAL/_LIBC/g 16 жил өмнө
scsi 1f020b1786 - trim any trailing whitespace 17 жил өмнө
sys fd72e30425 first pass at implementing *at funcs 16 жил өмнө
.gitignore f52e7d72c6 add more arch-specific include/ ignores 16 жил өмнө
_lfs_64.h 1f020b1786 - trim any trailing whitespace 17 жил өмнө
a.out.h fec38619dc Add some missing headers needed by ld.so-1.9.11. 24 жил өмнө
alloca.h 1fffa01407 Merge from NPTL branch. 19 жил өмнө
ar.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 24 жил өмнө
assert.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
atomic.h 1d8abd74c4 - fixup asm. No object-code changes 17 жил өмнө
byteswap.h cdfd2afc68 Add byteswap.h, per glibc 24 жил өмнө
complex.h feeb0301b3 - add long double math wrappers (Ned Ludd) 17 жил өмнө
cpio.h 005d20f04d Sync up w/ glibc 20 жил өмнө
crypt.h 07beb34d51 - make libcrypt optional. Untested. 17 жил өмнө
ctype.h b316b0c2a6 - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bits 16 жил өмнө
dirent.h fd72e30425 first pass at implementing *at funcs 16 жил өмнө
dlfcn.h b0973711aa sync with glibc 18 жил өмнө
elf.h e0b6a06c8f Add a few missing includes 16 жил өмнө
endian.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 24 жил өмнө
err.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
errno.h de1bfc58ed Synch extern declaration with definition provided in __uClibc_main.c 17 жил өмнө
error.h 460c5d409e remove old cruft that doesnt matter for uClibc and breaks anyways when using -std=c99 19 жил өмнө
fcntl.h fc0cc43885 add hidden aliases for openat funcs 16 жил өмнө
features.h 4a2724d93b s/UCLIBC_INTERNAL/_LIBC/g 16 жил өмнө
fenv.h eff32c83f1 - forgot to add include/fenv.h 17 жил өмнө
fnmatch.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
ftw.h 1c91f4a8fe Sync ftw w/ glibc, splitting ftw and ftw64 19 жил өмнө
getopt.h afa5bf6803 as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wont exist if user disables the option 20 жил өмнө
glob.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
gnu-versions.h 2f7adfdcfe Add gnu obstack support. I still need to implement the obstack_printf 23 жил өмнө
grp.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
iconv.h 005d20f04d Sync up w/ glibc 20 жил өмнө
ieee754.h 4b64bd933b Add in this missing header file 23 жил өмнө
ifaddrs.h 7253e71055 Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and make 17 жил өмнө
inttypes.h 7cdd07d837 no need to duplicate WCHAR check 18 жил өмнө
langinfo.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
lastlog.h 53c4df1491 Several little additions and cleanups. Add getw() and putw(). 23 жил өмнө
libc-internal.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
libc-symbols.h f5773054ef fix breakage in x86_64 defconfig 16 жил өмнө
libgen.h d07fdf8b9e New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, 23 жил өмнө
libintl.h 7e7bdbf94c Sync w/ glibc 19 жил өмнө
limits.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 24 жил өмнө
link.h 0b0a9a449d dlfcn.h exists only if __HAVE_SHARED__ ("we are built with shared lib support"), 17 жил өмнө
locale.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
malloc.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
math.h 913e98c452 mathcalls.h: remove tons of redundant semicolons; better comment about macros 16 жил өмнө
memory.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 24 жил өмнө
mntent.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
mqueue.h 4cc4b30426 - adds several config-options to allow for turning off certain features 17 жил өмнө
netdb.h fa28fa1911 - remove unavailable functionality upon request (Peter Mazinger) 16 жил өмнө
nl_types.h 005d20f04d Sync up w/ glibc 20 жил өмнө
obstack.h c2aa4183b8 - sync obstack.{c,h} with glibc (Peter S. Mazinger) 17 жил өмнө
paths.h 005d20f04d Sync up w/ glibc 20 жил өмнө
poll.h 54265bebea Add poll.h header. 24 жил өмнө
printf.h 4a2724d93b s/UCLIBC_INTERNAL/_LIBC/g 16 жил өмнө
pty.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 24 жил өмнө
pwd.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
regex.h 156f5257b6 fix lib_hidden_proto's which have extra ; 16 жил өмнө
regexp.h 005d20f04d Sync up w/ glibc 20 жил өмнө
resolv.h 3f59c71ed8 - whitespace cleanup; no obj-code changes 16 жил өмнө
sched.h 15a971616c Merge some pre-work from branch, needed by NPTL. 16 жил өмнө
search.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
setjmp.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 24 жил өмнө
sgtty.h 53c4df1491 Several little additions and cleanups. Add getw() and putw(). 23 жил өмнө
shadow.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
signal.h 3a40407c06 - expand SUSv3_LEGACY 16 жил өмнө
stdint.h 0ca454ff1c patch from Joseph S. Meyers 16 жил өмнө
stdio.h fd72e30425 first pass at implementing *at funcs 16 жил өмнө
stdio_ext.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
stdlib.h 91f91bcb3a sync a few headers with glibc (no functional changes) 16 жил өмнө
string.h 4a2724d93b s/UCLIBC_INTERNAL/_LIBC/g 16 жил өмнө
strings.h 4a2724d93b s/UCLIBC_INTERNAL/_LIBC/g 16 жил өмнө
syscall.h 8be74df1ae A few updates. 25 жил өмнө
sysexits.h ef61d4a84b Seems a few apps need this one... 24 жил өмнө
syslog.h 64bc641218 Initial revision 25 жил өмнө
tar.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 24 жил өмнө
termio.h f87967b01f Add wrapper for old termio interface 24 жил өмнө
termios.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
tgmath.h 3f59c71ed8 - whitespace cleanup; no obj-code changes 16 жил өмнө
time.h 15a971616c Merge some pre-work from branch, needed by NPTL. 16 жил өмнө
tls.h ccd55d0940 Silent compiler warning regarding undefined macro 16 жил өмнө
ttyent.h 3f59c71ed8 - whitespace cleanup; no obj-code changes 16 жил өмнө
ucontext.h a9740f2432 Put back ucontext.h, but omit function prototypes for getcontext(), 21 жил өмнө
ulimit.h ea9f6e1e2d Add support for personality(), prctl(), ustat(), and ulimit() 22 жил өмнө
unistd.h 4a2724d93b s/UCLIBC_INTERNAL/_LIBC/g 16 жил өмнө
ustat.h ea9f6e1e2d Add support for personality(), prctl(), ustat(), and ulimit() 22 жил өмнө
utime.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
utmp.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
values.h 24b3f737bc Don't install floating point related headers, and wrap some previously 22 жил өмнө
wait.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 24 жил өмнө
wchar-stub.h fa2ba2e3c3 add a wchar.h stub 16 жил өмнө
wchar.h 3a40407c06 - expand SUSv3_LEGACY 16 жил өмнө
wctype.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
wordexp.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
xlocale.h 3f1adc3da0 *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x 16 жил өмнө