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

bin/ls                                  etc/examples/pkg.conf
lib/libc                                lib/libssl
share/man                               sys/dev/ic
sys/dev/pci                             sys/dev/usb
sys/kern                                sys/scsi
usr.bin/calendar                        

== bin =============================================================== 01/06 ==

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

ls

  ~ ls.1                                  

  > Mark up COLUMNS as an environment variable.
  > ok jmc@ schwarze@ (bentley@)

== etc =============================================================== 02/06 ==

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

examples/pkg.conf

  ~ examples/pkg.conf                     

  > sync (sthen@)

== lib =============================================================== 03/06 ==

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

libc

  ~ sys/pledge.2                          

  > pledge: define the meaning of passing NULL to one arguments of pledge(2) as
  > "I
  > don't want to change the current value"
  > it changes only the `request' argument behaviour when NULL is passed:
  > previously it was traited as "" was passed.
  > with help from jmc@ for man-page
  > OK tb@ on previous version (semarie@)

  ~ sys/pledge.2                          

  > missing article in previous; (jmc@)

libssl

  ~ src/crypto/asn1/x_info.c              ~ src/crypto/cms/cms_asn1.c
  ~ src/crypto/cms/cms_sd.c               ~ src/crypto/pkcs12/p12_kiss.c
  ~ src/crypto/ts/ts_rsp_sign.c           ~ src/crypto/x509/by_file.c
  ~ src/crypto/x509/x509_vfy.c            ~ src/crypto/x509v3/pcy_tree.c
  ~ src/ssl/d1_clnt.c                     ~ src/ssl/s3_clnt.c
  ~ src/ssl/s3_srvr.c                     ~ src/ssl/ssl_asn1.c
  ~ src/ssl/ssl_cert.c                    ~ src/ssl/ssl_rsa.c
  ~ src/ssl/ssl_sess.c                    

  > X509_free(3) is NULL-safe, so remove NULL checks before its calls.
  > ok doug@ (mmcc@)

== share ============================================================= 04/06 ==

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

man

  ~ man5/bsd.port.mk.5                    

  > Document perl Module::Build::Tiny support in CONFIGURE_STYLE (sthen@)

== sys =============================================================== 05/06 ==

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

dev/ic

  ~ rtwn.c                                ~ rtwnvar.h

  > Move rtwn(4) DMA init code back to the PCI part of the driver.
  > This will make a future merge with urtwn(4) easier.
  > ok mpi@ (stsp@)

dev/pci

  ~ if_rtwn.c                             

  > Move rtwn(4) DMA init code back to the PCI part of the driver.
  > This will make a future merge with urtwn(4) easier.
  > ok mpi@ (stsp@)

dev/usb

  ~ uoakrh.c                              

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

kern

  ~ kern_pledge.c                         

  > pledge: define the meaning of passing NULL to one arguments of pledge(2) as
  > "I
  > don't want to change the current value"
  > it changes only the `request' argument behaviour when NULL is passed:
  > previously it was traited as "" was passed.
  > with help from jmc@ for man-page
  > OK tb@ on previous version (semarie@)

  ~ kern_fork.c                           

  > increase size of oldpids to 128 to prevent mod bias when idx wraps.
  > from Michal Mazurek (tedu@)

scsi

  ~ st.c                                  

  > "if (_3btol(cmd->len) != 0)" is more likely to be a useful test than
  > "if (cmd->len) != 0)", as cmd->len is a 3 byte array.
  > Broken since media_blkno accounting was introduced in r1.72 (2007!).
  > Might fix some obscure tape issues around miscounting variable sized
  > blocks.
  > Spotted by mmcc@ and his friend clang. (krw@)

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

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

calendar

  ~ calendars/calendar.openbsd            

  > un-un-vax;
  > this file has not been touched in nearly two years - putting this out
  > as a test of whether to propose its removal; (jmc@)

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

Reply via email to