index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdeps
/
unix
/
sysv
/
linux
/
not-cancel.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux: Add support for getrandom vDSO
vdso
Adhemerval Zanella
2024-09-27
1
-2
/
+5
*
Make __getrandom_nocancel set errno and add a _nostatus version
Xi Ruoyao
2024-01-12
1
-0
/
+8
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
Apply asm redirection in not-cancel before first use
Adhemerval Zanella
2022-11-01
1
-15
/
+15
*
malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)
Adhemerval Zanella
2022-09-30
1
-1
/
+1
*
stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)
Adhemerval Zanella
2022-09-30
1
-1
/
+1
*
arc4random: simplify design for better safety
Jason A. Donenfeld
2022-07-27
1
-1
/
+7
*
stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
Adhemerval Zanella Netto
2022-07-22
1
-0
/
+7
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
1
-1
/
+0
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
linux: Remove INTERNAL_SYSCALL_DECL
Adhemerval Zanella
2020-02-14
1
-2
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Remove __waitpid_nocancel
Adhemerval Zanella
2019-12-19
1
-4
/
+0
*
Remove pause and nanosleep not cancel wrappers
Adhemerval Zanella
2019-10-31
1
-8
/
+0
*
Add nocancel version of pread64()
Leandro Pereira
2019-10-18
1
-0
/
+4
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)
Adhemerval Zanella
2018-06-26
1
-2
/
+2
*
Avoid cancellable I/O primitives in ld.so.
Zack Weinberg
2018-06-12
1
-11
/
+14
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Remove NO_CANCELLATION macro
Adhemerval Zanella
2017-08-31
1
-1
/
+2
*
Consolidate remaning non cancellable definitions
Adhemerval Zanella
2017-08-23
1
-0
/
+3
*
Remove non cancellable sigsuspend definition
Adhemerval Zanella
2017-08-22
1
-4
/
+0
*
Consolidate non cancellable nanosleep call
Adhemerval Zanella
2017-08-22
1
-2
/
+3
*
Consolidate non cancellable pause call
Adhemerval Zanella
2017-08-22
1
-8
/
+2
*
Consolidate non cancellable waitpid call
Adhemerval Zanella
2017-08-21
1
-4
/
+3
*
Consolidate non cancellable fcntl call
Adhemerval Zanella
2017-08-21
1
-4
/
+0
*
Consolidate non cancellable writev call
Adhemerval Zanella
2017-08-21
1
-4
/
+8
*
Consolidate non cancellable close call
Adhemerval Zanella
2017-08-18
1
-7
/
+10
*
Consolidate non cancellable openat call
Adhemerval Zanella
2017-08-18
1
-10
/
+8
*
Consolidate non cancellable write call
Adhemerval Zanella
2017-08-18
1
-6
/
+2
*
Consolidate non cancellable read call
Adhemerval Zanella
2017-08-18
1
-7
/
+3
*
Consolidate non cancellable open call
Adhemerval Zanella
2017-08-17
1
-12
/
+8
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Use inline syscalls for non-cancellable versions
Adhemerval Zanella
2015-06-04
1
-33
/
+43
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Remove NOT_IN_libc
Siddhesh Poyarekar
2014-11-24
1
-1
/
+1
*
Remove IS_IN_libpthread
Siddhesh Poyarekar
2014-11-24
1
-1
/
+1
*
Remove IS_IN_librt
Siddhesh Poyarekar
2014-11-24
1
-1
/
+1
*
Fix __waitpid_nocancel link error.
Roland McGrath
2014-05-16
1
-6
/
+1
*
Consolidate not-cancel.h files.
Roland McGrath
2014-05-14
1
-27
/
+27
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
* sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
cvs/fedora-glibc-20060731T0706
Roland McGrath
2006-07-31
1
-0
/
+22
*
* sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,
Ulrich Drepper
2006-02-15
1
-7
/
+15
*
[BZ #2226]
Ulrich Drepper
2006-02-12
1
-1
/
+16
[next]