summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-23Some stuff I forgot to check in about a month ago...Eric Andersen
-Erik
2003-02-21Reserve stack space for args we pass to __uClibc_main.Miles Bader
2003-02-20Add back in PTRACE_SINGLESTEP.Miles Bader
Use decimal instead of hex to agree with common/sys/ptrace.h.
2003-02-18Fixup ioctl so we can special case powerpc sillinessEric Andersen
2003-02-17Mention latest updateEric Andersen
2003-02-17Fixup buiEric Andersen
2003-02-17Patch from Stefan AlliusEric Andersen
And at last I fixed a warning in test's Makefile. (ldso was first added to the ALL_SUBDIRS variable in line 25):
2003-02-17Patch from Stefan Allius:Eric Andersen
In libc/string/wstring I replaced a '#warning ..' statement by the link_warning macro.
2003-02-17Patch from Stefan Allius:Eric Andersen
I patched the link_warning macro in features.h to fix warnings like: locale.c:358: warning: `__evoke_link_warning_localeconv' defined but not used
2003-02-17updates to the uClinux-dist romfs and uClinux shared library targets.David McCullough
2003-02-17Use a define for the path to /etc/TZDavid McCullough
2003-02-17Using -g when doing the initfini compilation breaks the SH4 case prettyDavid McCullough
badly. I have removed -g for all platforms as I suspect no one wants it for the initfini creation process.
2003-02-17If floating point was enabled, setjmp would write to memory well past theDavid McCullough
end of the buffer.
2003-02-16Fixup powerpc syscalls to eliminate warnings with gcc-3.2, and fixEric Andersen
some other minor warnings.
2003-02-15Add missing ';'s so powerpc will compileEric Andersen
2003-02-15Don't just tune, use -march which implies -mcpu as wellEric Andersen
2003-02-15Fix a _ton_ of system call user type/kernel type translationEric Andersen
problems, causing user space to get scrambled hosed up results. -Erik
2003-02-12Update CVS to Debian 0.9.18-1 packageDavid Schleef
2003-02-12Oops. Point to .18 not .17Eric Andersen
2003-02-12Move dev system commentEric Andersen
2003-02-12Update to note dev systemEric Andersen
2003-02-12Minor update regarding binutilsEric Andersen
2003-02-12Some minor doc updatesEric Andersen
2003-02-12Remove now obsolete note about direntEric Andersen
2003-02-12update website for releaseEric Andersen
2003-02-12Eliminate a needless externEric Andersen
2003-02-12Update changelogEric Andersen
2003-02-12Bump version numberEric Andersen
2003-02-12Somewhat pointless naming pedantryEric Andersen
2003-02-12Use http not ftpEric Andersen
2003-02-11Per suggestion from Peter Lassahn, fix the install_dev targetEric Andersen
2003-02-10We need to have the size of struct dirent equal to the size of struct dirent64Eric Andersen
so when _FILE_OFFSET_BITS=64 (such that we transparently change 32bit into 64 bit interfaces), we will not lose an unsigned char from d_name which silently becomes the d_type field instead. oops. -Erik
2003-02-10A few minor little changesEric Andersen
2003-02-10Mention the dev systems have been updatedEric Andersen
2003-02-10Don't use -O0 when DODEBUG is turned on.Miles Bader
2003-02-10Pass CHILD_STACK argument to system call (it possibly worked before `byMiles Bader
accident', as the function argument is in the same register).
2003-02-09Fix a warningEric Andersen
2003-02-09Fix a compile errorEric Andersen
2003-02-08Fixup handling of the .note.ABI-tag section so that it is ARM only,Eric Andersen
and so it actually works as intended allowing binaries on ARM to be debugged. -Erik
2003-02-05mention penguruEric Andersen
2003-02-05add brk for m68kDavid McCullough
NOTE: on uClinux-2.[45] kernels, brk works but is limited to slack space in the memory allocated to the process.
2003-02-05Patch from Stefan Allius to make adding libgcc functions to the library anEric Andersen
option, to avoid the possibility of adding non PIC code into the shared PIC uClibc library, thereby making the .text segment unshareable.
2003-02-04Patch from Stefan Allius to fix a compiler warningEric Andersen
2003-02-03Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabledEric Andersen
2003-02-03Oops. I'd left an extra invocation of sigaction in there...Eric Andersen
2003-01-31hehEric Andersen
2003-01-31Fix copyrightEric Andersen
2003-01-31Correct license.Miles Bader
2003-01-30Patch from Marshall M. Midden @ brecis.com:Eric Andersen
pipe.c for mips was broken with freeswan. No error checking.
2003-01-30Per discussion with Nick Fedchik, restore original LGPLEric Andersen
licensing to libc/inet/ether_addr.c