Commit Graph

4442 Commits

Author SHA1 Message Date
Ulrich Drepper
173188b491 (full_config_sysdirs): Renamed from full-config-sysdirs. 2000-05-05 05:28:56 +00:00
Ulrich Drepper
c836b3ec43 Upate. 2000-05-04 02:45:32 +00:00
Ulrich Drepper
88641f05ae Make fseeko and ftello prototypes available is __USE_LARGEFILE. 2000-05-04 02:44:50 +00:00
Ulrich Drepper
22fd146d91 Update. 2000-05-04 02:29:32 +00:00
Ulrich Drepper
60125f04b1 Update from translation team. 2000-05-04 02:24:34 +00:00
Andreas Jaeger
507189ee58 2000-04-18 H.J. Lu <hjl@gnu.org>
* posix/globtest.sh: Properly apply the patch by Ulrich Drepper
        <drepper@redhat.com> on 2000-04-13.
2000-04-27 04:06:31 +00:00
Ulrich Drepper
5a1823c27e Update. 2000-04-19 02:29:09 +00:00
Ulrich Drepper
ae17347b47 Update from translation team. 2000-04-19 02:28:14 +00:00
Ulrich Drepper
036eb712a1 Update. 2000-04-13 07:35:07 +00:00
Ulrich Drepper
ed49ddd425 Work around inconsistency with expanding ~/ in shell. 2000-04-13 07:34:00 +00:00
Ulrich Drepper
8fb1fece8e Update. 2000-04-12 20:48:36 +00:00
Ulrich Drepper
fe46dd6e6d (_IO_old_proc_open): Close pipes in case the mode is invalid. 2000-04-12 20:47:33 +00:00
Ulrich Drepper
c4693424e2 (_IO_new_proc_open): Close pipes in case the mode is invalid. 2000-04-12 20:47:08 +00:00
Ulrich Drepper
7c3c5620b4 Update. 2000-04-10 04:51:32 +00:00
Ulrich Drepper
c89f1b0ecf (sigaction): Fix return value for the case SIG is one of the signals
the implementation uses.
2000-04-10 04:51:05 +00:00
Ulrich Drepper
120a3e460b Update. 2000-04-07 06:52:30 +00:00
Ulrich Drepper
b9e686d81e (__getdents): The Linux kernel does not allow relative seeks on descriptors
associated with directories.  Go back to get the position in the directory
every time we enter the function.  Return -1 and set errno if one entry could
be read from the kernel but does not fit into the buffer passed in by the user.
2000-04-07 06:51:32 +00:00
Ulrich Drepper
4b8eefc82d Update. 2000-04-07 03:57:55 +00:00
Ulrich Drepper
5942ee569d Handle hexadecimal numbers with leading digit != 1 correctly and more than
one digit before decimal point.
2000-04-07 03:57:06 +00:00
Ulrich Drepper
169a244f21 Update. 2000-04-05 04:38:17 +00:00
Ulrich Drepper
1f048c4691 (prfpregset_t): Typedef for elf_fpregset_t instead of `elf_fpregset_t *'. 2000-04-05 04:37:17 +00:00
Ulrich Drepper
355c19743e Update. 2000-04-05 03:41:33 +00:00
Ulrich Drepper
607527fcc4 Prepend REG_ to enum values and macros for register names. 2000-04-05 03:40:39 +00:00
Ulrich Drepper
b9050d80f2 Update. 2000-04-03 07:16:02 +00:00
Ulrich Drepper
34092893fc Declare STATE as array of char instead of int and do not initialize it (done
by initstate_r).  Pass correct size.
2000-04-03 07:15:23 +00:00
Ulrich Drepper
fdf113db5a Update. 2000-03-31 05:54:19 +00:00
Ulrich Drepper
1d14e5d2db Declare bit flags UL so that they will not default to int size when
being inverted.
2000-03-31 05:52:47 +00:00
Ulrich Drepper
85fec8564d Update. 2000-03-31 05:05:41 +00:00
Ulrich Drepper
e1844931ed (_getopt_internal): Return -1 if argc < 1. 2000-03-31 05:04:36 +00:00
Ulrich Drepper
773706f605 Update. 2000-03-28 04:16:44 +00:00
Ulrich Drepper
0b265ecb51 Update test after last strfmon change. 2000-03-28 04:16:12 +00:00
Roland McGrath
9233c73c62 . 2000-03-26 19:20:07 +00:00
Roland McGrath
e0202a1f02 2000-03-26 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit
	an initial value of 1024 instead of RLIM_INFINITY.
2000-03-26 19:17:41 +00:00
Ulrich Drepper
81c25646b4 Update. 2000-03-26 18:42:47 +00:00
Ulrich Drepper
ec7a56a1ec Processor context definitions for Linux/Arm. 2000-03-26 18:41:22 +00:00
Ulrich Drepper
07044aa07b Define _FPU_MASK_IM, _FPU_MASK_ZM, _FPU_MASK_OM, _FPU_MASK_UM,
_FPU_MASK_PM, _FPU_MASK_DM, _FPU_DEFAULT, and _FPU_IEEE.  Change
_FPU_RESERVED.
2000-03-26 18:40:27 +00:00
Ulrich Drepper
3ff79b5a9a Update. 2000-03-26 18:30:20 +00:00
Ulrich Drepper
2f145f62c8 Corrected problems with missing signs and
missing or extra spaces; allow for sign strings longer than
one character; add padding to ensure positive and negative
formats are aligned when a left precision is used.
2000-03-26 18:28:17 +00:00
Ulrich Drepper
954ec632ba (__setstate_r): Allow RNGs of type 4. 2000-03-26 18:15:40 +00:00
Ulrich Drepper
8614d982ed Update. 2000-03-23 22:20:37 +00:00
Ulrich Drepper
c491fcec1f (__pthread_reset_pthread_once): Reset once_masterlock. 2000-03-23 22:20:31 +00:00
Ulrich Drepper
ba74c2e845 (__pthread_reset_pthread_once): Add prototype. 2000-03-23 22:20:17 +00:00
Ulrich Drepper
f24b033fda (__fork): Call __pthread_reset_pthread_once. 2000-03-23 22:20:04 +00:00
Ulrich Drepper
107d073a3f (pthread_handle_create): Store ID of new thread before clone call. 2000-03-23 22:19:52 +00:00
Ulrich Drepper
90db0d747a Update. 2000-03-22 18:17:55 +00:00
Ulrich Drepper
de0b6bf847 (__os_dirlist): Close directory if out of memory. 2000-03-22 18:16:51 +00:00
Ulrich Drepper
1ca61f6b9f Update. 2000-03-22 07:41:20 +00:00
Ulrich Drepper
f2acc9eccd Correct handling of patterns containing escaped wildcards (and no
unescaped ones) GLOB_ERR flag was being ignored in some situations.
2000-03-22 07:40:22 +00:00
Ulrich Drepper
88bf354d6a Update. 2000-03-21 21:10:48 +00:00
Ulrich Drepper
280574e055 (pthread_initialize): Test for address of __dso_handle being NULL, not value.
Use __on_exit, not on_exti.
2000-03-21 21:10:23 +00:00