OSDN Git Service

Fixup some small issues that show up when large file support is disabled
[uclinux-h8/uClibc.git] / libc /
2003-02-24 Eric AndersenFixup some small issues that show up when large file...
2003-02-23 David McCulloughFix FP handling alignment problems on ARM platforms...
2003-02-23 Eric AndersenSome stuff I forgot to check in about a month ago...
2003-02-21 Miles BaderReserve stack space for args we pass to __uClibc_main.
2003-02-20 Miles BaderAdd back in PTRACE_SINGLESTEP.
2003-02-18 Eric AndersenFixup ioctl so we can special case powerpc silliness
2003-02-17 Eric AndersenPatch from Stefan Allius:
2003-02-17 David McCulloughUse a define for the path to /etc/TZ
2003-02-17 David McCulloughUsing -g when doing the initfini compilation breaks...
2003-02-17 David McCulloughIf floating point was enabled, setjmp would write...
2003-02-16 Eric AndersenFixup powerpc syscalls to eliminate warnings with gcc...
2003-02-15 Eric AndersenAdd missing ';'s so powerpc will compile
2003-02-15 Eric AndersenFix a _ton_ of system call user type/kernel type transl...
2003-02-12 Eric AndersenEliminate a needless extern
2003-02-10 Eric AndersenWe need to have the size of struct dirent equal to...
2003-02-10 Miles BaderPass CHILD_STACK argument to system call (it possibly...
2003-02-09 Eric AndersenFix a warning
2003-02-09 Eric AndersenFix a compile error
2003-02-08 Eric AndersenFixup handling of the .note.ABI-tag section so that...
2003-02-05 David McCulloughadd brk for m68k
2003-02-05 Eric AndersenPatch from Stefan Allius to make adding libgcc function...
2003-02-03 Eric AndersenFixup compile on 2.2.x kernels when UCLIBC_HAS_LFS...
2003-02-03 Eric AndersenOops. I'd left an extra invocation of sigaction in...
2003-01-31 Eric Andersenheh
2003-01-31 Eric AndersenFix copyright
2003-01-31 Miles BaderCorrect license.
2003-01-30 Eric AndersenPatch from Marshall M. Midden @ brecis.com:
2003-01-30 Eric AndersenPer discussion with Nick Fedchik, restore original...
2003-01-30 Eric AndersenPatch from Christophe Massiot:
2003-01-30 Miles BaderUse correct names for dummy crti.o/crtn.o files.
2003-01-29 Eric AndersenCreate stub crti.o and crtn.o files when UCLIBC_CTOR_DT...
2003-01-28 Eric AndersenFix scandir64 to not free the wrong pieces of memory...
2003-01-28 Eric AndersenPatch from Stefan Allius to fix the build when
2003-01-27 Miles BaderAdd multiple-include protection.
2003-01-25 Eric AndersenThis seems to be needed or else apps will blow up.
2003-01-24 Eric AndersenFix powerpc struct kernel_stat types
2003-01-24 Eric AndersenA few more needed updates
2003-01-24 Eric AndersenFinish up fixing stat and setting various system types.
2003-01-24 Eric AndersenI thought it would be smaller to inline since these...
2003-01-24 Eric AndersenOk, people are probably going to hate me for this....
2003-01-24 Eric AndersenDoh! Fix potential stack corruption caused by dynamic...
2003-01-23 Eric AndersenUpdate architecture specific support to consistantly
2003-01-23 Eric AndersenHopefully this is correct
2003-01-23 Eric AndersenHopefully this will work as expected. I have no way to
2003-01-23 Eric AndersenUpdate crt0 for arm to provide the main reference
2003-01-23 Manuel Novoa III Wasn't thinking... we don't need to seek to end when...
2003-01-23 Eric AndersenUpdate ignore list
2003-01-23 Eric AndersenUpdate a tiny bit
2003-01-23 Eric AndersenCleanup makefiles and make clean a bit
2003-01-23 Eric AndersenMaking atexit weak does nothing for dynamicly linked...
2003-01-23 Eric Andersensimpler method for getting a 'main' reference. Make...
2003-01-23 Eric AndersenShuffle two lines so the comment applies to the correct...
2003-01-23 Eric AndersenRewrite powerpc crt0.S for proper ctor/dtor handling
2003-01-23 Eric AndersenKill the needless '#if 1'
2003-01-23 Eric AndersenUpdate malloc behavior on malloc(0) to be consistant...
2003-01-22 Manuel Novoa III Fixed a bug related file position in append mode. ...
2003-01-22 Eric AndersenUpdate sigaction syscall names to act more like glibc...
2003-01-22 "Steven J. Hill"Changed '__kernel_nlink_t' data type to match Linux...
2003-01-22 Eric AndersenAdd in arm specific sigaction implementation to fix...
2003-01-22 Eric AndersenMissed an endif
2003-01-22 Eric AndersenLooks like sigaction on arm needs adjustment, so split...
2003-01-18 Eric AndersenOnly include lockf64 when large file support is enabled...
2003-01-10 Eric AndersenPatch from Jay Kulpinski:
2003-01-10 Eric AndersenFix warnings
2003-01-10 Eric AndersenImplement lockf64
2003-01-10 Eric AndersenPatch from Nick Fedchik to support ether_aton
2003-01-05 Manuel Novoa III Fix a silly bug in _wstdio_fwrite. wprintf %s should...
2003-01-02 Eric AndersenRework sparc architecture support so it will compile
2002-12-21 Eric AndersenBe sure we have a crt1.o file. Use the asm version...
2002-12-20 Manuel Novoa III The big thing is locale dependent collation support.
2002-12-18 Miles BaderInitial checkin
2002-12-18 Miles Baderwhitespace
2002-12-18 Miles Bader(SSRC): Rename longjmp.S to __longjmp.S
2002-12-18 Miles BaderRename longjmp.S to __longjmp.S
2002-12-12 Eric AndersenBased on discussions with Stefan Allius, change it...
2002-12-11 Manuel Novoa III Remove trailing comma from enum list as a nicety for...
2002-12-04 Eric AndersenChange some variable names so we are more consistant...
2002-12-04 Eric AndersenImplement the rest of the missing include/net/if.h...
2002-12-04 Eric AndersenFix the other instance of getcwd
2002-12-04 Eric AndersenFor now, always claim we have exactly one cpu. It...
2002-12-04 Eric AndersenProperly allocate memory when size is 0, but so is buf
2002-12-02 Manuel Novoa III Cut and paste error.
2002-12-02 Manuel Novoa III Forgot one...
2002-12-02 Manuel Novoa III Add hsearch and hsearch_r. Consolidate all functions...
2002-12-01 David McCulloughIf the wait failed in pclose it would return a random...
2002-11-29 Eric AndersenI forgot to include features.h
2002-11-29 Eric AndersenSilly me, I forgot to include features.h
2002-11-27 Eric AndersenMake support for global constructors and global destruc...
2002-11-27 Manuel Novoa III Fix an ifdef mismatch.
2002-11-27 Manuel Novoa III Fix bug in setting daylight and timezone when no (valid...
2002-11-23 Manuel Novoa III Oops.. left in a bit of debugging code.
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-11-21 Eric AndersenOops. As Pavel Roskin notes, I forgot to conditionally...
2002-11-21 Eric AndersenDoh! As Stefan Allius points out, I forgot to properly...
2002-11-21 Miles BaderDebugging tweaks.
2002-11-21 Eric AndersenOops.
2002-11-21 Eric AndersenCleanup use of in6addr_loopback and in6addr_any
2002-11-21 Eric AndersenPatch from Yoshinori Sato to update the h8300 architecture.
2002-11-21 Miles BaderImprove malloc debugging support.
2002-11-20 Eric AndersenRework usershell.c, as the old one was packed full...
next