OSDN Git Service

Add missing time()
[uclinux-h8/uClibc.git] / libc /
2001-04-18 Eric AndersenAdd missing time()
2001-04-18 Eric AndersenUpdate temp file handling and use a single function...
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-05 Eric AndersenGet the full set of module creating syscalls in place.
2001-04-05 Eric AndersenAdd in delete_module
2001-04-04 Manuel Novoa III Add missing function sigfillset.
2001-04-03 Eric AndersenAccomodate mmuless systems.
2001-04-03 Eric AndersenAdd in daemon.c, now used by busybox.
2001-03-30 Eric AndersenIt seems ARM 2.4.x kernels do not have iopl. Also...
2001-03-23 Manuel Novoa III Bug fix from Peter Kjellerstedt <Peter.Kjellerstedt...
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 III Add missed dependency. TODO: Should build gen_sysconf...
2001-03-20 Manuel Novoa III 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 Eric AndersenI think this fixes the dependancy problems. Manuel...
2001-03-19 Eric AndersenAdd in the timezone global from time.h, from a patch by
2001-03-19 Eric AndersenAdd in alphasort (working fine) and scandir (just a...
2001-03-19 Eric AndersenMove the dirent stuff. I suppose it is system dependan...
2001-03-19 Eric AndersenAdd in the sysvipc patch from Michael Shmulevich
2001-03-19 Eric AndersenAdd sigintr, from a patch by Michael Shmulevich
2001-03-19 Eric AndersenSync with glibc i386 bits.
2001-03-19 Manuel Novoa III Put weak symbols where they can find what they are...
2001-03-19 Eric AndersenSync i386 up with _all_ the glibc 2.1.3 include/bits...
2001-03-19 Eric AndersenWith the Official Declaration of coff being dead, we can
2001-03-19 Manuel Novoa III Since Erik apparently wants def/undef vs def 1/0...
2001-03-19 Eric AndersenFix up breakage resulting from flipping the sense of...
2001-03-18 Manuel Novoa III Test for Config features using features.h.
2001-03-18 Manuel Novoa III Part of the ctype locale support.
2001-03-17 Manuel Novoa III Fix fdopen mode-compatibility test and errno setting.
2001-03-16 Eric AndersenAdd powerpc port done by David Schleef <ds@schleef...
2001-03-15 Eric AndersenWow. I'm all full of stupid mistakes today. Fix strxfrm
2001-03-15 Eric AndersenHah. It turned out that index and rindex were _already_
2001-03-15 Eric AndersenAdd strxfrm and strcoll
2001-03-15 Manuel Novoa III Fix bug with %c... takes care of bug reported with...
2001-03-15 Eric AndersenAdd index and rindex
2001-03-13 Manuel Novoa III New version of scanf, with floating point support.
2001-03-13 Manuel Novoa III 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 III Hack long long support into scanf. For now, will fail...
2001-03-12 Manuel Novoa III 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 AndersenReworked the password stuff to be reentrant. Group...
2001-03-08 Eric AndersenAdd strnlen
2001-03-07 Manuel Novoa III Fix a bad assertion test.
2001-03-06 Manuel Novoa III Move fork to common/syscalls (with NO_MMU check). ...
2001-03-06 Manuel Novoa III 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 III Patch from Michael Shmulevich (michaels@jungo.com)...
2001-03-05 Eric AndersenPatch from Jean-Yves Avenard to move the getopt globals...
2001-03-04 Manuel Novoa III Fixed vfork on i386. Reduced size of __uClibc_syscall.
2001-03-03 Manuel Novoa III 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 III Stupid buglet fix. Don't trash FILE bufstart if buffer...
2001-03-01 Manuel Novoa III Added __strtok_r function. Change strtok to a wrapper...
2001-02-28 Manuel Novoa III Fix a buglet regarding floating point output for ?nprin...
2001-02-27 Manuel Novoa III 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 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 /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 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 III Fix a couple of bugs in _fopen and fclose, plus change...
2001-02-19 Manuel Novoa III Have isatty call ioctl directly rather than tcgetattr...
2001-02-19 Manuel Novoa III Make sure errno is 0 before we call main (may have...
2001-02-19 Manuel Novoa III Remove redundant old isatty.c since newer termios suppl...
2001-02-19 Manuel Novoa III Lots of stdio cleanups. Several bug fixes, addition...
2001-02-19 Manuel Novoa III Create __uClibc_main to handle what can be done in...
2001-02-19 Manuel Novoa III Revert to standard handling of _exit syscall in unified...
2001-02-19 Manuel Novoa III Fix problems with test wrapper and test compiler selection.
2001-02-15 Manuel Novoa III Fix LIBC rule. (cut-and-paste user bug...)
2001-02-15 Manuel Novoa III Add bdflush.
2001-02-15 Manuel Novoa III Add vdprintf function. Note: will be rewritten to...
2001-02-15 Manuel Novoa III Fix stdin/stdout/stderr for now.
2001-02-15 Manuel Novoa III Add tsearch functions from libc-5.3.12.
2001-02-13 Eric AndersenUse MAP_FAILED.
2001-02-12 Manuel Novoa III 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 III Add #define to handle new ptrace support.
2001-02-09 Eric AndersenAdd missing ffs, used by rpc crap.
2001-02-09 Eric AndersenSilence warnings -- add func declaration.
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...
next