index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2013-06-25
implement inet_lnaof, inet_netof, and inet_makeaddr
Rich Felker
-1
/
+4
2013-06-25
add ether_aton[_r] and ether_ntoa[_r] functions
Rich Felker
-0
/
+14
2013-06-08
add clock id macros for a number of new(ish) Linux-specific clocks
Rich Felker
-0
/
+6
2013-06-08
fix the type of CLOCKS_PER_SEC to match new clock_t type
Rich Felker
-1
/
+1
2013-06-07
improve handling of nonstandard fields in struct tm
Rich Felker
-4
/
+5
2013-05-26
fix the prototype of settimeofday to follow the original BSD declaration
Szabolcs Nagy
-5
/
+5
2013-05-17
add FLT_TRUE_MIN, etc. macros from C11
Rich Felker
-0
/
+2
2013-05-17
remove the __STDC_FORMAT_MACROS nonsense from inttypes.h
Rich Felker
-4
/
+0
2013-05-15
support full range of dev_t major/minor numbers in makedev, etc. macros
Rich Felker
-3
/
+10
2013-05-06
remove compound literals from math.h to please c++
Szabolcs Nagy
-5
/
+10
2013-04-22
remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h
Rich Felker
-8
/
+0
2013-04-10
make ifaddrs.h expose sys/socket.h
Rich Felker
-0
/
+1
2013-04-06
add support for program_invocation[_short]_name
Rich Felker
-0
/
+6
2013-04-05
include/ifaddrs.h: add prototypes for get/freeifaddrs
rofl0r
-0
/
+3
2013-04-05
add getifaddrs
rofl0r
-0
/
+31
2013-04-05
net/if.h: add some missing IFF_ constants
rofl0r
-0
/
+5
2013-04-04
add prototype for dn_skipname
Rich Felker
-0
/
+1
2013-04-05
add arpa/tftp.h
rofl0r
-0
/
+31
2013-04-04
fix type issues in stdint.h so underlying types of 64-bit types match ABI
Rich Felker
-8
/
+15
2013-04-04
eliminate bits/wchar.h
Rich Felker
-2
/
+15
2013-04-04
eliminate gcc dependency for testing char signedness in limits.h
Rich Felker
-1
/
+1
2013-04-04
add put*ent functions for passwd/group files and similar for shadow
Rich Felker
-0
/
+2
2013-04-02
re-add useconds_t
rofl0r
-0
/
+2
2013-04-02
add arpa/nameser_compat.h
rofl0r
-0
/
+2
2013-04-02
make tm_zone etc visible under _GNU_SOURCE
rofl0r
-1
/
+1
2013-04-01
add new socket options to sys/socket.h following linux
Szabolcs Nagy
-2
/
+17
2013-04-01
adding ethernet protocol ids to if_ether.h following linux
Szabolcs Nagy
-0
/
+15
2013-04-01
add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)
Szabolcs Nagy
-0
/
+1
2013-04-01
add new linux tcp socket option flags to netinet/tcp.h
Szabolcs Nagy
-0
/
+10
2013-03-31
provide prototype for pthread_getattr_np
Rich Felker
-0
/
+4
2013-03-06
fix epoll structure alignment on non-x86_64 archs
Rich Felker
-1
/
+5
2013-03-06
fix missing type error in grp.h from adding fgetgrent
Rich Felker
-0
/
+4
2013-03-04
fix some obscure header type size/alignment issues
Rich Felker
-10
/
+9
2013-02-26
fix cruft in utmp.h that was broken by changes in utmpx.h
Rich Felker
-3
/
+0
2013-02-26
namespace conformance to latest standards in strings.h
Rich Felker
-4
/
+6
2013-02-21
scsci/sg.h: fix usage of undefined macro HZ
rofl0r
-1
/
+1
2013-02-21
add arpa/ftp.h
rofl0r
-0
/
+35
2013-02-20
add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals
Rich Felker
-0
/
+8
2013-02-17
add fgetgrent function
Rich Felker
-0
/
+4
2013-02-01
pthread stack treatment overhaul for application-provided stacks, etc.
Rich Felker
-2
/
+2
2013-01-31
SOL_TCP is nonstandard and not in the reserved namespace
Rich Felker
-2
/
+1
2013-01-23
add RTLD_NODELETE flag for dlopen
Rich Felker
-0
/
+1
2013-01-23
add support for RTLD_NOLOAD to dlopen
Rich Felker
-0
/
+1
2013-01-18
use a common definition of NULL as 0L for C and C++
Rich Felker
-49
/
+8
2013-01-12
add MOD_TAI to sys/timex.h and update STA_RONLY
Szabolcs Nagy
-1
/
+2
2013-01-12
add SWAP_FLAG_DISCARD to sys/swap.h
Szabolcs Nagy
-0
/
+1
2013-01-12
add mount flags to sys/mount.h
Szabolcs Nagy
-4
/
+22
2013-01-12
add IN_EXCL_UNLINK to sys/inotify.h
Szabolcs Nagy
-0
/
+1
2013-01-12
add EPOLLWAKEUP flag to sys/epoll.h
Szabolcs Nagy
-0
/
+1
2013-01-12
add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h
Szabolcs Nagy
-0
/
+2
[prev]
[next]