OpenBSD src changes summary for 2017-10-15
==========================================

include/Makefile                        include/pthread.h
include/pthread_np.h                    include/sched.h
include/semaphore.h                     lib/libc
lib/libpthread                          lib/librthread
regress/lib                             sys/dev/ic
sys/dev/usb                             usr.sbin/apmd
usr.sbin/bgpctl                         usr.sbin/bgpd

== include =========================================================== 01/05 ==

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

Makefile

  ~ Makefile                              

  > Move the thread-related .h files to /usr/src/include/, since the
  > implementation is now spread between libc and librthread.  No changes
  > to the content
  > ok mpi@ (guenther@)

pthread.h

  + pthread.h                             

  > Move the thread-related .h files to /usr/src/include/, since the
  > implementation is now spread between libc and librthread.  No changes
  > to the content
  > ok mpi@ (guenther@)

pthread_np.h

  + pthread_np.h                          

  > Move the thread-related .h files to /usr/src/include/, since the
  > implementation is now spread between libc and librthread.  No changes
  > to the content
  > ok mpi@ (guenther@)

sched.h

  + sched.h                               

  > Move the thread-related .h files to /usr/src/include/, since the
  > implementation is now spread between libc and librthread.  No changes
  > to the content
  > ok mpi@ (guenther@)

semaphore.h

  + semaphore.h                           

  > Move the thread-related .h files to /usr/src/include/, since the
  > implementation is now spread between libc and librthread.  No changes
  > to the content
  > ok mpi@ (guenther@)

== lib =============================================================== 02/05 ==

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

libc

  ~ arch/mips64/gen/ldexp.S               

  > Do not use an uninitialized value when determining the sign
  > of a denormal result of ldexp(3).
  > The bug was found when investigating why denormal results
  > of pow(3) can have an incorrect sign on loongson.
  > pow(3) misbehaviour reported and fix tested by juanfra@
  > No objection from deraadt@ (visa@)

libpthread

  - include/Makefile.inc                  - include/pthread.h
  - include/pthread_np.h                  - include/sched.h
  - include/semaphore.h                   

  > Move the thread-related .h files to /usr/src/include/, since the
  > implementation is now spread between libc and librthread.  No changes
  > to the content
  > ok mpi@ (guenther@)

librthread

  ~ Makefile                              

  > Move the thread-related .h files to /usr/src/include/, since the
  > implementation is now spread between libc and librthread.  No changes
  > to the content
  > ok mpi@ (guenther@)

== regress =========================================================== 03/05 ==

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

lib

  ~ libc/Makefile                         + libc/ldexp/Makefile
  + libc/ldexp/ldexp_test.c               

  > Add a regression test for ldexp(3). (visa@)

== sys =============================================================== 04/05 ==

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

dev/ic

  ~ ar5211.c                              ~ ar5212.c

  > Initialize status return code in ar5k_ar5211_reset() and
  > ar5k_ar5212_reset(),
  > in the same way as ar5k_ar5210_reset() does it.
  > Error messages were displaying uninitialized values:
  > "ath_reset: unable to reset hardware; hal status 3497439432"
  > ok mpi@ (stsp@)

  ~ bwfm.c                                ~ bwfmreg.h

  > Set default join preferences to prefer APs based on the RSSI, with
  > a boost set to prefer 5GHz APs. (patrick@)

dev/usb

  ~ if_bwfm_usb.c                         

  > Similar to other USB based backend drivers, have a list of TX/RX
  > buffers.  By storing the pointer of the TX mbuf in the TX buffer,
  > we can make sure to free the mbuf properly after TX completed.
  > This also seems to speed up the WiFi scan.
  > previous version ok stsp@ (patrick@)

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

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

apmd

  ~ apmd.c                                

  > Kill unused defines (jca@)

bgpctl

  ~ bgpctl.8                              ~ bgpctl.c
  ~ parser.c                              

  > Add "ssv" variant which turns a rib route output into a single
  > semicolon-seperated line, so that grep and such can operate easier;
  > then use tr ';' '\n' to convert it to normal form later.  This helps
  > with scanning vast swathes of routes..
  > ok benno claudio job (deraadt@)

bgpd

  ~ bgpd.h                                

  > Add "ssv" variant which turns a rib route output into a single
  > semicolon-seperated line, so that grep and such can operate easier;
  > then use tr ';' '\n' to convert it to normal form later.  This helps
  > with scanning vast swathes of routes..
  > ok benno claudio job (deraadt@)

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

Reply via email to