Roland McGrath
bd7b22b2eb
* malloc/tst-mallocfork.c (do_test): Make sure sa_flags is
...
initialized. Reported by John Reiser <jreiser@BitWagon.com>.
2005-12-06 00:50:15 +00:00
Roland McGrath
f30070ae4e
* stdlib/longlong.h: Update from GCC.
2005-12-06 00:48:30 +00:00
Roland McGrath
d57e74714e
* soft-fp/soft-fp.h: Include <stdlib.h>.
...
* soft-fp/floatdisf.c (__floatdisf): Return float.
2005-12-06 00:38:43 +00:00
Roland McGrath
f3423d5ab5
* sysdeps/unix/sysv/linux/kernel-features.h
...
(__ASSUME_POSIX_CPU_TIMERS): New macro, for 2.6.12 and later.
2005-12-06 00:35:22 +00:00
Roland McGrath
ec116e200e
* sysdeps/generic/dwarf2.h: Replace license text with glibc LGPL.
2005-12-06 00:15:06 +00:00
Roland McGrath
90f50d89ba
2005-12-05 Roland McGrath <roland@redhat.com>
...
* sysdeps/generic/dwarf2.h: Replace license text with glibc LGPL.
2005-12-06 00:15:01 +00:00
Ulrich Drepper
707c7499fd
(nis_list): One more reallocation optimization.
2005-12-04 07:10:47 +00:00
Ulrich Drepper
56a5719e18
* nis/nis_table.c (nis_list): Optimize freeing and reallocation of
...
result record.
2005-12-04 06:27:06 +00:00
Ulrich Drepper
9069c5e963
* nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
...
Better sized buffers. Correct error case handling.
2005-12-03 22:36:14 +00:00
Ulrich Drepper
8e64faef03
* nis/nis_error.c (nis_sperror_r): Let snprintf determine whether
...
there is an overflow.
* nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_setnetgrent):
Rewrite to use snprintf.
* nis/nss_nisplus/nisplus-publickey.c (_nss_nisplus_netname2user):
Likewise.
2005-12-03 22:15:54 +00:00
Ulrich Drepper
636e689e6f
* nis/nss_nisplus/nisplus-service.c: Fix locking to use
...
_nss_create_tablename. Avoid unnecessary copying, remove
unnecessary variables, general cleanup.
* nis/nss_nisplus/nisplus-rpc.c: Likewise.
* nis/nss_nisplus/nisplus-proto.c: Likewise..
* nis/nss_nisplus/nisplus-network.c: Fix locking to use
_nss_create_tablename. Avoid unnecessary copying, general cleanup.
* nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_getipnodebyname_r):
Removed.
Fix locking to use _nss_create_tablename. Avoid unnecessary copying,
general cleanup.
* nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
Correctly construct request.
Fix locking to use _nss_create_tablename. Avoid unnecessary copying,
general cleanup.
* nis/nss_nisplus/nisplus-alias.c: Fix locking to use
_nss_create_tablename. Avoid unnecessary copying, general cleanup.
2005-12-03 20:12:27 +00:00
Ulrich Drepper
48b293913b
* nis/nss_nisplus/nisplus-pwd.c (_nss_pwd_create_tablename):
...
Renamed from _nss_create_tablename. Export from file (but not DSO).
(pwd_tablename_val): Renamed from tablename_val, mark hidden.
(pwd_tablename_len): Renamed from tablename_len, mark hidden.
Change all users.
* nis/nss_nisplus/nisplus-spwd.c (_nss_create_tablename): Removed.
Use _nss_pwd_create_tablename now. Use pwd_tablename_val and
pwd_tablename_len. Remove unnecessary variables, general cleanup.
* nis/nss_nisplus/nisplus-grp.c: Likewise.
2005-12-03 05:20:52 +00:00
Ulrich Drepper
49b24791e0
* nis/nss_nisplus/nisplus-pwd.c: Fix locking to use
...
_nss_create_tablename. Avoid unnecessary copying, remove
unnecessary variables, general cleanup.
2005-12-03 04:44:36 +00:00
Ulrich Drepper
e186c703dc
* io/Makefile (routines): Add mknodat, xmknodat, mkdirat, mkfifoat.
...
(static-only-routines): Add mknodat.
* io/Versions [GLIBC_2.4]: Add mkdirat, mkfifoat, __xmknodat.
* io/sys/stat.h: Declare mkditat, mknodat, mkfifoat, __xmknodat.
Define mknodat inline function.
* include/sys/stat.h: Add hidden proto for __xmknodat.
* sysdeps/generic/mkdirat.c: New file.
* sysdeps/generic/mkfifoat.c: New file.
* sysdeps/generic/mknodat.c: New file.
* sysdeps/generic/xmknodat.c: New file.
* sysdeps/unix/mkfifoat.c: New file.
* sysdeps/unix/sysv/linux/mkdirat.c: New file.
* sysdeps/unix/sysv/linux/xmknodat.c: New file.
* sysdeps/generic/xmknod.c: Add one more parameter check.
2005-12-02 21:55:54 +00:00
Ulrich Drepper
975407d507
Add one more parameter check.
2005-12-02 21:41:00 +00:00
Andreas Jaeger
b02adc678a
(MREMAP_FIXED): Added. Patch by René Rebe <rene@exactcode.de>.
...
2005-11-28 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/mips/bits/mman.h (MREMAP_FIXED): Added,
Patch by René Rebe <rene@exactcode.de>.
2005-11-28 08:25:55 +00:00
Ulrich Drepper
01abbc0f7f
* sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there are
...
multiple return records but only one address.
2005-11-27 23:13:21 +00:00
Ulrich Drepper
da09af7627
* sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid some code duplication.
2005-11-27 22:59:43 +00:00
Ulrich Drepper
29546dd9b4
(gaih_inet): Avoid some code duplication.
2005-11-27 22:58:34 +00:00
Roland McGrath
9d88758aab
* sysdeps/unix/sysv/linux/fchownat.c: Include alloca.h, sysdep.h.
...
Reported by René Rebe <rene@exactcode.de>.
2005-11-27 21:20:05 +00:00
Roland McGrath
a6efdc5b2e
2005-11-27 Roland McGrath <roland@redhat.com>
...
* sysdeps/unix/sysv/linux/fchownat.c: Include alloca.h, sysdep.h.
Reported by René Rebe <rene@exactcode.de>.
2005-11-27 21:19:57 +00:00
Ulrich Drepper
fec53fc575
* sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Don't cache
...
euid and egid.
2005-11-27 17:14:28 +00:00
Ulrich Drepper
9d55da2be7
* nis/nis_table.c (nis_list): Add more free calls in error cases.
2005-11-27 09:32:34 +00:00
Ulrich Drepper
f08f411398
(nis_list): Add more free calls in error cases.
2005-11-27 09:30:10 +00:00
Richard Henderson
0af1870a5c
* sysdeps/alpha/strncmp.S: Don't read too much data when pointers are co-aligned, and count is aligned with the end of the word.
...
2005-11-26 Richard Henderson <rth@redhat.com>
* sysdeps/alpha/strncmp.S: Don't read too much data when pointers
are co-aligned, and count is aligned with the end of the word.
2005-11-27 06:05:33 +00:00
Ulrich Drepper
d00002ed88
* nis/nis_lookup.c (nis_lookup): Mark RPCTIMEOUT as const. Pretty
...
printing.
2005-11-27 03:13:50 +00:00
Ulrich Drepper
3218d55b95
* nis/nis_table.c (__create_ib_request): Use strdupa instead of
...
variable size array.
(RPCTIMEOUT): Mark as const.
(RPCTIMEOUT, UDPTIMEOUT): Mark as const.
2005-11-27 01:20:12 +00:00
Ulrich Drepper
d9fc1ec727
* nis/ypclnt.c (yp_bind_ypbindprog): Initialize clnt_saddr by hand.
...
(ypdomainname): Renamed from __ypdomainname. No need for initializer.
(ypbindlist): Renamed from __ypbindlist.
(do_ypcall): Check memory allocation suceeded before calling
yp_bind_ypbindprog.
(yperr_string): Reduce size of function by using only one gettext call.
(ypbinderr_string): Likewise.
(yp_match): Free response in case memory for return value cannot be
allocated.
(yp_first): Likewise.
(yp_next): Likewise.
(do_ypcall_tr): New function which translates error codes as well.
(yp_match, yp_next, yp_master, yp_order, yp_maplist): Use it.
(yp_all): Correct test for invalid parameter.
Pretty printing.
2005-11-26 22:16:52 +00:00
Ulrich Drepper
2c2efdc182
(yp_bind_ypbindprog): Initialize clnt_saddr by hand. (ypdomainname): Renamed from __ypdomainname. No need for initializer. (ypbindlist): Renamed from __ypbindlist. (do_ypcall): Check memory allocation suceeded before calling yp_bind_ypbindprog. (yperr_string): Reduce size of function by using only one gettext call. (ypbinderr_string): Likewise. (yp_match): Free response in case memory for return value cannot be allocated. (yp_first): Likewise. (yp_next): Likewise. (do_ypcall_tr): New function which translates error codes as well. (yp_match, yp_next, yp_master, yp_order, yp_maplist): Use it. (yp_all): Correct test for invalid parameter. Pretty printing.
2005-11-26 22:16:03 +00:00
Richard Henderson
50c8adf4d1
* sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo. (__fxstatat64): Alias from __fxstatat; remove other cnp errors. * sysdeps/unix/sysv/linux/alpha/sigaction.c: Include sys/cdefs.h and stddef.h. * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MREMAP_FIXED): Define.
...
2005-11-25 Richard Henderson <rth@redhat.com>
* sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo.
(__fxstatat64): Alias from __fxstatat; remove other cnp errors.
* sysdeps/unix/sysv/linux/alpha/sigaction.c: Include sys/cdefs.h
and stddef.h.
* sysdeps/unix/sysv/linux/alpha/bits/mman.h (MREMAP_FIXED): Define.
2005-11-26 00:52:45 +00:00
Ulrich Drepper
dec36b4f0c
* Makeconfig (+cflags): Add -fmerge-all-constants by default.
2005-11-25 18:36:59 +00:00
Ulrich Drepper
eed38d45aa
[BZ #1912 ]
...
2005-11-25 Ulrich Drepper <drepper@redhat.com>
[BZ #1912 ]
* nss/function.def: Add entry to use gethostbyname2 for files.
2005-11-25 16:42:59 +00:00
Ulrich Drepper
0e586bf8c6
* sysdeps/unix/sysv/linux/fxstatat64.c: Include string.h.
2005-11-25 16:13:50 +00:00
Ulrich Drepper
34da0098e5
[BZ #1926 ]
...
* nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Change
return value type to match expected type.
2005-11-25 16:09:10 +00:00
Ulrich Drepper
85f90d22b6
[BZ #1925 ]
...
2005-11-25 Ulrich Drepper <drepper@redhat.com>
[BZ #1925 ]
* nis/ypclnt.c (yp_order): Correct test for invalid parameter.
2005-11-25 16:05:57 +00:00
Ulrich Drepper
9b33781cad
* scripts/check-c++-types.sh: Improve comments.
2005-11-25 07:34:21 +00:00
Ulrich Drepper
088f460f75
* scripts/check-local-headers.sh: New file.
...
* Makefile (tests): Run check-local-headers.sh.
2005-11-23 Thorsten Kukuk <kukuk@suse.de>
* include/sys/sendfile.h: New file.
2005-11-24 Andreas Schwab <schwab@suse.de>
* time/sys/time.h: Remove nonnull attribute from futimesat.
2005-11-24 18:28:02 +00:00
Ulrich Drepper
16feadf264
[BZ #1920 ]
...
005-11-24 Jakub Jelinek <jakub@redhat.com>
[BZ #1920 ]
* sysdeps/pthread/pthread.h (__pthread_unwind_next): Use
__attribute__ instead of __attribute.
* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
(__cleanup_fct_attribute): Likewise.
2005-11-24 18:16:42 +00:00
Ulrich Drepper
bd547139c7
* nscd/connections.c (sendfileall): Define.
...
(handle_request): Use it instead of sendfile call.
* nscd/nscd-client.h: Declare sendfileall.
* nscd/aicache.c: Use sendfileall instead of sendfile.
* nscd/grpcache.c: Likewise.
* nscd/hstcache.c: Likewise.
* nscd/initgrcache.c: Likewise.
* nscd/pwdcache.c: Likewise.
2005-11-22 19:06:27 +00:00
Ulrich Drepper
8522a05394
[BZ #1908 ]
...
2005-11-22 Ulrich Drepper <drepper@redhat.com>
[BZ #1908 ]
* manual/install.texi (Tools for Compilation): Require gawk.
2005-11-22 Jakub Jelinek <jakub@redhat.com>
* sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
unused is_static field from slotinfo array.
2005-11-22 18:11:01 +00:00
Ulrich Drepper
15a493c3b7
* sunrpc/bindrsvprt.c (bindresvport): Wrap around to startport
...
in the loop if port is bigger than endport, initially set to
ENDPORT. When changing startport, set endport and port
appropriately.
2005-11-22 04:39:40 +00:00
Ulrich Drepper
24eb865839
* Makefile.in: Remove RCS ID line.
...
* config-name.in: Likewise.
* config.make.in: Likewise.
* malloc/arena.c: Likewise.
* malloc/hooks.c: Likewise.
* malloc/malloc.c: Likewise.
* manual/dir: Likewise.
* math/math_private.h: Likewise.
* resolv/gethnamaddr.c: Likewise.
* scripts/mkinstalldirs: Likewise.
* sunrpc/rpc_clntout.c: Likewise.
* sunrpc/rpc_cout.c: Likewise.
* sunrpc/rpc_hout.c: Likewise.
* sunrpc/rpc_main.c: Likewise.
* sunrpc/rpc_parse.c: Likewise.
* sunrpc/rpc_sample.c: Likewise.
* sunrpc/rpc_scan.c: Likewise.
* sunrpc/rpc_svcout.c: Likewise.
* sunrpc/rpc_tblout.c: Likewise.
* sunrpc/rpc_util.c: Likewise.
* sysdeps/unix/sysv/linux/sys/quote.h: Likewise.
* nscd/nscd_helper.c: Pretty printing.
2005-11-21 15:48:11 +00:00
Ulrich Drepper
afd662ec27
..
...
2005-11-21 Ulrich Drepper <drepper@redhat.com>
* locales/se_NO: Remove RCS ID line.
2005-11-21 15:45:19 +00:00
Ulrich Drepper
34df9f751d
Pretty printing.
2005-11-21 15:36:25 +00:00
Roland McGrath
fd9f89a1e1
* elf/elf.h: Revert last change.
2005-11-19 21:31:02 +00:00
Roland McGrath
13665daa71
2005-11-19 Roland McGrath <roland@redhat.com>
...
* elf/elf.h: Revert last change.
2005-11-19 21:30:54 +00:00
Ulrich Drepper
eac1079146
* sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type.
...
(struct shmid_ds): Use it for shm_nattch field.
2005-11-18 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/futimesat.c (futimesat): If FILE is NULL,
set access and modification times of the file referenced by FD.
* sysdeps/generic/futimesat.c (futimesat): Don't return EINVAL if
FILE is NULL. Don't check FD if FILE is absolute path.
2005-11-19 Ulrich Drepper <drepper@redhat.com>
* nscd/nscd_gethst_r.c (nscd_gethst_r): Avoid unnecesary read call
if there are no aliases.
* sysdeps/unix/sysv/linux/Makefile (CFLAGS-connections.c,
CFLAGS-pwdcache.c, CFLAGS-grpcache.c, CFLAGS-hstcache.c,
CFLAGS-aicache.c, CFLAGS-initgrcache.c): Add -DHAVE_SENDFILE.
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SENDFILE):
Define.
* nscd/pwdcache.c [HAVE_SENDFILE]: Include <sys/sendfile.h> and
<kernel-features.h>.
[HAVE_SENDFILE] (cache_addpw): Use sendfile to transmit positive
result.
* nscd/grpcache.c: Likewise.
* nscd/hstcache.c: Likewise.
* nscd/aicache.c: Likewise.
* nscd/initgrcache.c: Likewise.
* nscd/connectionc.c: Likewise.
2005-11-19 17:22:39 +00:00
Ulrich Drepper
74ac0a89d2
(nscd_gethst_r): Avoid unnecesary read call if there are no aliases.
2005-11-19 17:09:03 +00:00
Roland McGrath
d11edae6f2
* sysdeps/powerpc/powerpc32/fpu/s_lround.S: Remove useless alias.
...
* sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Handle
NO_WEAK_ALIAS.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
2005-11-18 22:48:22 +00:00
Roland McGrath
3416271918
* sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXED): New macro.
2005-11-18 22:46:36 +00:00