drepper [Tue, 4 May 1999 01:48:08 +0000 (01:48 +0000)]
Update.
drepper [Tue, 4 May 1999 01:47:25 +0000 (01:47 +0000)]
(expand_dynamic_string_token): Recognize { } around DST. Correctly ignore
ORIGIN IN SUID binaries.
drepper [Mon, 3 May 1999 23:49:46 +0000 (23:49 +0000)]
Update.
drepper [Mon, 3 May 1999 23:48:29 +0000 (23:48 +0000)]
Use rawmemchr instead of strchr.
drepper [Mon, 3 May 1999 23:47:45 +0000 (23:47 +0000)]
Use rawmemchr instead of strchr.
drepper [Mon, 3 May 1999 23:44:29 +0000 (23:44 +0000)]
Update.
drepper [Mon, 3 May 1999 23:43:50 +0000 (23:43 +0000)]
Add test of rawmemchr.
drepper [Mon, 3 May 1999 22:05:54 +0000 (22:05 +0000)]
Update.
drepper [Mon, 3 May 1999 22:05:11 +0000 (22:05 +0000)]
(__FD_ZERO): Remove memory output specification. It#s not necessary.
drepper [Mon, 3 May 1999 21:59:35 +0000 (21:59 +0000)]
Update.
drepper [Mon, 3 May 1999 21:58:56 +0000 (21:58 +0000)]
(systems_dirs): Moved into file scope. Initialize from SYSTEM_DIRS macro.
(system_dirs_len): New variable. Contains lengths of system_dirs strings.
(fillin_rpath): Rewrite for systems_dirs being a simple string.
Improve string comparisons. Change parameter trusted to be a flag.
Change all callers.
(_dt_init_paths): Improve using new format for system_dirs.
drepper [Mon, 3 May 1999 21:55:30 +0000 (21:55 +0000)]
AWK script to generate trusted-dirs.h file used in dl-open.c.
drepper [Mon, 3 May 1999 21:55:07 +0000 (21:55 +0000)]
(trusted-dirs.st): Use gen-trusted-dirs.awk.
drepper [Mon, 3 May 1999 18:16:18 +0000 (18:16 +0000)]
Update.
drepper [Mon, 3 May 1999 18:16:09 +0000 (18:16 +0000)]
(expand_dynamic_string_token): Don't expand $ORIGIN for SUID binaries.
drepper [Mon, 3 May 1999 12:41:01 +0000 (12:41 +0000)]
Update.
drepper [Mon, 3 May 1999 12:40:23 +0000 (12:40 +0000)]
Add sigrestorer.S.
drepper [Mon, 3 May 1999 12:39:31 +0000 (12:39 +0000)]
Update.
drepper [Mon, 3 May 1999 12:39:11 +0000 (12:39 +0000)]
(distribute): Temporarily add th_TH.in and cs_CZ.in.
drepper [Mon, 3 May 1999 08:46:13 +0000 (08:46 +0000)]
Update.
drepper [Mon, 3 May 1999 08:45:25 +0000 (08:45 +0000)]
Generate dependencies for all flavors of librpcsvc objects.
(rpcgen-cmd): Pass -Y flag here and remove it from the macro invocations.
drepper [Mon, 3 May 1999 08:43:17 +0000 (08:43 +0000)]
Move #if down after includes to get dependencies right.
drepper [Mon, 3 May 1999 08:42:13 +0000 (08:42 +0000)]
Undefine __bzero.
drepper [Sun, 2 May 1999 22:19:30 +0000 (22:19 +0000)]
(ROSE_MAX_DIGIS): New definition.
drepper [Sun, 2 May 1999 21:09:34 +0000 (21:09 +0000)]
Update.
drepper [Sun, 2 May 1999 21:08:00 +0000 (21:08 +0000)]
Update from kernel headers.
drepper [Sun, 2 May 1999 21:03:32 +0000 (21:03 +0000)]
Update.
drepper [Sun, 2 May 1999 21:02:55 +0000 (21:02 +0000)]
(gaih_inet_serv): Change fourth
parameter to struct gaih_servtuple *. Adapt appropriately.
(gaih_inet): Use alloca to allocate room for gaih_inet_serv calls.
This fixes a memory leak.
drepper [Sun, 2 May 1999 19:00:43 +0000 (19:00 +0000)]
Update.
drepper [Sun, 2 May 1999 19:00:03 +0000 (19:00 +0000)]
Remove greg_t, gregset_t, and fpregset_t definition. They are defined
in ucontext.h.
drepper [Sun, 2 May 1999 18:55:59 +0000 (18:55 +0000)]
Update.
drepper [Sun, 2 May 1999 18:54:44 +0000 (18:54 +0000)]
struct ether_addr and struct ether_header must be packed on the ARM.
The default alignment constraints add padding to the end of the
structures.
drepper [Sun, 2 May 1999 18:51:48 +0000 (18:51 +0000)]
struct tftphdr must be packed on the ARM. The default alignment
constraints add padding to the end of the structure and between
members.
drepper [Sun, 2 May 1999 18:29:49 +0000 (18:29 +0000)]
Update.
drepper [Sun, 2 May 1999 18:29:09 +0000 (18:29 +0000)]
(_dl_load_cache_lookup): Use _dl_cache_libcmp instead of strcmp.
drepper [Sun, 2 May 1999 18:17:07 +0000 (18:17 +0000)]
Update.
drepper [Sun, 2 May 1999 18:16:06 +0000 (18:16 +0000)]
(glob_in_dir): It's no error if opendir fails on a file.
drepper [Sun, 2 May 1999 17:20:24 +0000 (17:20 +0000)]
Update.
drepper [Sun, 2 May 1999 17:19:34 +0000 (17:19 +0000)]
(sysdep-others,install-bin): Add lddlibc4.
drepper [Sun, 2 May 1999 11:05:14 +0000 (11:05 +0000)]
Update.
drepper [Sun, 2 May 1999 11:04:15 +0000 (11:04 +0000)]
(__open_catalog): Set catalog->status to "nonexisting" if failed to
open the file.
drepper [Sun, 2 May 1999 10:57:54 +0000 (10:57 +0000)]
(dolink): Remove the symlink destination first.
drepper [Sat, 1 May 1999 09:59:45 +0000 (09:59 +0000)]
Update.
drepper [Sat, 1 May 1999 09:59:00 +0000 (09:59 +0000)]
Only use __builtin_memset for egcs and gcc3.
drepper [Sat, 1 May 1999 00:17:20 +0000 (00:17 +0000)]
(__memset_ccn_by4): Loosen restrictions on first parameter of non-i686 version.
drepper [Sat, 1 May 1999 00:16:16 +0000 (00:16 +0000)]
Update.
drepper [Sat, 1 May 1999 00:15:36 +0000 (00:15 +0000)]
Don't use and define __memset_gg.
Prevent warnings from multiplication with 0x01010101 by another cast.
drepper [Fri, 30 Apr 1999 17:44:43 +0000 (17:44 +0000)]
Update.
drepper [Fri, 30 Apr 1999 17:44:32 +0000 (17:44 +0000)]
(keywords): Increase array size for faster indexing.
drepper [Fri, 30 Apr 1999 17:44:22 +0000 (17:44 +0000)]
(_nl_category_names): Adjusted.
drepper [Fri, 30 Apr 1999 17:44:14 +0000 (17:44 +0000)]
(_nl_category_names): Increase array element size for faster indexing.
drepper [Fri, 30 Apr 1999 17:44:03 +0000 (17:44 +0000)]
(add_alias): Remove wrong cast.
drepper [Fri, 30 Apr 1999 17:40:14 +0000 (17:40 +0000)]
(memset): Revert to previous version if unaligned writes are not
available.
drepper [Fri, 30 Apr 1999 17:37:52 +0000 (17:37 +0000)]
(__memset_gc): Help generating better code in presence of the asm.
schwab [Fri, 30 Apr 1999 17:33:00 +0000 (17:33 +0000)]
.
schwab [Fri, 30 Apr 1999 17:27:14 +0000 (17:27 +0000)]
New file.
drepper [Fri, 30 Apr 1999 17:12:16 +0000 (17:12 +0000)]
Update.
drepper [Fri, 30 Apr 1999 17:12:02 +0000 (17:12 +0000)]
(test_strchrnul): New function.
(test_memset): Test one more special case.
drepper [Fri, 30 Apr 1999 16:53:27 +0000 (16:53 +0000)]
Update.
drepper [Fri, 30 Apr 1999 16:53:17 +0000 (16:53 +0000)]
Fix bugs which let to wrong results in 25% of all cases.
drepper [Fri, 30 Apr 1999 16:26:39 +0000 (16:26 +0000)]
Update.
drepper [Fri, 30 Apr 1999 16:26:29 +0000 (16:26 +0000)]
Replace __uintXX_t types with base types.
drepper [Fri, 30 Apr 1999 15:48:19 +0000 (15:48 +0000)]
Update.
drepper [Fri, 30 Apr 1999 15:48:09 +0000 (15:48 +0000)]
(memcmp): Don't introduce partial register stall.
Extend memset optimization.
Correct i686 version of memchr.
drepper [Fri, 30 Apr 1999 15:43:09 +0000 (15:43 +0000)]
Fix bugs I introduced in last change.
roland [Fri, 30 Apr 1999 14:38:02 +0000 (14:38 +0000)]
.
roland [Fri, 30 Apr 1999 14:36:46 +0000 (14:36 +0000)]
1999-04-30 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/i386/bzero.c: Add #undef __bzero.
drepper [Fri, 30 Apr 1999 14:07:17 +0000 (14:07 +0000)]
Improve last change a bit.
roland [Fri, 30 Apr 1999 13:53:34 +0000 (13:53 +0000)]
.
roland [Fri, 30 Apr 1999 13:52:59 +0000 (13:52 +0000)]
1999-04-30 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdinit.c (_hurd_new_proc_init): Don't do initial SIGTRAP if
EXEC_SIGTRAP was set in the incoming exec flags--that indicates the
exec server simulated a SIGTRAP before we even started up, so gdb is
already happy.
drepper [Fri, 30 Apr 1999 13:45:27 +0000 (13:45 +0000)]
Update.
drepper [Fri, 30 Apr 1999 13:45:11 +0000 (13:45 +0000)]
Always initialize not_ok.
drepper [Fri, 30 Apr 1999 09:36:37 +0000 (09:36 +0000)]
Update.
drepper [Fri, 30 Apr 1999 09:36:19 +0000 (09:36 +0000)]
(memset): Avoid arithmetic overflow at compile time, which produces
obnoxious warnings. If GCCv2 is in use, map __bzero to
__builtin_memset to enable that optimization.
drepper [Thu, 29 Apr 1999 18:28:07 +0000 (18:28 +0000)]
Update.
drepper [Thu, 29 Apr 1999 18:27:56 +0000 (18:27 +0000)]
Add more memset optimizations.
drepper [Thu, 29 Apr 1999 18:20:05 +0000 (18:20 +0000)]
Update.
drepper [Thu, 29 Apr 1999 18:19:53 +0000 (18:19 +0000)]
(inet_aton): Optimize switch statement away.
drepper [Thu, 29 Apr 1999 16:50:44 +0000 (16:50 +0000)]
Add question about sigaltstack always failing.
drepper [Thu, 29 Apr 1999 16:29:36 +0000 (16:29 +0000)]
Include ctype.h.
drepper [Thu, 29 Apr 1999 16:26:38 +0000 (16:26 +0000)]
Update.
drepper [Thu, 29 Apr 1999 16:26:26 +0000 (16:26 +0000)]
(inet_pton4): Little optimizations.
(inet_pton6): Likewise.
drepper [Thu, 29 Apr 1999 15:04:27 +0000 (15:04 +0000)]
Update.
drepper [Thu, 29 Apr 1999 15:00:41 +0000 (15:00 +0000)]
Update.
drepper [Thu, 29 Apr 1999 15:00:34 +0000 (15:00 +0000)]
(install-locales): Allow specifying charset in locale name but omit it in
locale definition file.
drepper [Thu, 29 Apr 1999 15:00:00 +0000 (15:00 +0000)]
Fix typo in last change.
drepper [Thu, 29 Apr 1999 14:56:45 +0000 (14:56 +0000)]
Update.
drepper [Thu, 29 Apr 1999 14:56:09 +0000 (14:56 +0000)]
Not correct anymore. Use ru_RU.
drepper [Thu, 29 Apr 1999 14:55:32 +0000 (14:55 +0000)]
Don't generate ru_SU.
drepper [Thu, 29 Apr 1999 13:19:45 +0000 (13:19 +0000)]
Update.
drepper [Thu, 29 Apr 1999 13:19:24 +0000 (13:19 +0000)]
Include assert.h.
drepper [Thu, 29 Apr 1999 13:19:11 +0000 (13:19 +0000)]
Include assert.h.
drepper [Thu, 29 Apr 1999 12:44:14 +0000 (12:44 +0000)]
(tcgetsid): Rename variable to tiocgsid_does_not_work.
drepper [Thu, 29 Apr 1999 12:43:25 +0000 (12:43 +0000)]
Update.
drepper [Thu, 29 Apr 1999 12:41:52 +0000 (12:41 +0000)]
Update.
drepper [Thu, 29 Apr 1999 12:41:41 +0000 (12:41 +0000)]
(nrl_domainname): Fix last patch.
drepper [Thu, 29 Apr 1999 12:18:08 +0000 (12:18 +0000)]
Update.
drepper [Thu, 29 Apr 1999 12:17:52 +0000 (12:17 +0000)]
(test_hosts): Add test for gethostbyname and non quad IPv4 numbers.
drepper [Thu, 29 Apr 1999 12:17:03 +0000 (12:17 +0000)]
Use inet_aton to parse IPv4 numbers. This allows e.g. gethostbyname
to accept "10.1234".
drepper [Thu, 29 Apr 1999 11:48:39 +0000 (11:48 +0000)]
Update.