Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-14 | Disable a lingering bit of wide char junk | Eric Andersen | |
2002-02-13 | Fix missing longjmp symbol | Eric Andersen | |
2002-02-13 | Fix copyright message | Eric Andersen | |
2002-02-13 | A number of naming updates in preparation for adding in | Eric Andersen | |
proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me. | |||
2002-02-13 | Several test suite updates. The testatexit, teston_exit, and | Eric Andersen | |
pthread tests were contributed by Stefan Soucek | |||
2002-02-13 | Fix silly buffer overflow | Eric Andersen | |
2002-02-12 | Mark Robson noticed that our strcasecmp() behaviour was not | Eric Andersen | |
standards compliant. Brian Stafford then provided these new implementations, which apprear to properly follow SUSv2. -Erik | |||
2002-02-11 | HAVE_SA_RESTORER is supposed to be true, not false, on most arches. | Eric Andersen | |
-Erik | |||
2002-02-11 | Fix typo | David Schleef | |
2002-02-11 | mksnapshot: updated version and filenames. control.in: changed | David Schleef | |
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 | |||
2002-02-11 | Update version | David Schleef | |
2002-02-08 | Dont choke when chown fails. Try to be more portable... | Eric Andersen | |
2002-02-06 | Add in clone (untested) | David McCullough | |
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. | |||
2002-02-05 | Updates from Martin Sieper | Eric Andersen | |
2002-02-05 | Fix __adjtimex symbol | Eric Andersen | |
2002-02-05 | OOps. | Eric Andersen | |
2002-02-05 | use X/Open __sysv_signal name, then use the weak name for sysv_signal | Eric Andersen | |
-Erik | |||
2002-02-04 | Update text for release | Eric Andersen | |
2002-02-04 | Update changelog | Eric Andersen | |
2002-02-04 | Make powerpc default to faster malloc | Eric Andersen | |
2002-02-04 | Fix naming error in brk.c, enable faster malloc by default | Eric Andersen | |
2002-02-04 | Fixup mips so it now works and provides basic functionality | Eric Andersen | |
2002-02-04 | Rework powerpc to be consistant with the other arches. | Eric Andersen | |
-Erik | |||
2002-02-04 | Minor cleanups | Eric Andersen | |
2002-02-04 | Fix headers | Eric Andersen | |
2002-02-04 | Fixup arch substitution | Eric Andersen | |
2002-02-04 | Fix path | Eric Andersen | |
2002-02-04 | Adjust sparc port do it now actually works. | Eric Andersen | |
-Erik | |||
2002-02-04 | A few more little cleanups | Eric Andersen | |
2002-02-04 | Be consistant about the ways in which asm/unistd.h might | Eric Andersen | |
be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik | |||
2002-02-04 | Add include guards | Eric Andersen | |
2002-02-04 | Add a config file for sparc | Eric Andersen | |
2002-02-04 | Oops. | Eric Andersen | |
2002-02-03 | Allow sparc code to at least compile | Eric Andersen | |
2002-02-02 | Add in support for the Hitach H8/300H architecture, | Eric Andersen | |
contributed by Yoshinori Sato <qzb04471@nifty.ne.jp> | |||
2002-02-02 | Oops. Fixup the defaults | Eric Andersen | |
2002-02-02 | Do not expose the weak_alias() junk to the world. Wrap it | Eric Andersen | |
inside an #if defined _LIBC -Erik | |||
2002-02-02 | Add in a weak __mempcpy for mempcpy to make certain GNU | Eric Andersen | |
programs happy. bother... | |||
2002-02-02 | I just wrote up gethostent(), sethostent(), and endhostent() | Eric Andersen | |
-Erik | |||
2002-02-02 | procmail now works | Eric Andersen | |
2002-02-02 | Grr. I should learn to compile stuff before committing | Eric Andersen | |
2002-02-02 | Oops | Eric Andersen | |
2002-02-02 | Add in a weak for __adjtime | Eric Andersen | |
2002-02-02 | Fix some typos... | Eric Andersen | |
2002-02-02 | Don't free memory prematurely | Eric Andersen | |
2002-02-02 | Update the working apps list. Not 100% completed, but getting close | Eric Andersen | |
and I'd rather not lose this... This has taken a _lot_ of time... -Erik | |||
2002-02-02 | Several little additions and cleanups. Add getw() and putw(). | Eric Andersen | |
Add in some missing header files (netipx/ipx.h include/lastlog.h include/sgtty.h include/sys/perm.h) -Erik | |||
2002-02-02 | Fix hstrerror | Eric Andersen | |
2002-02-01 | Scrub up a few little things. | Eric Andersen | |
2002-02-01 | Add in syscalls.h for mipsel, thanks to Steven J. Hill. | Eric Andersen | |
Remove and ignore generated syscall.h files from sparc and mipsel. |