OSDN Git Service

uclinux-h8/uclibc-ng.git
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...
2001-01-15 Eric AndersenFix termios handling. Now synced with behavior of...
2001-01-15 Eric AndersenRemove and ignore unwanted generated binaries
2001-01-15 Eric AndersenFirst pass at making this work with the new libcrt0...
2001-01-15 Eric AndersenIf they have an x86, but HAS_MMU is false, warn and...
2001-01-15 Eric AndersenWarn using $(WARNINGS)
2001-01-15 Eric Anderseninit var to 0 to avoid warning
2001-01-15 Eric AndersenRemove generated files. Bring Makefile behavior into...
2001-01-15 Eric AndersenUse the right name.
2001-01-15 Eric AndersenUse the name crt0.o, and cp it to $(TOPDIR)/libcrt0.o
2001-01-15 Eric AndersenUSe the name crt0.o, and cp it to $(TOPDIR)/libcrt0.o
2001-01-15 Eric AndersenFix naming error. s/sigsetjmp/__sigsetjmp/g
2001-01-15 Eric AndersenReduce dependancies -- don't use sysconf() internal...
2001-01-15 Eric AndersenMake the implementation match the header file.
2001-01-15 Eric AndersenI've been working on fixing up the rpc crap. now it...
2001-01-15 Eric AndersenMakeheader files be more like GNU
2001-01-12 Eric Andersen"I will always compile before I commit."
2001-01-12 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to...
2001-01-12 Eric AndersenThanks to James Graves <jgraves@deltamobile.com>, we...
2001-01-12 Eric AndersenClean test dir on 'make clean'
2001-01-12 Eric AndersenUpdate makefile to match the new malloc code
2001-01-12 Eric AndersenManuel Novoa III modified malloc.c and avlmacro.h to...
2001-01-12 Eric AndersenCannot portably pass a short via va_args, since it...
2001-01-12 Eric AndersenIgnore generated files.
2001-01-12 Eric AndersenMakefile cleanups. For starters, OPTIMIZATION was...
2001-01-12 Eric AndersenWhen doing a 'make clean', clean all subdirs, not just...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2001-01-05 Eric AndersenMake error msg even friendlier.
2001-01-02 Eric AndersenOops. left strftime.c in twice.
2001-01-02 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to get
2001-01-02 Eric AndersenOops. Extra #endif...
2001-01-02 Eric AndersenDuh. This was so wrong.
2001-01-01 Eric AndersenCarefully tell folks when their Config is screwed up.
2001-01-01 Eric AndersenA bunch of updates, part from Manuel Novoa III (such...
next