OSDN Git Service

uclinux-h8/uclibc-ng.git
2002-09-17 David McCulloughAdd in clone and make the assembler PIC/msep-data friendly.
2002-09-17 David McCulloughFixup JMPBUF_UNWINDS so that is will compile if used :-)
2002-09-17 David McCulloughFix a memory corruption bug.
2002-09-16 Eric AndersenAdd url
2002-09-16 Eric AndersenUpdate index
2002-09-16 Eric AndersenUse __UCLIBC_HAVE_LFS__ not __USE_LARGEFILE64 to decide if
2002-09-16 Tobias Anderberg* Added semi-support for version scripts. If sysdeps...
2002-09-16 Tobias Anderberg* Updated for the CRIS port.
2002-09-16 Tobias AnderbergConfiguration for the CRIS port.
2002-09-16 Tobias AnderbergUpdated for the CRIS port.
2002-09-16 Tobias AnderbergInitial version of the dynamic linker code for the...
2002-09-16 Tobias AnderbergAdded cris to ALL_SUBDIRS
2002-09-16 Tobias AnderbergInitial version of the CRIS port.
2002-09-16 Eric AndersenFix stupid typo noticed by John Mullin <john.mullin...
2002-09-14 Eric AndersenFix a thinko -- I used the wrong symbol to check for...
2002-09-13 Miles Bader(__heap_check_failure): New function.
2002-09-12 Tobias AnderbergSupport LD_DEBUG=all
2002-09-12 Eric AndersenSome minor C++ support updates
2002-09-12 Eric AndersenAdd missing _dl_dprintf arguments, as noticed by Tero...
2002-09-11 "Steven J.... Forgot one more #ifdef related to MIPS soft floating...
2002-09-10 Eric AndersenDon't run floating point opcodes when code is compiled...
2002-09-10 "Steven J.... Don't unconditionally save/restore FP registers, we...
2002-09-10 Eric AndersenFix some locking problems noted by Manuel. __getgrent...
2002-09-10 Eric AndersenPatch from Tiago Marques <tmarques@viaconnect.inf.br...
2002-09-10 Eric AndersenAs noted by Bill Huang <billhuang@redsonic.com>, the...
2002-09-09 Manuel Novoa... Remove malloc_simple from subdir list.
2002-09-09 Manuel Novoa... Clean up a warning.
2002-09-09 "Steven J.... Fixed compile bugs having to do with 64-bit filesystem...
2002-09-09 Eric AndersenFixup multi-line string
2002-09-09 Miles Bader(realloc): Record the correct size in the malloc header...
2002-09-06 Manuel Novoa... Patch from Tero_Lyytik�inen <tero@paravant.fi> to fix...
2002-09-06 Manuel Novoa... Add #include <malloc.h> to silence warning.
2002-09-06 Miles BaderInitial checkin.
2002-09-06 Miles BaderUpdate debugging hooks.
2002-09-06 Eric AndersenAdd in some weak aliases to allow C99 apps to compile...
2002-09-05 Tobias AnderbergFixed another address alignment where a pagesize of...
2002-09-05 Eric Andersensplit-out memalign and realloc
2002-09-05 Miles BaderChange <bits/syscall.h> to <bits/sysnum.h>.
2002-09-04 "Steven J.... 'syscall' now properly works for MIPS.
2002-09-04 Eric AndersenMake sjhill happy, and revive memalign
2002-09-04 "Steven J.... Fixed 'struct ipc_perm' and 'struct msqid_ds' members...
2002-09-04 "Steven J.... Per discussions with Erik, 'valloc.c' should be built...
2002-09-04 "Steven J.... Added 'valloc' back in. Ok, Erik can smack me now.
2002-09-04 "Steven J.... Add syscalls: modify_ldt _sysctl setresuid getresui...
2002-09-04 "Steven J.... Added function 'mkdtemp' for Linux Test Project.
2002-09-04 "Steven J.... Added function 'get_current_dir_name' for Linux Test...
2002-09-04 Miles Bader(free):
2002-09-04 Miles Bader(__heap_delete): Renamed from `__heap_unlink_free_area'.
2002-09-03 Eric AndersenSupport fstatvfs64 and statvfs64
2002-09-03 Eric AndersenOops. Turns out I broke statvfs() and fstatvfs() back...
2002-08-30 Miles BaderRedo stat structures (kernel changed too).
2002-08-30 Miles BaderAdd __kernel_ino64_t.
2002-08-30 Aaron LehmannCFLAGS+=-D__FORCE_NOGLIBC, not CFLAGS+=__FORCE_NOGLIBC
2002-08-30 Miles BaderDoc fix.
2002-08-30 Miles Bader(__heap_free): Tighten up the inner loop, and make...
2002-08-30 Miles BaderUse `likely' & `unlikely' instead of the `__malloc_...
2002-08-30 Miles Bader(likely, unlikely): New macros.
2002-08-30 Miles Bader(likely, unlikely): New macros.
2002-08-28 Eric AndersenFix a silly bug notices by Ronald Wahl <rwa@peppercon...
2002-08-28 David McCulloughIf the initfini.pl script changes, regenerate the...
2002-08-28 Eric AndersenFix broken getpriority syscall, per email from Marshall...
2002-08-28 Eric Andersenfix grammar
2002-08-27 Eric AndersenFinal update
2002-08-27 David McCulloughSomehow the bit of code that add the offset of envp...
2002-08-27 Eric Andersenupdate for release
2002-08-27 Eric AndersenUpdate changelog for release
2002-08-27 Manuel Novoa... Obligatory forgotten file... sys_errlist garbage.
2002-08-27 Eric AndersenSemonstrate a problem where weak symbols referenced...
2002-08-27 Eric AndersenMake sure that bits/syscalls.h always includes bits...
2002-08-27 Manuel Novoa... Reimplement sys_errlist[] so that it works on sparc...
2002-08-27 Manuel Novoa... Make this as glibc-like as possible while avoiding...
2002-08-27 David McCulloughFix a delay slot problem, this gets some apps working...
2002-08-27 Eric AndersenMove the _DIRENT_HAVE_D_TYPE test to avoid breaking...
2002-08-27 Eric AndersenNo need to hide this stuff when _DIRENT_HAVE_D_TYPE...
2002-08-27 David McCulloughAdded __kernel_fsid_t to satisfy some apps that need it.
2002-08-26 Eric AndersenImplement missing readdir64_r.c
2002-08-26 Manuel Novoa... sparc, alpha, and mips have different errno values...
2002-08-26 Eric AndersenOops. I got the include guard wrong. Fix it per current
2002-08-26 Eric AndersenMake bits/kernel_types.h include guard names match...
2002-08-26 Miles BaderInitial checkin.
2002-08-25 Eric AndersenUpdate version to 0.9.15 in preparation for making...
2002-08-25 Manuel Novoa... Changed fclose behavior when custom streams were enable...
2002-08-25 Eric AndersenKill the HAS_LONG_LONG option. It really did not make...
2002-08-25 Eric AndersenUse the kernel version of struct msqid_ds directly...
2002-08-25 Eric AndersenFinish off the bits/kernel_stat.h cleanup for proper
2002-08-25 Eric AndersenMake shm stuff work properly.
2002-08-25 Eric Andersenignore generated stuff
2002-08-24 Manuel Novoa... Tweak things so that struct stat and struct stat64...
2002-08-24 Eric AndersenSimple shared memory test
2002-08-24 Eric AndersenAvoid `ECANCELED' redefined on mips
2002-08-24 Eric AndersenUse bits/kernel_stat.h, not asm/stat.h
2002-08-24 Eric AndersenIgnore generated stuff
2002-08-24 Eric AndersenBreak dependancy of bits/types.h on the asm/posix_types...
2002-08-24 Eric AndersenBreak dependancy of bits/types.h on the asm/posix_types...
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...
next