OSDN Git Service

uclinux-h8/uClibc.git
2003-01-24 Eric AndersenStick some evil casts in to make sure this works regardless
2003-01-24 Eric AndersenA few more needed updates
2003-01-24 Eric AndersenBegin release preparations...
2003-01-24 Eric AndersenSupport having libs in /usr/X11R6/lib by default as...
2003-01-24 Eric AndersenStupid typo
2003-01-24 Eric AndersenFinish up fixing stat and setting various system types.
2003-01-24 Eric AndersenDon't clean config system except on 'make distclean...
2003-01-24 Eric AndersenBetter stat tests
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 AndersenAdd FAQ entry for "sh: can't access tty; job control...
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 Eric AndersenShuffle OPTIMIZATION setting a bit
2003-01-23 Manuel Novoa... Wasn't thinking... we don't need to seek to end when...
2003-01-23 Eric AndersenUpdate tests to be somewhat consistant with the rest...
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-23 Eric AndersenJust be a bit less different from latest glibc version...
2003-01-23 Eric AndersenPer patch from Nathan Field at ghs.com, fix the mips...
2003-01-23 Eric AndersenPer patch from Nathan Field at ghs.com, fix __pthread_i...
2003-01-23 Eric AndersenPer patch from Nathan Field at ghs.com, add a couple...
2003-01-23 Eric AndersenFix indenting. Per patch from Nathan Field at ghs...
2003-01-23 Eric AndersenPatch from Brett Hunt at micron.com to fixup potential...
2003-01-22 Manuel Novoa... 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.... 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-17 Eric AndersenRemember to also export LC_ALL in addition to setting it.
2003-01-16 Eric AndersenUpdate build rules a bit. fix quoting problems. Updat...
2003-01-14 Eric AndersenStrip off unwanted quotes from ARCH_CFLAGS. Attempt to
2003-01-11 Eric AndersenPatch from Robert Schwebel -- support ncurses installed...
2003-01-10 Eric AndersenUpdate website dev image blurb
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-09 Eric Andersenmention the uClibc root_fs now available on uclibc.org
2003-01-09 Eric AndersenHide unimplemented and legacy ecvt and friends from...
2003-01-08 Eric AndersenDisable the __USE_EXTERN_INLINES versions of these...
2003-01-08 Manuel Novoa... For now, "#if 0" out the inlining of (currently unsuppo...
2003-01-08 Eric AndersenLineo has ceased to exist and is no longer a sponsor
2003-01-05 Manuel Novoa... Fix a silly bug in _wstdio_fwrite. wprintf %s should...
2003-01-03 Eric AndersenIf they call dlopen with anything other than RTLD_LAZY
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... Update.
2002-12-20 Manuel Novoa... Obligatory forgotten update...
2002-12-20 Manuel Novoa... Add a target so that people can download and use pregen...
2002-12-20 Manuel Novoa... The big thing is locale dependent collation support.
2002-12-19 Eric AndersenThanks to Siim Vahtre, add mplayer
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-17 Eric AndersenPatch from Stefan Allius. Only build config stuff...
2002-12-17 Eric AndersenDop not restrict the IFTODT() and DTTOIF() macros when
2002-12-13 Eric AndersenOnly build the ncurses stuff when it is needed, based...
2002-12-13 Eric AndersenMove the soft float check
2002-12-12 Eric AndersenRework things such that staticly linked applications...
2002-12-12 Eric AndersenUse crt1.o when ctor/dtor support is enabled
2002-12-12 Eric AndersenWhen -shared is specified, meaning they wish to create...
2002-12-12 Eric AndersenOops. Patch was vs 5beta.
2002-12-12 Eric AndersenIt seems SCO puts touch in a wierd place
2002-12-12 Eric AndersenBased on discussions with Stefan Allius, change it...
2002-12-12 Eric AndersenAdd portmap and patch from Steven Elling
2002-12-12 Eric AndersenFix typo noticed by V.Radhakrishnan
2002-12-12 Eric AndersenAdd in a stub libnsl library to make stupid configure...
2002-12-12 Eric AndersenFix broken ignore file
2002-12-12 Eric AndersenAvoid silly namespace pollution
2002-12-11 Eric AndersenRemove a stray ')'
2002-12-11 Manuel Novoa... Remove trailing comma from enum list as a nicety for...
2002-12-09 Eric AndersenCleanup the case when using the system shared lib loader
2002-12-05 Tobias AnderbergAdded CPU_CFLAGS and CPU_LDFLAGS for cris.
2002-12-05 Tobias AnderbergRemoved redundant definition of __USE_WEAK_ALIASES.
2002-12-04 Eric AndersenChange some variable names so we are more consistant...
2002-12-04 Eric AndersenI forgot to kill these files in my last commit.
2002-12-04 Eric AndersenThis is based on a patch posted to lkml by Petr Baudis...
2002-12-04 Eric AndersenImplement the rest of the missing include/net/if.h...
2002-12-04 Eric AndersenLooks like this is in fact needed to properly debug...
2002-12-04 Eric AndersenOverride optimization settings when debugging
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-03 Eric AndersenMake the arm cpu-specific optimizations work properly
2002-12-02 Eric AndersenDon't leak outside of the target area when installing...
2002-12-02 Eric AndersenSpelling fixes
next