Commit Graph

13684 Commits

Author SHA1 Message Date
Ulrich Drepper 908c9e87c3 * nscd/connections.c (main_loop_epoll): Pass NULL as event
argument for epoll_ctl(EPOLL_CTL_DEL) calls.
2005-08-09 06:16:47 +00:00
Ulrich Drepper 4630012fef * nscd/nscd_stat.c (receive_print_stats): Really print values of
thread number, paranoia, and restart interval the server is using.
2005-08-09 05:46:16 +00:00
Ulrich Drepper a7c684a235 * argp/argp-help.c: Use _IO_vasprintf instead of vasprintf.
* include/stdio.h: Add libc_hidden_proto for __vfprintf_chk.
	* debug/vfprintf_chk.c: Add libc_hidden_def.
2005-08-09 01:27:20 +00:00
Ulrich Drepper c9cc8e1083 Add libc_hidden_def. 2005-08-09 01:24:11 +00:00
Roland McGrath 4f17f1ee67 * argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
(__argp_failure): Likewise.
2005-08-09 00:58:13 +00:00
Roland McGrath c7b2c636e8 2005-08-08 Roland McGrath <roland@redhat.com>
* argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
	(__argp_failure): Likewise.
2005-08-09 00:58:08 +00:00
Ulrich Drepper 1d9aa9ce62 * nscd/cache.c (cache_add): Commit hash table and header to disk. 2005-08-08 21:04:02 +00:00
Ulrich Drepper cc46d02a45 (cache_add): Comment hash table and header to disk. 2005-08-08 20:58:35 +00:00
Roland McGrath ba4ee8de71 * mach/shortcut.awk: Ignore `weak_alias' lines.
Reported by Alfred M. Szmidt <ams@gnu.org>.

	Reported by Alfred M. Szmidt <ams@gnu.org>.
2005-08-08 20:53:35 +00:00
Roland McGrath 820e7d0b08 2005-08-05 Roland McGrath <roland@redhat.com>
* mach/shortcut.awk: Ignore `weak_alias' lines.
	Reported by Alfred M. Szmidt <ams@gnu.org>.
