1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
|
Thu May 9 23:02:39 1996 Miguel de Icaza <miguel@luthien.nuclecu.unam.mx>
* sysdeps/sparc/udiv_qrnnd.S: Made Sparc PIC aware.
Wed Apr 24 22:05:14 1996 H.J. Lu (hjl@gnu.ai.mit.edu)
* version 5.3.12 is released.
* <_G_config.h>: change verion to 5.3.12.
* elf/libc/jump.params: set version to 5.3.12.
* release.libc: update.
Wed Apr 24 19:20:58 1996 Michael Riepe <riepe@ifwsn4.ifw.uni-hannover.de>
* inet/rcmd.c:
> So, according to this just adding a host name should
> act exactly as it currently is, so I really don't
> see it as a security hole if it is acting properly.
No! If there is only a hostname in /etc/hosts.equiv or
~/.rhosts, the local and remote user names *must* match.
Libc 5.3.9+ doesn't get this right when YP is #defined.
Wed Apr 17 14:39:12 1996 Juergen.Pfeifer@T-Online.de (Juergen Pfeifer)
* <sys/stat.h> (__machdep_sys__fxstat): new.
Mon Apr 15 00:35:02 1996 H.J. Lu (hjl@gnu.ai.mit.edu)
* version 5.3.11 is released.
* <_G_config.h>: change verion to 5.3.11.
* elf/libc/jump.params: set version to 5.3.11.
Mon Apr 15 00:13:31 1996 H.J. Lu (hjl@gnu.ai.mit.edu)
* sysdeps/pthreads/mit/sleep.c (nanosleep): commented out,
conflict with IEEE Std 1003.1b-1993.
* <time.h>: include <sys/time.h>.
* README: fix my address.
* sysdeps/linux/Makefile (SRC2S): add sched_setparam.S
sched_getparam.S sched_setscheduler.S sched_getscheduler.S
sched_yield.S sched_get_priority_max.S
sched_get_priority_min.S sched_rr_get_interval.S
fdatasync.S nanosleep.S.
* sysdeps/linux/fdatasync.S:
* sysdeps/linux/nanosleep.S:
* sysdeps/linux/sched_get_priority_max.S:
* sysdeps/linux/sched_get_priority_min.S:
* sysdeps/linux/sched_getparam.S:
* sysdeps/linux/sched_getscheduler.S:
* sysdeps/linux/sched_rr_get_interval.S:
* sysdeps/linux/sched_setparam.S:
* sysdeps/linux/sched_setscheduler.S:
* sysdeps/linux/sched_yield.S: new.
Sat Apr 13 11:27:26 1996 H.J. Lu (hjl@gnu.ai.mit.edu)
* inet/res_send.c (res_send): check EINTR from select () and
restart.
Sat Apr 13 06:51:47 1996 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de>
* <sched.h>: new header file for IEEE Std 1003.1b-1993.
* <posix_opt.h> (_POSIX_PRIORITY_SCHEDULING): new.
* <unistd.h> (fdatasync): new.
* <time.h> (nanosleep): new.
Fri Apr 12 23:36:46 1996 H.J. Lu (hjl@gnu.ai.mit.edu)
* version 5.3.10 is released.
* <_G_config.h>: change verion to 5.3.10.
* elf/libc/jump.params: set version to 5.3.10.
* elf/libm/jump.params: set version to 5.0.6.
Fri Apr 12 22:57:52 1996 H.J. Lu (hjl@gnu.ai.mit.edu)
* release.libc: new.
* <sys/sysctl.h>: new.
* sysdeps/linux/Makefile (SRC1S): add sysctl.c.
* sysdeps/linux/sysctl.c: new.
Wed Apr 10 19:26:05 1996 "A. Ian Vogelesang" <vogelesang@hdshq.com>
* misc/syslog.c: "syslog.c" begins by copying the format string
you provide to a temporary buffer called "fmt_cpy". It does
this in order to expand any "%m" substrings found, replacing
them with the strerror() string version of the current errno.
- the patch added to 5.2.18 of libc added a check to make
sure fmt_cpy was not being overrun while the format
string was being copied over.
Wed Apr 10 19:18:25 1996 WE Metzenthen <billm@euler.maths.monash.edu.au>
* libio/printf_fp.c (bignum_size): increase the size.
Tue Apr 9 23:33:08 1996 H.J. Lu (hjl@gnu.ai.mit.edu)
* sysdeps/linux/i386/sysdep.h (check_error): New macros,
depend on __CHECK_RETURN_ADDR.
(PSEUDO): Use them.
Tue Apr 9 15:34:09 1996 Juergen Pfeifer <jpf@software-ag.de>
* sysdeps/ieee754/__isqnan.c:
* sysdeps/ieee854/__isqnanl.c:
* sysdeps/linux/i386/crt/crt0.S:
* sysdeps/linux/i386/crt/gcrt0.S:
* sysdeps/linux/i386/Makefile:
* sysdeps/linux/i386/math/Makefile:
* sysdeps/linux/i386/math/__infnan.c:
* sysdeps/linux/i386/math/__infnanl.c:
* sysdeps/linux/i386/math/cosh.S:
* sysdeps/linux/i386/math/exp.S:
* sysdeps/linux/i386/math/modfl.c: modified.
* sysdeps/linux/i386/__getfpucw.c:
* sysdeps/linux/i386/math/pow10.S:
* sysdeps/linux/i386/math/pow2.S: new.
Tue Apr 9 04:40:11 1996 Mark Eichin <eichin@cygnus.com>
* inet/gethstnmad.c: update from bind-4.9.3-REL.
Thu Apr 4 20:27:14 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/linux/m68k/sysdep.h (check_error, copy_ret): New
macros, depend on __CHECK_RETURN_ADDR.
(PSEUDO): Use them.
* sysdeps/linux/mremap.S: Define __CHECK_RETURN_ADDR
* dl-malloc/malloc.c (mremap_chunk): Fix check of error return
from mremap.
Sat Apr 6 00:38:44 1996 H.J. Lu (hjl@gnu.ai.mit.edu)
* <sys/acct.h>: new, include <linux/acct.h>.
|