Age | Commit message (Expand) | Author |
2005-12-08 | Use internal versions | Peter S. Mazinger |
2005-12-08 | Implement __x versions | Peter S. Mazinger |
2005-12-06 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger |
2005-12-04 | More hiding, 300 left | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-15 | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger |
2005-11-03 | Correct _getdents[64] and __syscall_ipc | Peter S. Mazinger |
2005-11-01 | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger |
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-01-25 | merge parallel build support | Mike Frysinger |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-02-24 | Fixup some small issues that show up when large file support is disabled | Eric Andersen |
2003-01-28 | Fix scandir64 to not free the wrong pieces of memory (which could | Eric Andersen |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-08-26 | Implement missing readdir64_r.c | Eric Andersen |
2002-05-30 | Fixup totally broken locking code... No storage for the mutex, | Eric Andersen |
2002-05-11 | Oops. Stupid typo. | Eric Andersen |
2002-05-11 | Implement readdir_r. Audit for proper thread safety and locking. | Eric Andersen |
2002-04-09 | Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ want | Eric Andersen |
2002-03-12 | Fix a segfault in scandir for empty directories. After looking over | Eric Andersen |
2002-02-26 | Don't redefine stuff | Eric Andersen |
2002-01-08 | Scrub malloc handling | Eric Andersen |
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen |
2001-11-14 | Scrub up some lingering problems preventing readdir64 from working | Eric Andersen |
2001-10-17 | In theory, this adds readdir64 and friends. Dunno if they | Eric Andersen |
2001-06-26 | ANSI/ISO specifies that no library function sets errno to 0. | Manuel Novoa III |
2001-06-26 | Looks like we lost clearing errno | Eric Andersen |
2001-06-25 | Remove simulated d_type support for getdents and the dirent struct, and use | Manuel Novoa III |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen |
2001-05-08 | Turns out alphasort was totally broken. This fixed one works. | Eric Andersen |
2001-05-08 | A patch from Jon Nelson <jnelson@securepipe.com> to make scandir | Eric Andersen |
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen |
2001-03-19 | Add in alphasort (working fine) and scandir (just a stub for now). | Eric Andersen |
2001-03-19 | Move the dirent stuff. I suppose it is system dependant, but then | Eric Andersen |