2005-08-08 20:52:23 +00:00
Ulrich Drepper f54a329a28 * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
* nscd/connections.c (nscd_init): Likewise.
2005-08-08 20:42:33 +00:00
Ulrich Drepper e62995c112 * stdio-common/fxprintf.c: Include libioP.h. 2005-08-08 20:06:29 +00:00
Ulrich Drepper dc4bb1c2be * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,
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.
2005-08-08 19:04:11 +00:00
Ulrich Drepper 6c49b464d9 * elf/elf.h (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO
definition.
2005-08-07 07:55:10 +00:00
Ulrich Drepper a9e8e2c6ab * timezone/checktab.awk: Update from tzcode2005k.
* 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.
2005-08-06 06:02:23 +00:00
Ulrich Drepper c872f5cc63 Update from tzcode2005k. 2005-08-06 05:40:57 +00:00
Roland McGrath bf3534a59e * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue. 2005-08-05 21:16:35 +00:00
Roland McGrath 8dd5f2edc7 [BZ #1137]
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]
2005-08-04 21:35:51 +00:00
Roland McGrath c1950ac6f8 [BZ #413, BZ #448]
bz tag
	[BZ #448]
	[BZ #413]
2005-08-03 07:44:12 +00:00
Roland McGrath acaa4acc74 [BZ #1137, BZ #1138]
bz tags
	[BZ #1138]
	[BZ #1138]
	[BZ #1137]
2005-08-02 03:29:01 +00:00
Ulrich Drepper 4978fb0cdb * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart system
call if it returned EINTR.
2005-08-01 19:27:50 +00:00
Ulrich Drepper 943525d000 helper variable into .data.rel.ro. Simplify the code. Extend
comment to explain prelinking.
2005-07-31 17:50:49 +00:00
Ulrich Drepper 960095134b helper variable into .data.rel.ro. Remove unnecessary label. 2005-07-31 16:44:38 +00:00
Ulrich Drepper 541858d04a * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Move
helper variable into .data.rel.ro.
2005-07-31 16:31:24 +00:00
Ulrich Drepper 21c03dbf6a (elf_machine_load_address): Move helper variable into .data.rel.ro. 2005-07-31 16:28:55 +00:00
Andreas Jaeger 52387e1db0 Update.
2005-07-31  Andreas Jaeger  <aj@suse.de>

	* include/bits/syslog.h: New file.
2005-07-31 15:56:45 +00:00
Andreas Jaeger 46b77fcf13 New file needed since we have misc/bits/syslog.h. 2005-07-31 15:56:33 +00:00
Ulrich Drepper 23e2554f5b * elf/dl-load.c [__WORDSIZE==64] (FILEBUF_SIZE): Adjust the value
up.  We have more program header entries now and the note section
	was normally not loaded.
2005-07-30 21:15:22 +00:00
Ulrich Drepper 1ce359b0fc * nis/nis_subr.c: Some minor code cleanups. 2005-07-30 19:37:11 +00:00
Ulrich Drepper 29c21e4900 * misc/bits/syslog.h: New file.
* 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.
2005-07-30 06:00:43 +00:00
Ulrich Drepper 155c581323 Fortification definitions for syslog functions. 2005-07-30 05:56:45 +00:00
Roland McGrath 4bc68378f3 * misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>. 2005-07-28 21:42:42 +00:00
Roland McGrath ce14a81458 2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>
* misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
2005-07-28 21:42:37 +00:00
Ulrich Drepper 1cd4f3c78b * nis/nis_xdr.c: Help gcc to generate unnecessary wrapper functions. 2005-07-28 16:30:20 +00:00
Ulrich Drepper 4c5b09ed6b * stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintf
call.
	* gmon/gmon.c (write_gmon): Use __snprintf rather than snprintf.
2005-07-28 14:51:03 +00:00
Ulrich Drepper eca086a613 * nis/nis_file.c: Rewrite the two pairs of functions into wrappers
around a pair of new, generalized functions.  22% size reduction.
2005-07-28 07:10:28 +00:00
Ulrich Drepper c3c45d9cde * nis/nis_xdr.c: Remove unnecessary cast which might hide bugs.
Rearrange code.  This reduces the code size 10%.
2005-07-28 06:27:35 +00:00
Ulrich Drepper 4f9d87ec29 * locales/hu_HU: Better collation.
Patch by Gyuro Lehel <lehel@freemail.hu>.
2005-07-26 16:10:19 +00:00
Ulrich Drepper 6fa565cbe2 Better collation. 2005-07-26 16:08:46 +00:00
Roland McGrath 73adcf6c8f * misc/error.c (error_tail): Fix a comment typo. 2005-07-26 08:42:58 +00:00
Roland McGrath a7ed1b0c15 2005-07-26 Jakub Jelinek <jakub@redhat.com>
* misc/error.c (error_tail): Fix a comment typo.
2005-07-26 08:42:53 +00:00
Ulrich Drepper f708467a3e * po/zh_TW.po: Update from translation team. 2005-07-26 04:04:13 +00:00
Ulrich Drepper 02ca3541ce * debug/mbstowcs_chk.c: New file.
* 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
2005-07-25 21:41:45 +00:00
Ulrich Drepper 09987e425c * string/test-memset.c (test_main): Use negative byte value is
test.
2005-07-25 01:40:59 +00:00
Ulrich Drepper 03c4ded352 Add a few casts to avoid warnings. 2005-07-24 23:09:17 +00:00
Ulrich Drepper 000a4dfe5f * string/test-memset.c (do_one_test): Compare effect of call, not
only return value.

	Add a few cassts to avoid warnings.
2005-07-24 23:08:03 +00:00
Ulrich Drepper c158fc76d9 (do_one_test): Compare effect of call, not only return value.
Add a few cassts to avoid warnings.
2005-07-24 23:06:44 +00:00
Roland McGrath 95029045a3 * sysdeps/sh/memset.S (memset): Correct 2nd argument handling. 2005-07-24 22:54:37 +00:00
Roland McGrath 9bb50816d4 typo
2005-07-24  Ulrich Drepper  <drepper@redhat.com>
2005-07-24 21:47:52 +00:00
Roland McGrath 0e5cb15739 [BZ #1125]
bz tag
	[BZ #1125]
2005-07-24 21:44:32 +00:00