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/e677b2a213c6
branches:  netbsd-1-4
changeset: 470865:e677b2a213c6
user:      he <he%NetBSD.org@localhost>
date:      Tue Aug 15 22:41:54 2000 +0000

description:
Today's set:
 o make ip_fil.c compile in userland code too
 o i386/linux emulation: enable basic versions of fsuid calls
 o resolver fix: don't retransmit forever in EINTR-busy situation
 o tun(4) manual page formatting fix
 o bsd.man.mk fix to ensure manual page/links consistency
 o nfs_vnops.c: preserve data consistency across blocking operations

diffstat:

 CHANGES-1.4.3 |  34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r fda00d263f67 -r e677b2a213c6 CHANGES-1.4.3
--- a/CHANGES-1.4.3     Tue Aug 15 22:36:40 2000 +0000
+++ b/CHANGES-1.4.3     Tue Aug 15 22:41:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.3,v 1.1.2.50 2000/08/14 14:29:18 he Exp $
+#      $NetBSD: CHANGES-1.4.3,v 1.1.2.51 2000/08/15 22:41:54 he Exp $
 
 A complete list of changes from NetBSD 1.4.2 to NetBSD 1.4.3:
 
@@ -1161,3 +1161,35 @@
 
   Fix keyboard related panic when ite device is configured
   but not attached.  Fixes PR#10750.
+
+sys/netinet/ip_fil.c                           1.57
+
+  Make this compile as part of ipftest (non-kernel).
+
+sys/compat/linux/common/linux_misc.c           1.63
+sys/compat/linux/arch/i386/syscalls.master     1.40
+sys/compat/linux/arch/i386/linux_syscall.h     regenerate
+sys/compat/linux/arch/i386/linux_syscallargs.h regenerate
+sys/compat/linux/arch/i386/linux_sysent.c      regenerate
+sys/compat/linux/arch/i386/linux_syscalls.c    regenerate
+
+  Enable basic versions of Linux fsuid calls.  Fixes PR#9335.
+
+lib/libc/net/res_send.c                                1.31
+
+  Do not try to retransmit forever in EINTR-busy situation.
+  Fixes PR#6410.
+
+share/man/man4/tun.4                           1.6
+
+  Fix formatting glitches.
+
+share/mk/bsd.man.mk                            1.54
+
+  Do not test $UPDATE nor file existence on MLINKS installation,
+  so that original manual page and links do not get out of sync.
+
+sys/nfs/nfs_vnops.c                            patch
+
+  Be careful about data consistency across operations which may
+  block.  Should fix some reported nfs_lookup panics.



Home | Main Index | Thread Index | Old Index