[odc] Daily src changes for 2008-01-16
ODC
auto at squish.net
Thu Jan 17 07:00:01 GMT 2008
OpenBSD src changes summary for 2008-01-16
==========================================
distrib/notes etc/rc
sbin/disklabel sys/arch/sparc64/include
sys/arch/sparc64/sparc64 sys/dev/cardbus
sys/dev/ic sys/dev/pci
sys/kern usr.sbin/snmpctl
usr.sbin/snmpd
== distrib =========================================================== 01/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
notes
~ zaurus/hardware
> Mention supported radio clocks.
> ok jmc. (mbalmer@)
== etc =============================================================== 02/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
rc
~ rc
> create pflog0 whenever pf is enabled, not just when pflogd_flags!=NO
> fixes spamlogd with pflogd disabled.
> ok henning (sthen@)
== sbin ============================================================== 03/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
disklabel
~ editor.c
> remove "unused variable" warning
> ok krw@ (chl@)
== sys =============================================================== 04/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/sparc64/include
~ pcb.h
> Simplify spilling register windows into the pcb by storing the stack
> pointer
> seperately from the window and copying out data back to the stack by using
> the
> T_RWRET softtrap and rwindow_save(). (kettenis@)
arch/sparc64/sparc64
~ genassym.cf ~ locore.s
~ trap.c
> Simplify spilling register windows into the pcb by storing the stack
> pointer
> seperately from the window and copying out data back to the stack by using
> the
> T_RWRET softtrap and rwindow_save(). (kettenis@)
dev/cardbus
~ if_dc_cardbus.c
> - Remove a unwanted slash from a error message printf
> - Fix interrupt string printing in the dmesg output
> ok dlg@ (brad@)
dev/ic
~ re.c ~ rtl81x9reg.h
> - Store the hw revision into a new softc field in re_attach() and reference
> the softc field wherever it is necessary.
> - Use a switch case in re_setmulti() to make things a bit easier to read.
> ok henning@ dlg@ (brad@)
dev/pci
~ if_myx.c
> Set the baudrate with IF_Gbps(10); and remove an
> XXX comment now that if_baudrate is 64bits.
> ok reyk@ (thib@)
kern
~ uipc_mbuf.c
> Dont use PR_LIMITFAIL with PR_WAITOK when M_WAIT is passed with
> the flag argument to the m_*get* functions. Since PR_LIMITFAIL
> can cause us to return NULL if hit the limits.
> ok claudio@ (thib@)
== usr.sbin ========================================================== 05/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
snmpctl
~ parser.h ~ snmpctl.8
~ snmpctl.c
> bump copyright (reyk@)
snmpd
~ control.c ~ snmp.h
~ snmpd.h ~ snmpe.c
> start working on an interface to send traps via snmpd.sock. userland
> applications will be able to send imsgs defining the trap to snmpd and
> the daemon will do the ASN.1/BER encoding before sending traps to the
> registered receivers. there are two advantages of this approach that
> a) the applications do not need to handle any ASN.1/BER encoding and
> b) snmpd will provide a central interface to define trap receivers.
> discussed with thib and others (reyk@)
~ Makefile ~ control.c
~ snmpd.h ~ snmpe.c
+ trap.c
> move trap code to an own file; there will be more (reyk@)
~ trap.c
> tweak (reyk@)
~ kroute.c ~ mib.c
~ mib.h ~ mps.c
~ parse.y ~ smi.c
~ snmp.h ~ snmpd.8
~ snmpd.c ~ snmpd.conf.5
~ snmpd.h ~ snmpe.c
> bump copyright (reyk@)
~ snmp.h
> define correct snmpv3 version (reyk@)
~ snmp.h
> typo (reyk@)
~ control.c ~ parse.y
~ snmpd.c ~ snmpd.h
~ snmpe.c ~ trap.c
> implementation of the SNMP trap sender interface (reyk@)
~ snmpd.conf.5
> document the "trap receiver" option. (reyk@)
~ snmpd.h ~ snmpe.c
~ trap.c
> send a coldStart trap to registered receivers on startup and cleanup
> the trap code a little bit. (reyk@)
===============================================================================
More information about the odc
mailing list