[odc] Daily src changes for 2000-10-12

ODC auto at squish.net
Fri Oct 13 08:00:03 BST 2000


OpenBSD src changes summary for 2000-10-12
==========================================

bin/ksh                                 distrib/notes
distrib/sets                            etc/mtree/4.4BSD.dist
include/rpc/rpc.h                       lib/libc
lib/libc_r                              sbin/ping6
share/man                               sys/arch/amiga/amiga
sys/arch/amiga/conf                     sys/dev/mii
sys/dev/pci                             sys/kern
usr.bin/cmp                             usr.bin/look
usr.bin/ssh                             usr.bin/strip
usr.bin/tail                            usr.bin/tn3270
usr.bin/vi                              usr.bin/xinstall
usr.sbin/ypserv                         

== bin =============================================================== 01/10 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/bin

ksh

  ~ history.c                             

  > Compare the return from mmap with MAP_FAILED, do not cast to int and comapr
  > e
  > with -1.

== distrib =========================================================== 02/10 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/distrib

notes

  ~ amiga/hardware                        

  > AriadneII works.
  > AriadneI is reported not to be functional, currently.

sets

  ~ lists/base/mi                         ~ lists/etc/mi
  ~ lists/man/mi                          

  > sync

== etc =============================================================== 03/10 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/etc

mtree/4.4BSD.dist

  ~ mtree/4.4BSD.dist                     

  > Create /root with mode 0700 instead of 0755; deraadt@ ok

== include =========================================================== 04/10 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/include

rpc/rpc.h

  ~ rpc/rpc.h                             

  > proto _rpc_dtablesize()

== lib =============================================================== 05/10 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/lib

libc

  ~ gen/nlist.c                           

  > MAP_FAILED, not -1.

libc_r

  ~ TEST/Makefile                         

  > refix breakage in previous commit, d@ forgot to remove his change while
  > testing libpthread on sparc (which is not built by default ... yet).

  ~ BENCH/Makefile                        

  > - RCS id police!
  > - remove unnecessary CPPFLAGS and hardcoded optimization level in CFLAGS
  > - fix execution of the benchmarks, ensure using nice from /usr/bin instead
  > of the built-in which will fail, always use sh and try to run the binaries
  > from the obj dir if it's used.

== sbin ============================================================== 06/10 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/sbin

ping6

  ~ ping6.c                               

  > printf-like string format pedant

  ~ ping6.c                               

  > don't segv on too many arguments.  sync with kame

== share ============================================================= 07/10 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/share

man

  ~ man9/audio.9                          ~ man9/boot.9
  ~ man9/copy.9                           ~ man9/ctxsw.9
  ~ man9/disk.9                           ~ man9/disklabel.9
  ~ man9/extent.9                         ~ man9/fork1.9
  ~ man9/hz.9                             ~ man9/hzto.9
  ~ man9/inittodr.9                       ~ man9/intro.9
  ~ man9/kthread.9                        ~ man9/log.9
  ~ man9/malloc.9                         ~ man9/md5.9
  ~ man9/microtime.9                      ~ man9/panic.9
  ~ man9/pfind.9                          ~ man9/pool.9
  ~ man9/powerhook_establish.9            ~ man9/printf.9
  ~ man9/random.9                         ~ man9/ratecheck.9
  ~ man9/resettodr.9                      ~ man9/shutdownhook_establish.9
  ~ man9/sleep.9                          ~ man9/spl.9
  ~ man9/style.9                          ~ man9/time.9
  ~ man9/timeout.9                        ~ man9/vm_allocate.9
  ~ man9/vm_deallocate.9                  ~ man9/vm_map_copy.9
  ~ man9/vm_map_inherit.9                 ~ man9/vm_map_protect.9

  > General man page cleanups, mostly to remove trailing whitespace, hard
  > sentence breaks, and other such things.

== sys =============================================================== 08/10 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/sys

arch/amiga/amiga

  ~ conf.c                                

  > Repair RAMDISK, which has no joystick.
  > Thanks jj for testing, and miod for explanations.

arch/amiga/conf

  ~ files.amiga                           

  > Repair RAMDISK, which has no joystick.
  > Thanks jj for testing, and miod for explanations.

dev/mii

  ~ mii_physubr.c                         

  > Don't mix usage of old and new timeout code.

dev/pci

  ~ pcidevs.h                             ~ pcidevs_data.h

  > sync

  ~ pcidevs                               

  > art's devices

  ~ pcidevs.h                             ~ pcidevs_data.h

  > sync

  ~ pcidevs                               

  > oops

kern

  ~ uipc_syscalls.c                       

  > allow buflen > MLEN for !SO_NAME case (like ancillary data, necessary for
  > IPv6 advanced API).
  > sync with netbsd.

== usr.bin =========================================================== 09/10 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin

cmp

  ~ regular.c                             

  > Fix cmp(1). It causes memory shortage for bigger files.
  > OK art@

  ~ regular.c                             

  > nice going, this did not even compile

look

  ~ look.c                                

  > Check the mmap return value against MAP_FAILED, not NULL.

ssh

  ~ cipher.c                              ~ cipher.h
  ~ sshconnect1.c                         ~ sshconnect2.c
  ~ sshd.c                                

  > enable DES in SSH-1 clients only

  ~ kex.h                                 ~ packet.c

  > remove unused

strip

  ~ strip.c                               

  > Check for MAP_FAILED in mmap return value, not -1.

tail

  ~ reverse.c                             ~ forward.c

  > MAP_FAILED, not -1

tn3270

  ~ Makefile.inc                          

  > Missed in last tn3270 commit due to cvs bug

vi

  ~ ex/ex_tag.c                           

  > When checking mmap return, check for MAP_FAILED, not -1.

xinstall

  ~ xinstall.c                            

  > MAP_FAILED, not -1.
  > (this file actually contained two correct MAP_FAILED).

== usr.sbin ========================================================== 10/10 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin

ypserv

  ~ yppush/yppush.c                       ~ yppush/yppush.h
  ~ yppush/yppush_err.c                   ~ yppush/yppush_proc.c
  ~ yppush/yppush_svc.c                   ~ yppush/yppush_xdr.c

  > cleanups

===============================================================================




More information about the odc mailing list