Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-09 | Extend __gen_tempname with mode argument | Mikhail Gusarov | |
sem_open(3) needs to create a temporary file in a way which can't be efficiently implemented in terms of POSIX API. Extend __gen_tempname with mode_t mode argument in order to ease sem_open implementation. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2005-12-10 | macro away the last parameter since we dont actually utilize it (saves a few ↵ | Mike Frysinger | |
bytes) and fix signed warnings | |||
2005-11-26 | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | |
2005-11-26 | Some more hidden internals | Peter S. Mazinger | |
2002-04-01 | Remove function declartions from include/features.h, create | Eric Andersen | |
a separate header file for those, and fixup references. -Erik |