OpenBSD src changes summary for 2015-12-27
==========================================

bin/ksh                                 bin/mv
distrib/miniroot                        distrib/sgi
etc/etc.sgi/Makefile.inc                games/boggle
games/tetris                            gnu/usr.bin/cxxfilt
lib/libc                                sbin/fdisk
sys/arch/amd64/amd64                    sys/arch/i386/i386
sys/arch/sgi/conf                       sys/dev/isa
sys/kern                                usr.bin/less

== bin =============================================================== 01/09 ==

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

ksh

  ~ main.c                                

  > unconditionally duplicate the argv array on initialization, to make it
  > resilient against being altered by a subsequent shift operation
  > tweak and ok semarie@ (halex@)

  ~ main.c                                

  > Tweak comment: we now always make a copy of argv.
  > ok halex@ (jca@)

mv

  ~ cp.c                                  

  > remove unused variable
  > ok tedu@ (chl@)

== distrib =========================================================== 02/09 ==

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

miniroot

  ~ install.sub                           ~ install.sh

  > Refactor and move disk initialization code from install.sh to a separate
  > function configure_disk() in install.sub.
  > based on work from and OK halex@ (rpe@)

sgi

  ~ iso/Makefile                          ~ ramdisk/install.md

  > welcome GENERIC.IP27 MP (dual cpu on O350 now)
  > ok visa (deraadt@)

  ~ ramdisk/install.md                    

  > Remove stray '}'. (rpe@)

== etc =============================================================== 03/09 ==

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

etc.sgi/Makefile.inc

  ~ etc.sgi/Makefile.inc                  

  > welcome GENERIC.IP27 MP (dual cpu on O350 now)
  > ok visa (deraadt@)

== games ============================================================= 04/09 ==

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

boggle

  ~ boggle/mach.c                         

  > remove unused variables
  > ok mmcc@ (chl@)

tetris

  ~ scores.c                              

  > remove unused variable
  > ok tb@ (chl@)

== gnu =============================================================== 05/09 ==

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

usr.bin/cxxfilt

  ~ cxxfilt.c                             

  > add missing header needed for pledge(2)
  > ok deraadt@ (chl@)

== lib =============================================================== 06/09 ==

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

libc

  ~ stdlib/icdb.c                         

  > remove unused variable
  > ok tedu@ (chl@)

== sbin ============================================================== 07/09 ==

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

fdisk

  ~ mbr.c                                 

  > Use 'standard' gpt_chk_mbr() to check for protective MBR. (krw@)

== sys =============================================================== 08/09 ==

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

arch/amd64/amd64

  ~ autoconf.c                            ~ cpu.c
  ~ identcpu.c                            

  > If available prefer the rdseed instruction over rdrand when adding entropy
  > to the kernel rng.  If the rdseed source is empty fallback to rdrand
  > as suggested by naddy.  rdrand output comes from a prng that is
  > periodically reseeded.  rdseed should give us more bits of entropy.
  > ok naddy@ djm@ deraadt@ (jsg@)

arch/i386/i386

  ~ autoconf.c                            ~ cpu.c
  ~ machdep.c                             

  > If available prefer the rdseed instruction over rdrand when adding entropy
  > to the kernel rng.  If the rdseed source is empty fallback to rdrand
  > as suggested by naddy.  rdrand output comes from a prng that is
  > periodically reseeded.  rdseed should give us more bits of entropy.
  > ok naddy@ djm@ deraadt@ (jsg@)

arch/sgi/conf

  + GENERIC-IP27.MP                       

  > welcome GENERIC.IP27 MP (dual cpu on O350 now)
  > ok visa (deraadt@)

dev/isa

  ~ asmc.c                                

  > with Mark's fix in previous commit the extra taskq for delayed
  > initialization
  > and updates is no longer needed and can be removed, so simplify things and
  > initialize the sensors on attach and update them through the sensors task
  > (jung@)

  ~ asmc.c                                

  > simplify and unify keyboard backlight hooks, doing the same kassert instead
  > of
  > for-loop as acpithinkpad does (jung@)

  ~ asmc.c                                

  > extra taskq is gone, so also remove the no longer needed init variable
  > (jung@)

  ~ asmc.c                                

  > rename kbdled to backlight and mention chip model in comment (jung@)

  ~ asmc.c                                

  > fold for loops back into a wait function in a similar manner as acpiec does
  > (jung@)

  ~ asmc.c                                

  > set sensor type later on init (jung@)

kern

  ~ kern_pledge.c                         

  > wrap "audio" pledge code in NAUDIO > 0, because there are a few
  > GENERIC kernels which lack audio drivers. (deraadt@)

  ~ kern_pledge.c                         

  > Add missing #include "audio.h".  Fixes sndiod pledge issue reported by
  > timo.myyra () wickedbsd ! net, thanks!
  > While there, remove extraneous "pty.h".
  > ok deraadt@ (tb@)

== usr.bin =========================================================== 09/09 ==

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

less

  ~ ch.c                                  

  > Put macro arg in parentheses.
  > ok nicm@ (mmcc@)

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

Reply via email to