Commit Graph

3177 Commits

Author SHA1 Message Date
Ulrich Drepper
d5030d7ffb Fix typos. 1999-07-08 11:53:17 +00:00
Ulrich Drepper
e3d32a604f Update. 1999-07-08 11:50:22 +00:00
Ulrich Drepper
84dfd1608c Check that /dev/pts is mounted.
(_PATH_DEVPTS, DEVPTS_SUPER_MAGIC): New definitions.
(_PATH_DEVPTMX): Use _PATH_DEV.
1999-07-08 11:50:04 +00:00
Ulrich Drepper
667305cc20 Correct last patch. Handle getcwd (NULL, != 0) correctly.
When resizing buffer make sure new size is large enough.
1999-07-08 11:49:46 +00:00
Ulrich Drepper
29b58d09d5 Describe problem. 1999-07-08 11:49:21 +00:00
Ulrich Drepper
1a2cd2711f (request2size): Also set errno if failing.
(request2size): Take care of overflow in addition.
1999-07-08 11:49:00 +00:00
Ulrich Drepper
59263f403f Update. 1999-07-07 11:58:40 +00:00
Ulrich Drepper
9ca6526ecf Revert bogus 'unset IFS' change. It doesn't belong in the tests, but in
the wordexp implementation.
1999-07-07 11:58:30 +00:00
Ulrich Drepper
e6e0e176f2 (exec_comm): Unset IFS so that subshells don't split fields. 1999-07-07 11:58:14 +00:00
Ulrich Drepper
6bb72f8ad4 Update. 1999-07-06 16:07:40 +00:00
Ulrich Drepper
38deee8be7 Add support for some more motherboards. 1999-07-06 16:07:24 +00:00
Ulrich Drepper
7d4b96d50f Update. 1999-07-06 15:53:40 +00:00
Ulrich Drepper
c9d643915d Update. 1999-07-06 15:53:12 +00:00
Ulrich Drepper
54bba98f82 Rewrite fragment for ldd on Linux/SPARC. 1999-07-06 15:52:48 +00:00
Ulrich Drepper
8f6eae2f9a Update. 1999-07-06 15:45:32 +00:00
Ulrich Drepper
713a6a7218 (__cmsg_nxthdr): "return 0" instead of "return NULL" to make C++ happy. 1999-07-06 15:45:16 +00:00
Ulrich Drepper
4f93e036a4 Update. 1999-07-06 15:40:57 +00:00
Ulrich Drepper
8c8e3c5ed1 (_IO_new_fdopen): Set EINVAL if MODE is not allowed by the file access
mode of the open file.
1999-07-06 15:40:36 +00:00
Ulrich Drepper
168dc155cc Update. 1999-07-06 15:28:29 +00:00
Ulrich Drepper
b8492f2963 (request2size): Check for overflow and return NULL whenever it is encountered. 1999-07-06 15:27:54 +00:00
Ulrich Drepper
f5c5534163 (Host Names): Fix typo in last change. 1999-07-06 15:11:25 +00:00
Ulrich Drepper
7d31cb29fc Update. 1999-07-02 12:04:16 +00:00
Ulrich Drepper
3353c7e2b4 Update from main branch. 1999-07-02 11:13:51 +00:00
Ulrich Drepper
c52dc24ea5 Update. 1999-06-28 12:43:21 +00:00
Ulrich Drepper
f83a748e76 (Copying and Concatenation): Mention that strndup is a GNU extension. 1999-06-28 12:31:33 +00:00
Ulrich Drepper
edb6aed7eb (__getpw): Fix check for error return. 1999-06-28 12:30:20 +00:00
Ulrich Drepper
4ecb34f1de Update. 1999-06-26 18:21:09 +00:00
Ulrich Drepper
d12777b436 (_dl_map_object_deps): When looking for the next
occurence of the aux object start with the current list entry, not
the new one.  Adjust tail pointer in the unique list.  Explain how
the meaning of the variables changes.
1999-06-26 18:20:58 +00:00
Ulrich Drepper
dda691bb29 Update. 1999-06-25 16:35:05 +00:00
Ulrich Drepper
a4a7221477 (strnlen): Remove extra prototype. 1999-06-25 16:34:25 +00:00
Roland McGrath
061c77b10a . 1999-06-25 14:48:27 +00:00
Roland McGrath
5f827f92a5 1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
* hurd.h, hurd/hurd/fd.h, hurd/hurd/port.h, hurd/hurd/signal.h,
	hurd/hurd/threadvar.h, hurd/hurd/userlink.h: Instead of
	_EXTERN_INLINE, use a macro specific to each file,
	_HURD_FD_H_EXTERN_INLINE and the like.
	* hurd/Makefile (inline-headers): New variable.
	(routines): Remove hurdinline.  Add $(inlines).
	(inlines): New variable.
	($(inlines:%=$(objpfx)%.c)): New static pattern rule to generate them.
	(generated): Append those here.
	* hurd/hurdinline.c: File removed.
