Commit Graph

4173 Commits

Author SHA1 Message Date
Ulrich Drepper
36637dce06 Define ELF_* constants and elf_* types to interpret values passed up from the
kernel.
2000-02-11 20:23:45 +00:00
Ulrich Drepper
d0918a8286 Update. 2000-02-11 20:16:15 +00:00
Ulrich Drepper
ad9714afdf Update after last correction of nl_langinfo implementation. 2000-02-11 20:15:49 +00:00
Ulrich Drepper
c5b54b4b7c Update. 2000-02-11 20:13:22 +00:00
Ulrich Drepper
72071411c1 Correct return value in error case. Don't set errno. 2000-02-11 20:13:08 +00:00
Ulrich Drepper
74c204058c Add aliases CN-GB and CN-BIG5. 2000-02-11 19:25:30 +00:00
Ulrich Drepper
2d16a36701 Update. 2000-02-11 18:06:28 +00:00
Ulrich Drepper
21519d3f39 (_FPU_DEFAULT): Set the AC bit. 2000-02-11 18:04:46 +00:00
Ulrich Drepper
8aa2f31c9a (canonicalize): Zero terminate path to copy on error. 2000-02-11 18:04:18 +00:00
Ulrich Drepper
8c201918bc (closelog): Reset LogType to SOCK_DGRAM. 2000-02-11 18:03:50 +00:00
Ulrich Drepper
55b936caea Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9. 2000-02-11 18:02:32 +00:00
Ulrich Drepper
11ba200d22 Update mappings for /xAF, /xFD, and /xFE. 2000-02-11 18:02:03 +00:00
Ulrich Drepper
66dcc06fe7 (pthread_cond_timedwait_relative_old): Do tight
loop around nanosleep calls instead of around most of the function
(pthread_cond_timedwait_relative_new): Likewise.
body.  Got rid of backwards goto and one local.
2000-02-11 18:00:19 +00:00
Ulrich Drepper
ab4e3a0ab2 (inet_network): Don't overwrite memory or allow to great last digits. 2000-02-11 17:59:38 +00:00
Roland McGrath
118ddafeeb . 2000-02-03 01:22:34 +00:00
Roland McGrath
86c75cc3de 2000-02-02 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/readlink.c (__readlink): Don't clobber original
	LEN value with io_read result; save it and compare them just in case
	the server bogusly returns more than we asked for.
	* sysdeps/mach/hurd/recv.c (recv): Likewise for socket_recv.
	* sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
	* hurd/fd-read.c (_hurd_fd_read): Likewise for io_read.
	Initialize NREAD before the RPC.  I think this must only have failed
	to bomb before because all the servers always return ool data(?).
2000-02-03 01:21:52 +00:00
Roland McGrath
e0d788ef18 2000-02-02 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/getsockopt.c (getsockopt): Fix inverted sense of
	test: *OPTLEN gets BUFLEN iff BUFLEN is lesser.  Move that test out of
	BUF != OPTVAL condition, since it is a separate issue.  Short-circuit
	the memcpy and dealloc for BUFLEN==0.
2000-02-03 01:21:32 +00:00
Roland McGrath
cf150d93eb . 2000-02-02 21:37:00 +00:00
Roland McGrath
77f85f58a6 2000-02-02 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdlookup.c (CHECK_ELOOP): New macro does SYMLOOP_MAX check;
	deallocate *RESULT before returning ELOOP.
	Don't conditionalize on SYMLOOP_MAX, we always better have one.
	Move the check after case of empty retryname, which should not do it.
	Use CHECK_ELOOP for absolute symlinks and other FS_RETRY_MAGICAL cases.
