OSDN Git Service

uclinux-h8/uclibc-ng.git
2001-02-15 Manuel Novoa... Add bdflush.
2001-02-15 Manuel Novoa... Add vdprintf function. Note: will be rewritten to...
2001-02-15 Manuel Novoa... Fix stdin/stdout/stderr for now.
2001-02-15 Manuel Novoa... Add tsearch functions from libc-5.3.12.
2001-02-15 Manuel Novoa... Comment out for now. Not used and was causing an error.
2001-02-15 Manuel Novoa... Add missing header file.
2001-02-15 Manuel Novoa... Handle definition of struct timespec.
2001-02-15 Manuel Novoa... Fix stdin/stdout/stderr (that I broke) and add vdprintf...
2001-02-15 Manuel Novoa... Fix broken prototype.
2001-02-15 Manuel Novoa... Define __USE_GNU as glibc does.
2001-02-15 Manuel Novoa... Hack DYNAMIC_LINKER setting for now.
2001-02-13 Eric AndersenUse MAP_FAILED.
2001-02-13 Eric AndersenAdd MAP_FAILED per spec -- patch from Michael Shmulevic...
2001-02-12 Manuel Novoa... Clean up lots of warnings.
2001-02-09 Eric AndersenUse __environ instead of the GNU extension environ.
2001-02-09 Eric AndersenRemove now irrelevant comment.
2001-02-09 Manuel Novoa... Add #define to handle new ptrace support.
2001-02-09 Eric AndersenAdd ffs func declaration
2001-02-09 Eric AndersenAdd missing ffs, used by rpc crap.
2001-02-09 Eric AndersenSilence warnings -- add func declaration.
2001-02-09 Eric AndersenTry to automagically pick the correct dynamic linker.
2001-02-09 Eric AndersenImplement getdtablesize(), which is used by the rpc...
2001-02-09 Eric AndersenRevert stdio to initializing itself. Not quite a prett...
2001-02-09 Eric AndersenRemove times and all the foolishness surrounding it...
2001-02-09 Eric AndersenDoh! I forgot a #ifdef such that ptrace ended up in...
2001-02-09 Eric AndersenIt turns out that vfork was completely broken. That...
2001-02-09 Eric AndersenAdd in a silly test to check that argc, argv, and envir...
2001-02-09 Eric AndersenInclude ptrace support so debugging will hopefully...
2001-02-08 Manuel Novoa... Fix the ordering of the args to the compare function.
2001-02-07 Eric Andersen_void_void_null_func never returned. I noticed this...
2001-02-05 Eric AndersenWierd. Whats _null_auth doing here?
2001-02-05 Eric AndersenFix broken dependancies.
2001-02-05 Eric AndersenTry enabling rpc support by default now. With a bit...
2001-02-05 Eric AndersenFix the worst of the damage so it actually compiles...
2001-02-05 Eric AndersenUpdate the build system a bit.
2001-02-05 Eric AndersenFix up the networking includes
2001-02-05 Eric AndersenMake the __GLIBC__ define be conditional. Stub out...
2001-02-05 Eric AndersenUpdate networking includes.
2001-02-03 Eric AndersenBring into sync with a fairly current glibc header...
2001-02-03 Eric AndersenFix up the set of include files pulled into resolv.h
2001-02-03 Eric AndersenI hereby commit a sin. features.h is now going to...
2001-01-30 Manuel Novoa... Added some notes. Removed some dead code.
2001-01-30 Manuel Novoa... Fix a couple of bugs in printf. Add floating pt output...
2001-01-30 Eric AndersenCommit a pointless change to test more updates to the...
2001-01-30 Manuel Novoa... Hide some unnecessary output. Check cvs logging script.
2001-01-29 David McCulloughThe rules to build sysconf_$(TARGET_ARCH).c were broken...
2001-01-29 David McCulloughuClinux 2.0 doesn't have the poll system call, just...
2001-01-29 David McCulloughptrace for m68k debugging.
2001-01-29 David McCulloughuClibc working with 2.0.x and 2.4.x m68k uClinux kernel...
2001-01-29 David McCulloughAllow Config to override OPTIMIZATION flags.
2001-01-29 David McCulloughDIRS was not set in this makefile and could be inherite...
2001-01-28 Manuel Novoa... Reduced code size; fixed ANSI bug for day -- 5 not...
2001-01-28 Manuel Novoa... Really fixed 0-pad bug this time. ;-) Code-size reduc...
2001-01-27 Manuel Novoa... Fixed (hopefully) 0-pad bug in printf. Added asprintf...
2001-01-27 Manuel Novoa... Enable auto-generation of a size-optimized sysconf...
2001-01-25 Manuel Novoa... Clean up atexit.c; make sure sysconf and atexit agree...
2001-01-25 Eric AndersenDon't trash regs r0-r2, fix thanks to Michiel Thuys...
2001-01-24 Eric AndersenThis is a silly update to test my change to the script...
2001-01-24 Eric AndersenThis is a silly update to the makefile to test the...
2001-01-24 Manuel Novoa... Fixed stderr initialization bug (mine).
2001-01-23 Eric AndersenOops. Should be LDFLAGS, not CFLAGS twice
2001-01-23 Eric AndersenAlways use system libc, to facilitate bootstrapping...
2001-01-20 Eric AndersenAdd in NATIVE_ARCH
2001-01-20 Eric AndersenBring into line with proper sest suite behavior
2001-01-20 Eric AndersenReworked all test suite makefiles (man did they need...
2001-01-17 Manuel Novoa... Hopefully fix the size/type errors when doing a shared...
2001-01-17 Manuel Novoa... Note about need to match _SC_ATEXIT_MAX. Minor macro...
2001-01-17 Manuel Novoa... Fix static buffer used initialization for FIXED_BUFFERS...
2001-01-17 Manuel Novoa... Added missing _SC_2_FORT_RUN case. Fixed _SC_ATEXIT_MA...
2001-01-17 Manuel Novoa... Set dynamic linker used to /lib/ld-linux.so.1. Changea...
2001-01-17 Manuel Novoa... Increase BUFSIZ to 512 to avoid bug in busybox tar.
2001-01-17 Eric AndersenMinor comment update
2001-01-17 Eric AndersenNow works on StrongArm (using crt0.S) and arm7tdmi...
2001-01-17 Manuel Novoa... Added #include <wait.h> for getrusage.
2001-01-17 Manuel Novoa... This is _NOT_ an auto-generated file.
2001-01-17 Manuel Novoa... Add missing symbol for ipc and ignore commented syscall...
2001-01-17 Manuel Novoa... Work around str_syscalls.sh not having execute perms...
2001-01-17 Manuel Novoa... The files unified_syscall_{ARCH}.h are not auto-generat...
2001-01-17 Manuel Novoa... UnDOSified file and added assert when debugging.
2001-01-17 Manuel Novoa... Adapted to handle shared libraries as well as static...
2001-01-16 Eric Andersen"I will always compile before I commit."
2001-01-16 Eric AndersenUpdate the comments a wee bit.
2001-01-16 Eric AndersenA little update to wait* and a minor syscall cleanup.
2001-01-16 Eric AndersenFix arm so it actually works.
2001-01-16 Eric AndersenRemove an extra "/" from the crt0 path
2001-01-16 Eric AndersenOops. Forgot to check these in...
2001-01-16 Eric AndersenIgnore generated files
2001-01-16 Eric AndersenRemove generated files
2001-01-16 Eric AndersenMakefile fixes
2001-01-16 Eric AndersenRemove generated files.
2001-01-16 Eric AndersenIgnore generated binaries. Add a Config usable by...
2001-01-16 Eric AndersenAdd first pass shared lib support into Makefile.
2001-01-16 Eric AndersenRemove the nonexistant __sigaction
2001-01-16 Eric AndersenAdd wrapper for old termio interface
2001-01-16 Eric AndersenAdd poll, so this is now needed
2001-01-16 Eric AndersenSymbol cleanup/bugfix. Add in needed global.
2001-01-16 Eric AndersenClean all subdirs on 'make clean'
2001-01-16 Eric AndersenFacelist/cleanup for several syscalls. Added poll.
2001-01-16 Eric AndersenAdded common handling of errno.
2001-01-16 Eric Andersenlinux 2.0.x kernels have broken header files. It is...
next