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
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
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-02-12
add hidden_proto's for __uc_malloc
Denis Vlasenko
2008-01-23
give execlp() its own cache on no-mmu to avoid recursive cache fighting
Mike Frysinger
2008-01-08
fix memory corruption on no-mmu from doing multiple execls where earlier exec...
Mike Frysinger
2007-12-22
plug a memory leak when using execl* functions on no-mmu
Mike Frysinger
2007-12-22
add hidden defs for execv/execlp for completeness
Mike Frysinger
2007-07-30
make utent.c, getpass.c use __uc_malloc
Denis Vlasenko
2007-07-18
execXp should go to next PATH dir on any error except ENOEXEC,
Denis Vlasenko
2007-05-02
Daniel Jacobowitz: sleep()/usleep() relies on nanosleep() being a cancellation
Mike Frysinger
2007-04-13
Patch by Ricard Wanderlof <ricardw at axis dot com>:
Peter Kjellerstedt
2007-01-22
Recognize _SC_MONOTONIC_CLOCK in sysconf() even if __NR_clock_getres
Peter Kjellerstedt
2007-01-21
- repair misplaced #endif that got introduced in r17410. Fixes compilation.
Bernhard Reutner-Fischer
[next]