about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.Ulrich Drepper2005-08-083-2/+9
| | | | * nscd/connections.c (nscd_init): Likewise.
* * stdio-common/fxprintf.c: Include libioP.h.Ulrich Drepper2005-08-082-0/+3
|
* * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,Ulrich Drepper2005-08-0810-87/+333
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getdomainname): Add __NTH. * stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs): Likewise. (realpath): Likewise. Use __const instead of const. Add __restrict keywords. * socket/bits/socket2.h (recvfrom): Add __restrict keyword to __buf. * wcsmbs/bits/wchar2.h (wmemcpy, wmemmove, wmempcpy, wmemset, wcscpy, wcpcpy, wcsncpy, wcpncpy, wcscat, wcsncat, vswprintf, wcrtomb, mbsrtowcs, wcsrtombs, mbsnrtowcs, wcsnrtombs): Add __NTH. * string/bits/string3.h (__memset_ichk): Likewise. (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk, __strcpy_ichk, __stpcpy_ichk, __strncpy_ichk, stpncpy, __strcat_ichk, __strncat_ichk): Likewise. Use __const instead of const. (__stpncpy_chk): Use __const instead of const. (__stpncpy_alias): Use __REDIRECT_NTH instead of __REDIRECT. 2005-08-08 Ulrich Drepper <drepper@redhat.com> Jakub Jelinek <jakub@redhat.com> * nscd/mem.c (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): Move definitions to... * nscd/nscd.h (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): ...here. * nscd/connections.c (usekey): New enum. (check_use, verify_persistent_db): New functions. (nscd_init): If persistent database is corrupted, unlink it and recreate rather than falling back to non-persistent database. Call verify_persistent_db. Avoid overflows in total computation. 2005-08-08 Ulrich Drepper <drepper@redhat.com> * iconvdata/utf-16.c (PREPARE_LOOP): Minor cleanups to make code better readable. Avoid passing var to loop function, it's not necessary at all.
* * elf/elf.h (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTROUlrich Drepper2005-08-0715-115/+130
| | | | definition.
* * timezone/checktab.awk: Update from tzcode2005k.Ulrich Drepper2005-08-061-0/+22
| | | | | | | | | | | | | | | | | | | | | * timezone/private.h: Likewise. * timezone/scheck.c: Likewise. * timezone/tzselect.ksh: Likewise. * timezone/zdump.c: Likewise. * timezone/zic.c: Likewise. * timezone/africa: Update from tzdata2005k. * timezone/antarctica: Likewise. * timezone/asia: Likewise. * timezone/australasia: Likewise. * timezone/europe: Likewise. * timezone/iso3166.tab: Likewise. * timezone/leapseconds: Likewise. * timezone/northamerica: Likewise. * timezone/solar87: Likewise. * timezone/solar88: Likewise. * timezone/solar89: Likewise. * timezone/southamerica: Likewise. * timezone/zone.tab: Likewise.
* Update from tzcode2005k.Ulrich Drepper2005-08-066-24/+108
|
* * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.Roland McGrath2005-08-052-2/+6
|
* [BZ #1137]Roland McGrath2005-08-043-4/+12
| | | | | | | | | | 2005-08-03 Dwayne Grant McConnell <dgm69@us.ibm.com> * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Use +=, not =, to append. Remove duplicate flags. * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s): Likewise. Fix comments. [BZ #1137]
* [BZ #413, BZ #448]Roland McGrath2005-08-031-1/+2
| | | | | | bz tag [BZ #448] [BZ #413]
* [BZ #1137, BZ #1138]Roland McGrath2005-08-021-0/+3
| | | | | | | bz tags [BZ #1138] [BZ #1138] [BZ #1137]
* * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart systemUlrich Drepper2005-08-012-5/+15
| | | | call if it returned EINTR.
* helper variable into .data.rel.ro. Simplify the code. ExtendUlrich Drepper2005-07-312-8/+12
| | | | comment to explain prelinking.
* helper variable into .data.rel.ro. Remove unnecessary label.Ulrich Drepper2005-07-312-2/+2
|
* * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): MoveUlrich Drepper2005-07-311-0/+5
| | | | helper variable into .data.rel.ro.
* (elf_machine_load_address): Move helper variable into .data.rel.ro.Ulrich Drepper2005-07-311-1/+1
|
* Update.Andreas Jaeger2005-07-311-0/+4
| | | | | | 2005-07-31 Andreas Jaeger <aj@suse.de> * include/bits/syslog.h: New file.
* New file needed since we have misc/bits/syslog.h.Andreas Jaeger2005-07-311-0/+1
|
* * elf/dl-load.c [__WORDSIZE==64] (FILEBUF_SIZE): Adjust the valueUlrich Drepper2005-07-302-7/+11
| | | | | up. We have more program header entries now and the note section was normally not loaded.
* * nis/nis_subr.c: Some minor code cleanups.Ulrich Drepper2005-07-302-15/+9
|
* * misc/bits/syslog.h: New file.Ulrich Drepper2005-07-306-20/+55
| | | | | | | | | | | | | * misc/sys/syslog.h: Include <bits/syslog.h> for fortification. * misc/Makefile (headers): Add bits/syslog.h. * include/sys/syslog.h: Add __vsyslog_chk prototype and hidden_proto. * sysdeps/generic/syslog.c: Change vsyslog function to __vsyslog_chk. Call __vfprintf_chk if necessary. Make vsyslog a wrapper. Add __syslog_chk. * misc/Versions: Export __syslog_chk and __vsyslog_chk. * nis/nis_xdr.c: Help gcc to avoid generating unnecessary wrapper functions.
* Fortification definitions for syslog functions.Ulrich Drepper2005-07-301-0/+39
|
* * misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>. cvs/fedora-glibc-20050729T1531Roland McGrath2005-07-281-0/+4
|
* 2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>Roland McGrath2005-07-281-0/+2
| | | | * misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
* * nis/nis_xdr.c: Help gcc to generate unnecessary wrapper functions.Ulrich Drepper2005-07-282-2/+6
|
* * stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintfUlrich Drepper2005-07-283-2/+8
| | | | | call. * gmon/gmon.c (write_gmon): Use __snprintf rather than snprintf.
* * nis/nis_file.c: Rewrite the two pairs of functions into wrappersUlrich Drepper2005-07-282-58/+40
| | | | around a pair of new, generalized functions. 22% size reduction.
* * nis/nis_xdr.c: Remove unnecessary cast which might hide bugs.Ulrich Drepper2005-07-282-245/+264
| | | | Rearrange code. This reduces the code size 10%.
* * locales/hu_HU: Better collation.Ulrich Drepper2005-07-261-0/+5
| | | | Patch by Gyuro Lehel <lehel@freemail.hu>.
* Better collation.Ulrich Drepper2005-07-261-8/+41
|
* * misc/error.c (error_tail): Fix a comment typo.Roland McGrath2005-07-261-0/+4
|
* 2005-07-26 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-07-261-1/+1
| | | | * misc/error.c (error_tail): Fix a comment typo.
* * po/zh_TW.po: Update from translation team.Ulrich Drepper2005-07-262-4099/+4619
|
* * debug/mbstowcs_chk.c: New file.Ulrich Drepper2005-07-257-4/+126
| | | | | | | | | | | * debug/wcstombs_chk.c: New file. * debug/Makefile (routines): Add mbstowcs_chk and wcstombs_chk. * debug/Versions: Add __mbstowcs_chk and __wcstombs_chk. * stdlib/bits/stdlib.h: Add definitions for mbstowcs and wcstombs. * wcsmbs/bits/wchar2.h (mbsrtowcs): Pretty printing. * string/test-memset.c (test_main): Use negative byte value in
* * string/test-memset.c (test_main): Use negative byte value is cvs/fedora-glibc-20050725T0627Ulrich Drepper2005-07-252-2/+4
| | | | test.
* Add a few casts to avoid warnings.Ulrich Drepper2005-07-241-1/+1
|
* * string/test-memset.c (do_one_test): Compare effect of call, notUlrich Drepper2005-07-241-0/+7
| | | | | | only return value. Add a few cassts to avoid warnings.
* (do_one_test): Compare effect of call, not only return value.Ulrich Drepper2005-07-241-7/+9
| | | | Add a few cassts to avoid warnings.
* * sysdeps/sh/memset.S (memset): Correct 2nd argument handling.Roland McGrath2005-07-242-0/+5
|
* typoRoland McGrath2005-07-241-1/+1
| | | | 2005-07-24 Ulrich Drepper <drepper@redhat.com>
* [BZ #1125]Roland McGrath2005-07-241-0/+1
| | | | | bz tag [BZ #1125]
* [BZ #1125]Ulrich Drepper2005-07-244-7/+51
| | | | | | | | | | | | | * posix/Makefile (tests): Add tst-execvp4. * posix/tst-execvp4.c: New file. 2005-07-24 Jakub Jelinek <jakub@redhat.com> [BZ #1125] * posix/execvp.c (execvp): Change path_malloc to char *, free that pointer on failure. -2005-07-24 Ulrich Drepper <drepper@redhat.com>
* * wcsmbs/Makefile: Add rules to build and run tst-wchar-h.Ulrich Drepper2005-07-243-1/+13
| | | | * wcsmbs/tst-wchar-h.c: New file.
* * wcsmbs/bits/wchar2.h: Use __FILE not FILE.Ulrich Drepper2005-07-242-9/+13
| | | | * stdio-common/fxprintf.c (__fxprintf): Define variable more local.
* * stdio-common/fxprintf.c (__fxprintf): Declare functions more local.Ulrich Drepper2005-07-222-2/+11
| | | | | | | 2005-07-22 Jakub Jelinek <jakub@redhat.com> * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use __gnuc_va_list rather than _G_va_list.
* (__vfwprintf_chk, __vwprintf_chk): Use __gnuc_va_list rather than _G_va_list.Ulrich Drepper2005-07-221-2/+2
|
* [BZ #869]Roland McGrath2005-07-222-1/+6
| | | | | | 2005-07-22 Roland McGrath <roland@redhat.com> [BZ #869] * Makerules ($(objpfx)stubs): Fix last change.
* * nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).Roland McGrath2005-07-222-1/+3
|
* * stdlib/Makefile (headers): Move bits/wchar.h to ... cvs/fedora-glibc-20050722T0433Roland McGrath2005-07-221-0/+5
| | | | * wcsmbs/Makefile (headers): ... here. Add bits/wchar2.h too.
* 2005-07-21 Roland McGrath <roland@redhat.com>Roland McGrath2005-07-222-3/+3
| | | | | * stdlib/Makefile (headers): Move bits/wchar.h to ... * wcsmbs/Makefile (headers): ... here. Add bits/wchar2.h too.
* * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.Ulrich Drepper2005-07-215-5/+21
| | | | | | | | | | | * debug/tst-chk1.c (do_test): Add test for swprintf with format being the last argument. 2005-07-21 Thorsten Kukuk <kukuk@suse.de> * debug/getgroups_chk.c (__getgroups_chk): Fix return value. * stdio-common/fxprintf.c: Include string.h.