OpenBSD src changes summary for 2016-02-16
==========================================

bin/pax                                 distrib/notes
sys/arch/amd64/amd64                    sys/arch/amd64/include
sys/ufs/ext2fs                          sys/ufs/ffs
sys/ufs/ufs                             usr.bin/calendar
usr.bin/ssh                             usr.sbin/vmd

== bin =============================================================== 01/05 ==

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

pax

  ~ file_subs.c                           

  > Ignore trailing slashes and skip over duplicate slashes in chk_path() to
  > avoid infinite loop when creating intermediate directories
  > Fix based on diff by Nicolas Bedos (nicolas.bedos (at) gmail.com)
  > ok millert@ ok and tweak zhuk@, (guenther@)

== distrib =========================================================== 02/05 ==

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

notes

  ~ m4.common                             ~ amd64/hardware
  ~ amd64/install                         

  > Mention UEFI/GPT, fix some weird spacing, try to adjust 'partitioning'
  > verbiage to make more sense overall.
  > ok rpe@ (krw@)

== sys =============================================================== 03/05 ==

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

arch/amd64/amd64

  ~ vmm.c                                 

  > Allow userland to initialize CR0 when resetting a VCPU instead of
  > hardcoding it. Be careful to obey VMX's must-be-0 and must-be-1
  > restrictions for CR0.
  > This gives us the opportunity later to start VCPUs in real-mode, etc.
  > (for those CPUs that support unrestricted guest).
  > Be sure to update your vmd(8) also, the ioctl interface has
  > changed.
  > ok mlarkin@, deraadt@ (stefan@)

arch/amd64/include

  ~ vmmvar.h                              

  > Allow userland to initialize CR0 when resetting a VCPU instead of
  > hardcoding it. Be careful to obey VMX's must-be-0 and must-be-1
  > restrictions for CR0.
  > This gives us the opportunity later to start VCPUs in real-mode, etc.
  > (for those CPUs that support unrestricted guest).
  > Be sure to update your vmd(8) also, the ioctl interface has
  > changed.
  > ok mlarkin@, deraadt@ (stefan@)

ufs/ext2fs

  ~ ext2fs_lookup.c                       ~ ext2fs_readwrite.c
  ~ ext2fs_vnops.c                        

  > Convert to uiomove. From Martin Natano. (stefan@)

ufs/ffs

  ~ ffs_vnops.c                           

  > Convert to uiomove. From Martin Natano. (stefan@)

ufs/ufs

  ~ ufs_vnops.c                           

  > Convert to uiomove. From Martin Natano. (stefan@)

== usr.bin =========================================================== 04/05 ==

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

calendar

  ~ calendars/calendar.birthday           ~ calendars/calendar.history

  > correct(ish) date of death for alexander the great;
  > from soren jacobsen, netbsd -r1.26
  > i've done it a bit differently though: since the date was listed
  > both in .birthday and .history i added his (reputed) birth date
  > to .birthday and removed the dup. i also standardised the date
  > as "[year][space]BC". (jmc@)

ssh

  ~ session.c                             

  > add a "Close session" log entry (at loglevel=verbose) to correspond
  > to the existing "Starting session" one. Also include the session id
  > number to make multiplexed sessions more apparent.
  > feedback and ok dtucker@ (djm@)

  ~ ssh.1                                 ~ ssh_config.5
  ~ sshd_config.5                         

  > Replace list of ciphers and MACs adjacent to -1/-2 flag descriptions in
  > ssh(1) with a strong recommendation not to use protocol 1. Add a similar
  > warning to the Protocol option descriptions in ssh_config(5) and
  > sshd_config(5);
  > prompted by and ok mmcc@ (djm@)

  ~ ssh.1                                 

  > no need to state that protocol 2 is the default twice; (jmc@)

== usr.sbin ========================================================== 05/05 ==

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

vmd

  ~ vmm.c                                 

  > Pass down the initial value of CR0 down to the RESETCPU ioctl() as well.
  > This gives us the opportunity later to start VCPUs in real-mode, etc.
  > (for those CPUs that support unrestricted guest).
  > You need to build an updated kernel for this first, the ioctl interface
  > has changed.
  > ok mlarkin@, deraadt@ (stefan@)

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

Reply via email to