Source-Changes-HG archive

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

[src/netbsd-1-4]: src One more set:



details:   https://anonhg.NetBSD.org/src/rev/6ea824157ef6
branches:  netbsd-1-4
changeset: 470947:6ea824157ef6
user:      he <he%NetBSD.org@localhost>
date:      Fri Oct 06 15:58:35 2000 +0000

description:
One more set:
 o format string issue in top.c
 o format string issue in kvm_sparc.c
 o the NLS/Locale fixes required issetugid() syscall, so provide it

diffstat:

 CHANGES-1.4.3 |  24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r a799f9a9ff0b -r 6ea824157ef6 CHANGES-1.4.3
--- a/CHANGES-1.4.3     Fri Oct 06 15:50:32 2000 +0000
+++ b/CHANGES-1.4.3     Fri Oct 06 15:58:35 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.3,v 1.1.2.65 2000/10/04 16:29:21 he Exp $
+#      $NetBSD: CHANGES-1.4.3,v 1.1.2.66 2000/10/06 15:58:35 he Exp $
 
 A complete list of changes from NetBSD 1.4.2 to NetBSD 1.4.3:
 
@@ -1400,3 +1400,25 @@
 lib/libkvm/kvm_proc.c                          1.41 via patch
 
   Format string audit.
+
+usr.bin/top/top.c                              1.5
+
+  Plug possible printf string format issue.
+
+lib/libkvm/kvm_sparc.c                         1.24
+
+  Fix mismatched int vs. long format error.
+
+lib/libc/sys/Makefile.inc                      1.100
+include/unistd.h                               1.84
+sys/kern/kern_prot.c                           1.57
+sys/kern/syscalls.master                       1.101 via patch
+sys/kern/init_sysent.c                         regenerate
+sys/kern/syscalls.c                            regenerate
+sys/sys/syscall.h                              regenerate
+sys/sys/syscallargs.h                          regenerate
+lib/libc/shlib_version                         patch
+distrib/sets/lists/base/shl.mi                 patch
+
+  Introduce the issetugid() system call.
+  Bump libc's tiny number to 2.



Home | Main Index | Thread Index | Old Index