OSDN Git Service

uclinux-h8/uClibc.git
2002-08-09 David McCulloughFix a number of compile time warnings so that uClibc...
2002-08-09 David McCulloughpread and pwrite were broken in several ways:
2002-08-09 David McCulloughAt some stage I was getting conflicts on the SH platfor...
2002-08-09 David McCulloughChanges so that this file builds if we are not using...
2002-08-09 Eric AndersenBe more path independent
2002-08-09 Eric AndersenDoh! I broke it. oops. Patch from Stefan Allius...
2002-08-09 Eric AndersenPatch from Stefan Allius, avoid compiler warnings ...
2002-08-09 Eric AndersenCleanup error returns to avoid warnings
2002-08-09 Eric AndersenPatch from Stefan Allius to remove obsolete printfs
2002-08-09 Eric AndersenDisable this code for mips, which does things quite...
2002-08-09 Eric AndersenFix a stupid typo messing up powerpc support
2002-08-08 Eric AndersenFor some perverse reason we were not registering destru...
2002-08-08 Manuel Novoa... Add an entry regarding localtime(), TZ, and timezone...
2002-08-08 Eric AndersenOops. missed a spot.
2002-08-08 Eric AndersenMake powerpc compile once again
2002-08-08 Eric AndersenUpdate the FAQ
2002-08-08 Eric AndersenBump version to 0.9.13
2002-08-08 Eric AndersenMove destructor attribute tag
2002-08-08 Eric AndersenShuffle things around a bit. Looks a little cleaner.
2002-08-08 Eric AndersenAdd a simple test for shared lib ctor/dtors
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost:
2002-08-08 Eric AndersenMissed a spot
2002-08-08 Eric AndersenI reworked syscalls.h to match how I'm doing other...
2002-08-08 Eric AndersenFix license. I meant to say LGPL...
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost to add SuperH
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost to let ldd and
2002-08-08 Eric AndersenMake pump happy. Add in this header.
2002-08-08 Eric AndersenI missed a file
2002-08-08 Eric AndersenFix a silly bug with using fstat64 instead of just...
2002-08-08 Eric AndersenRemove unified syscall support (it should just be a...
2002-08-08 Eric AndersenDisable unused unifed stuff
2002-08-08 Eric AndersenUpdate default config files
2002-08-08 Eric AndersenUpdate status of reentrance support
2002-08-08 Eric AndersenMake some strings const
2002-08-08 Eric AndersenFix locking
2002-08-08 Eric AndersenFix locking
2002-08-08 Eric AndersenCleanup warnings and fix prototypes
2002-08-08 Eric AndersenAdd missing include file
2002-08-08 Eric AndersenCleanup some silly warnings
2002-08-08 Eric AndersenAvoid bad things happening on macro expansion...
2002-08-08 Eric AndersenCleanup to avoid some undefined behavior
2002-08-07 "Steven J.... Ignore symbol '_gp_disp' if it's missing from 'libgcc...
2002-08-07 Eric AndersenAdd getrpcent.c to default rpc build
2002-08-07 Eric AndersenCleanup crypt and remove the crypt_r stuff, since SuSv3
2002-08-07 Eric AndersenRemove some noise
2002-08-07 Eric AndersenChanged my mind. Keep this separate.
2002-08-07 Eric AndersenRewrite getenv
2002-08-07 Eric Andersenrework getopt. no read need to split this one up since
2002-08-07 Eric Andersenmissed a file
2002-08-07 Eric Andersengetopt tests
2002-08-07 Eric AndersenUpdates to the working apps list from Kagan Kongar...
2002-08-07 Eric AndersenApply integer overflow security fix for "CERT Advisory...
2002-08-07 Eric AndersenMessage catalog support for internationalization is...
2002-08-07 Eric AndersenPer suggestion from Miles Bader, move calloc.c to libc...
2002-08-06 Eric AndersenWhen symbols are missing, its supposed to be an error...
2002-08-06 Eric AndersenSeveral pthreads updates. Enable linuxthreads_db....
2002-08-06 Eric AndersenFixup the last missing pieces of thread locking
2002-08-06 Eric AndersenRework RPC code once again. By default, only enable the
2002-08-06 Manuel Novoa... Enable getpt prototype.
2002-08-06 Manuel Novoa... Changed fflush() behavior to no-op for r/w streams...
2002-08-06 Eric AndersenUnify calloc (its the same thing regardless of the...
2002-08-06 Eric AndersenJust in case, crash if somehow `exit' returns anyways
2002-08-05 Eric Andersenremove BUILDTIME since it is not used
2002-08-03 Manuel Novoa... A couple of little cleanups I forgot to check in.
2002-08-03 Eric AndersenWhen DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE...
2002-08-01 Miles BaderUse MALLOC_REALLOC_MIN_FREE_SIZE.
2002-08-01 Miles Bader(MALLOC_REALLOC_MIN_FREE_SIZE): New macro.
2002-08-01 Miles Bader(HEAP_MIN_SIZE): New macro.
2002-08-01 Eric AndersenJoseph Chiu <josephc@idealab.com> found an off-by-one...
2002-07-31 Miles BaderIn the allocate-and-copy case, don't include the malloc...
2002-07-31 Eric AndersenSigh. A bit more cleanup.
2002-07-31 Miles BaderUpdate debugging printfs.
2002-07-31 Eric AndersenPer discussion on the mailing list, simply vfork -...
2002-07-31 Eric AndersenMore i960 support
2002-07-31 Eric AndersenPatch from Martin Proulx <mproulx@okiok.com> to fix...
2002-07-31 Eric AndersenPatch from Alexander Pevzner <pzz@pzz.msk.ru> to fixup...
2002-07-31 Eric AndersenYou fool foolish. Goodbye level 2.
2002-07-31 Eric AndersenAlways build utils by default
2002-07-31 Miles BaderAccount for MALLOC_HEADER_SIZE when calculating new...
2002-07-31 Miles BaderUse MALLOC_HEADER_SIZE.
2002-07-31 Miles Bader(MALLOC_HEADER_SIZE): New macro.
2002-07-30 Miles BaderMake sure NEW_SIZE is a multiple of HEAP_GRANULARITY.
2002-07-30 Miles BaderUpdate the size of grown/shrunk allocations.
2002-07-30 Miles BaderMALLOC_SET_SIZE now takes the user-address rather than...
2002-07-30 Miles BaderDefine MALLOC_SET_SIZE to take the user-address rather...
2002-07-30 Miles BaderImplement shrinking.
2002-07-30 Miles BaderUse new malloc header macros.
2002-07-30 Miles BaderAdd macros to abstract the malloc header format a bit.
2002-07-27 Eric AndersenAvoid errors in case some loon has explicitly included
2002-07-27 Eric AndersenOops. I accidentally omitted the actual mknod() function.
2002-07-26 Eric AndersenOk, I get it. sjhill kept adding the 'find' command...
2002-07-26 Eric AndersenKill ill advised find command that was not doing anything
2002-07-26 Eric AndersenThe __set_errno macro _must_ match that defined in...
2002-07-25 "Steven J.... Addition to 'distclean' for little endian MIPS.
2002-07-25 "Steven J.... ldso specific syscalls and userspace syscalls all in...
2002-07-25 Eric AndersenCleanup from Neal Crook fixing some formatting and...
2002-07-25 Eric AndersenKill cruft. Build ldd for the host system by default.
2002-07-25 Eric AndersenImplement syscall() for arm
2002-07-25 Miles BaderSize tweaks.
2002-07-25 Miles BaderMiscellaneous tidying-up.
next