index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
Age
Commit message (
Expand
)
Author
2001-07-01
These zero-length files apparently weren't deleted from cvs.
Manuel Novoa III
2001-06-30
Add syscalls.h for ARM
Eric Andersen
2001-06-28
Changes for new auto-generated syscall.h
David McCullough
2001-06-28
Changes to support autogenerated syscall.h
David McCullough
2001-06-28
sysdep.h was not providing all the needed bits to build working asm with
David McCullough
2001-06-28
Added a script to create bits/syscall.h for each arch.
Manuel Novoa III
2001-06-27
the minimum needed for now
David McCullough
2001-06-27
Added this guy, nothing needed here really.
David McCullough
2001-06-27
Remove nonstandard functions.
Manuel Novoa III
2001-06-27
Remove obsolete files tell.c and getdents.c
Manuel Novoa III
2001-06-27
Stub out an initial version. Manuel will be writing
Eric Andersen
2001-06-27
Step one in a process to ween ourselves off of using asm/unistd.h.
Eric Andersen
2001-06-27
Make these PIC and _LIBC_REENTRANT compatible.
Manuel Novoa III
2001-06-27
Yes... I forgot to update bits/dirent.h for the other archs. :-(
Manuel Novoa III
2001-06-26
ANSI/ISO specifies that no library function sets errno to 0.
Manuel Novoa III
2001-06-26
Looks like we lost clearing errno
Eric Andersen
2001-06-25
Remove simulated d_type support for getdents and the dirent struct, and use
Manuel Novoa III
2001-06-25
Add in missing syscalls.h for powerpc
Eric Andersen
2001-06-25
Fixed vfork so the child doesn't trash the parents return address.
David McCullough
2001-06-23
This adds in support for PIC on x86. Unfortunately, this will break
Eric Andersen
2001-06-21
Patch from Shane Nay, who noticed that these were not properly labeling
Eric Andersen
2001-06-19
This was violating policy and using a kernel header file...
Eric Andersen
2001-06-18
This commit finishes adding support for the old m68k-coff toolchains by
Eric Andersen
2001-06-17
Add the in* and out* functions for i386. Note: the sys/io.h header for
Manuel Novoa III
2001-06-15
These are needed for powerpc to compile
Eric Andersen
2001-06-15
Make strrchr not call other string functions. Hopefully
Eric Andersen
2001-06-15
I am very proud of myself. I managed to write a working _start for
Eric Andersen
2001-06-15
Add in (stub out really) __libc_current_sigrtmin, and
Eric Andersen
2001-06-13
Fix a really stupid bug with ttyname, thanks to a patch from
Eric Andersen
2001-06-13
Fix printf so that %p outputs "(nil)" for (void *) 0, to match glibc behavior.
Manuel Novoa III
2001-06-13
Fix printf handling of %p to prepend "0x" since output is in hex.
Manuel Novoa III
2001-06-12
Some sparc updates from Stanley <ngstanley@cwc.nus.edu.sg>
Eric Andersen
2001-06-12
Make sure these use the local sysdep.h header file
Eric Andersen
2001-06-12
Cleanup the toploevel makefile handing of shared libs. Add weak_alias
Eric Andersen
2001-06-12
Silence a few warnings.
Eric Andersen
2001-06-07
Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <joh...
Manuel Novoa III
2001-06-07
The m68k-elf compiler chokes on this code when compiling for PIC as
David McCullough
2001-06-02
Add locale-enabled strcoll function from vodz, plus supporting tool.
Manuel Novoa III
2001-06-01
Put the locale stuff back how it was till we can get a proper implementation
Eric Andersen
2001-06-01
oops.
Eric Andersen
2001-06-01
decouple this from strchr
Eric Andersen
2001-05-31
Cleanup some stupid warnings
Eric Andersen
2001-05-29
Remove the now obsolete "headers" target. Fix call to get-needed-libgcc-obje...
Eric Andersen
2001-05-29
Sometimes (often) the kernel will return things other then -1.
Eric Andersen
2001-05-28
Make selection of uClibc floating point support in printf, etc. seperate
Manuel Novoa III
2001-05-26
Minor fix.
Manuel Novoa III
2001-05-26
These are needed for arm to compile
Eric Andersen
2001-05-26
Makefile targets to symlink arch-specific headers into include/ (only
David Schleef
2001-05-26
Nasty hack to get around inconsistency between dynamic linker
David Schleef
2001-05-26
Make powerpc compile. Needs this header...
Eric Andersen
[next]