index
:
gcompat
add-__getauxval
current
random
stable-1.x
The GNU C Library Compatibility Layer for Adélie Linux
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgcompat
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
malloc: Add mtrace and muntrace stubs
A. Wilcox
1
-0
/
+12
2019-02-18
pthread: Fix pthread_getname_np
Samuel Holland
1
-4
/
+6
2019-01-05
pthread: Implement pthread_getname_np
Samuel Holland
1
-1
/
+24
2019-01-05
run clang-format on the source code
Samuel Holland
1
-1
/
+1
2019-01-05
Makefile: depend on internal.h; format headers
Samuel Holland
2
-9
/
+8
2018-11-12
wchar: Implement __wcstol_internal
A. Wilcox
1
-0
/
+12
2018-09-11
libgcompat: Fix formatting inconsistencies (clang-format)
Samuel Holland
6
-24
/
+21
2018-09-11
unistd: Add __open_2 and its __open64_2 alias
Samuel Holland
1
-0
/
+9
2018-09-11
stdlib: Add secure_getenv alias to __secure_getenv
Samuel Holland
1
-0
/
+3
2018-09-11
readlink: Report EIO on /proc read failure
Samuel Holland
1
-0
/
+1
2018-09-11
realpath: Intercept realpath(/proc/self/exe)
Samuel Holland
1
-0
/
+51
2018-09-11
readlink: Report ENOSYS on dlsym failure
Samuel Holland
1
-0
/
+2
2018-09-11
ctype: Add __ctype_b
Samuel Holland
1
-0
/
+1
2018-09-11
cxx_thread: Add __cxa_thread_atexit_impl
Samuel Holland
1
-0
/
+56
2018-06-21
string: add memfrob and strfry
Jason A. Donenfeld
1
-0
/
+34
2018-06-13
string: add __strcspn_c2
A. Wilcox
1
-0
/
+17
2018-06-13
resolv: add __res_search alias
A. Wilcox
1
-0
/
+6
2018-04-03
malloc: add malloc_trim function
Elizabeth Myers
1
-0
/
+6
2018-04-03
socket: fix build
Elizabeth Myers
1
-0
/
+1
2018-04-03
socket: __poll_chk
Elizabeth Myers
1
-0
/
+13
2018-04-03
math: implement most of glibc's __*_finite functions
Elizabeth Myers
1
-2
/
+1090
2018-04-03
GCOMPAT__assert_with_reason: omit format parameter
Elizabeth Myers
1
-2
/
+2
2018-03-16
build: allow building with libucontext support
William Pitcock
1
-0
/
+4
2018-02-23
gnulib: use GCOMPAT__assert_with_reason() instead of bare assert()
William Pitcock
1
-2
/
+10
2018-02-23
libgcompat: add internal api for GCOMPAT__panic().
William Pitcock
2
-0
/
+31
2018-02-07
misc: implement __libc_stack_end
William Pitcock
1
-0
/
+2
2018-02-01
socket: add __cmsg_nxthdr
A. Wilcox
1
-0
/
+10
2018-02-01
malloc: add __sbrk
A. Wilcox
1
-0
/
+6
2018-01-15
stdlib: add __strtol_internal
William Pitcock
1
-0
/
+10
2018-01-15
readlink: Intercept readlink("/proc/self/exe")
Samuel Holland
1
-0
/
+85
2018-01-15
utmp: Implement the reentrant utmp function from LSB
Samuel Holland
1
-0
/
+14
2018-01-15
unistd: Implement LSB functions plus more
Samuel Holland
1
-0
/
+172
2018-01-15
syslog: Implement checked syslog functions from LSB
Samuel Holland
1
-0
/
+32
2018-01-15
socket: Implement checked socket functions from LSB
Samuel Holland
1
-0
/
+31
2018-01-15
signal: Add a signal function from LSB
Samuel Holland
1
-0
/
+11
2018-01-15
netdb: Add protocol and service functions from LSB
Samuel Holland
1
-0
/
+79
2018-01-15
misc: Implement some miscellaneous functions
Samuel Holland
1
-0
/
+33
2018-01-15
error: Implement the error function
Samuel Holland
1
-0
/
+27
2018-01-15
version: Minor improvements
Samuel Holland
1
-5
/
+17
2018-01-15
string: Clean up, fix bugs, implement LSB plus more
Samuel Holland
1
-38
/
+199
2018-01-15
stdlib: Implement most LSB functions plus more
Samuel Holland
2
-18
/
+107
2018-01-15
stdio: Clean up, add all of LSB stdio plus more
Samuel Holland
2
-81
/
+232
2018-01-15
resource: Minor improvements
Samuel Holland
1
-4
/
+5
2018-01-15
resolv: Clean up, avoid NULL deref
Samuel Holland
1
-8
/
+16
2018-01-15
grp: Implement fgetgrent_r/getgrent_r
Samuel Holland
1
-0
/
+98
2018-01-15
pwd: Fully implement fgetpwent_r/getpwent_r
Samuel Holland
1
-45
/
+74
2018-01-14
pthread: Clean up, fix prototype
Samuel Holland
1
-6
/
+17
2018-01-14
math: Clean up, add additional functions
Samuel Holland
1
-11
/
+80
2018-01-14
malloc: Sort functions by name
Samuel Holland
1
-16
/
+18
2018-01-14
dlfcn: Combine functions for the same header into one file
Samuel Holland
3
-27
/
+25
[next]