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
/
unistd
Age
Commit message (
Expand
)
Author
2010-08-05
usershell: switch to config parser
Bernhard Reutner-Fischer
2010-08-05
sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN
Bernhard Reutner-Fischer
2010-07-26
daemon: drop cruft incorrectly re-introduced by nptl merge
Mike Frysinger
2010-07-09
include/param.h: Dont use ARG_MAX from kernel headers
Khem Raj
2010-04-12
Merge remote branch 'origin/master' into nptl
Austin Foxley
2010-04-08
confstr: properly stringify version parts
Bernhard Reutner-Fischer
2010-04-06
correctly quote version in confstr
Austin Foxley
2010-04-06
Merge commit 'origin/master' into nptl
Austin Foxley
2010-04-06
getconf: print arbitrary GNU_LIBPTHREAD_VERSION string
Bernhard Reutner-Fischer
2010-04-02
Merge commit 'origin/master' into nptl
Austin Foxley
2010-03-25
prettify make clean
Bernhard Reutner-Fischer
2010-02-17
Assorted fixed to get nptl compiling on ARM
Khem Raj
2009-11-28
Merge remote branch 'origin/master' into nptl
Austin Foxley
2009-11-26
sync confname, environments with glibc
Bernhard Reutner-Fischer
2009-10-17
librt additions that are now possible with nptl
Austin Foxley
2009-10-17
use *_not_cancel variants to avoid accidental cancellations with nptl
Austin Foxley
2009-09-18
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-09-15
daemon: fix up INTERNAL_SYSCALL() usage
Mike Frysinger
2009-09-05
do not pass 3rd param to open() which do not create files
Denys Vlasenko
2009-08-17
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-05
handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN
Bernhard Reutner-Fischer
2009-08-04
Fix daemon build for no-MMU no-threads.
Joseph Myers
2009-04-13
make sure to block all signals when calling daemon() to prevent delivery whil...
Mike Frysinger
2009-04-07
implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier
Mike Frysinger
2008-12-29
- expand SUSv3_LEGACY
Bernhard Reutner-Fischer
2008-12-01
hostid: improve extremely unreadable parts
Denis Vlasenko
2008-11-29
shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...
Denis Vlasenko
2008-11-25
- hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.
Bernhard Reutner-Fischer
2008-11-22
fix "make utils" build failure in ldconfig
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-18
libc_hidden_proto removal, a few more functions
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-11-07
- less verbose make clean
Bernhard Reutner-Fischer
2008-09-11
- whitespace fixes
Bernhard Reutner-Fischer
2008-08-27
- remove a couple of duplicate includes
Bernhard Reutner-Fischer
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-14
- improve UCLIBC_LINUX_SPECIFIC
Bernhard Reutner-Fischer
2008-06-16
- fix build error
Bernhard Reutner-Fischer
2008-06-12
Include sys/syscall.h since we are checking for __NR_clock_getres.
Peter Kjellerstedt
2008-06-12
Revert revision 19345 plus libc_hidden_proto for __uc_malloc.
Bernd Schmidt
2008-06-06
shrink getopt a bit by using smallints. Run tested (busybox testsuite)
Denis Vlasenko
2008-06-05
Revert revision 22027 which totally broke getopt.
Bernd Schmidt
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-06-01
add missing includes of unistd.h for smallint usage
Denis Vlasenko
2008-05-30
- Avoid warning about undefined preprocessor token. No obj-code changes.
Bernhard Reutner-Fischer
2008-05-20
replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.
Denis Vlasenko
2008-05-20
getopt: do not needlessly use static structure.
Denis Vlasenko
2008-05-20
- remove old-style definitions. No object-code changes.
Bernhard Reutner-Fischer
[next]