OSDN Git Service

uclinux-h8/uclibc-ng.git
2001-03-15 Manuel Novoa... Fix bug with %c... takes care of bug reported with...
2001-03-15 Eric AndersenAdd index and rindex
2001-03-13 Manuel Novoa... New version of scanf, with floating point support.
2001-03-13 Manuel Novoa... Delete a stray character that hopped into the file...
2001-03-13 Eric AndersenDelete wordexp. There isn't much point in having this...
2001-03-12 Manuel Novoa... Hack long long support into scanf. For now, will fail...
2001-03-12 Manuel Novoa... Define h_errno to be errno for now.
2001-03-12 Manuel Novoa... Add some missing network functionality; grabbed from...
2001-03-08 Eric AndersenHmm. Seems I left wordexp off. oops.
2001-03-08 Eric AndersenAdd in wordexp support (mostly stubbed out for now...
2001-03-08 Eric AndersenMake alloca work using the compiler builtin
2001-03-08 Eric AndersenReworked the password stuff to be reentrant. Group...
2001-03-08 Eric AndersenAdd strnlen
2001-03-07 Manuel Novoa... Fix a bad assertion test.
2001-03-06 Manuel Novoa... Move fork to common/syscalls (with NO_MMU check). ...
2001-03-06 Manuel Novoa... Fix unified syscall stuff for changed ?stat. Move...
2001-03-06 Eric AndersenI just grabbed the bits dir from glibc 2.1.3 on a sparc box
2001-03-05 Eric Andersenstat and mknod cleanup, take two. Put all the needed...
2001-03-05 Eric AndersenFix up some long standing iterative symbol usage proble...
2001-03-05 Manuel Novoa... Patch from Michael Shmulevich (michaels@jungo.com)...
2001-03-05 Eric AndersenPatch from Jean-Yves Avenard to move the getopt globals...
2001-03-05 Eric AndersenUse LDFLAGS, don't always include -nostdlib...
2001-03-04 Manuel Novoa... Fixed vfork on i386. Reduced size of __uClibc_syscall.
2001-03-03 Manuel Novoa... Fix a couple of bugs: check mode is legal; open file...
2001-03-03 Eric Andersenstrtok_r.c was not being compiled in, so fix that.
2001-03-01 Manuel Novoa... Stupid buglet fix. Don't trash FILE bufstart if buffer...
2001-03-01 Manuel Novoa... Added __strtok_r function. Change strtok to a wrapper...
2001-02-28 Manuel Novoa... Fix a buglet regarding floating point output for ?nprin...
2001-02-28 Eric AndersenThis evening I've been investigating why linking with...
2001-02-27 Manuel Novoa... stdio mostly rewritten... passes lots of tests now.
2001-02-27 David McCulloughFor some reason the fancy attribute tags were not worki...
2001-02-26 David McCulloughg++ compatible math defines.
2001-02-26 David McCulloughNew crt0.S with all init done in 'C' code.
2001-02-26 David McCulloughReduced the size of sigsets to the minimal needed....
2001-02-26 David McCulloughAdded res_init and res_query
2001-02-26 David McCulloughAdded /etc/hosts processing (parses everytime like...
2001-02-26 David McCulloughAdded "psignal" function
2001-02-23 Eric AndersenUpdate arm for the new way of entering main. BTW,...
2001-02-23 Eric AndersenForgot to increment i
2001-02-23 Eric AndersenSigh. Turn debugging back off.
2001-02-23 Eric AndersenThis is a touch cleaner, avoids using the comma operator.
2001-02-23 Eric AndersenThis actually fixes things I believe.
2001-02-23 Eric AndersenLet system dependant things override common things.
2001-02-23 Eric AndersenFix two bugs. First, gethostbyname was doing dns queri...
2001-02-22 Eric Andersendiv and ldiv are required for ISO 9899
2001-02-22 Eric AndersenPatch from Jean-Yves Avenard to add missing siglongjmp...
2001-02-21 Eric AndersenUpdate to "malloc" so it will work on CPUs not supporti...
2001-02-21 Eric AndersenAdd an SH port done by Jean-Yves Avenard of Hewlett...
2001-02-19 Manuel Novoa... Fix a couple of bugs in _fopen and fclose, plus change...
2001-02-19 Manuel Novoa... Have isatty call ioctl directly rather than tcgetattr...
2001-02-19 Manuel Novoa... Make sure errno is 0 before we call main (may have...
2001-02-19 Manuel Novoa... Remove redundant old isatty.c since newer termios suppl...
2001-02-19 Eric AndersenI just changed "net" to "inet" to better follow the...
2001-02-19 Manuel Novoa... Lots of stdio cleanups. Several bug fixes, addition...
2001-02-19 Manuel Novoa... Create __uClibc_main to handle what can be done in...
2001-02-19 Manuel Novoa... Revert to standard handling of _exit syscall in unified...
2001-02-19 Manuel Novoa... Fix problems with test wrapper and test compiler selection.
2001-02-15 Manuel Novoa... Fix LIBC rule. (cut-and-paste user bug...)
2001-02-15 Manuel Novoa... And apparently some things include sys/time.h instead...
2001-02-15 Manuel Novoa... I guess we always need timespec...
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
next