Peter S. Mazinger d98307c5af Allow to be used in bits/syscalls.h even if _GNU_SOURCE is defined 18 سال پیش
..
arpa 005d20f04d Sync up w/ glibc 18 سال پیش
net 005d20f04d Sync up w/ glibc 18 سال پیش
netax25 d6a6267fab These are wanted by net-tools 20 سال پیش
neteconet d6a6267fab These are wanted by net-tools 20 سال پیش
netinet abd02d7387 Atsushi Nemoto writes: 20 سال پیش
netipx 64c25a0625 Odd. This seems to be in the wrong spot... 22 سال پیش
netpacket e3787b675f Make pump happy. Add in this header. 22 سال پیش
protocols 33a9fd74f9 Update rpc headers. Add missing some headers 22 سال پیش
rpc 005d20f04d Sync up w/ glibc 18 سال پیش
scsi 935b262423 Add our own copies of the include/scsi header files, per what glibc 20 سال پیش
sys 70d37cb4af disable deprecated warnings for some files 18 سال پیش
a.out.h fec38619dc Add some missing headers needed by ld.so-1.9.11. 23 سال پیش
alloca.h 1fffa01407 Merge from NPTL branch. 18 سال پیش
ar.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 23 سال پیش
assert.h f9eb0ebd9a sync with glibc to fix building xorg-server 18 سال پیش
atomic.h f122662e19 Added new 'bits/atomic.h' for most of the architectures and the top-level 'include/atomic.h' to add in new atomic operations for use by NPTL. There are multiple files for PowerPC and Sparc for 'atomic.h'. I will let those architecture maintainers choose the correct file. The files come from glibc in 'sysdeps/ARCH/bits'. 19 سال پیش
byteswap.h cdfd2afc68 Add byteswap.h, per glibc 23 سال پیش
complex.h 3942feca80 Fill a few little holes in the math library 22 سال پیش
cpio.h 005d20f04d Sync up w/ glibc 18 سال پیش
crypt.h cf0a78c882 Cleanup crypt and remove the crypt_r stuff, since SuSv3 22 سال پیش
ctype.h 403d3b6c02 Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add it back 18 سال پیش
dirent.h 4222cc97e9 Sync headers w/ glibc 18 سال پیش
dlfcn.h 4631c57c80 grab some updates from glibc 19 سال پیش
elf.h 0d541951d9 import a bunch of EM defines from gnu binutils 18 سال پیش
endian.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 23 سال پیش
err.h 005d20f04d Sync up w/ glibc 18 سال پیش
errno.h d98307c5af Allow to be used in bits/syscalls.h even if _GNU_SOURCE is defined 18 سال پیش
error.h 005d20f04d Sync up w/ glibc 18 سال پیش
fcntl.h f7dc844c56 Add fcntl64 prototype 18 سال پیش
features.h 537494b031 move a bunch of arch-specific checks out of common files and into an arch specific header file to make porting/updates a lot easier 18 سال پیش
fnmatch.h 08f0e84f6c Sync w/ glibc 18 سال پیش
ftw.h 1c91f4a8fe Sync ftw w/ glibc, splitting ftw and ftw64 18 سال پیش
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 18 سال پیش
glob.h b2b61b7755 Sync headers w/ glibc 18 سال پیش
gnu-versions.h 2f7adfdcfe Add gnu obstack support. I still need to implement the obstack_printf 22 سال پیش
grp.h 005d20f04d Sync up w/ glibc 18 سال پیش
iconv.h 005d20f04d Sync up w/ glibc 18 سال پیش
ieee754.h 4b64bd933b Add in this missing header file 22 سال پیش
inttypes.h 5f93ab7005 Cleanup some dead wood in the header files 20 سال پیش
langinfo.h e81e139ad0 Do __nl_langinfo, partly sync header w/ glibc, add missing nl_langinfo_l, change users to hidden version 18 سال پیش
lastlog.h 53c4df1491 Several little additions and cleanups. Add getw() and putw(). 22 سال پیش
libc-internal.h ce5e747f18 Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. Moved weak[_const]_function into proper place (if we have weak support), else noop. Modified comment about changes to glibc. Moved -D_LIBC from CFLAGS to libc-symbols.h. I am not sure about unlikely/likely/__cast 18 سال پیش
libc-symbols.h 1ad608ee16 grab some macros for internal ldso usage and fix strong_alias/hidden_strong_alias when .set support is disabled 18 سال پیش
libgen.h d07fdf8b9e New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, 22 سال پیش
libintl.h 005d20f04d Sync up w/ glibc 18 سال پیش
limits.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 23 سال پیش
link.h 1fffa01407 Merge from NPTL branch. 18 سال پیش
locale.h b2b61b7755 Sync headers w/ glibc 18 سال پیش
malloc.h 5c41b5d413 Enable __THROW,_NTH,REDIRECT_NTH 18 سال پیش
math.h 005d20f04d Sync up w/ glibc 18 سال پیش
memory.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 23 سال پیش
mntent.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 23 سال پیش
mqueue.h 50a6ac7fb9 Patch from Paul Mundt (lethal) adding an initial librt implementation. 19 سال پیش
netdb.h 005d20f04d Sync up w/ glibc 18 سال پیش
nl_types.h 005d20f04d Sync up w/ glibc 18 سال پیش
obstack.h 2f7adfdcfe Add gnu obstack support. I still need to implement the obstack_printf 22 سال پیش
paths.h 005d20f04d Sync up w/ glibc 18 سال پیش
poll.h 54265bebea Add poll.h header. 23 سال پیش
printf.h dc58d976c4 Disable prototypes for unimplemented functions 20 سال پیش
pty.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 23 سال پیش
pwd.h 005d20f04d Sync up w/ glibc 18 سال پیش
regex.h c4137edde1 Sync regex.h w/ glibc and make regex build w/ it 18 سال پیش
regexp.h 005d20f04d Sync up w/ glibc 18 سال پیش
resolv.h e2662be6a6 Remove patch chunk and remove unused 18 سال پیش
sched.h b8fce912b9 Merge from NPTL branch. 18 سال پیش
search.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 23 سال پیش
setjmp.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 23 سال پیش
sgtty.h 53c4df1491 Several little additions and cleanups. Add getw() and putw(). 22 سال پیش
shadow.h 005d20f04d Sync up w/ glibc 18 سال پیش
signal.h 2fa66fcc51 revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in header, keep it visible 18 سال پیش
stdint.h 34204b59b1 sync copyright with glibc 18 سال پیش
stdio.h 6ff79172d5 Remove __strto* from header (glibc sync), disable __asprintf/__getdelim, not provided 18 سال پیش
stdio_ext.h 005d20f04d Sync up w/ glibc 18 سال پیش
stdlib.h a69633a26c include stdinit for arc4random() as pointed out by Jan-Benedict Glaw 18 سال پیش
string.h bacb3513d9 Sync w/ glibc and disable everything uClibc does not provide 18 سال پیش
strings.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 23 سال پیش
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 e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 23 سال پیش
termio.h f87967b01f Add wrapper for old termio interface 23 سال پیش
termios.h 005d20f04d Sync up w/ glibc 18 سال پیش
tgmath.h 3942feca80 Fill a few little holes in the math library 22 سال پیش
time.h 5e728c9f4f Remove unused CLOCK_IDFIELD_SIZE, not in glibc 18 سال پیش
ttyent.h cb4d4d4485 Add the ttyent.h header file 22 سال پیش
ucontext.h a9740f2432 Put back ucontext.h, but omit function prototypes for getcontext(), 19 سال پیش
ulimit.h ea9f6e1e2d Add support for personality(), prctl(), ustat(), and ulimit() 21 سال پیش
unistd.h 92d3d28e87 Sync w/ glibc, mostly REDIRECT_NTH,__wur 18 سال پیش
ustat.h ea9f6e1e2d Add support for personality(), prctl(), ustat(), and ulimit() 21 سال پیش
utime.h 005d20f04d Sync up w/ glibc 18 سال پیش
utmp.h 005d20f04d Sync up w/ glibc 18 سال پیش
values.h 24b3f737bc Don't install floating point related headers, and wrap some previously 21 سال پیش
wait.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 23 سال پیش
wchar.h 0a8209d901 Sync to glibc, remove __x 18 سال پیش
wctype.h 0a8209d901 Sync to glibc, remove __x 18 سال پیش
wordexp.h 005d20f04d Sync up w/ glibc 18 سال پیش
xlocale.h 1217289737 Add a new *scanf implementation, includeing the *wscanf functions. 21 سال پیش