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
/
include
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux_specific: handle accept4 and pipe2
Bernhard Reutner-Fischer
2011-05-12
1
-1
/
+1
*
accept4: Implement cancellation
Bernhard Reutner-Fischer
2011-05-11
1
-0
/
+9
*
update some headers
Peter S. Mazinger
2011-03-03
1
-17
/
+13
*
nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled
Carmelo Amoroso
2010-09-20
1
-1
/
+1
*
sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN
Bernhard Reutner-Fischer
2010-08-05
1
-3
/
+3
*
lutimes: add lutimes support
Vladimir Zapolskiy
2010-07-27
1
-1
/
+3
*
include/param.h: Dont use ARG_MAX from kernel headers
Khem Raj
2010-07-09
1
-4
/
+14
*
futimens: add function
Bernhard Reutner-Fischer
2009-11-20
1
-0
/
+1
*
sync some headers and disable unused prototypes
Peter S. Mazinger
2009-11-19
8
-18
/
+37
*
msgrcv is of type ssize_t
Peter S. Mazinger
2009-11-19
1
-3
/
+7
*
no need for bits/syscalls.h on target
Peter S. Mazinger
2009-11-19
1
-5
/
+5
*
sys/mount.h: sync with latest glibc
Mike Frysinger
2009-09-15
1
-1
/
+5
*
first pass at implementing *at funcs
Mike Frysinger
2009-07-20
2
-8
/
+28
*
sync a few headers with glibc (no functional changes)
Mike Frysinger
2009-07-20
1
-4
/
+5
*
syscall: unify common syscall defines
Mike Frysinger
2009-07-08
1
-0
/
+1
*
- whitespace cleanup; no obj-code changes
Bernhard Reutner-Fischer
2008-12-29
5
-13
/
+13
*
Remove the rest of "bounded pointers" scaffolding. gcc website says"
Denis Vlasenko
2008-12-13
1
-8
/
+0
*
- remove fstatfs() and statfs() related headers upon request
Bernhard Reutner-Fischer
2008-11-26
1
-2
/
+0
*
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
14
-0
/
+42
*
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-20
6
-0
/
+8
*
- Remove linux-specific prototypes if asked to.
Bernhard Reutner-Fischer
2008-11-15
2
-1
/
+4
*
- revert wrong r24049
Bernhard Reutner-Fischer
2008-11-15
2
-4
/
+1
*
- Remove linux-specific prototypes if asked to.
Bernhard Reutner-Fischer
2008-11-15
2
-1
/
+4
*
- add signalfd()
Bernhard Reutner-Fischer
2008-10-10
1
-0
/
+86
*
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
1
-1
/
+1
*
- fix inline keyword
Bernhard Reutner-Fischer
2008-07-23
1
-5
/
+5
*
Heed a warning: "string" was assigned to char*, changing that to const char*
Denis Vlasenko
2008-06-06
1
-2
/
+2
*
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-06-03
4
-5
/
+11
*
Enable remap_file_pages prototype controlled by __USE_GNU define as well as m...
Carmelo Amoroso
2008-03-26
1
-11
/
+10
*
fetch queue.h from latest freebsd cvs
Mike Frysinger
2008-01-09
1
-383
/
+444
*
use the __extern_always_inline define from cdefs.h instead of duplicating gcc...
Mike Frysinger
2008-01-06
1
-2
/
+4
*
sync with glibc to get the extern inline directive
Mike Frysinger
2008-01-05
1
-2
/
+38
*
implement semtimedop for #927
Mike Frysinger
2008-01-05
1
-1
/
+12
*
syslog.h: allow prioritynames[]/facilitynames[] to be defined const
Denis Vlasenko
2007-07-14
1
-0
/
+6
*
include stddef.h to get NULL definition.
Khem Raj
2007-03-01
1
-0
/
+2
*
add support for ppoll() and emulate poll() with it when __NR_poll does not exist
Mike Frysinger
2007-02-28
1
-2
/
+24
*
stub out msync() for no-mmu as well
Mike Frysinger
2007-02-21
1
-2
/
+10
*
Richard Sandiford writes:
Mike Frysinger
2007-01-29
1
-0
/
+8
*
- sync with glibc (and provide a check for icc).
Bernhard Reutner-Fischer
2007-01-29
1
-2
/
+6
*
Take Mike Frysinger's comments into account -- make certain that user
Eric Andersen
2006-12-08
1
-5
/
+13
*
Sorry psm but contrary to commit 12927, kernel provided syscalls
Eric Andersen
2006-12-08
1
-7
/
+5
*
add some inline funcs for the mlock funcs on no-mmu
Mike Frysinger
2006-09-08
1
-0
/
+12
*
sync with glibc
Mike Frysinger
2006-06-07
2
-9
/
+51
*
sync with glibc
Mike Frysinger
2006-06-07
1
-3
/
+5
*
sync with glibc
Mike Frysinger
2006-06-07
1
-2
/
+2
*
sync with glibc
Mike Frysinger
2006-06-07
1
-2
/
+11
*
Remove uses of all QUEUEDEBUG_* macros.
Peter Kjellerstedt
2006-05-30
1
-21
/
+0
*
sync with glibc
Mike Frysinger
2006-05-06
2
-55
/
+392
*
Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will consi...
Peter S. Mazinger
2006-03-01
1
-11
/
+29
*
epoll is linux specific
Mike Frysinger
2006-02-22
1
-110
/
+0
[next]