OSDN Git Service

plug a memory leak when using execl* functions on no-mmu
[uclinux-h8/uClibc.git] / libc /
2007-12-22 Mike Frysingerplug a memory leak when using execl* functions on no-mmu
2007-12-22 Mike Frysingermark a bunch of public mem/str functions as weak so...
2007-12-22 Mike Frysingeradd hidden defs for execv/execlp for completeness
2007-12-07 Carmelo AmorosoRemoved pointless initialization to 0 of DIR fields
2007-12-07 Carmelo AmorosoI don't remember exactly why we decided to pick the...
2007-12-05 Carmelo AmorosoFix opendir problem when statically linked due to a...
2007-12-03 Denis Vlasenkorealpath: reduce stack usage from 3*PATH_MAX (12k)...
2007-11-23 Bernd SchmidtBlackfin crt1.S fixes for building with -msep-data.
2007-11-23 Bernd SchmidtAdd some necessary Makefile bits for UCLIBC_FORMAT_FLAT...
2007-11-23 Bernd SchmidtSome shared flat improvements.
2007-11-23 Bernd Schmidtmcontext_t shouldn't have a version argument, and fix...
2007-11-23 Bernd SchmidtFrom Jie Zhang:
2007-11-22 Bernd SchmidtIgnore entries of "-1" in rofixup; the linker sometimes...
2007-11-22 Bernd SchmidtAdd Blackfin specific mmap implementation using sys_mmap2.
2007-11-22 Bernd Schmidtsys/procfs.h defines a typedef for floating point regis...
2007-11-21 Peter KjellerstedtAdded optimized versions of strcpy() and strncpy()...
2007-11-20 Carmelo AmorosoARM SHMLBA = (4 * PAGE_SIZE). Currently in uclibc arm...
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
2007-11-12 Ricard WanderlofCRIS/CRISv32 architecture specific memcpy, memmove...
2007-11-10 Khem RajDo not return error when fprintf returns 0 in addmntent().
2007-10-23 Joakim TjernlundPoll with zero timeout
2007-10-13 Bernhard Reutner... - use the compiler-driver instead of the linker
2007-09-30 Bernhard Reutner... - Fix compilation for mips ABI64 with no LFS.
2007-09-30 Bernhard Reutner... - Fix compilation for mips ABI64 with no LFS.
2007-09-28 Mike FrysingerThis patch will fix a problem when the same host is...
2007-09-28 Mike Frysingerdo not check the pointer before freeing it since free...
2007-09-28 Mike Frysingercleanup code style
2007-09-21 Mike Frysingerdrop LDFLAGS from OUTPUT_FORMAT until LD/LDFLAGS can...
2007-09-19 Denis VlasenkoFix author name and copyright notice in __uc_malloc.c
2007-09-19 Denis Vlasenkofix assembler error. libc_hidden_data_def cannot work...
2007-09-15 Denis Vlasenkoadd libc_hidden_xxxx for __uc_malloc
2007-09-15 Mike Frysingerfrom Blue Swirl: fixup sparc a bit more
2007-09-15 Mike Frysingerpull from Blackfin repo: optimized byteswap funcs!
2007-09-15 Mike Frysingerpull from Blackfin repo: cleanup string funcs
2007-09-15 Mike Frysingerforgot to add this with previous sparc commit ...
2007-09-15 Mike Frysingeruse gcc input constraints to avoid often duplicated...
2007-09-15 Mike Frysingerif __NR__newselect and __NR_select are unavailable...
2007-09-15 Mike Frysingeralso fix bug 1012 by moschny in 64bit version of readdir
2007-09-15 Mike Frysingerbug 1310: drop hidden aliases to data since some arches...
2007-09-15 Mike Frysingerswitch to a smaller/more robust implementation by Andre...
2007-09-15 Mike FrysingerBlue Swirl writes:
2007-09-15 Mike Frysingersetup OUTPUT_FORMAT() in linker script (helps with...
2007-09-15 Mike FrysingerAtsushi Nemoto writes:
2007-09-15 Mike Frysingeradd strerror_r symbol alias as some autotool based...
2007-08-01 Denis Vlasenkosgetspent: add missing free/__uc_malloc calls
2007-07-30 Denis Vlasenkomake regex_old.c, ruserpass.c use __uc_malloc,
2007-07-30 Denis Vlasenkomake getnetent.c, md5.c use __uc_malloc
2007-07-30 Denis Vlasenkomake utent.c, getpass.c use __uc_malloc
2007-07-30 Denis Vlasenkomake pwd_grp.c use __uc_malloc
2007-07-30 Denis Vlasenkopatch #3: make resolv.c use __uc_malloc
2007-07-30 Denis Vlasenkointroduce __uc_malloc, so that users can intercept...
2007-07-29 Denis VlasenkoRemove stray code alignment (.align 16 and .align 4...
2007-07-18 Denis VlasenkoexecXp should go to next PATH dir on any error except...
2007-07-18 Denis Vlasenkoinclude/sys/mman.h says that msync exists only on MMU.
2007-07-18 "Steven J. Hill"Enable all of the remaining baud rates. All of the...
2007-07-12 "Steven J. Hill"Fix broken syscall() function since the original patch...
2007-06-24 Bernhard Reutner... - make sure to define _LIBC in libc-symbols.h before...
2007-06-13 Joakim TjernlundCarmelo AMOROSO <carmelo.amoroso@st.com> writes:
2007-06-01 Mike Frysingerchange the auxvt code from being dependent on MMU to...
2007-05-31 Mike FrysingerAtsushi Nemoto writes:
2007-05-31 Mike FrysingerAtsushi Nemoto writes:
2007-05-25 Mike FrysingerJean-Christian de Rivaz writes:
2007-05-25 Joakim TjernlundRemove the arch specific mmap impl. for Powerpc. The...
2007-05-24 "Steven J. Hill"Fix MIPS syscall() and pipe functions to set errno...
2007-05-24 "Steven J. Hill"Fix ARM EABI signal unwinding to accomodate signal...
2007-05-15 Peter KjellerstedtRestored indentation.
2007-05-15 Peter KjellerstedtMade it compile again.
2007-05-15 Khem RajFix arm mmap when using mmap2 syscall. Fixes bug #1303
2007-05-06 Mike FrysingerNickolai Zeldovich writes: if the temp name already...
2007-05-04 Bernhard Reutner... - commentary typo fix
2007-05-02 Mike FrysingerNickolai Zeldovich writes:
2007-05-02 Mike FrysingerDaniel Jacobowitz: sleep()/usleep() relies on nanosleep...
2007-04-30 Mike FrysingerCarmelo AMOROSO writes:
2007-04-24 Mike Frysingerfix from Bernd Schmidt for realloc shrinkage bug
2007-04-23 Bernhard Reutner... - include stdbool.h
2007-04-18 Rob LandleyBugfix from Atsushi Nemoto: return nonzero error code...
2007-04-17 Bernhard Reutner... - shrink resolver code
2007-04-14 Bernhard Reutner... - dtrt
2007-04-13 Mike Frysingerfix up malloc debug building
2007-04-13 Peter KjellerstedtPatch by Ricard Wanderlof <ricardw at axis dot com>:
2007-04-11 Mike FrysingerPOSIX says you can use realloc() to shrink buffers...
2007-04-02 Mike Frysingerfixes from Carmelo AMOROSO to depend less on kernel...
2007-04-02 Mike FrysingerPOSIX requires that errno be set whenever 0 is returned...
2007-03-31 Joakim TjernlundUpdate comment regarding passing dl_fini.
2007-03-29 Rob LandleyRevert last change until we figure out the correct...
2007-03-28 Rob LandleyMake the code match the comments. (I narrowed down...
2007-03-28 Rob LandleyWarning fix for uninitialized variable, by Al Stone.
2007-03-19 Joakim TjernlundJoseph S. Myers writes:
2007-03-19 Mike Frysinger#1273 if EXTRAVERSION is set, make sure we respect it
2007-03-18 Mike FrysingerBernd Schmidt writes: The following patch is needed...
2007-03-14 Mike Frysingerdont include asm/user.h
2007-03-13 Khem RajUsing local variable 'result' caused problems with...
2007-03-12 Mike Frysingerfix from upstream blackfin repo for sigsetjmp
2007-03-11 Rob LandleyPatch from Al Stone to fix ia64:
2007-03-08 Khem RajSync kernel_stat64 with kernel. Thanks to Daniel Jacobo...
2007-03-08 Rob LandleyPatch from Khem Raj that fixes running gcc on arm for...
2007-03-08 Rob Landleysvn 17941/17943 broke the build. 18032 made the thread...
2007-03-07 Rob LandleyFix a build break due to errno and h_errno being unreso...
2007-03-07 Paul MundtSync sh's procfs.h with glibc, fixes gdbserver.
2007-03-07 Paul MundtFix PLTJMP() token pasting build error, patch from
next