Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-07 | implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier | Mike Frysinger | |
2008-12-29 | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer | |
- SUSv4_LEGACY part #1 (non-networking) | |||
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer | |
2006-03-03 | Rename getopt_long-susv3 to -simple | Peter S. Mazinger | |
2006-02-27 | Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt | Peter S. Mazinger | |
2006-02-27 | Add Rich Felker's getsubopt, smaller then the glibc copied one | Peter S. Mazinger | |
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger | |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | |
libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore | |||
2006-02-13 | Don't compile daemon.c at all for non-MMU | Peter S. Mazinger | |
2005-12-10 | Merge from NPTL. | "Steven J. Hill" | |
2005-11-01 | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger | |
2005-11-01 | Remove last unused references to libc-a-pic-, we use only the lists in ↵ | Peter S. Mazinger | |
libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC | |||
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | |
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. |