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
/
posix
/
bits
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-27
unistd: Improve fortify with clang
Adhemerval Zanella
1
-28
/
+82
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
9
-9
/
+9
2023-07-05
unistd: Avoid PLT entries with _FORTIFY_SOURCE
Frédéric Bérat
1
-3
/
+3
2023-07-05
posix/bits/unistd.h: Clearly separate declaration from definitions
Frédéric Bérat
2
-153
/
+199
2023-06-22
Call "CST" a time zone abbreviation, not a name
Paul Eggert
1
-1
/
+1
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
8
-8
/
+8
2022-01-12
debug: Synchronize feature guards in fortified functions [BZ #28746]
Siddhesh Poyarekar
1
-1
/
+1
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
8
-8
/
+8
2021-10-20
Make sure that the fortified function conditionals are constant
Siddhesh Poyarekar
1
-135
/
+39
2021-09-16
posix: Fix attribute access mode on getcwd [BZ #27476]
Aurelien Jarno
1
-3
/
+2
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
8
-8
/
+8
2020-12-31
nonstring: Enable __FORTIFY_LEVEL=3
Siddhesh Poyarekar
1
-54
/
+66
2020-05-04
improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]
Martin Sebor
1
-23
/
+35
2020-02-07
y2038: Define __suseconds64_t type to be used with struct __timeval64
Lukasz Majewski
1
-0
/
+1
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
8
-8
/
+8
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
8
-8
/
+8
2019-04-30
Make mktime etc. compatible with __time64_t
Paul Eggert
1
-3
/
+6
2019-03-13
Use a proper C tokenizer to implement the obsolete typedefs test.
Zack Weinberg
1
-5
/
+5
2019-02-08
Provide <bits/unistd_ext.h> as a sysdeps header exclusively
Florian Weimer
1
-21
/
+0
2019-02-08
Linux: Add gettid system call wrapper [BZ #6399]
Florian Weimer
1
-0
/
+21
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
8
-8
/
+8
2018-10-24
Y2038: Add 64-bit time for all architectures
Albert ARIBAUD (3ADEV)
1
-0
/
+8
2018-02-07
Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (bug 17979).
Joseph Myers
1
-0
/
+10
2018-02-06
Correct type of SSIZE_MAX for 32-bit (bug 13575).
Joseph Myers
1
-1
/
+9
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
8
-8
/
+8
2017-08-09
Remove __qaddr_t.
Joseph Myers
1
-1
/
+0
2017-06-13
Correct indentation in posix/bits/cpu-set.h.
Zack Weinberg
1
-22
/
+22
2017-06-12
Remove __need_schedparam and __cpu_set_t_defined.
Zack Weinberg
1
-0
/
+124
2017-05-20
Remove __need macros from signal.h.
Zack Weinberg
1
-0
/
+4
2017-04-07
getopt: annotate files with relationship to gnulib.
Zack Weinberg
3
-3
/
+6
2017-04-07
getopt: eliminate __need_getopt by splitting up getopt.h.
Zack Weinberg
3
-0
/
+221
2017-02-16
Move bits/types.h into posix/bits.
Zack Weinberg
1
-0
/
+203
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
3
-3
/
+3
2016-12-08
Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.
Zack Weinberg
1
-1
/
+1
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
3
-3
/
+3
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
3
-3
/
+3
2014-02-21
Complete _BSD_SOURCE / _SVID_source followup cleanup.
Joseph Myers
1
-1
/
+1
2014-02-12
Combine __USE_BSD and __USE_SVID into __USE_MISC.
Joseph Myers
1
-4
/
+4
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
3
-3
/
+3
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
3
-3
/
+3
2012-11-19
Fix _POSIX_TZNAME_MAX for older POSIX (bug 14856).
Joseph Myers
1
-2
/
+6
2012-04-29
Fix attributes for fortify functions.
Marek Polacek
1
-14
/
+14
2012-02-09
Replace FSF snail mail address with URLs.
Paul Eggert
3
-9
/
+6
2012-01-07
Remove pre-ISO C support
Ulrich Drepper
1
-9
/
+9
2009-04-26
* posix/bits/posix1_lim.h: Cleanup namespace a bit.
Ulrich Drepper
1
-4
/
+8
2008-10-31
[BZ #6980]
Ulrich Drepper
1
-2
/
+2
2007-09-26
* misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
Ulrich Drepper
1
-44
/
+180
2007-03-17
* configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
Ulrich Drepper
1
-15
/
+15
2006-08-24
* posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
Ulrich Drepper
1
-1
/
+1
2006-04-24
* posix/bits/unistd.h (__readlinkat_chk): New prototype.
Ulrich Drepper
1
-0
/
+22
[next]