OSDN Git Service

uclinux-h8/uClibc.git
2002-08-23 Eric AndersenSplit out the definition of struct stat into the new...
2002-08-23 Eric AndersenFix broken link
2002-08-23 Eric AndersenSplit out the arch dependant errno_values.h junk into...
2002-08-23 Eric AndersenIgnore generated binaries
2002-08-23 Miles Bader(initfini.s): Search the uClibc include dir, so we...
2002-08-22 Eric AndersenRework struct stat/stat64 handling to eliminate kernel...
2002-08-22 Eric AndersenRework errno handling to be kernel header free
2002-08-22 Eric AndersenSupport _syscall6 and _syscall7 for arm
2002-08-22 Eric AndersenHide .hidden stuff unless explicitly enabled
2002-08-21 Eric AndersenRevert mode_t change. Sigh. As Manuel so eloquently...
2002-08-21 Eric Andersenmode_t was being promoted to an int by gcc's __builtin_...
2002-08-20 Eric AndersenRemove some noise
2002-08-20 Eric AndersenStupid cut-n-paste error
2002-08-20 Manuel Novoa... Unlike glibc, uClibc doesn't always support the d_type...
2002-08-20 Eric AndersenOnly build libthread_db when both threads and debug...
2002-08-19 Eric AndersenEliminate wrapping of struct stat and use the kernel...
2002-08-19 Eric AndersenFixup struct _res handling so apps using struct _res...
2002-08-19 Eric AndersenSuperH config update
2002-08-19 Eric Andersenmissed const-ifying this one.
2002-08-19 Eric Andersensome updates from Stefan Allius to make up the SuperH...
2002-08-19 Eric AndersenAdd a .note section to make gdb happy
2002-08-19 Eric AndersenCall the pthread setup junk early if possible.
2002-08-19 Eric AndersenWork from Stefan Allius which allows superH to use...
2002-08-19 Eric AndersenBased on work by Stefan Allius, arrange for early initi...
2002-08-19 Eric AndersenOpen a lib that is not so closely coupled with gdb
2002-08-19 Eric AndersenBe prepared to call __pthread_initialize_minimal
2002-08-19 Miles Bader(CSRC): Make contents source files, not object files.
2002-08-19 Miles Bader(CSRC): Add `memalign.c'.
2002-08-19 Miles BaderInitial checkin.
2002-08-19 Miles Bader(realloc): Follow new arg conventions of MALLOC_SET_SIZE.
2002-08-19 Miles Bader(malloc): Use MALLOC_SETUP.
2002-08-19 Miles Bader(MALLOC_SETUP): New macro.
2002-08-18 Eric AndersenDirectly use kernel types for uid_t, gid_t, and dev_t...
2002-08-18 Eric AndersenYet more rework to make __getgrent and the functions...
2002-08-18 Manuel Novoa... Fix broken locking so that at least the Python 2.2...
2002-08-18 Manuel Novoa... Remove recursive lock/unlock for a non-recursive mutex.
2002-08-17 Manuel Novoa... Fixed __read_etc_hosts_r to return alias list and modif...
2002-08-17 Manuel Novoa... Fix two problems with printf that showed up in the...
2002-08-16 Manuel Novoa... Disable macro implementations. Somehow I missed the...
2002-08-16 Eric AndersenCleanup exit a bit, from Ronald Wahl
2002-08-16 Miles Baderwhitespace
2002-08-16 Miles BaderRemove __res_state function.
2002-08-16 Miles BaderMake INCLUDE_FULL_RPC default to !HAVE_SHARED.
2002-08-16 Eric AndersenDemonstrate that dlopen() RTLD_NOW is currently broken.
2002-08-16 Miles BaderRemove thread-specific stuff entirely.
2002-08-16 Miles Bader(_res): Define as a macro if __UCLIBC_HAS_THREADS__...
2002-08-16 Miles Bader(h_errno): Only define as a macro if __UCLIBC_HAS_THREA...
2002-08-16 Miles Bader(errno): Only define as a macro if __UCLIBC_HAS_THREADS...
2002-08-16 Eric AndersenReplace all instances of _LIBC_REENTRANT with __UCLIBC_...
2002-08-16 Eric AndersenRemove h8300 special case
2002-08-16 Miles Bader(headers): Remove special case for v850, now that the...
2002-08-15 Manuel Novoa... Fix erroneous grouping.
2002-08-15 Eric AndersenPatch from Jarkko to fix drand48 to not use long long...
2002-08-15 Eric AndersenDo not prevent people from making mmu-less builds on...
2002-08-14 Miles BaderUse __malloc_unlikely instead of `likely'.
2002-08-14 Miles BaderAdd flow-control hints with __malloc_likely and __mallo...
2002-08-14 Miles Bader(__malloc_likely, __malloc_unlikely): New macros.
2002-08-14 Miles BaderHandle zero NEW_SIZE case.
2002-08-14 Miles Bader(CSRC): Add syscall.c
2002-08-14 Miles BaderInitial checkin.
2002-08-14 Eric AndersenMove all malloc tests under test/malloc/
2002-08-14 Eric AndersenAdd missing include/thread_db.h file, as reported by...
2002-08-13 Manuel Novoa... __fsetlocking() and FILE field user_locking were comple...
2002-08-13 Miles BaderUse `return' for null pointers, to avoid a giant block...
2002-08-12 Eric AndersenUpdate to version 0.9.14
2002-08-12 Eric AndersenOnly try to install existing binaries
2002-08-12 Eric AndersenI missed a spot.
2002-08-12 Eric AndersenDoh! missed a spot.
2002-08-12 Eric AndersenFix the gcc wrapper to include crtbeginS.o and crtendS...
2002-08-12 Eric AndersenTest threads when appropriate
2002-08-12 Eric AndersenFix use of __pthread_once, and fix rpc usage of thread...
2002-08-12 Eric AndersenFix alignment, minor cosmetic changes
2002-08-12 Manuel Novoa... Revert commit by davidm to printf.c that initialized...
2002-08-12 Eric AndersenGeez I'm an idiot some times. I shouldn't code when...
2002-08-11 Eric AndersenUgh. Make uClibc cross compile with gcc 2.95.x and...
2002-08-09 David Schleefupdate to last Debian upload. Dumbass Debian maintaine...
2002-08-09 David Schleeffix mksnapshot and update documentation.
2002-08-09 Eric AndersenFix spacing
2002-08-09 Eric Andersenspacing
2002-08-09 Eric AndersenMove old stuff into old-news
2002-08-09 Eric AndersenAdd missing thread-safe locking.
2002-08-09 Eric Andersenupdate todo again
2002-08-09 Eric AndersenUpdate webpage for release
2002-08-09 Eric AndersenUpdate Changelog for release
2002-08-09 Manuel Novoa... Update my TODO list. In particular, breakdown what...
2002-08-09 Eric AndersenUpdate todo list a bit
2002-08-09 Eric AndersenOk, bad idea. didn't work.
2002-08-09 Eric AndersenAdd in __uClibc_syscall
2002-08-09 Eric AndersenInitial piece of unified syscall support from Brecis...
2002-08-09 Eric AndersenNew and improved fork for mips, thanks to the fine...
2002-08-09 David McCulloughFix some more warnings for non-thread-enabled compiles.
2002-08-09 Eric AndersenLink ldso vs libgcc.a and eliminate baggage caused by
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
next