[odc] Daily src changes for 2007-10-01
ODC
auto at squish.net
Tue Oct 2 07:00:01 BST 2007
OpenBSD src changes summary for 2007-10-01
==========================================
sbin/pfctl sys/arch/hppa/gsc
sys/arch/i386/include sys/arch/sparc/dev
sys/arch/sparc64/dev sys/arch/vax/vsa
sys/compat/svr4 sys/dev/ata
sys/dev/ic sys/dev/isa
sys/dev/pci sys/dev/sdmmc
sys/netatalk sys/netbt
sys/netinet sys/netinet6
sys/ufs/ufs usr.bin/fstat
usr.bin/pcc usr.bin/top
usr.sbin/hoststatectl usr.sbin/hoststated
usr.sbin/ospfd
== sbin ============================================================== 01/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
pfctl
~ parse.y
> Backout NUMBER to string conversion.
> Requested by deraadt@ (mpf@)
== sys =============================================================== 02/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/hppa/gsc
~ gsckbc.c
> More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
> obvious. (krw@)
arch/i386/include
~ param.h
> more btoc -> atop (martin@)
arch/sparc/dev
~ esp.c ~ fd.c
~ xd.c ~ xy.c
> More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
> obvious. (krw@)
arch/sparc64/dev
~ ebus.c ~ fd.c
~ pckbc_ebus.c
> More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
> obvious. (krw@)
arch/vax/vsa
~ lcg.c ~ lcspx.c
~ smg.c
> More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
> obvious. (krw@)
compat/svr4
~ svr4_misc.c
> more btoc -> atop (martin@)
dev/ata
~ atascsi.c
> More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
> obvious. (krw@)
dev/ic
~ aac.c ~ ac97.c
~ acx.c ~ ath.c
~ cac.c ~ dc.c
~ gdt_common.c ~ malo.c
~ oosiop.c ~ osiop.c
~ sili.c ~ sti.c
~ vga.c ~ wdc.c
> More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. (krw@)
~ bwi.c ~ bwivar.h
> Use uint_* consistent.
> Agreed with jsg@ (mglocker@)
~ aic79xx_openbsd.h
> more btoc -> atop (martin@)
~ bwi.c
> Disable default debug setting, make tx power map printing debug only.
> (jsg@)
~ bwi.c
> Print the MAC address. (jsg@)
~ bwi.c
> remove rate_fb variable as it always gets set to the same value
> as rate anyway. (jsg@)
~ bwi.c
> Fix `bogus xmit rate setup' panic, which mostly happened while associating
> to an 11b AP due to not correct initialized tx rates. (mglocker@)
~ bwi.c
> Spacing. (mglocker@)
dev/isa
~ fd.c ~ pckbc_isa.c
~ seagate.c
> More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
> obvious. (krw@)
dev/pci
~ ahci.c ~ arc.c
~ hifn7751.c ~ if_em.c
~ if_ixgb.c ~ if_nxe.c
~ if_san_common.c ~ if_sandrv.c
~ ises.c ~ musycc.c
~ tga.c ~ ubsec.c
> More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
> obvious. (krw@)
dev/sdmmc
~ sdhc.c
> More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
> obvious. (krw@)
netatalk
~ at_control.c
> Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'
> where obvious. (krw@)
netbt
~ hci_event.c ~ l2cap_upper.c
~ rfcomm_upper.c ~ sco_upper.c
> Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'
> where obvious. (krw@)
netinet
~ in.c
> Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'
> where obvious. (krw@)
netinet6
~ nd6.c ~ nd6_rtr.c
> Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'
> where obvious. (krw@)
ufs/ufs
~ ufs_quota.c
> Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'
> where obvious. (krw@)
== usr.bin =========================================================== 03/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
fstat
~ fstat.1 ~ fstat.c
> sort the fields in manual page in the same order as in fstat output;
> use the same name for fields in the manual page and command output;
> while here, fix spacing
> millert@ has observed that this change makes the header fields consistent
> with what is the output by NetBSD and FreeBSD too
> ok millert@ (sobrado@)
pcc
~ mip/manifest.h ~ mip/optim2.c
~ mip/pass2.h ~ mip/reader.c
~ cc/cc/cc.1 ~ cc/cc/cc.c
> pull fro ragge's repo:
> -C support for cc and deljumps optimization; both by Stefan Kempf (otto@)
~ cc/ccom/cgram.y ~ cc/ccom/pftn.c
> pull form ragge's repo:
> __builtin_va* support. (otto@)
top
~ utils.c
> typos in comment; from Pierre Riteau (otto@)
== usr.sbin ========================================================== 04/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
hoststatectl
~ hoststatectl.8
> Sync .nd with other parts of hoststated, prompted by jmc@ (pyr@)
hoststated
~ parse.y
> keep lines < 80. (pyr@)
~ relay.c
> kill some remaining debug that snuk in. (pyr@)
~ parse.y
> Add NUMBER to hoststated's lexer, very similar to what has gone in
> in the other daemons recently. Prompted and based on work by deraadt@
> proofread and ok gilles@ (pyr@)
ospfd
~ kroute.c ~ ospfd.c
~ ospfe.c ~ parse.y
~ rde.c ~ rde_spf.c
> fix alot of whitespace problems... (norby@)
===============================================================================
More information about the odc
mailing list