Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-03 | sched.h: include stdlib.h for malloc/free | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-11-07 | libc: flesh out linux scheduler functions | Henning Heinold | |
Most stuff was taken from the eglibc. Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2006-08-24 | sync with upstream via psm | Mike Frysinger | |
2006-02-22 | Correct ifndef __ASSEMBLER__ | Peter S. Mazinger | |
2006-02-22 | guard parts w/ __ASSEMBLER__ to be usable in vfork.S | Peter S. Mazinger | |
2006-02-22 | Made include/bits/pthreadtypes.h compile again as it uses | Peter Kjellerstedt | |
struct __sched_param. | |||
2006-02-22 | Sync w/ glibc, enabled only those defines, that are used in uClibc | Peter S. Mazinger | |
2002-03-01 | Major rework of the include files to eliminate redundancy | Eric Andersen | |
and to better support each arch. This is a really big patch... -Erik |