Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src Today's set:



details:   https://anonhg.NetBSD.org/src/rev/d1064e0a5919
branches:  netbsd-1-4
changeset: 471298:d1064e0a5919
user:      he <he%NetBSD.org@localhost>
date:      Sat May 26 15:01:29 2001 +0000

description:
Today's set:
 o rework xntpd fix
 o pkg_install: don't exit on EINTR, as in window resize
 o update sup example files to match reality
 o i386 svr4_machdep.c: setmcontext() / sigreturn() machine state consistency

diffstat:

 CHANGES-1.4.4 |  22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 2c3fe83c6118 -r d1064e0a5919 CHANGES-1.4.4
--- a/CHANGES-1.4.4     Sat May 26 14:59:10 2001 +0000
+++ b/CHANGES-1.4.4     Sat May 26 15:01:29 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.4,v 1.1.2.12 2001/04/14 21:20:27 he Exp $
+#      $NetBSD: CHANGES-1.4.4,v 1.1.2.13 2001/05/26 15:01:29 he Exp $
 
 A complete list of changes from NetBSD 1.4.3 to NetBSD 1.4.4:
 
@@ -300,3 +300,23 @@
 sys/netinet/ip_state.c                         1.30 via patch
 
   Fix bug related to fragment cache handling.
+
+usr.sbin/xntp/xntpd/ntp_control.c              patch
+
+  Avoid underrun, and fix the fact that the previous fix was one byte
+  too restrictive.
+
+usr.sbin/pkg_install/lib/ftpio.c               1.30
+
+  Do not exit on EINTR, which happens on window size change.
+
+share/examples/supfiles/ftp.cs.umn.edu         delete
+share/examples/supfiles/sup2.fr.netbsd.org     1.1 (new)
+share/examples/supfiles/Makefile               1.8
+
+  Remove ftp.cs.umn.edu sup mirror, add sup2.fr.netbsd.org.
+
+sys/arch/i386/i386/svr4_machdep.c              1.51
+
+  Make sure the machine state restored by setmcontext() is identical
+  to that of sigreturn().



Home | Main Index | Thread Index | Old Index