OpenBSD src changes summary for 2017-03-20
==========================================

lib/libskey                             regress/usr.bin
sbin/ifconfig                           sbin/route
share/man                               sys/arch/luna88k/dev
sys/arch/luna88k/include                sys/arch/luna88k/luna88k
sys/kern                                sys/ntfs
usr.bin/doas                            usr.bin/mandoc
usr.bin/rup                             usr.bin/ssh
usr.sbin/acme-client                    usr.sbin/sensorsd
usr.sbin/slaacd                         

== lib =============================================================== 01/07 ==

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

libskey

  ~ skeylogin.c                           

  > use explicit_bzero. one from Ricardo Mestre plus two more. (tedu@)

  ~ skey.h                                ~ skeylogin.c

  > Generate the bogus challenge using arc4random_buf(3) instead of reading
  > directly from /var/db/host.random and falling back to ctime. Remove the
  > _SKEY_RAND_FILE_PATH_ since it's no longer needed.
  > ok millert, mestre (tb@)

== regress =========================================================== 02/07 ==

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

usr.bin

  ~ ssh/keytype.sh                        

  > remove /usr/bin/time calls around tests, makes diffing test runs harder.
  > Based on patch from Mike Frysinger (djm@)

== sbin ============================================================== 03/07 ==

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

ifconfig

  ~ ifconfig.8                            

  > as suggested by mpi, be less particular documenting
  > where router adverts are coming from when describing autoconf;
  > rework the description a little;
  > ok mpi (jmc@)

  ~ ifconfig.8                            

  > stop signposting; while here, knock out the comments; (jmc@)

route

  ~ route.c                               

  > show inet6 proposals in route monitor
  > fine with krw@ (florian@)

== share ============================================================= 04/07 ==

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

man

  ~ man4/options.4                        

  > document PPPOE_TERM_UNKNOWN_SESSIONS; ok sthen (jmc@)

  ~ man4/inet6.4                          

  > some notes from bluhm about setting a reject route; (jmc@)

== sys =============================================================== 05/07 ==

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

arch/luna88k/dev

  ~ if_le.c                               ~ lcd.c
  ~ lunafb.c                              ~ omrasops.c
  ~ omrasops.h                            ~ omrasops1.c
  ~ siotty.c                              

  > Replace hardcoded addresses with symbolic constants from <machine/board.h>
  > for enhanced grepability and fewer bad surprises.
  > ok aoyama@ (miod@)

arch/luna88k/include

  ~ board.h                               

  > Remove unused defines. Some of them can be traced to MVME188 and make no
  > sense on Omron hardware.
  > ok aoyama@ (miod@)

  ~ board.h                               

  > Fix previous. Commited from the wrong tree. (miod@)

arch/luna88k/luna88k

  ~ locore.S                              

  > Replace hardcoded addresses with symbolic constants from <machine/board.h>
  > for enhanced grepability and fewer bad surprises.
  > ok aoyama@ (miod@)

  ~ pmap_table.c                          

  > Do not map resources which are actually not used within the kernel. Saves
  > 24KB of page tables memory.
  > help and luna88k-2 tests aoyama@; ok aoyama@ (miod@)

kern

  ~ exec_elf.c                            

  > Initialize the stack buffer used to build the auxiliary vector to zero to
  > avoid leaking the contents of the kernel stack into userspace.
  > ok guenther@, deraadt@ (kettenis@)

ntfs

  ~ ntfs_vfsops.c                         

  > Read the free clusters bitmap in 1MB chunks
  > instead of trying to read it in one go and panic in malloc(9) with large
  > NTFS filesystems.  panic reported and fix tested by landry@ (jca@)

== usr.bin =========================================================== 06/07 ==

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

doas

  ~ doas.conf.5                           

  > simplify example. list of ports variables was non-exahustive, which means
  > what exactly? there should be a better place for such lists. (tedu@)

mandoc

  ~ main.c                                ~ mandoc.1

  > Silently ignore invalid -m input formats rather than erroring out.
  > As observed by Jan Stary <hans at stare dot cz>, this is useful such
  > that after 'alias man="man -m $HOME/man"', 'man -l foo.1' still works.
  > Simplify and shorten the description of -m, and use .Ic for macros.
  > (schwarze@)

rup

  ~ rup.c                                 

  > recallocarray array that has remote data (deraadt@)

ssh

  ~ version.h                             

  > openssh-7.5 (djm@)

== usr.sbin ========================================================== 07/07 ==

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

acme-client

  ~ acme-client.1                         

  > Simplify cron(8) job example.
  > input from jmc@
  > ok tb@ deraadt@ (ajacoutot@)

sensorsd

  ~ sensorsd.8                            ~ sensorsd.c

  > Add command line option -f to specify alternative config file.
  > from Matthias Pitzl (bluhm@)

slaacd

  ~ frontend.c                            ~ slaacd.c
  ~ slaacd.h                              

  > simplify control socket path handling; sync from netcfgd by krw@ (florian@)

  ~ engine.c                              ~ engine.h
  ~ slaacd.c                              ~ slaacd.h

  > send proposals (florian@)

===============================================================================
_______________________________________________
odc mailing list
[email protected]
http://www.squish.net/mailman/listinfo/odc

Reply via email to