Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 1 | -0/+1 |
| | |||||
* | Clean up POSIX.1 implementation of truncate. | Roland McGrath | 2013-05-06 | 1 | -7/+10 |
| | |||||
* | Add missing #include in sysdeps/posix/opendir.c. | Roland McGrath | 2013-05-01 | 1 | -0/+1 |
| | |||||
* | Fix name space use in last commit. | Roland McGrath | 2013-04-23 | 1 | -1/+1 |
| | |||||
* | Add generic POSIX implementation of C11 timespec_get. | Roland McGrath | 2013-04-23 | 1 | -0/+38 |
| | |||||
* | Minor cleanup in getaddrinfo | Siddhesh Poyarekar | 2013-04-22 | 1 | -3/+4 |
| | | | | | Replace repeated computations of alloca size with a local variable that stores the computed value. | ||||
* | Fix stack overflow in getaddrinfo with many results | Andreas Schwab | 2013-04-03 | 1 | -2/+21 |
| | |||||
* | Never call syslog in __libc_message. | Roland McGrath | 2013-03-28 | 1 | -9/+0 |
| | |||||
* | Consolidate Linux and POSIX libc_fatal code. | Roland McGrath | 2013-03-19 | 1 | -7/+30 |
| | |||||
* | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | 2013-02-14 | 1 | -4/+3 |
| | |||||
* | ulimit: include <limits.h> | Pino Toscano | 2013-01-23 | 1 | -0/+1 |
| | |||||
* | ulimit: move linux implementation as posix | Pino Toscano | 2013-01-23 | 1 | -0/+91 |
| | | | | | The linux implementation of ulimit works correctly and has nothing specific to Linux, so move it as general posix implementation. | ||||
* | Fix copyright notice corruption from update-copyright bug. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 78 | -84/+78 |
| | |||||
* | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2013-01-01 | 2 | -4/+2 |
| | |||||
* | Return EAI_SYSTEM if we're out of file descriptors | Siddhesh Poyarekar | 2012-11-19 | 1 | -0/+6 |
| | | | | Resolves BZ #14719. | ||||
* | Generate /usr/libexec/getconf files when cross-compiling. | Joseph Myers | 2012-11-17 | 1 | -72/+23 |
| | |||||
* | Suppress incorrect link warnings for NSS symbols | Chris Metcalf | 2012-10-30 | 1 | -1/+1 |
| | | | | | | | | | When glibc is built with --enable-static-nss, the warning that using NSS symbols requires the nss shared objects to be present is no longer true, as those symbols are built into libc. Suppress the warning for those symbols by providing a new macro (nss_interface_function) for the NSS functions that is defined as static_link_warning in the normal case, and empty for static NSS. | ||||
* | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 2012-10-24 | 1 | -1/+2 |
| | |||||
* | __alloc_dir: avoid integer overflow in malloc argument | Florian Weimer | 2012-10-16 | 1 | -4/+11 |
| | |||||
* | sysconf/posix: handle _SC_LEVEL4_CACHE_LINESIZE | Pino Toscano | 2012-10-03 | 1 | -0/+1 |
| | |||||
* | Implement POSIX-generic sleep via nanosleep rather than SIGARLM. | Roland McGrath | 2012-09-28 | 1 | -65/+35 |
| | |||||
* | [BZ #11438] | Jeff Law | 2012-09-28 | 1 | -4/+0 |
| | | | | | | | | | * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 * addresses to global scope. * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16 addresses are in the same scope as 192.0.2/24. * posix/gai.conf: Document new scope table defaults. | ||||
* | * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r | Jeff Law | 2012-08-22 | 1 | -2/+7 |
| | | | | if the family is PF_UNSPEC. | ||||
* | Move some things from sysdeps/unix to sysdeps/posix. | Roland McGrath | 2012-08-17 | 6 | -0/+252 |
| | |||||
* | Fix typo in last change. | Roland McGrath | 2012-08-17 | 1 | -1/+1 |
| | |||||
* | Fix getaddrinfo for [!_STATBUF_ST_NSEC] case. | Roland McGrath | 2012-08-17 | 1 | -2/+35 |
| | |||||
* | Add casts to suppress warnings in system.c under [!_LIBC_REENTRANT]. | Roland McGrath | 2012-08-15 | 1 | -3/+3 |
| | |||||
* | Add a missing #include. | Roland McGrath | 2012-08-08 | 1 | -1/+2 |
| | |||||
* | Move common dirent implementation from sysdeps/unix to sysdeps/posix. | Roland McGrath | 2012-08-07 | 10 | -0/+774 |
| | |||||
* | Fix lots of bitrot for stub configurations. | Roland McGrath | 2012-07-30 | 3 | -3/+5 |
| | |||||
* | Rename __secure_getenv to secure_getenv | Florian Weimer | 2012-07-25 | 3 | -10/+12 |
| | |||||
* | Avoid duplicate DNS requests if answer is longer than a implementation | Jeroen van Bemmel | 2012-07-12 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | limit [BZ #14307] * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of the temporary buffer used to invoke __gethostbyname2_r, __gethostbyaddr_r and gethostbyname4_r to make room for struct host_data / struct gaih_addrtuple. * resolv/nss_dns/dns-host.c (global scope): Move definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to header file nss/nsswitch.h. * nss/nsswitch.h (global scope): Add definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from resolv/nss_dns/dns-host.c). | ||||
* | Switch gettimeofday from INTUSE to libc_hidden_proto. | Roland McGrath | 2012-05-24 | 1 | -5/+3 |
| | |||||
* | Hurd: libc_once_get | Thomas Schwinge | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | Hurd: #include <kernel-features.h> | Thomas Schwinge | 2012-05-10 | 1 | -1/+2 |
| | |||||
* | Move sysdeps/unix/sysv/gethostname.c to sysdeps/posix/. | Joseph Myers | 2012-04-23 | 1 | -0/+48 |
| | |||||
* | Add missing headers | Andreas Schwab | 2012-02-27 | 1 | -1/+2 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 61 | -183/+122 |
| | |||||
* | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | 2012-01-30 | 1 | -5/+1 |
| | |||||
* | Clean up internal fopen uses | Ulrich Drepper | 2011-11-15 | 1 | -1/+1 |
| | | | | No need to ever not use c and e. | ||||
* | Cache network interface information | Ulrich Drepper | 2011-10-31 | 1 | -5/+5 |
| | | | | | | | | | | | | Whenever getaddrinfo needed network interface information it used the netlink interface to read the information every single time. The problem is that this information can change at any time. The patch implements monitoring of the network interfaces through nscd. If no change is detected the previously read information can be reused (which is the norm). This timestamp information is also made available to other processes using the shared memory segment between nscd and those processes. | ||||
* | Clean up disabling of script_execute | Roland McGrath | 2011-09-19 | 1 | -9/+11 |
| | |||||
* | Try shell in posix_spawn* only in compat mode | Ulrich Drepper | 2011-09-05 | 1 | -4/+10 |
| | |||||
* | Fix encoding name for IDN in getaddrinfo | Andreas Schwab | 2011-08-04 | 1 | -1/+4 |
| | |||||
* | Make sure RES_USE_INET6 is always restored | Andreas Schwab | 2011-06-30 | 1 | -0/+4 |
| | |||||
* | Avoid __check_pf calls in getaddrinfo unless really needed | Ulrich Drepper | 2011-06-22 | 1 | -5/+12 |
| | |||||
* | Fix Ipv4&IPv6 lookup in getaddrinfo | Andreas Schwab | 2011-06-22 | 1 | -1/+1 |
| | | | | Problem introduced in the last patch. | ||||
* | Fix IPv6-only lookups through getaddrinfo | Ulrich Drepper | 2011-06-21 | 1 | -3/+31 |
| | | | | | A recent patch introduced a problem where IPv6 lookups happily returned IPv4 addresses. | ||||
* | Minor optimization of getaddrinfo after recent patch | Ulrich Drepper | 2011-06-21 | 1 | -14/+4 |
| |