OSDN Git Service

uclinux-h8/uClibc.git
2001-05-04 Eric AndersenInitial sparc port, thanks to Mathew Bosworth <mboswort...
2001-05-04 Eric AndersenThis is kindof neat. With this update, you can now...
2001-05-04 David McCulloughClean up some issues for building on m68k.
2001-05-03 Eric AndersenDont segfault when folks run ld-uclibc as an executable.
2001-05-03 Eric AndersenDescribe what this routine is supposed to do so we...
2001-05-03 Eric AndersenSome more minor updates. Add in some debug stuff, and
2001-05-03 Eric AndersenAvoid needing to distinguis between the install dir...
2001-05-02 Eric AndersenSome more updates and explanation
2001-05-01 Eric AndersenAnother cleanup. Never pass addresses as an 'int'
2001-05-01 Eric AndersenI forgot to check this in.
2001-05-01 Eric AndersenYet another major rework. This time around, rework...
2001-04-30 Eric AndersenSanitize the calling of _dl_linux_resolver so it can...
2001-04-28 Eric AndersenFix up a comment
2001-04-27 Eric AndersenGet rid of the a.out header file
2001-04-27 Eric AndersenAdd in missing ARM support. I really need to port...
2001-04-27 Eric AndersenFor m68k I forgot a needed #undef
2001-04-27 Eric AndersenEliminate the useless _dl_interpreter_exit function
2001-04-27 Eric AndersenI messed up the comment
2001-04-27 Eric AndersenYet another large update to ld.so. In this iteration...
2001-04-27 Eric AndersenAs noted by Michiel Thuys <michiel.thuys@intersil.com...
2001-04-27 Eric AndersenPatch from Tom Walsh <tom@cyberiansoftware.com> to...
2001-04-27 Eric AndersenIgnore stuff
2001-04-27 Eric AndersenMore trivial changes.
2001-04-27 Eric AndersenA few more compilation updates
2001-04-27 Eric AndersenJust use 'ls -l' since ls -sh lacks sufficient granularity
2001-04-27 Eric AndersenIgnore strerror
2001-04-26 Eric AndersenIgnore generated binary
2001-04-26 Eric Andersenoops again! I forgot to pull in the arch specific...
2001-04-26 Eric AndersenDon't hard-code the major number
2001-04-26 Eric AndersenOk, this should finish things up
2001-04-26 Eric AndersenMissed these
2001-04-26 Eric AndersenBe more careful about not hard coding names.
2001-04-26 Eric AndersenKeep major number in sync with the toplevel makefile
2001-04-26 Eric AndersenOops. I forgot to check this in last night, so if...
2001-04-26 Eric AndersenSome minor makefile fixups
2001-04-25 Eric AndersenFix up default .so number. This should avoid conflicts...
2001-04-25 Eric AndersenRevert my ill-advised change to force the shared lib...
2001-04-25 Eric AndersenBe really sneaky and use GNU ld special stuff so that...
2001-04-25 Eric AndersenUpdate ignore target
2001-04-25 Eric AndersenMove libdl and udate build method a bit
2001-04-25 Eric AndersenAs pointed out by Michiel Thuys <michiel.thuys@intersil...
2001-04-25 Eric AndersenBe more strict with the malloc implementation. Return...
2001-04-25 Eric AndersenBe more strict with the glibc style malloc implementati...
2001-04-24 Eric AndersenMake sure 'make install' creates needed dirs.
2001-04-24 Eric AndersenDisable an ugly bug-workaround for ancient versions...
2001-04-24 Eric AndersenAvoid a chicken-and-the-egg problem. Use $(LD) to...
2001-04-24 Eric AndersenSilence a warning
2001-04-24 Eric AndersenThese are needed for arm ld.so support (not at all...
2001-04-23 Eric AndersenMake sure that we list the shared lib loader as a requi...
2001-04-23 Eric AndersenFix up the main makefile. Autobuild ld.so and install it
2001-04-23 Eric AndersenDefine where the shared lib loader now lives...
2001-04-23 Eric AndersenFix up compiler name
2001-04-23 Eric AndersenAlways use __NR_<name>, not SYS_<name>
2001-04-23 Eric AndersenRevert my syscall changes. The _syscall# macros are...
2001-04-23 Eric AndersenOk, seems this _must_ be compiled as PIC code.
2001-04-23 Eric AndersenIgnore generated stuff. Add a 'make install' target...
2001-04-23 Eric AndersenInitial checkin for ld.so. This is a combination of...
2001-04-23 Eric AndersenOnly compile in daemon() if the target has an MMU.
2001-04-20 Eric AndersenUse the real getnetbyname(), not the stub in resolv.c
2001-04-20 Eric AndersenStub out fpathconf() -- FIXME
2001-04-20 Eric AndersenAdd in a trivial getlogin implementation
2001-04-20 Eric AndersenUpdate the ignore targets
2001-04-20 Eric AndersenOops. I forgot the header file
2001-04-20 Eric AndersenAdd missing header file for daemon.c, add missing funct...
2001-04-20 Eric AndersenNobody should be using the SYS_ syscall names. Use...
2001-04-20 Eric Andersengetnetbyname.o, res_init.o and res_query.o were missing...
2001-04-20 Manuel Novoa... Update the gcc wrapper. Changes described in the notes...
2001-04-20 Manuel Novoa... Change shared lib name. Update install_new target...
2001-04-19 Eric AndersenRemove the old crypt implementation
2001-04-19 Eric AndersenAdd in a libcrypt implementation. About 8k.
2001-04-19 Eric AndersenBring sh and i386 longjmp implementations into sync
2001-04-19 Eric AndersenAdd missing alias siglongjmp = longjmp;
2001-04-19 Eric AndersenRemove all the __THROW macros
2001-04-18 Eric AndersenPosix 1003.13 POSIX_MULTI_PROCESS specifies that execle...
2001-04-18 Eric AndersenAdd missing time()
2001-04-18 Eric AndersenUpdate temp file handling and use a single function...
2001-04-07 Manuel Novoa... Fix dynamic linking bug. If you need -ldl, you must...
2001-04-06 Eric AndersenFix up more leftovers resultant from fixing _LIBC
2001-04-06 Eric AndersenFix include/errno.h to not use kernel header, and inste...
2001-04-06 Eric AndersenUpdate the ignore file to match
2001-04-06 Eric AndersenMake a naming change to be consistent with other cross...
2001-04-05 Eric AndersenGet the full set of module creating syscalls in place.
2001-04-05 Eric AndersenCompile the compiler last
2001-04-05 Eric AndersenAdd in delete_module
2001-04-04 Manuel Novoa... Add missing function sigfillset.
2001-04-03 Eric AndersenAccomodate mmuless systems.
2001-04-03 Eric AndersenAdd in daemon.c, now used by busybox.
2001-04-03 Eric AndersenFix a bug noted by David Beamonte <dbeamonte@intelnet...
2001-03-30 Eric AndersenIt seems ARM 2.4.x kernels do not have iopl. Also...
2001-03-29 David SchleefReimplemented "make install" target. I left the old...
2001-03-23 Manuel Novoa... Bug fix from Peter Kjellerstedt <Peter.Kjellerstedt...
2001-03-22 Manuel Novoa... Add some missing headers needed by ld.so-1.9.11.
2001-03-22 Eric AndersenAdd in random(), make rand use that under the hood...
2001-03-21 Eric AndersenStub out localeconv. Please look over this to check...
2001-03-20 Eric AndersenFix from Jon Nelson for error in timezone
2001-03-20 Manuel Novoa... Add missed dependency. TODO: Should build gen_sysconf...
2001-03-20 Manuel Novoa... Fix longjmp on i386. Also adds siglongjmp.
2001-03-20 Eric AndersenPut regex back in
2001-03-20 David McCulloughAdd an empty DIRS target incase it gets inherited from...
2001-03-20 David McCulloughDo not remove const and extension when compiling with...
next