summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Some stuff I forgot to check in about a month ago...Eric Andersen2003-02-232-27/+39
| | | | -Erik
* Reserve stack space for args we pass to __uClibc_main.Miles Bader2003-02-211-2/+3
|
* Add back in PTRACE_SINGLESTEP.Miles Bader2003-02-201-3/+7
| | | | Use decimal instead of hex to agree with common/sys/ptrace.h.
* Fixup ioctl so we can special case powerpc sillinessEric Andersen2003-02-185-22/+95
|
* Mention latest updateEric Andersen2003-02-171-3/+23
|
* Fixup buiEric Andersen2003-02-172-17/+37
|
* Patch from Stefan AlliusEric Andersen2003-02-171-1/+1
| | | | | And at last I fixed a warning in test's Makefile. (ldso was first added to the ALL_SUBDIRS variable in line 25):
* Patch from Stefan Allius:Eric Andersen2003-02-171-1/+2
| | | | | In libc/string/wstring I replaced a '#warning ..' statement by the link_warning macro.
* Patch from Stefan Allius:Eric Andersen2003-02-171-1/+1
| | | | | 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
* updates to the uClinux-dist romfs and uClinux shared library targets.David McCullough2003-02-172-3/+48
|
* Use a define for the path to /etc/TZDavid McCullough2003-02-172-1/+3
|
* Using -g when doing the initfini compilation breaks the SH4 case prettyDavid McCullough2003-02-171-0/+5
| | | | | badly. I have removed -g for all platforms as I suspect no one wants it for the initfini creation process.
* If floating point was enabled, setjmp would write to memory well past theDavid McCullough2003-02-171-2/+3
| | | | end of the buffer.
* Fixup powerpc syscalls to eliminate warnings with gcc-3.2, and fixEric Andersen2003-02-164-26/+25
| | | | some other minor warnings.
* Add missing ';'s so powerpc will compileEric Andersen2003-02-151-2/+2
|
* Don't just tune, use -march which implies -mcpu as wellEric Andersen2003-02-151-3/+3
|
* Fix a _ton_ of system call user type/kernel type translationEric Andersen2003-02-153-109/+301
| | | | | problems, causing user space to get scrambled hosed up results. -Erik
* Update CVS to Debian 0.9.18-1 packageDavid Schleef2003-02-1210-107/+205
|
* Oops. Point to .18 not .17Eric Andersen2003-02-121-5/+5
|
* Move dev system commentEric Andersen2003-02-121-16/+16
|
* Update to note dev systemEric Andersen2003-02-121-10/+9
|
* Minor update regarding binutils0_9_18Eric Andersen2003-02-121-3/+3
|
* Some minor doc updatesEric Andersen2003-02-122-55/+22
|
* Remove now obsolete note about direntEric Andersen2003-02-121-4/+0
|
* update website for releaseEric Andersen2003-02-122-30/+59
|
* Eliminate a needless externEric Andersen2003-02-122-50/+41
|
* Update changelogEric Andersen2003-02-122-747/+182
|
* Bump version numberEric Andersen2003-02-121-1/+1
|
* Somewhat pointless naming pedantryEric Andersen2003-02-121-16/+16
|
* Use http not ftpEric Andersen2003-02-121-12/+9
|
* Per suggestion from Peter Lassahn, fix the install_dev targetEric Andersen2003-02-111-0/+1
|
* We need to have the size of struct dirent equal to the size of struct dirent64Eric Andersen2003-02-103-18/+12
| | | | | | | 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
* A few minor little changesEric Andersen2003-02-102-8/+7
|
* Mention the dev systems have been updatedEric Andersen2003-02-101-0/+15
|
* Don't use -O0 when DODEBUG is turned on.Miles Bader2003-02-101-4/+0
|
* Pass CHILD_STACK argument to system call (it possibly worked before `byMiles Bader2003-02-101-3/+5
| | | | accident', as the function argument is in the same register).
* Fix a warningEric Andersen2003-02-091-52/+49
|
* Fix a compile errorEric Andersen2003-02-091-1/+0
|
* Fixup handling of the .note.ABI-tag section so that it is ARM only,Eric Andersen2003-02-084-88/+15
| | | | | | and so it actually works as intended allowing binaries on ARM to be debugged. -Erik
* mention penguruEric Andersen2003-02-051-0/+3
|
* add brk for m68kDavid McCullough2003-02-052-1/+31
| | | | | NOTE: on uClinux-2.[45] kernels, brk works but is limited to slack space in the memory allocated to the process.
* Patch from Stefan Allius to make adding libgcc functions to the library anEric Andersen2003-02-052-11/+35
| | | | | option, to avoid the possibility of adding non PIC code into the shared PIC uClibc library, thereby making the .text segment unshareable.
* Patch from Stefan Allius to fix a compiler warningEric Andersen2003-02-041-1/+3
|
* Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabledEric Andersen2003-02-032-11/+29
|
* Oops. I'd left an extra invocation of sigaction in there...Eric Andersen2003-02-031-3/+1
|
* hehEric Andersen2003-01-311-3/+3
|
* Fix copyrightEric Andersen2003-01-311-3/+2
|
* Correct license.Miles Bader2003-01-314-12/+12
|
* Patch from Marshall M. Midden @ brecis.com:Eric Andersen2003-01-302-2/+41
| | | | pipe.c for mips was broken with freeswan. No error checking.
* Per discussion with Nick Fedchik, restore original LGPLEric Andersen2003-01-301-12/+21
| | | | licensing to libc/inet/ether_addr.c