[odc] Daily src changes for 2005-04-04
ODC
auto at squish.net
Tue Apr 5 08:00:24 BST 2005
OpenBSD src changes summary for 2005-04-04
==========================================
distrib/sets etc/netstart
lib/libc libexec/identd
sbin/bioctl sbin/ifconfig
sbin/ipsecctl sbin/isakmpd
sbin/wsconsctl share/man
sys/arch/luna88k/dev sys/arch/luna88k/include
sys/arch/m88k/m88k sys/arch/sparc/include
sys/arch/vax/vax sys/dev
sys/dev/ic sys/dev/pci
sys/net sys/sys
sys/uvm usr.bin/readlink
usr.bin/stat usr.bin/systat
usr.bin/yacc usr.sbin/arp
usr.sbin/dev_mkdb usr.sbin/ndp
usr.sbin/ospfd usr.sbin/rarpd
usr.sbin/slstats
== distrib =========================================================== 01/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/comp/mi
> sync (deraadt@)
== etc =============================================================== 02/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
netstart
~ netstart
> unbreak; ok pval@ (djm@)
== lib =============================================================== 03/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ sys/ptrace.2
> Document PT_[GS]ETXMMREGS.
> ok jmc@ (kettenis@)
== libexec =========================================================== 04/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec
identd
~ parse.c
> nlist.h not needed (deraadt@)
== sbin ============================================================== 05/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
bioctl
~ bioctl.c
> use .h (marco@)
+ bioctl.h
> Add .h for some cleanup (marco@)
~ bioctl.8 ~ bioctl.c
~ bioctl.h
> Add initial blink/unblink harness.
> Fix INQUIRY namespace polution.
> Little clean up and new debug messages. (marco@)
ifconfig
~ ifconfig.c
> print lladdr instead of address; pointed out by a few (deraadt@)
ipsecctl
+ Makefile + ipsec.conf.5
+ ipsecctl.8 + ipsecctl.c
+ ipsecctl.h + parse.y
+ pfkey.c
> Add ipsecctl utility, work in progress
> ok deraadt (hshoexer@)
~ Makefile ~ ipsec.conf.5
~ ipsecctl.8 ~ ipsecctl.c
~ ipsecctl.h ~ parse.y
~ pfkey.c
> fix cvs id tags (hshoexer@)
~ ipsecctl.8
> A bare bone man page. (hshoexer@)
isakmpd
~ ipsec.c
> fix byteorder confusion
> ok cloder ho (hshoexer@)
~ conf.c ~ connection.c
~ dnssec.c ~ dpd.c
~ exchange.c ~ if.c
~ ike_phase_1.c ~ ike_quick_mode.c
~ ipsec.c ~ isakmp_cfg.c
~ isakmpd.c ~ log.c
~ math_2n.c ~ message.c
~ monitor.c ~ nat_traversal.c
~ pf_key_v2.c ~ policy.c
~ sa.c ~ sa.h
~ transport.c ~ udp.c
~ udp_encap.c ~ ui.c
~ util.c ~ virtual.c
> spacing; ok cloder (deraadt@)
wsconsctl
~ Makefile
> ugh. vax has no wscons either; pt out by deraadt@ (mickey@)
== share ============================================================= 06/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man9/Makefile + man9/ieee80211.9
+ man9/ieee80211_crypto.9 + man9/ieee80211_input.9
+ man9/ieee80211_ioctl.9 + man9/ieee80211_node.9
+ man9/ieee80211_output.9 + man9/ieee80211_proto.9
+ man9/ieee80211_radiotap.9
> Some documentation for the 802.11 stack written by
> Bruce M. Simpson and Darron Broad for FreeBSD, adapted to reflect
> the state of our stack. Help from and ok jmc@ (jsg@)
~ man9/ieee80211_crypto.9
> whitespace; (jmc@)
~ man9/ieee80211_radiotap.9
> tcpdump is section 8, not 1; (jmc@)
~ man9/ieee80211.9 ~ man9/ieee80211_radiotap.9
> apply some fixes originally mailed to jsg@; (jmc@)
~ man9/ieee80211.9 ~ man9/rssadapt.9
> add rssadapt(9) to SEE ALSO in ieee80211(9), and vice versa;
> ok jsg@ (jmc@)
== sys =============================================================== 07/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/luna88k/dev
~ spc.c
> - Delete implicit * 4 operation in bus_space offset calculation
> - Change assembler codes to C codes
> tested by myself, ok by miod@ (aoyama@)
arch/luna88k/include
~ bus.h
> - Delete implicit * 4 operation in bus_space offset calculation
> - Change assembler codes to C codes
> tested by myself, ok by miod@ (aoyama@)
arch/m88k/m88k
~ pmap.c
> Allow pmap_expand_kmap() to fail in low memory conditions. (miod@)
~ pmap.c
> Fix an uninitialized variable in pmap_enter(), affecting only unmanaged
> pages. (miod@)
arch/sparc/include
~ pmap.h
> Nuke pmap_bootstrap_alloc(), not used anymore. (miod@)
arch/vax/vax
~ pmap.c
> Nuke pmap_bootstrap_alloc(), not used anymore. (miod@)
dev
~ biovar.h
> add blink and unblink. (marco@)
dev/ic
~ ami.c
> Add blink and unblink but tell userland it is responsible for actually
> doing it
> because the ami firmware does not support it. In this case bioctl(8) will
> do
> it with SES passthrough commands. (marco@)
dev/pci
~ pcidevs.h ~ pcidevs_data.h
> sync (damien@)
~ if_ipw.c
> fix ids. ok jsg@ deraadt@ (damien@)
~ pcidevs ~ if_iwi.c
> new id for PRO/Wireless 2915ABG. fix desc for PRO/Wireless adapters.
> (damien@)
~ if_iwi.c ~ if_iwivar.h
> remove noise statistics. this was generating tons of useless interrupts.
> (damien@)
~ if_bge.c
> Fix interrupt sharing on bge, by checking the same way the linux
> driver does. ok deraadt@, testing and ok krw@, markus@ (beck@)
net
~ pfkeyv2.c ~ pfkeyv2.h
> Add sysctl for dumping the SPD
> ok deraadt, ok markus some time ago (hshoexer@)
sys
~ socket.h
> Add sysctl for dumping the SPD
> ok deraadt, ok markus some time ago (hshoexer@)
uvm
~ uvm_pmap.h
> Nuke pmap_bootstrap_alloc(), not used anymore. (miod@)
== usr.bin =========================================================== 08/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
readlink
~ readlink.1
> realpath is section 3, not 2; (jmc@)
stat
~ stat.1
> +.Xr readlink 1 , (jmc@)
systat
~ vmstat.c
> nlist.h not needed (deraadt@)
yacc
~ main.c
> convert to getopt(); ok millert@, otto@ (robert@)
== usr.sbin ========================================================== 09/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
arp
~ arp.c
> nlist.h not needed (deraadt@)
~ arp.c
> shrink (deraadt@)
dev_mkdb
~ dev_mkdb.c
> nlist.h not needed (deraadt@)
ndp
~ ndp.c
> nlist.h not needed (deraadt@)
ospfd
~ auth.c
> On auth crypt verify not only the main key is allowed but all configured
> keys.
> This makes changing keys a piece of cake -- if ospfd would support reloads.
> Found and patch from Jason Ackley. (claudio@)
rarpd
~ arptab.c
> nlist.h not needed (deraadt@)
slstats
~ slstats.c
> nlist.h not needed (deraadt@)
===============================================================================
More information about the odc
mailing list