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
*
declare environ in unistd.h when _GNU_SOURCE feature test macro is used
Rich Felker
2012-06-02
1
-0
/
+1
*
there is no such GNU function fpurge, only __fpurge.
Rich Felker
2012-05-28
1
-1
/
+0
*
add prototype for BSD/GNU stdio *_unlocked extension functions
Rich Felker
2012-05-28
1
-2
/
+12
*
remove duplicate lfs64 cruft in stdio.h
Rich Felker
2012-05-28
1
-2
/
+0
*
math: fix nextafter definition in tgmath.h
nsz
2012-05-28
1
-1
/
+1
*
debloat jmp_buf in _GNU_SOURCE mode
Rich Felker
2012-05-23
1
-3
/
+0
*
remove everything related to forkall
Rich Felker
2012-05-22
1
-1
/
+0
*
some feature test fixes for unistd.h
Rich Felker
2012-05-22
1
-16
/
+16
*
_GNU_SOURCE implies all BSD features except ones GNU rejects
Rich Felker
2012-05-22
1
-1
/
+1
*
various header cleanups, some related to _BSD_SOURCE addition
Rich Felker
2012-05-22
3
-17
/
+9
*
bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE
Rich Felker
2012-05-22
1
-4
/
+1
*
support _BSD_SOURCE feature test macro
Rich Felker
2012-05-22
22
-41
/
+126
*
move getpass decl to the right place
Rich Felker
2012-05-20
2
-1
/
+1
*
useless lastlog path just to make some stuff happy
Rich Felker
2012-05-14
1
-0
/
+1
*
missing limit LOGIN_NAME_MAX
Rich Felker
2012-05-14
1
-0
/
+1
*
use __h_errno_location for h_errno
Rich Felker
2012-05-12
1
-1
/
+5
*
susv4 removed gethostbyname, etc. legacy cruft.
Rich Felker
2012-05-12
1
-9
/
+7
*
namespace cleanup - NI_* is NOT reserved by netdb.h
Rich Felker
2012-05-12
1
-3
/
+2
*
some gnu junk in netdb.h
Rich Felker
2012-05-12
1
-0
/
+8
*
fix missing va_list for vsyslog
Rich Felker
2012-05-12
1
-2
/
+2
*
search: add tdestroy (gnu extension)
nsz
2012-05-13
1
-0
/
+2
*
add missing IN6_ARE_ADDR_EQUAL
Rich Felker
2012-05-11
1
-0
/
+5
*
add one more bogus legacy header
Rich Felker
2012-05-10
1
-0
/
+9
*
move vsyslog out of SYSLOG_NAMES conditional
Rich Felker
2012-05-10
1
-2
/
+4
*
fix missing parens in bit op macros (param.h)
Rich Felker
2012-05-10
1
-1
/
+1
*
and another bug in setbit, etc. macros..
Rich Felker
2012-05-10
1
-1
/
+1
*
fix typo in sys/param.h that broke setbit, etc. macros
Rich Felker
2012-05-10
1
-1
/
+1
*
omit declaration of basename wrongly interpreted as prototype in C++
Rich Felker
2012-05-09
1
-0
/
+2
*
some extra legacy header stuff
Rich Felker
2012-05-06
3
-0
/
+32
*
take byte order from gcc if gcc has defined it
Rich Felker
2012-05-06
1
-0
/
+4
*
add isastream (obsolete STREAMS junk)
Rich Felker
2012-05-06
1
-1
/
+2
*
fix definitions of FP_ILOGB constants
Rich Felker
2012-05-05
1
-2
/
+2
*
add *64 junk for sys/*.h headers
Rich Felker
2012-05-04
7
-0
/
+50
*
add support for ugly *64 functions with _LARGEFILE64_SOURCE
Rich Felker
2012-05-04
8
-0
/
+68
*
uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi
Rich Felker
2012-05-03
2
-6
/
+24
*
add additional compatibility union member for ipv6 addresses
Rich Felker
2012-05-03
1
-0
/
+2
*
remove minimal linux kernel headers
Rich Felker
2012-05-01
5
-621
/
+0
*
support alternate glibc name pow10 for exp10
Rich Felker
2012-05-01
1
-0
/
+3
*
first try at writing an efficient and "correct" exp10
Rich Felker
2012-04-30
1
-0
/
+4
*
add linux-specific unshare syscall wrapper
Rich Felker
2012-04-29
1
-0
/
+1
*
implement getusershell, etc. legacy functions
Rich Felker
2012-04-22
1
-0
/
+3
*
getdtablesize is not standard; move it to its correct spot in unistd.h
Rich Felker
2012-04-22
1
-1
/
+1
*
fix breakage in endian.h
Rich Felker
2012-04-22
1
-1
/
+1
*
add some ugly byte swapping cruft in endian.h
Rich Felker
2012-04-22
1
-0
/
+59
*
add getresuid and getresgid syscall wrappers
Rich Felker
2012-04-22
1
-0
/
+2
*
fix header typo
Rich Felker
2012-04-18
1
-1
/
+1
*
legacy junk compatibility grab-bag
Rich Felker
2012-04-18
4
-7
/
+34
*
fix incorrect macro name for MATH_ERREXCEPT in math.h
Rich Felker
2012-04-18
1
-1
/
+1
*
move F_DUPFD_CLOEXEC out of bits
Rich Felker
2012-04-15
1
-0
/
+2
*
rename __sa_restorer to sa_restorer in struct sigaction
Rich Felker
2012-04-13
1
-1
/
+1
[next]