summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Geoffrey Espin noticed a $ that should have been a double $$Eric Andersen2002-02-151-1/+1
| | | | since Make make eats $'s.
* Disable a lingering bit of wide char junkEric Andersen2002-02-141-1/+2
|
* Fix missing longjmp symbolEric Andersen2002-02-131-0/+1
|
* Fix copyright messageEric Andersen2002-02-132-6/+34
|
* A number of naming updates in preparation for adding inEric Andersen2002-02-1313-78/+242
| | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me.
* Several test suite updates. The testatexit, teston_exit, andEric Andersen2002-02-1312-21/+958
| | | | pthread tests were contributed by Stefan Soucek
* Fix silly buffer overflowEric Andersen2002-02-131-2/+5
|
* Mark Robson noticed that our strcasecmp() behaviour was notEric Andersen2002-02-122-22/+23
| | | | | | standards compliant. Brian Stafford then provided these new implementations, which apprear to properly follow SUSv2. -Erik
* HAVE_SA_RESTORER is supposed to be true, not false, on most arches.Eric Andersen2002-02-111-10/+23
| | | | -Erik
* Fix typoDavid Schleef2002-02-111-1/+1
|
* mksnapshot: updated version and filenames. control.in: changedDavid Schleef2002-02-115-16/+44
| | | | | | dependency from kernel-headers to kernel-source packages. rules: force HAS_MMU=true, change mipsel to mips, untar kernel-source package include directory and use that as kernel source
* Update versionDavid Schleef2002-02-111-3/+4
|
* Dont choke when chown fails. Try to be more portable...Eric Andersen2002-02-081-1/+1
|
* Add in clone (untested)David McCullough2002-02-067-109/+187
| | | | | | | Fix up setjmp/longjmp which were quite broken not withstanding all the new versions. Needs a little more test time before I'll trust this code totally.
* Updates from Martin SieperEric Andersen2002-02-051-8/+15
|
* Fix __adjtimex symbolEric Andersen2002-02-051-0/+1
|
* OOps.Eric Andersen2002-02-051-1/+0
|
* use X/Open __sysv_signal name, then use the weak name for sysv_signalEric Andersen2002-02-051-2/+2
| | | | -Erik
* Update text for release0_9_9Eric Andersen2002-02-043-3/+37
|
* Update changelogEric Andersen2002-02-041-5/+24
|
* Make powerpc default to faster mallocEric Andersen2002-02-041-7/+2
|
* Fix naming error in brk.c, enable faster malloc by defaultEric Andersen2002-02-042-5/+5
|
* Fixup mips so it now works and provides basic functionalityEric Andersen2002-02-0411-74/+535
|
* Rework powerpc to be consistant with the other arches.Eric Andersen2002-02-0411-244/+454
| | | | -Erik
* Minor cleanupsEric Andersen2002-02-044-5/+20
|
* Fix headersEric Andersen2002-02-042-0/+3
|
* Fixup arch substitutionEric Andersen2002-02-041-2/+12
|
* Fix pathEric Andersen2002-02-041-1/+1
|
* Adjust sparc port do it now actually works.Eric Andersen2002-02-0415-148/+1820
| | | | -Erik
* A few more little cleanupsEric Andersen2002-02-044-192/+6
|
* Be consistant about the ways in which asm/unistd.h mightEric Andersen2002-02-045-226/+26
| | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik
* Add include guardsEric Andersen2002-02-041-0/+3
|
* Add a config file for sparcEric Andersen2002-02-041-0/+198
|
* Oops.Eric Andersen2002-02-041-153/+3
|
* Allow sparc code to at least compileEric Andersen2002-02-032-1/+156
|
* Add in support for the Hitach H8/300H architecture,Eric Andersen2002-02-0283-3/+9599
| | | | contributed by Yoshinori Sato <qzb04471@nifty.ne.jp>
* Oops. Fixup the defaultsEric Andersen2002-02-021-7/+7
|
* Do not expose the weak_alias() junk to the world. Wrap itEric Andersen2002-02-021-1/+1
| | | | | inside an #if defined _LIBC -Erik
* Add in a weak __mempcpy for mempcpy to make certain GNUEric Andersen2002-02-021-0/+1
| | | | programs happy. bother...
* I just wrote up gethostent(), sethostent(), and endhostent()Eric Andersen2002-02-022-12/+85
| | | | -Erik
* procmail now worksEric Andersen2002-02-021-12/+14
|
* Grr. I should learn to compile stuff before committingEric Andersen2002-02-023-19/+13
|
* OopsEric Andersen2002-02-021-2/+2
|
* Add in a weak for __adjtimeEric Andersen2002-02-021-0/+2
|
* Fix some typos...Eric Andersen2002-02-021-7/+6
|
* Don't free memory prematurelyEric Andersen2002-02-021-4/+0
|
* Update the working apps list. Not 100% completed, but getting closeEric Andersen2002-02-021-77/+514
| | | | | and I'd rather not lose this... This has taken a _lot_ of time... -Erik
* Several little additions and cleanups. Add getw() and putw().Eric Andersen2002-02-029-9/+178
| | | | | | Add in some missing header files (netipx/ipx.h include/lastlog.h include/sgtty.h include/sys/perm.h) -Erik
* Fix hstrerrorEric Andersen2002-02-021-6/+12
|
* Scrub up a few little things.Eric Andersen2002-02-0110-31/+11
|