Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵ | Carmelo Amoroso | 2008-07-09 | 1 | -1/+1 |
| | | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 1 | -16/+18 |
| | |||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -4/+7 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 1 | -2/+3 |
| | |||||
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 1 | -0/+2 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 1 | -0/+4 |
| | |||||
* | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen | 2002-08-19 | 1 | -1/+1 |
| | | | | | | directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik | ||||
* | Per discussion on the mailing list, simply vfork -> fork mapping to only apply | Eric Andersen | 2002-07-31 | 1 | -1/+1 |
| | | | | | iff we do not have vfork available, which is simpler and more reasonable. -Erik | ||||
* | When vfork is not available and we have an MMU, then use fork() | Eric Andersen | 2002-02-21 | 1 | -7/+9 |
| | | | | -Erik | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -1/+1 |
| | |||||
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 1 | -0/+4 |
| | | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | ||||
* | Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil | Eric Andersen | 2001-05-08 | 1 | -0/+197 |
port. I have reworked the code quite a bit so that the stuff that is supposed to be in libc is in libc, and I added a bunch of missing stuff so the libutil interface matches that of glibc's libutil. The only caveat is that libutil/login.c is currently a stub. -Erik |