| Commit message (Expand) | Author | Age | Files | Lines |
* | * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostemp | Ulrich Drepper | 2007-08-11 | 1 | -0/+26 |
* | * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if | Ulrich Drepper | 2007-08-10 | 1 | -0/+6 |
* | * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY): | Roland McGrath | 2007-08-10 | 1 | -1/+8 |
* | * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC is cvs/fedora-glibc-20070810T2152 | Ulrich Drepper | 2007-08-10 | 1 | -0/+5 |
* | * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l, | Jakub Jelinek | 2007-08-10 | 1 | -0/+7 |
* | * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct | Ulrich Drepper | 2007-08-10 | 1 | -0/+3 |
* | * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define. | Ulrich Drepper | 2007-08-10 | 1 | -0/+3 |
* | * po/sv.po: Update from translation team. | Ulrich Drepper | 2007-08-09 | 1 | -0/+4 |
* | * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l. cvs/fedora-glibc-20070809T0939 | Roland McGrath | 2007-08-07 | 1 | -0/+21 |
* | * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): | Roland McGrath | 2007-08-06 | 1 | -0/+5 |
* | * po/zh_CN.po: Updated translation from translation team. | Ulrich Drepper | 2007-08-05 | 1 | -0/+4 |
* | * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h (PSEUDO): | Jakub Jelinek | 2007-08-05 | 1 | -0/+5 |
* | * posix/Makefile ($(objpfx)getconf.speclist): Fix typo. | Roland McGrath | 2007-08-04 | 1 | -0/+4 |
* | * po/nl.po: Likewise. cvs/fedora-glibc-20070804T2027 | Ulrich Drepper | 2007-08-04 | 1 | -0/+1 |
* | * io/bits/fcntl2.h (open, open64, openat, openat64): Add | Jakub Jelinek | 2007-08-04 | 1 | -0/+5 |
* | * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR | Ulrich Drepper | 2007-08-04 | 1 | -0/+3 |
* | * po/pl.po: Updated translation from translation team. | Ulrich Drepper | 2007-08-04 | 1 | -0/+5 |
* | * rt/aio.h: Add __nonnull attributes. | Ulrich Drepper | 2007-08-03 | 1 | -0/+4 |
* | * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0. | Ulrich Drepper | 2007-08-03 | 1 | -0/+5 |
* | * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open | Ulrich Drepper | 2007-08-03 | 1 | -0/+10 |
* | * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument | Jakub Jelinek | 2007-08-03 | 1 | -0/+5 |
* | * io/Makefile (aux): Add have_o_cloexec. | Ulrich Drepper | 2007-08-03 | 1 | -0/+9 |
* | * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data. | Ulrich Drepper | 2007-08-03 | 1 | -2/+5 |
* | * sysdeps/unix/dirstream.h (struct __dirstream): Move lock member | Ulrich Drepper | 2007-08-03 | 1 | -0/+12 |
* | * rt/mqueue.h: Change const to __const and add nonnull attributes. | Ulrich Drepper | 2007-08-02 | 1 | -0/+4 |
* | * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to | Roland McGrath | 2007-08-02 | 1 | -0/+9 |
* | * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using | Ulrich Drepper | 2007-08-01 | 1 | -0/+6 |
* | * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate cvs/fedora-glibc-20070801T1703 | Ulrich Drepper | 2007-08-01 | 1 | -0/+7 |
* | * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t | Ulrich Drepper | 2007-08-01 | 1 | -0/+17 |
* | * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count | Ulrich Drepper | 2007-08-01 | 1 | -2/+3 |
* | * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use /sys | Ulrich Drepper | 2007-07-31 | 1 | -0/+5 |
* | * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix | Jakub Jelinek | 2007-07-31 | 1 | -0/+3 |
* | [BZ #4858] cvs/fedora-glibc-20070731T1624 | Jakub Jelinek | 2007-07-31 | 1 | -1/+1 |
* | * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests. | Jakub Jelinek | 2007-07-31 | 1 | -0/+4 |
* | * manual/libc.texinfo: Update copyrights, formatting magic, and | Roland McGrath | 2007-07-31 | 1 | -0/+5 |
* | [BZ #4860] | Ulrich Drepper | 2007-07-29 | 1 | -0/+3 |
* | * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize | Ulrich Drepper | 2007-07-29 | 1 | -0/+4 |
* | * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree. | Ulrich Drepper | 2007-07-29 | 1 | -0/+13 |
* | * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE | Ulrich Drepper | 2007-07-29 | 1 | -0/+3 |
* | [BZ 4858] | Ulrich Drepper | 2007-07-29 | 1 | -0/+7 |
* | * locale/programs/ld-monetary.c (monetary_finish): Avoid range check | Ulrich Drepper | 2007-07-28 | 1 | -0/+8 |
* | * nscd/selinux.c (preserve_capabilities): Initialize new_caps | Ulrich Drepper | 2007-07-28 | 1 | -0/+9 |
* | * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to | Ulrich Drepper | 2007-07-28 | 1 | -0/+61 |
* | * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned | Ulrich Drepper | 2007-07-28 | 1 | -0/+32 |
* | [BZ #4772] | Ulrich Drepper | 2007-07-28 | 1 | -0/+4 |
* | * include/time.h (enum ptime_locale_status): Remove. | Ulrich Drepper | 2007-07-28 | 1 | -0/+15 |
* | * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code. | Ulrich Drepper | 2007-07-28 | 1 | -0/+36 |
* | * sysdeps/posix/posix_fallocate64.c: Undefine | Ulrich Drepper | 2007-07-28 | 1 | -0/+22 |
* | * Makerules (install-others-programs-nosubdir): New target. | Roland McGrath | 2007-07-24 | 1 | -0/+13 |
* | * io/Makefile (tests): Add tst-posix_fallocate. | Ulrich Drepper | 2007-07-23 | 1 | -0/+8 |