Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: silence warning | Bernhard Reutner-Fischer | 2010-11-24 | 1 | -0/+1 |
| | | | | | | about implicit declaration of memset in system() Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | *: inline constant __sig{add,del}set and __sigismember | Denys Vlasenko | 2010-10-22 | 1 | -2/+3 |
| | | | | | | | | | | | | text data bss dec hex filename - 318 4 0 322 142 libc/pwd_grp/lckpwdf.o + 312 4 0 316 13c libc/pwd_grp/lckpwdf.o - 166 0 1 167 a7 libc/stdlib/abort.o + 157 0 1 158 9e libc/stdlib/abort.o - 42 0 0 42 2a libc/sysdeps/linux/common/pause.o + 27 0 0 27 1b libc/sysdeps/linux/common/pause.o Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | ||||
* | silence some warnings about missing prototypes | Bernhard Reutner-Fischer | 2010-06-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | sparc: disable cancellable system, as it fails in strange ways right now | Austin Foxley | 2010-02-19 | 1 | -1/+4 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | whitespace fixes | Austin Foxley | 2009-10-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | cancellation support for a large amount of the required syscalls | Austin Foxley | 2009-10-17 | 1 | -0/+201 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -6/+0 |
| | | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -5/+5 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -3/+5 |
| | |||||
* | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -1/+1 |
| | |||||
* | only declare vfork when needed, else no-mmu build fails | Mike Frysinger | 2006-01-15 | 1 | -1/+1 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -7/+14 |
| | | | | missing headers, other jump relocs removed | ||||
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -1/+3 |
| | | | | it back | ||||
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 1 | -1/+1 |
| | |||||
* | internal sigpause, do we really default to BSD signals? | Peter S. Mazinger | 2005-12-09 | 1 | -0/+1 |
| | |||||
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 1 | -0/+1 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -0/+2 |
| | |||||
* | Cleanup some silly warnings | Eric Andersen | 2002-08-08 | 1 | -2/+1 |
| | |||||
* | Per discussion on the mailing list, simply vfork -> fork mapping to only apply | Eric Andersen | 2002-07-31 | 1 | -1/+1 |
| | | | | | iff we do not have vfork available, which is simpler and more reasonable. -Erik | ||||
* | When vfork is not available and we have an MMU, then use fork() | Eric Andersen | 2002-02-21 | 1 | -0/+6 |
| | | | | -Erik | ||||
* | A number of naming updates in preparation for adding in | Eric Andersen | 2002-02-13 | 1 | -1/+2 |
| | | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me. | ||||
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -0/+2 |
| | |||||
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 1 | -41/+39 |
| | |||||
* | More stuff I forgot to commit. | Eric Andersen | 2000-07-06 | 1 | -1/+2 |
| | | | | -Erik | ||||
* | Lots and lots of cleanups. | Eric Andersen | 2000-07-06 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+48 |