index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
signal
Age
Commit message (
Expand
)
Author
2010-10-22
*: inline constant __sig{add,del}set and __sigismember
Denys Vlasenko
2010-10-22
sleep: employ __USE_EXTERN_INLINES (with necessary fixes)
Denys Vlasenko
2010-04-02
Merge commit 'origin/master' into nptl
Austin Foxley
2010-03-25
prettify make clean
Bernhard Reutner-Fischer
2010-02-01
nptl: Fix nptl specific case which still was not using CSRC-y.
Khem Raj
2010-02-01
Merge commit 'origin/master' into nptl
Khem Raj
2010-01-26
convert to foo-y kbuild style
Bernhard Reutner-Fischer
2010-01-21
include unistd.h for smallint
Yoshinori Sato
2010-01-16
include unistd.h for smallint
Yoshinori Sato
2009-12-16
libc: Remove pointless header string.h
Carmelo Amoroso
2009-12-16
libc: Add missing header for memset
Carmelo Amoroso
2009-12-16
libc: Add missing header for memset
Carmelo Amoroso
2009-11-22
include string.h for memset()
Bernhard Reutner-Fischer
2009-10-17
nptl provides sigaction and raise
Austin Foxley
2009-10-17
cancellation support for a large amount of the required syscalls
Austin Foxley
2009-09-19
sigpause: remove libc_hidden_proto/def
Denys Vlasenko
2009-09-19
sigwait: remove __sigwait and __GI_sigwait symbols - they are unused
Denys Vlasenko
2009-09-19
raise: remove unused hidden weak symbol __raise
Denys Vlasenko
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-08-17
support building out-of-tree
Bernhard Reutner-Fischer
2009-01-10
libc/signal/sigaction.c: s/!=/==/
Denis Vlasenko
2008-12-29
- expand SUSv3_LEGACY
Bernhard Reutner-Fischer
2008-12-15
sigaction overhaul as described in docs/sigaction.txt
Denis Vlasenko
2008-12-13
Remove the rest of "bounded pointers" scaffolding. gcc website says"
Denis Vlasenko
2008-12-01
hostid: improve extremely unreadable parts
Denis Vlasenko
2008-12-01
on Bernd's request, remove commented-out code snippets
Denis Vlasenko
2008-12-01
remove checks for "impossible" errors,
Denis Vlasenko
2008-12-01
fix sigset_t size for mips (it's the only arch with 128 signals).
Denis Vlasenko
2008-12-01
optimize signal mask ops. comment out "impossible" errors
Denis Vlasenko
2008-11-29
shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...
Denis Vlasenko
2008-11-22
signal ops: avoid calls through PLT for __sigXXX ops
Denis Vlasenko
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-07
- less verbose make clean
Bernhard Reutner-Fischer
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-05-20
- remove old-style definitions. No object-code changes.
Bernhard Reutner-Fischer
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2006-07-05
update license
Mike Frysinger
2006-02-20
update copyright with glibc
Mike Frysinger
2006-02-15
Use <> instead of \"\"
Peter S. Mazinger
2006-02-13
libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...
Peter S. Mazinger
2006-02-02
even the hidden version of the weaks in libc (as strong in libpthread) have t...
Peter S. Mazinger
2006-01-29
create local prototype for __libc_sigaction
Mike Frysinger
2006-01-26
Get rid of missing prototype warnings
Peter S. Mazinger
2006-01-23
make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...
Peter S. Mazinger
2006-01-23
Change to build w/ -std=c99
Peter S. Mazinger
2006-01-23
Get rid of nested warnings
Peter S. Mazinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
[next]