index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
include/ifaddrs.h: add prototypes for get/freeifaddrs
rofl0r
2013-04-05
1
-0
/
+3
*
add getifaddrs
rofl0r
2013-04-05
1
-0
/
+31
*
net/if.h: add some missing IFF_ constants
rofl0r
2013-04-05
1
-0
/
+5
*
add prototype for dn_skipname
Rich Felker
2013-04-04
1
-0
/
+1
*
add arpa/tftp.h
rofl0r
2013-04-05
1
-0
/
+31
*
fix type issues in stdint.h so underlying types of 64-bit types match ABI
Rich Felker
2013-04-04
1
-8
/
+15
*
eliminate bits/wchar.h
Rich Felker
2013-04-04
2
-2
/
+15
*
eliminate gcc dependency for testing char signedness in limits.h
Rich Felker
2013-04-04
1
-1
/
+1
*
add put*ent functions for passwd/group files and similar for shadow
Rich Felker
2013-04-04
2
-0
/
+2
*
re-add useconds_t
rofl0r
2013-04-02
2
-0
/
+2
*
add arpa/nameser_compat.h
rofl0r
2013-04-02
1
-0
/
+2
*
make tm_zone etc visible under _GNU_SOURCE
rofl0r
2013-04-02
1
-1
/
+1
*
add new socket options to sys/socket.h following linux
Szabolcs Nagy
2013-04-01
1
-2
/
+17
*
adding ethernet protocol ids to if_ether.h following linux
Szabolcs Nagy
2013-04-01
1
-0
/
+15
*
add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)
Szabolcs Nagy
2013-04-01
1
-0
/
+1
*
add new linux tcp socket option flags to netinet/tcp.h
Szabolcs Nagy
2013-04-01
1
-0
/
+10
*
provide prototype for pthread_getattr_np
Rich Felker
2013-03-31
1
-0
/
+4
*
fix epoll structure alignment on non-x86_64 archs
Rich Felker
2013-03-06
1
-1
/
+5
*
fix missing type error in grp.h from adding fgetgrent
Rich Felker
2013-03-06
1
-0
/
+4
*
fix some obscure header type size/alignment issues
Rich Felker
2013-03-04
4
-10
/
+9
*
fix cruft in utmp.h that was broken by changes in utmpx.h
Rich Felker
2013-02-26
1
-3
/
+0
*
namespace conformance to latest standards in strings.h
Rich Felker
2013-02-26
1
-4
/
+6
*
scsci/sg.h: fix usage of undefined macro HZ
rofl0r
2013-02-21
1
-1
/
+1
*
add arpa/ftp.h
rofl0r
2013-02-21
1
-0
/
+35
*
add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals
Rich Felker
2013-02-20
1
-0
/
+8
*
add fgetgrent function
Rich Felker
2013-02-17
1
-0
/
+4
*
pthread stack treatment overhaul for application-provided stacks, etc.
Rich Felker
2013-02-01
1
-2
/
+2
*
SOL_TCP is nonstandard and not in the reserved namespace
Rich Felker
2013-01-31
1
-2
/
+1
*
add RTLD_NODELETE flag for dlopen
Rich Felker
2013-01-23
1
-0
/
+1
*
add support for RTLD_NOLOAD to dlopen
Rich Felker
2013-01-23
1
-0
/
+1
*
use a common definition of NULL as 0L for C and C++
Rich Felker
2013-01-18
8
-49
/
+8
*
add MOD_TAI to sys/timex.h and update STA_RONLY
Szabolcs Nagy
2013-01-12
1
-1
/
+2
*
add SWAP_FLAG_DISCARD to sys/swap.h
Szabolcs Nagy
2013-01-12
1
-0
/
+1
*
add mount flags to sys/mount.h
Szabolcs Nagy
2013-01-12
1
-4
/
+22
*
add IN_EXCL_UNLINK to sys/inotify.h
Szabolcs Nagy
2013-01-12
1
-0
/
+1
*
add EPOLLWAKEUP flag to sys/epoll.h
Szabolcs Nagy
2013-01-12
1
-0
/
+1
*
add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h
Szabolcs Nagy
2013-01-12
1
-0
/
+2
*
add missing ptrace requests and options to sys/ptrace.h
Szabolcs Nagy
2013-01-12
1
-1
/
+9
*
add missing multicast socket options to netinet/in.h
Szabolcs Nagy
2013-01-12
1
-0
/
+17
*
add missing protocol families to sys/socket.h
Szabolcs Nagy
2013-01-12
1
-1
/
+11
*
fix another case of cloexec/nonblock flags not matching arch values
Rich Felker
2013-01-10
1
-2
/
+3
*
setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility)
rofl0r
2013-01-04
1
-1
/
+1
*
add legacy header values.h
rofl0r
2013-01-04
2
-0
/
+40
*
time.h: add BSD aliases for otherwise internal struct tm members
rofl0r
2013-01-04
1
-0
/
+4
*
wait.h: add linux specific, thread-related waitpid() flags
rofl0r
2013-01-04
1
-0
/
+4
*
__assert_fail(): remove _Noreturn, to get proper stacktraces
rofl0r
2013-01-04
1
-1
/
+1
*
add some new-ish IPPROTO constants that were missing
Rich Felker
2013-01-01
1
-0
/
+3
*
expose [v]asprintf under _BSD_SOURCE
Rich Felker
2012-12-28
1
-2
/
+2
*
align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch
Rich Felker
2012-12-27
1
-2
/
+3
*
add linux extension POLLRDHUP to poll.h
Rich Felker
2012-12-26
1
-0
/
+1
[next]