1999-06-25 14:48:20 +00:00
Roland McGrath
a513d10bad . 1999-06-25 14:47:11 +00:00
Roland McGrath
622ccdb562 1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
* hurd.h, hurd/fd.h, hurd/port.h, hurd/signal.h, hurd/threadvar.h,
	hurd/userlink.h: Instead of _EXTERN_INLINE, use a macro specific to
	each file, _HURD_FD_H_EXTERN_INLINE and the like.
	* hurd/Makefile (inline-headers): New variable.
	(routines): Remove hurdinline.  Add $(inlines).
	(inlines): New variable.
	($(inlines:%=$(objpfx)%.c)): New static pattern rule to generate them.
	(generated): Append those here.
	* hurd/hurdinline.c: File removed.
1999-06-25 14:46:27 +00:00
Roland McGrath
b6c22e40c1 . 1999-06-25 13:45:53 +00:00
Roland McGrath
cf3d45dfbf 1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/generic/glob64.c: Include <stddef.h> for NULL.
1999-06-25 13:45:39 +00:00
Roland McGrath
bb8b2b7327 . 1999-06-25 13:30:55 +00:00
Roland McGrath
ef8eb0c233 1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
* mach/Versions (libc: GLIBC_2.0): Add __mig_strncpy.
1999-06-25 13:29:26 +00:00
Ulrich Drepper
d1bb18f983 Update from main branch. 1999-06-24 13:27:58 +00:00
Ulrich Drepper
fc508b4d77 Update. 1999-06-24 13:27:43 +00:00
Ulrich Drepper
75979fc205 Update. 1999-06-24 13:10:35 +00:00
Ulrich Drepper
150c1ed496 Add "notfound" data to cache, not iov pointer. 1999-06-24 13:09:46 +00:00
Ulrich Drepper
0c7163dc35 Update. 1999-06-23 12:41:58 +00:00
Ulrich Drepper
04dd2ec0d3 (special): Add test for large ndigit parameter. 1999-06-23 12:41:25 +00:00
Ulrich Drepper
05e99a0bd7 Define NDIGIT_MAX. 1999-06-23 12:41:05 +00:00
Ulrich Drepper
c2bd5f098c Define NDIGIT_MAX.
(fcvt_r): Limit precision in snprintf call to NDIGIT_MAX.
1999-06-23 12:40:47 +00:00
Ulrich Drepper
66566e012d Define NDIGIT_MAX.
(gcvt): Limit precision in sprintf call to NDIGIT_MAX.
Do not dynamically allocate the static buffers.  They are small enough.
1999-06-23 12:40:32 +00:00
Ulrich Drepper
a22e6290bc Update. 1999-06-23 10:48:44 +00:00
Ulrich Drepper
ec8c77a5ba Update from main branch. 1999-06-23 10:48:34 +00:00
Ulrich Drepper
ea82c7fae2 Update. 1999-06-22 10:19:37 +00:00