OpenBSD src changes summary for 2016-03-10
==========================================

lib/libc                                lib/libm
lib/librthread                          lib/libssl
libexec/spamd                           regress/usr.bin
sbin/isakmpd                            share/man
sys/arch/arm/arm                        sys/dev/ic
sys/kern                                sys/lib/libkern
sys/scsi                                sys/sys
usr.bin/ssh                             

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

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

libc

  ~ gen/fpclassify.3                      

  > un-vax; (jmc@)

  ~ hash/rmd160.3                         ~ hash/sha1.3
  ~ hash/sha2.3                           

  > un-vax; (jmc@)

  ~ net/htonl.3                           

  > un-vax; (jmc@)

  ~ sys/ptrace.2                          

  > un-vax;
  > i've also changed some "and" to "no", since i think it reads better; (jmc@)

  ~ gen/login_cap.c                       

  > ANSIfy function declarations, move initializations to declaration block
  > ok millert@ (mmcc@)

libm

  - arch/vax/n_argred.S                   - arch/vax/n_atan2.S
  - arch/vax/n_cbrt.S                     - arch/vax/n_hypot.S
  - arch/vax/n_infnan.S                   - arch/vax/n_sincos.S
  - arch/vax/n_sqrt.S                     - arch/vax/n_support.S
  - arch/vax/n_tan.S                      

  > more pieces of vax (deraadt@)

  ~ man/acosh.3                           ~ man/asinh.3
  ~ man/atanh.3                           ~ man/exp.3
  ~ man/lgamma.3                          

  > remove Xr to infnan, a trickily hidden (from me anyway) vax page; (jmc@)

  ~ Makefile                              

  > no need for SUBDIR now that vax is gone; ok deraadt (jmc@)

  - man/Makefile                          - man/infnan.3
  ~ man/atan2.3                           ~ man/exp.3
  ~ man/hypot.3                           ~ man/lgamma.3

  > Remove VAX-specific bits of libm manpages.
  > ok jmc@ (tb@)

librthread

  - arch/vax/_atomic_lock.c               - arch/vax/cerror.S

  > No point in keeping the threading support for vax, I guess (guenther@)

libssl

  ~ src/crypto/ec/ec_curve.c              
  ~ src/doc/ssl/SSL_CTX_set_max_cert_list.3
  ~ src/ssl/t1_lib.c                      

  > http -> https for a few more IETF URLs in comments or man pages (mmcc@)

== libexec =========================================================== 02/07 ==

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

spamd

  ~ spamd.c                               

  > - add a define for "_spamd" user like others OpenBSD daemons;
  > - check for root privileges, otherwise exit early with an appropriate
  > status code and a formatted string;
  > - be more specific with chroot()/chdir() checks.
  > OK beck@ (gsoares@)

== regress =========================================================== 03/07 ==

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

usr.bin

  ~ mdoclint/mdoclint                     

  > un-vax; (jmc@)

== sbin ============================================================== 04/07 ==

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

isakmpd

  ~ exchange.c                            ~ message.h
  ~ transport.c                           

  > Don't retransmit responses for unauthenticated messages.
  > Base on diff from Yuuichi Someya
  > ok markus reyk mikeb (yasuoka@)

== share ============================================================= 05/07 ==

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

man

  ~ man4/bpf.4                            

  > BIOCGDIRFILT is allowed when locked, from Guy Harris (deraadt@)

  - man4/man4.vax/Makefile                

  > more pieces of vax (deraadt@)

  ~ man4/ddb.4                            ~ man4/inet.4
  ~ man4/options.4                        

  > un-vax; (jmc@)

  ~ man7/mdoc.7                           

  > un-vax; (jmc@)

  ~ man8/boot_config.8                    ~ man8/diskless.8

  > un-vax; (jmc@)

  ~ man4/wskbd.4                          ~ man4/wsmouse.4

  > remove Xr to lkkbd and lkms, now deleted vax pages; (jmc@)

== sys =============================================================== 06/07 ==

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

arch/arm/arm

  ~ bus_dma.c                             

  > Remove the explicit map invalidation, free() is going to overwrite
  > it with junk anyway.
  > ok patrick mpi dlg and tested by Daniel Bolghero (tobiasu@)

dev/ic

  ~ ahci.c                                

  > Enforce some naming sanity. Stop using 'sc_link' to mean two different
  > things by renaming the field 'SLIST_HEAD(, scsi_link) sc_link' to
  > 'sc_link_list' in struct scsibus_softc.  Use 'sb' as the short name
  > for scsibus_softc variables.
  > Impetus from & ok bluhm@ (krw@)

  ~ ti.c                                  

  > don't check stack-allocated arrays against NULL
  > ok mpi@ (mmcc@)

kern

  ~ vfs_bio.c                             

  > Start some refactoring in here.  this gets bufadjust  out
  > of the hibernate path and starts preparing for some other work in here
  > (beck@)

lib/libkern

  - arch/vax/bcmp.S                       - arch/vax/bcopy.S
  - arch/vax/bzero.S                      - arch/vax/memcmp.S
  - arch/vax/memcpy.S                     - arch/vax/memmove.S
  - arch/vax/memset.S                     

  > more pieces of vax (deraadt@)

scsi

  ~ scsi_base.c                           ~ scsiconf.c
  ~ scsiconf.h                            

  > Enforce some naming sanity. Stop using 'sc_link' to mean two different
  > things by renaming the field 'SLIST_HEAD(, scsi_link) sc_link' to
  > 'sc_link_list' in struct scsibus_softc.  Use 'sb' as the short name
  > for scsibus_softc variables.
  > Impetus from & ok bluhm@ (krw@)

sys

  ~ buf.h                                 

  > beck@ forgot to commit this with sys/kern/vfs_bio.c r1.100.
  > > Start some refactoring in here.  this gets bufadjust  out
  > > of the hibernate path and starts preparing for some other work in here
  > (dlg@)

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

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

ssh

  ~ session.c                             

  > sanitise characters destined for xauth
  > reported by github.com/tintinweb
  > feedback and ok deraadt and markus (djm@)

  ~ session.c                             

  TAGGED OPENBSD_5_7
  > MFC:
  > revision 1.282
  > sanitise characters destined for xauth
  > reported by github.com/tintinweb
  > feedback and ok deraadt and markus (djm@)

  ~ session.c                             

  TAGGED OPENBSD_5_8
  > MFC:
  > revision 1.282
  > sanitise characters destined for xauth
  > reported by github.com/tintinweb
  > feedback and ok deraadt and markus (djm@)

  ~ session.c                             

  TAGGED OPENBSD_5_9
  > MFC:
  > revision 1.282
  > sanitise characters destined for xauth
  > reported by github.com/tintinweb
  > feedback and ok deraadt and markus (djm@)

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

Reply via email to