Eric Andersen ef61d4a84b Seems a few apps need this one... 23 gadi atpakaļ
..
arpa f3a9360625 Add in a bunch of junk. Busybox now compiles (except for mkfs.minix and 24 gadi atpakaļ
net 31c580aa61 linux 2.0.x kernels have broken header files. It is silly to be so 23 gadi atpakaļ
netinet 67fb342b08 Makeheader files be more like GNU 23 gadi atpakaļ
rpc 67fb342b08 Makeheader files be more like GNU 23 gadi atpakaļ
sys cc848544ff Yipe. This was still pulling in kernel headers. 23 gadi atpakaļ
a.out.h fec38619dc Add some missing headers needed by ld.so-1.9.11. 23 gadi atpakaļ
alloca.h fec38619dc Add some missing headers needed by ld.so-1.9.11. 23 gadi atpakaļ
ar.h 05300d015b More header file updates 23 gadi atpakaļ
assert.h 448e40e86c Update to assert behavior 23 gadi atpakaļ
cfgfile.h 64bc641218 Initial revision 24 gadi atpakaļ
crypt.h b37d4496bb Oops. I forgot the header file 23 gadi atpakaļ
ctype.h 9ae054b355 Since Erik apparently wants def/undef vs def 1/0... 23 gadi atpakaļ
dirent.h ffb96c0900 Some more major updates to further superate ucLibc from the kernel 24 gadi atpakaļ
dlfcn.h fec38619dc Add some missing headers needed by ld.so-1.9.11. 23 gadi atpakaļ
elf.h ffb96c0900 Some more major updates to further superate ucLibc from the kernel 24 gadi atpakaļ
endian.h ffb96c0900 Some more major updates to further superate ucLibc from the kernel 24 gadi atpakaļ
err.h 64bc641218 Initial revision 24 gadi atpakaļ
errno.h 6278781655 Fix include/errno.h to not use kernel header, and instead use bits/errno.h. 23 gadi atpakaļ
fcntl.h 430e386b9e Strip all object files of all non global symbols and .note and 23 gadi atpakaļ
features.h 70b504a538 Be really sneaky and use GNU ld special stuff so that whenever folks 23 gadi atpakaļ
fnmatch.h ca9bd30c26 Many bugfixes, header cleanups, etc. Added abort and glob. 24 gadi atpakaļ
fstab.h 67fb342b08 Makeheader files be more like GNU 23 gadi atpakaļ
getopt.h ae97a89e1a A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. 23 gadi atpakaļ
glob.h ca9bd30c26 Many bugfixes, header cleanups, etc. Added abort and glob. 24 gadi atpakaļ
gnu-versions.h 60ecd67248 Make the __GLIBC__ define be conditional. Stub out gnu-versions.h 23 gadi atpakaļ
grp.h 6278781655 Fix include/errno.h to not use kernel header, and instead use bits/errno.h. 23 gadi atpakaļ
limits.h 986ea00a8c misc net fixes for building.... 24 gadi atpakaļ
link.h fec38619dc Add some missing headers needed by ld.so-1.9.11. 23 gadi atpakaļ
locale.h c132ecc38f Stub out localeconv. Please look over this to check it is correct.... 23 gadi atpakaļ
malloc.h c0b41a5aea Removed old noise. 24 gadi atpakaļ
math.h 1077fa4d77 uClibc now has a math library. muahahahaha! 23 gadi atpakaļ
memory.h 64bc641218 Initial revision 24 gadi atpakaļ
mntent.h 64bc641218 Initial revision 24 gadi atpakaļ
netdb.h ffba231886 Define h_errno to be errno for now. 23 gadi atpakaļ
paths.h 64bc641218 Initial revision 24 gadi atpakaļ
pty.h a3e03be058 Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil 23 gadi atpakaļ
pwd.h 6278781655 Fix include/errno.h to not use kernel header, and instead use bits/errno.h. 23 gadi atpakaļ
regex.h 82d766043c A smaller, kinder, gentler regexp implementation. 23 gadi atpakaļ
regexp.h 82d766043c A smaller, kinder, gentler regexp implementation. 23 gadi atpakaļ
resolv.h a7c7b0948e 23 gadi atpakaļ
search.h c886fc9109 Fix broken prototype. 23 gadi atpakaļ
setjmp.h ffb96c0900 Some more major updates to further superate ucLibc from the kernel 24 gadi atpakaļ
signal.h 5354f1ab0c Remove the nonexistant __sigaction 23 gadi atpakaļ
stdarg.h 36970cc691 Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded 23 gadi atpakaļ
stdint.h ffb96c0900 Some more major updates to further superate ucLibc from the kernel 24 gadi atpakaļ
stdio.h 82dd793fd0 stdio mostly rewritten... passes lots of tests now. 23 gadi atpakaļ
stdlib.h 0a8dc1a944 Add in random(), make rand use that under the hood. Fix the 23 gadi atpakaļ
string.h 348915803b Fix the header file for index, rindex and similar 23 gadi atpakaļ
strings.h 64bc641218 Initial revision 24 gadi atpakaļ
syscall.h 8be74df1ae A few updates. 24 gadi atpakaļ
sysexits.h ef61d4a84b Seems a few apps need this one... 23 gadi atpakaļ
syslog.h 64bc641218 Initial revision 24 gadi atpakaļ
tar.h 05300d015b More header file updates 23 gadi atpakaļ
termcap.h 64bc641218 Initial revision 24 gadi atpakaļ
termio.h f87967b01f Add wrapper for old termio interface 23 gadi atpakaļ
termios.h 6fce1235be Fix termios handling. Now synced with behavior of GNU libc. 23 gadi atpakaļ
time.h 3e0fe4b1cc Handle definition of struct timespec. 23 gadi atpakaļ
ucontext.h 01ca508960 Comment out for now. Not used and was causing an error. 23 gadi atpakaļ
unistd.h e2f6ebd3f2 Fix up breakage resulting from flipping the sense of some defines. Change from 23 gadi atpakaļ
utime.h afb85e9d6c Rework all the string handling. Make const stuff be constified. 24 gadi atpakaļ
utmp.h a3e03be058 Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil 23 gadi atpakaļ
va-sh.h 36970cc691 Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded 23 gadi atpakaļ
wait.h 64bc641218 Initial revision 24 gadi atpakaļ