Denis Vlasenko c09ca83b46 rpc: constify data, localize unnecessarily static data 17 жил өмнө
..
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 cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
netipx 64c25a0625 Odd. This seems to be in the wrong spot... 23 жил өмнө
netpacket e3787b675f Make pump happy. Add in this header. 23 жил өмнө
protocols 33a9fd74f9 Update rpc headers. Add missing some headers 23 жил өмнө
rpc c09ca83b46 rpc: constify data, localize unnecessarily static data 17 жил өмнө
scsi 1f020b1786 - trim any trailing whitespace 17 жил өмнө
sys f1358210f6 - remove fstatfs() and statfs() related headers upon request 17 жил өмнө
_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 28075836bd - make isascii visible again 17 жил өмнө
dirent.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
dlfcn.h b0973711aa sync with glibc 18 жил өмнө
elf.h 124ec18872 Chris Zankel writes: 17 жил өмнө
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 cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
features.h 1cf466022b - for extern inline, also take __extern_inline and __GNUC_GNU_INLINE__ into account 17 жил өмнө
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 20 жил өмнө
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 d4cb8007c7 Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the arch 17 жил өмнө
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 feeb0301b3 - add long double math wrappers (Ned Ludd) 17 жил өмнө
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 3b1b9d4638 gethostbyname can use gethostbyname2, saving one nearly 0.5k static buffer 17 жил өмнө
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 d8dfa34f0e Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead, 17 жил өмнө
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 7a0eea11b4 - remove non stdc path (old style definitions). No obj-code changes 17 жил өмнө
regexp.h 005d20f04d Sync up w/ glibc 20 жил өмнө
resolv.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
sched.h b7ca08e773 - Remove linux-specific prototypes if asked to. 17 жил өмнө
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 cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
stdint.h 1f020b1786 - trim any trailing whitespace 17 жил өмнө
stdio.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
stdio_ext.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
stdlib.h 94ecebc423 random: use smaller data fields where appropriate 17 жил өмнө
string.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
strings.h 6d7aed92f2 This fixes a problem with the move of libc_hidden_proto to string.h. 17 жил өмнө
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 25 жил өмнө
termios.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
tgmath.h feeb0301b3 - add long double math wrappers (Ned Ludd) 17 жил өмнө
time.h 20cff29565 - revert 24148:24151 17 жил өмнө
ttyent.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
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 cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
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.h d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 17 жил өмнө
wctype.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
wordexp.h cb97aadebf Last portion of libc_hidden_proto removal. 17 жил өмнө
xlocale.h 1217289737 Add a new *scanf implementation, includeing the *wscanf functions. 22 жил өмнө