index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
posix
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-16
CVE-2013-4237, BZ #14699: Buffer overflow in readdir_r
Florian Weimer
4
-12
/
+34
2013-06-11
Fix symbol definitions for __clock_* functions
Siddhesh Poyarekar
1
-2
/
+2
2013-06-08
Use (void) in no-arguments function definitions.
Joseph Myers
1
-1
/
+1
2013-05-21
Set EAI_SYSTEM only when h_errno is NETDB_INTERNAL
Siddhesh Poyarekar
1
-2
/
+10
2013-05-16
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
Ryan S. Arnold
1
-0
/
+1
2013-05-06
Clean up POSIX.1 implementation of truncate.
Roland McGrath
1
-7
/
+10
2013-05-01
Add missing #include in sysdeps/posix/opendir.c.
Roland McGrath
1
-0
/
+1
2013-04-23
Fix name space use in last commit.
Roland McGrath
1
-1
/
+1
2013-04-23
Add generic POSIX implementation of C11 timespec_get.
Roland McGrath
1
-0
/
+38
2013-04-22
Minor cleanup in getaddrinfo
Siddhesh Poyarekar
1
-3
/
+4
2013-04-03
Fix stack overflow in getaddrinfo with many results
Andreas Schwab
1
-2
/
+21
2013-03-28
Never call syslog in __libc_message.
Roland McGrath
1
-9
/
+0
2013-03-19
Consolidate Linux and POSIX libc_fatal code.
Roland McGrath
1
-7
/
+30
2013-02-14
Remove bp-sym.h and BP_SYM uses from C code.
Joseph Myers
1
-4
/
+3
2013-01-23
ulimit: include <limits.h>
Pino Toscano
1
-0
/
+1
2013-01-23
ulimit: move linux implementation as posix
Pino Toscano
1
-0
/
+91
2013-01-02
Fix copyright notice corruption from update-copyright bug.
Joseph Myers
1
-1
/
+1
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
78
-84
/
+78
2013-01-01
Add script to update copyright notices and reformat some to facilitate its use.
Joseph Myers
2
-4
/
+2
2012-11-19
Return EAI_SYSTEM if we're out of file descriptors
Siddhesh Poyarekar
1
-0
/
+6
2012-11-17
Generate /usr/libexec/getconf files when cross-compiling.
Joseph Myers
1
-72
/
+23
2012-10-30
Suppress incorrect link warnings for NSS symbols
Chris Metcalf
1
-1
/
+1
2012-10-24
BZ#14743: Move clock_* symbols from librt to libc.
Roland McGrath
1
-1
/
+2
2012-10-16
__alloc_dir: avoid integer overflow in malloc argument
Florian Weimer
1
-4
/
+11
2012-10-03
sysconf/posix: handle _SC_LEVEL4_CACHE_LINESIZE
Pino Toscano
1
-0
/
+1
2012-09-28
Implement POSIX-generic sleep via nanosleep rather than SIGARLM.
Roland McGrath
1
-65
/
+35
2012-09-28
[BZ #11438]
Jeff Law
1
-4
/
+0
2012-08-22
* sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
Jeff Law
1
-2
/
+7
2012-08-17
Move some things from sysdeps/unix to sysdeps/posix.
Roland McGrath
6
-0
/
+252
2012-08-17
Fix typo in last change.
Roland McGrath
1
-1
/
+1
2012-08-17
Fix getaddrinfo for [!_STATBUF_ST_NSEC] case.
Roland McGrath
1
-2
/
+35
2012-08-15
Add casts to suppress warnings in system.c under [!_LIBC_REENTRANT].
Roland McGrath
1
-3
/
+3
2012-08-08
Add a missing #include.
Roland McGrath
1
-1
/
+2
2012-08-07
Move common dirent implementation from sysdeps/unix to sysdeps/posix.
Roland McGrath
10
-0
/
+774
2012-07-30
Fix lots of bitrot for stub configurations.
Roland McGrath
3
-3
/
+5
2012-07-25
Rename __secure_getenv to secure_getenv
Florian Weimer
3
-10
/
+12
2012-07-12
Avoid duplicate DNS requests if answer is longer than a implementation
Jeroen van Bemmel
1
-3
/
+7
2012-05-24
Switch gettimeofday from INTUSE to libc_hidden_proto.
Roland McGrath
1
-5
/
+3
2012-05-10
Hurd: libc_once_get
Thomas Schwinge
1
-1
/
+1
2012-05-10
Hurd: #include <kernel-features.h>
Thomas Schwinge
1
-1
/
+2
2012-04-23
Move sysdeps/unix/sysv/gethostname.c to sysdeps/posix/.
Joseph Myers
1
-0
/
+48
2012-02-27
Add missing headers
Andreas Schwab
1
-1
/
+2
2012-02-09
Replace FSF snail mail address with URLs.
Paul Eggert
61
-183
/
+122
2012-01-30
Remove miscellaneous __STDC__ conditionals.
Joseph Myers
1
-5
/
+1
2011-11-15
Clean up internal fopen uses
Ulrich Drepper
1
-1
/
+1
2011-10-31
Cache network interface information
Ulrich Drepper
1
-5
/
+5
2011-09-19
Clean up disabling of script_execute
Roland McGrath
1
-9
/
+11
2011-09-05
Try shell in posix_spawn* only in compat mode
Ulrich Drepper
1
-4
/
+10
2011-08-04
Fix encoding name for IDN in getaddrinfo
Andreas Schwab
1
-1
/
+4
2011-06-30
Make sure RES_USE_INET6 is always restored
Andreas Schwab
1
-0
/
+4
[next]