Age | Commit message (Expand) | Author |
2019-06-21 | fix opendir, fpathconf and ttyname_r to use fstat64(), not fstat() | Denys Vlasenko |
2015-01-22 | libc: Avoid redundant setting of ENOMEM | Bernhard Reutner-Fischer |
2010-04-16 | libc: remove libc weak __pthreads_* wrappers | Timo Teras |
2009-10-17 | use *_not_cancel variants to avoid accidental cancellations with nptl | Austin Foxley |
2009-10-07 | clean up O_CLOEXEC handling | Mike Frysinger |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-05 | do not save/restore errno around free() calls | Denys Vlasenko |
2009-09-05 | CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure | Denys Vlasenko |
2009-07-20 | first pass at implementing *at funcs | Mike Frysinger |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-09-09 | Revert latest changes. Instead of applying this work-around | Carmelo Amoroso |
2007-12-07 | Removed pointless initialization to 0 of DIR fields | Carmelo Amoroso |
2007-12-05 | Fix opendir problem when statically linked due to a missing | Carmelo Amoroso |
2006-02-14 | remove fstat jump reloc | Peter S. Mazinger |
2006-02-04 | rfelker reports in Bug 683 that we leak file descriptors if the fcntl() fails... | Mike Frysinger |
2006-02-04 | add note about racecondition | Mike Frysinger |
2006-02-04 | use O_DIRECTORY when possible, saves us from having to use stat() thus cuttin... | Mike Frysinger |
2006-02-04 | add some copyright/license info | Mike Frysinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger |
2005-12-13 | Convert internal users of chmod/*stat*, minimize change for __strsep | 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-01 | Hide mostly used functions | Peter S. Mazinger |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2002-05-30 | Fixup totally broken locking code... No storage for the mutex, | Eric Andersen |
2002-05-11 | Implement readdir_r. Audit for proper thread safety and locking. | 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-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen |
2001-03-19 | Move the dirent stuff. I suppose it is system dependant, but then | Eric Andersen |