index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
unistd
Commit message (
Expand
)
Author
Age
Files
Lines
*
confstr: properly stringify version parts
Bernhard Reutner-Fischer
2010-04-08
1
-3
/
+5
*
getconf: print arbitrary GNU_LIBPTHREAD_VERSION string
Bernhard Reutner-Fischer
2010-04-06
1
-0
/
+18
*
prettify make clean
Bernhard Reutner-Fischer
2010-03-25
1
-2
/
+2
*
sync confname, environments with glibc
Bernhard Reutner-Fischer
2009-11-26
1
-1
/
+26
*
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
4
-11
/
+0
*
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-09-18
16
-69
/
+1
*
daemon: fix up INTERNAL_SYSCALL() usage
Mike Frysinger
2009-09-15
1
-4
/
+6
*
do not pass 3rd param to open() which do not create files
Denys Vlasenko
2009-09-05
1
-12
/
+4
*
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-17
1
-0
/
+2
*
handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN
Bernhard Reutner-Fischer
2009-08-05
1
-12
/
+12
*
Fix daemon build for no-MMU no-threads.
Joseph Myers
2009-08-04
1
-0
/
+1
*
make sure to block all signals when calling daemon() to prevent delivery whil...
Mike Frysinger
2009-04-13
1
-1
/
+13
*
implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier
Mike Frysinger
2009-04-07
2
-15
/
+26
*
- expand SUSv3_LEGACY
Bernhard Reutner-Fischer
2008-12-29
1
-0
/
+4
*
hostid: improve extremely unreadable parts
Denis Vlasenko
2008-12-01
1
-19
/
+8
*
shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...
Denis Vlasenko
2008-11-29
1
-8
/
+8
*
- hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.
Bernhard Reutner-Fischer
2008-11-25
2
-2
/
+0
*
fix "make utils" build failure in ldconfig
Denis Vlasenko
2008-11-22
1
-0
/
+1
*
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
11
-31
/
+31
*
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-20
9
-16
/
+16
*
libc_hidden_proto removal, a few more functions
Denis Vlasenko
2008-11-18
4
-6
/
+6
*
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-11-18
1
-1
/
+1
*
- less verbose make clean
Bernhard Reutner-Fischer
2008-11-07
1
-4
/
+4
*
- whitespace fixes
Bernhard Reutner-Fischer
2008-09-11
1
-2
/
+2
*
- remove a couple of duplicate includes
Bernhard Reutner-Fischer
2008-08-27
2
-4
/
+0
*
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
6
-12
/
+12
*
- improve UCLIBC_LINUX_SPECIFIC
Bernhard Reutner-Fischer
2008-07-14
1
-2
/
+2
*
- fix build error
Bernhard Reutner-Fischer
2008-06-16
1
-1
/
+1
*
Include sys/syscall.h since we are checking for __NR_clock_getres.
Peter Kjellerstedt
2008-06-12
1
-0
/
+1
*
Revert revision 19345 plus libc_hidden_proto for __uc_malloc.
Bernd Schmidt
2008-06-12
1
-7
/
+2
*
shrink getopt a bit by using smallints. Run tested (busybox testsuite)
Denis Vlasenko
2008-06-06
1
-16
/
+18
*
Revert revision 22027 which totally broke getopt.
Bernd Schmidt
2008-06-05
2
-18
/
+20
*
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-06-03
4
-5
/
+89
*
add missing includes of unistd.h for smallint usage
Denis Vlasenko
2008-06-01
1
-1
/
+0
*
- Avoid warning about undefined preprocessor token. No obj-code changes.
Bernhard Reutner-Fischer
2008-05-30
1
-1
/
+1
*
replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.
Denis Vlasenko
2008-05-20
1
-7
/
+2
*
getopt: do not needlessly use static structure.
Denis Vlasenko
2008-05-20
2
-20
/
+18
*
- remove old-style definitions. No object-code changes.
Bernhard Reutner-Fischer
2008-05-20
1
-3
/
+1
*
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-05-19
8
-19
/
+19
*
add hidden_proto's for __uc_malloc
Denis Vlasenko
2008-02-12
1
-0
/
+1
*
give execlp() its own cache on no-mmu to avoid recursive cache fighting
Mike Frysinger
2008-01-23
1
-37
/
+57
*
fix memory corruption on no-mmu from doing multiple execls where earlier exec...
Mike Frysinger
2008-01-08
1
-10
/
+3
*
plug a memory leak when using execl* functions on no-mmu
Mike Frysinger
2007-12-22
1
-9
/
+17
*
add hidden defs for execv/execlp for completeness
Mike Frysinger
2007-12-22
1
-0
/
+4
*
make utent.c, getpass.c use __uc_malloc
Denis Vlasenko
2007-07-30
1
-2
/
+6
*
execXp should go to next PATH dir on any error except ENOEXEC,
Denis Vlasenko
2007-07-18
1
-3
/
+3
*
Daniel Jacobowitz: sleep()/usleep() relies on nanosleep() being a cancellation
Mike Frysinger
2007-05-02
2
-2
/
+2
*
Patch by Ricard Wanderlof <ricardw at axis dot com>:
Peter Kjellerstedt
2007-04-13
1
-4
/
+2
*
Recognize _SC_MONOTONIC_CLOCK in sysconf() even if __NR_clock_getres
Peter Kjellerstedt
2007-01-22
1
-2
/
+2
*
- repair misplaced #endif that got introduced in r17410. Fixes compilation.
Bernhard Reutner-Fischer
2007-01-21
1
-1
/
+1
[next]