[odc] Daily src changes for 2005-09-22

ODC auto at squish.net
Fri Sep 23 08:00:35 BST 2005


OpenBSD src changes summary for 2005-09-22
==========================================

etc/rc                                  libexec/ld.so
regress/libexec                         sbin/ipsecctl
share/man                               sys/arch/arm/arm
sys/arch/arm/footbridge                 sys/arch/arm/xscale
sys/dev/cardbus                         sys/dev/ic
sys/dev/pci                             usr.bin/cvs
usr.bin/rpcinfo                         usr.sbin/ppp
usr.sbin/rbootd                         

== etc =============================================================== 01/08 ==

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

rc

  ~ rc                                    

  > split ypserv & ypbind startup; ypserv does not depend on you being a
  > client; from amh at POBOX.COMeraadt@)

== libexec =========================================================== 02/08 ==

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

ld.so

  ~ resolve.c                             ~ alpha/rtld_machine.c
  ~ amd64/rtld_machine.c                  ~ arm/rtld_machine.c
  ~ hppa/rtld_machine.c                   ~ i386/rtld_machine.c
  ~ mips64/rtld_machine.c                 ~ powerpc/rtld_machine.c
  ~ sparc/rtld_machine.c                  ~ sparc64/rtld_machine.c

  > Use std missing symbol print instead of MD custom, do not warn on weak
  > undefined symbols, or count them as failures. inspired kurt@ (drahn@)

  ~ library_subr.c                        ~ resolve.c
  ~ hppa/rtld_machine.c                   ~ mips64/syscall.h

  > knf; ok drahn (deraadt@)

  ~ powerpc/rtld_machine.c                

  > missed a NOWARN -> WARN change (drahn@)

  ~ Makefile                              ~ dlfcn.c
  ~ loader.c                              ~ resolve.h

  > Track if symbols are searched but missing while resolving GOT, if
  > any are missing exit instead of later causing an abort, ok kurt@ (drahn@)

== regress =========================================================== 03/08 ==

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

libexec

  + ld.so/edgecases/Makefile              + ld.so/edgecases/test1/Makefile
  + ld.so/edgecases/test1/libaa_g/Makefile
  + ld.so/edgecases/test1/libaa_g/shlib_version
  + ld.so/edgecases/test1/libaa_g/aa.c    
  + ld.so/edgecases/test1/libaa_b/Makefile
  + ld.so/edgecases/test1/libaa_b/aa.c    
  + ld.so/edgecases/test1/libaa_b/shlib_version
  + ld.so/edgecases/test1/prog1/main.c    
  + ld.so/edgecases/test1/prog1/Makefile

  > New import:
  >	Test if a program exits when some of it's symbols are not found.

  ~ ld.so/Makefile                        

  > Enable a bunch more tests. (drahn@)

== sbin ============================================================== 04/08 ==

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

ipsecctl

  ~ ike.c                                 

  > use "force" keyword when adding to Phase 1 section, otherwise isakmpd will
  > write some annyoing warning to the logs... (hshoexer@)

== share ============================================================= 05/08 ==

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

man

  ~ man8/release.8                        

  > spelling fixes;
  > from janne johansson (pr #4516, #4517) (jmc@)

  ~ man9/uvm.9                            ~ man9/vnode.9

  > remove one `file-system' example, and make another at least consistent
  > with section 9; (jmc@)

== sys =============================================================== 06/08 ==

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

arch/arm/arm

  ~ cpuswitch.S                           

  > NEWINTR is not an option on OpenBSD. (drahn@)

arch/arm/footbridge

  ~ footbridge_intr.h                     

  > NEWINTR is not an option on OpenBSD. (drahn@)

arch/arm/xscale

  ~ pxa2x0_intr.h                         

  > NEWINTR is not an option on OpenBSD. (drahn@)

dev/cardbus

  ~ if_ath_cardbus.c                      

  > remove the very basic ath(4) rate control implementation and use
  > rssadapt(9) instead. this may need some further work but now it's in
  > the right place and shared with other drivers (like ral(4)).
  > yes jsg@ (reyk@)

dev/ic

  ~ atw.c                                 

  > Print MAC name and version and use "address" instead of
  > "802.11 address" when printing MAC address. (jsg@)

  ~ ami.c                                 ~ amivar.h

  > revert 1.82 and 1.83 of ami.c and 1.26 of amivar.h since it seems to be
  > causing random lockups on my machine. sigh. (dlg@)

  ~ ath.c                                 ~ athvar.h

  > remove the very basic ath(4) rate control implementation and use
  > rssadapt(9) instead. this may need some further work but now it's in
  > the right place and shared with other drivers (like ral(4)).
  > yes jsg@ (reyk@)

dev/pci

  ~ if_ath_pci.c                          

  > remove the very basic ath(4) rate control implementation and use
  > rssadapt(9) instead. this may need some further work but now it's in
  > the right place and shared with other drivers (like ral(4)).
  > yes jsg@ (reyk@)

  ~ if_art.c                              

  > Notify sppp about link state changes. This makes PPP encoding work.
  > (claudio@)

  ~ musycc.c                              ~ musyccvar.h

  > Simplify DMA handling. Limit DMA size to a fixed numer of slots.
  > Redesign musycc_start() so that it can be called from the musycc_txeom()
  > handler when there is again space in the DMA ring. (claudio@)

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

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

cvs

  ~ status.c                              

  > style; (xsa@)

rpcinfo

  ~ rpcinfo.c                             

  > -s was using the wrong arg (PF_INET) for protocol instead of IPPROTO_TCP &
  > IPPROTO_UDP for pmap_set() (deraadt@)

== usr.sbin ========================================================== 08/08 ==

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

ppp

  ~ ppp/Makefile                          

  > add a few flags to CDIAGFLAGS (brad@)

  ~ ppp/ppp.8.m4                          

  > add missing phrase;
  > ok brad@ (jmc@)

  ~ ppp/ppp.8.m4                          

  > consistency fixes, spotted by brian at awfulhak org; (jmc@)

rbootd

  ~ defs.h                                ~ parseconf.c
  ~ rbootd.c                              

  > boot-able -> bootable (typo fix in comments only)
  > from janne johansson (pr #4516) (jmc@)

===============================================================================



More information about the odc mailing list