2000-02-02 21:36:46 +00:00
Ulrich Drepper
f9e04c7b64 Update. 2000-01-31 08:21:50 +00:00
Ulrich Drepper
5c8025bd43 (inet_network): Synch with bind 8.2.2. 2000-01-31 08:21:22 +00:00
Ulrich Drepper
71a8b5e85a (pthread_cond_timedwait_relative_old): Recompute time
before every nanosleep call to account for time spent in the rest
of the function.
(pthread_cond_timedwait_relative_new): Likewise.
2000-01-31 08:12:45 +00:00
Ulrich Drepper
b8d868a456 Update. 2000-01-31 08:02:51 +00:00
Ulrich Drepper
abebb81a2a Correct return value according to the standard. 2000-01-31 08:00:37 +00:00
Ulrich Drepper
0c5f810f53 Update. 2000-01-29 12:01:02 +00:00
Ulrich Drepper
850aa16de0 Fix syntax errors. 2000-01-29 12:00:49 +00:00
Ulrich Drepper
46490d5030 (__open_catalog): Handle trailing colons and adjacent colons
correctly.  Correct loops to read territory and and codeset part.
2000-01-29 11:52:36 +00:00
Ulrich Drepper
a4bd557ebc (read_input_file): Remove messages correctly. 2000-01-29 11:52:24 +00:00
Ulrich Drepper
4443d1b2c7 (catopen): Handle NL_CAT_LOCALE correctly. 2000-01-29 11:52:12 +00:00
Ulrich Drepper
450db0463b (pthread_cond_timedwait_relative_old): Get remaining time from nanosleep call
so that in case we restart we only wait for the remaining time.
(pthread_cond_timedwait_relative_new): Likewise.
2000-01-29 11:50:18 +00:00
Ulrich Drepper
f532a7c3f5 (get_elem): Assign pointer to new row to correct pool entry. 2000-01-29 10:50:05 +00:00
Ulrich Drepper
e719fe6f1f Update. 2000-01-29 10:44:00 +00:00
Ulrich Drepper
a2e5451dff Backout changes for versioning setrlimit and getrlimit. 2000-01-29 10:43:31 +00:00
Ulrich Drepper
3bb9fa47f1 Backout rlimit changes for resource directory. 2000-01-29 10:43:14 +00:00
Roland McGrath
3ab03ed318 . 2000-01-28 23:24:03 +00:00
Roland McGrath
8312fb7e4f 2000-01-28 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdselect.c (_hurd_select): Don't allocate D as a
	variable-sized automatic.  Instead, use alloca after capping
	number of elements (NFDS) to a reasonable upper bound.
2000-01-28 23:23:52 +00:00
Roland McGrath
7f53f5627f . 2000-01-27 20:01:31 +00:00
Roland McGrath
0e0adb69e7 2000-01-27 Roland McGrath <roland@baalperazim.frob.com>
* hurd/set-host.c (_hurd_set_host_config): Pass O_WRITE in flags to
	dir_mkfile, so we will be permitted to do the io_write!
2000-01-27 19:58:38 +00:00
Ulrich Drepper
6013ee12c3 Update. 2000-01-27 00:40:56 +00:00
Ulrich Drepper
595ef6c1d7 Correct check for ENOSYS. 2000-01-27 00:40:14 +00:00
Ulrich Drepper
1db0bc307a Remove old[gs]etrlimit. 2000-01-26 07:02:47 +00:00
Ulrich Drepper
8db44ebc7d Update. 2000-01-26 06:12:46 +00:00
Ulrich Drepper
613237a551 Add sys/io.h. 2000-01-26 06:12:29 +00:00
Ulrich Drepper
9c60497086 Update. 2000-01-26 05:48:20 +00:00
Ulrich Drepper
470b5a48b9 Remove sys/io.h. 2000-01-26 05:47:59 +00:00
Ulrich Drepper
809df99a26 More fixes. 2000-01-26 04:50:29 +00:00
Ulrich Drepper
24455ab7c3 Fix last patch. 2000-01-26 04:30:22 +00:00
Ulrich Drepper
25297a8947 Update. 2000-01-26 03:53:18 +00:00
Ulrich Drepper
356c0e28e5 Don't use NS_* names. 2000-01-26 03:52:50 +00:00
Ulrich Drepper
d23cf99801 Update. 2000-01-26 03:47:53 +00:00