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
/
io
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-28
cdefs: Drop access attribute for _FORTIFY_SOURCE=3 (BZ #31383)
Siddhesh Poyarekar
1
-0
/
+2
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2023-09-07
io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64
Aurelien Jarno
1
-0
/
+1
2023-07-05
Exclude routines from fortification
Frédéric Bérat
1
-0
/
+16
2023-05-30
io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ#30477)
Adhemerval Zanella
1
-0
/
+1
2023-05-30
io: Re-flow and sort multiline Makefile definitions
Adhemerval Zanella
1
-1
/
+1
2023-05-25
io: Re-flow and sort multiline Makefile definitions
Adhemerval Zanella
1
-61
/
+197
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
1
-1
/
+1
2022-11-01
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
1
-8
/
+10
2022-04-28
linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)
Adhemerval Zanella
1
-3
/
+5
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2021-11-24
io: Refactor close_range and closefrom
Adhemerval Zanella
1
-1
/
+2
2021-10-07
io: Fix ftw internal realloc buffer (BZ #28126)
Adhemerval Zanella
1
-0
/
+1
2021-07-21
io: Add time64 alias for fcntl
Florian Weimer
1
-0
/
+2
2021-07-08
io: Add closefrom [BZ #10353]
Adhemerval Zanella
1
-1
/
+3
2021-06-22
Use 64 bit time_t stat internally
Adhemerval Zanella
1
-2
/
+2
2021-06-15
y2038: Add test coverage
Adhemerval Zanella
1
-2
/
+20
2021-06-15
io: Add ftw64 with 64-bit time_t support
Adhemerval Zanella
1
-1
/
+3
2021-06-15
io: Add fts64 with 64-bit time_t support
Adhemerval Zanella
1
-1
/
+3
2021-04-15
io: Add basic tests for utimensat
Adhemerval Zanella
1
-0
/
+1
2021-04-15
linux: Add lutimes test
Adhemerval Zanella
1
-0
/
+1
2021-04-15
linux: Add futimes test
Adhemerval Zanella
1
-0
/
+1
2021-04-15
io: Move file timestamps tests out of Linux
Adhemerval Zanella
1
-1
/
+4
2021-04-01
socket: Add CFLAGS-accept.c and CFLAGS-connect.c
Adhemerval Zanella
1
-2
/
+0
2021-03-18
nptl: Remove connect from libpthread
Adhemerval Zanella
1
-0
/
+1
2021-03-18
nptl: Remove accept from libpthread
Adhemerval Zanella
1
-0
/
+1
2021-03-18
nptl: Remove close from libpthread
Adhemerval Zanella
1
-0
/
+1
2021-03-18
nptl: Remove read from libpthread
Adhemerval Zanella
1
-1
/
+1
2021-03-18
nptl: Remove write from libpthread
Adhemerval Zanella
1
-1
/
+1
2021-03-11
io: Return EBAFD for negative file descriptor on fstat (BZ #27559)
Adhemerval Zanella
1
-1
/
+1
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2020-12-29
io: Remove xmknod{at} implementations
Adhemerval Zanella
1
-1
/
+1
2020-12-29
io: Remove xstat implementations
Adhemerval Zanella
1
-2
/
+1
2020-11-26
io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353]
Xiaoming Ni
1
-1
/
+2
2020-10-09
Remove mknod wrapper functions, move them to symbols
Adhemerval Zanella
1
-5
/
+0
2020-10-09
Remove stat wrapper functions, move them to exported symbols
Adhemerval Zanella
1
-2
/
+2
2020-10-08
nptl: Add missing cancellation flags on lockf
Adhemerval Zanella
1
-2
/
+2
2020-02-18
Move implementation of <file_change_detection.h> into a C file
Florian Weimer
1
-1
/
+1
2020-02-12
io: Add io/tst-lchmod covering lchmod and fchmodat
Florian Weimer
1
-1
/
+1
2020-02-12
Add internal <file_change_detection.h> header file
Florian Weimer
1
-1
/
+1
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
1
-1
/
+1
2019-07-08
nftw: fill in stat buf for dangling links [BZ #23501]
DJ Delorie
1
-1
/
+2
2019-06-28
io: Remove copy_file_range emulation [BZ #24744]
Florian Weimer
1
-5
/
+0
2019-06-12
<sys/stat.h>: Use Linux UAPI header for statx if available and useful
Florian Weimer
1
-1
/
+3
2019-02-15
io: Consolidate lockf implementation
Adhemerval Zanella
1
-1
/
+1
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2018-07-11
Install <bits/statx.h> header
Florian Weimer
1
-1
/
+1
2018-07-10
Add the statx function
Florian Weimer
1
-1
/
+4
2018-06-26
Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)
Adhemerval Zanella
1
-1
/
+2
[next]