Eric Andersen 23f586ed1e Some socket cleanups 23 سال پیش
..
arpa f3a9360625 Add in a bunch of junk. Busybox now compiles (except for mkfs.minix and 24 سال پیش
net 31c580aa61 linux 2.0.x kernels have broken header files. It is silly to be so 23 سال پیش
netinet 67fb342b08 Makeheader files be more like GNU 23 سال پیش
rpc 67fb342b08 Makeheader files be more like GNU 23 سال پیش
sys 23f586ed1e Some socket cleanups 23 سال پیش
a.out.h fec38619dc Add some missing headers needed by ld.so-1.9.11. 23 سال پیش
alloca.h fec38619dc Add some missing headers needed by ld.so-1.9.11. 23 سال پیش
ar.h 05300d015b More header file updates 24 سال پیش
assert.h 448e40e86c Update to assert behavior 24 سال پیش
cfgfile.h 64bc641218 Initial revision 24 سال پیش
crypt.h b37d4496bb Oops. I forgot the header file 23 سال پیش
ctype.h 9ae054b355 Since Erik apparently wants def/undef vs def 1/0... 23 سال پیش
dirent.h ffb96c0900 Some more major updates to further superate ucLibc from the kernel 24 سال پیش
dlfcn.h fec38619dc Add some missing headers needed by ld.so-1.9.11. 23 سال پیش
elf.h f68eb8d50b Teach the ldso stuff to use the proper elf.h header file, not a local copy. 23 سال پیش
endian.h ffb96c0900 Some more major updates to further superate ucLibc from the kernel 24 سال پیش
err.h 64bc641218 Initial revision 24 سال پیش
errno.h 6278781655 Fix include/errno.h to not use kernel header, and instead use bits/errno.h. 23 سال پیش
fcntl.h 430e386b9e Strip all object files of all non global symbols and .note and 24 سال پیش
features.h 6395e85878 added __GNUC_PREREQ() macro 23 سال پیش
fnmatch.h ca9bd30c26 Many bugfixes, header cleanups, etc. Added abort and glob. 24 سال پیش
fstab.h 67fb342b08 Makeheader files be more like GNU 23 سال پیش
getopt.h ae97a89e1a A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. 23 سال پیش
glob.h ca9bd30c26 Many bugfixes, header cleanups, etc. Added abort and glob. 24 سال پیش
gnu-versions.h 60ecd67248 Make the __GLIBC__ define be conditional. Stub out gnu-versions.h 23 سال پیش
grp.h 6278781655 Fix include/errno.h to not use kernel header, and instead use bits/errno.h. 23 سال پیش
langinfo.h 6e72ced7e7 Add in some more GNU compatible locale stuff. I only implement the 23 سال پیش
limits.h 986ea00a8c misc net fixes for building.... 24 سال پیش
link.h f68eb8d50b Teach the ldso stuff to use the proper elf.h header file, not a local copy. 23 سال پیش
locale.h c132ecc38f Stub out localeconv. Please look over this to check it is correct.... 23 سال پیش
malloc.h c0b41a5aea Removed old noise. 24 سال پیش
math.h eba708a62b Make selection of uClibc floating point support in printf, etc. seperate 23 سال پیش
memory.h 64bc641218 Initial revision 24 سال پیش
mntent.h 64bc641218 Initial revision 24 سال پیش
netdb.h ffba231886 Define h_errno to be errno for now. 23 سال پیش
nl_types.h 6e72ced7e7 Add in some more GNU compatible locale stuff. I only implement the 23 سال پیش
paths.h 64bc641218 Initial revision 24 سال پیش
poll.h 54265bebea Add poll.h header. 23 سال پیش
pty.h a3e03be058 Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil 23 سال پیش
pwd.h 6278781655 Fix include/errno.h to not use kernel header, and instead use bits/errno.h. 23 سال پیش
regex.h 82d766043c A smaller, kinder, gentler regexp implementation. 24 سال پیش
regexp.h 82d766043c A smaller, kinder, gentler regexp implementation. 24 سال پیش
resolv.h f43cd38254 Cleanup some stupid warnings 23 سال پیش
search.h c886fc9109 Fix broken prototype. 23 سال پیش
setjmp.h ffb96c0900 Some more major updates to further superate ucLibc from the kernel 24 سال پیش
signal.h 5354f1ab0c Remove the nonexistant __sigaction 23 سال پیش
stdarg.h 36970cc691 Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded 23 سال پیش
stdint.h ffb96c0900 Some more major updates to further superate ucLibc from the kernel 24 سال پیش
stdio.h a8aa4c6446 Wrap getline() inside #ifdef __USE_GNU 23 سال پیش
stdlib.h 9b39f1ce89 A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOC 23 سال پیش
string.h 348915803b Fix the header file for index, rindex and similar 23 سال پیش
strings.h 64bc641218 Initial revision 24 سال پیش
syscall.h 8be74df1ae A few updates. 24 سال پیش
sysexits.h ef61d4a84b Seems a few apps need this one... 23 سال پیش
syslog.h 64bc641218 Initial revision 24 سال پیش
tar.h 05300d015b More header file updates 24 سال پیش
termcap.h 64bc641218 Initial revision 24 سال پیش
termio.h f87967b01f Add wrapper for old termio interface 23 سال پیش
termios.h 6fce1235be Fix termios handling. Now synced with behavior of GNU libc. 23 سال پیش
time.h 3e0fe4b1cc Handle definition of struct timespec. 23 سال پیش
ucontext.h 01ca508960 Comment out for now. Not used and was causing an error. 23 سال پیش
unistd.h e2f6ebd3f2 Fix up breakage resulting from flipping the sense of some defines. Change from 23 سال پیش
utime.h afb85e9d6c Rework all the string handling. Make const stuff be constified. 24 سال پیش
utmp.h a3e03be058 Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil 23 سال پیش
va-sh.h 36970cc691 Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded 23 سال پیش
wait.h 64bc641218 Initial revision 24 سال پیش