[odc] Daily src changes for 2006-02-20
ODC
auto at squish.net
Tue Feb 21 07:00:45 GMT 2006
OpenBSD src changes summary for 2006-02-20
==========================================
regress/sys sbin/ifconfig
share/man sys/arch/amd64/amd64
sys/arch/amd64/conf sys/arch/i386/conf
sys/arch/i386/i386 sys/dev/acpi
sys/dev/ic sys/dev/pci
sys/dev/usb sys/kern
sys/miscfs/specfs sys/net
sys/net80211 usr.bin/cap_mkdb
usr.bin/rcs usr.bin/sdiff
usr.bin/ssh
== regress =========================================================== 01/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/regress
sys
~ kern/mmap3/mmaptest.c
> make it more evil and panic; from egger@ (mickey@)
== sbin ============================================================== 02/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
ifconfig
~ ifconfig.8
> - note that "deletetunnel" is for gif(4) and gre(4) devices only
> - remove some redundant text from "deletetunnel" description
> help/ok claudio (jmc@)
~ ifconfig.8
> bit more consistent... (jmc@)
== share ============================================================= 03/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/nfe.4
> There are systems with nfe attaching icsphy in the wild. (jsg@)
~ man5/pf.conf.5
> new ftp-proxy
> ok jmc markus (camield@)
== sys =============================================================== 04/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/amd64
~ acpi_machdep.c
> Region has to be read and write not just read.
> ok jordan
> Pointed out by Bjorn Andersson <bjorn at silversmedjan dot se> (marco@)
arch/amd64/conf
~ GENERIC
> Add acpibtn device. Remains disabled for now. (marco@)
arch/i386/conf
~ GENERIC
> Add acpibtn device. Remains disabled for now. (marco@)
arch/i386/i386
~ acpi_machdep.c
> Region has to be read/write not just read.
> ok jordan
> Pointed out by Bjorn Andersson <bjorn at silversmedjan dot se> (marco@)
~ esm.c
> fix conversion for the temp values. i think i was losing some precision
> (dlg@)
dev/acpi
~ acpi.c ~ files.acpi
+ acpibtn.c
> Add acpibtn device. Remains disabled for now. (marco@)
~ acpibtn.c
> Display device name for button attach
> ok marco@ (jordan@)
~ acpivar.h
> Fixed structure size for sleep states (bad grange!)
> ok marco@ (jordan@)
~ dsdt.c
> Fix a typo cbproc -> proc. Found by drahn@
> ok jordan@ (marco@)
~ dsdt.c
> Added aml_bufcmp buffer comparisons
> Added getpciaddr for pci opregions
> ok marco@ (jordan@)
~ dsdt.c
> Calling parseint instead of parseval for getpciaddr
> ok marco@ (jordan@)
dev/ic
~ an.c ~ anvar.h
> Be sure to call shutdownhook_disestablish() as this is a removeable device.
> ok mickey@ (jsg@)
~ ath.c
> Fix kernel builds without bpfilter. Linking is still broken.
> "Please commit this diff ASAP" brad@ (damien@)
dev/pci
~ if_nfe.c ~ if_nfereg.h
> - remove mbuf linearization code. it is broken in this context and it is
> very
> unlikely that we will see mbuf chains with 62 fragments anytime soon
> (anyway, it would not crash, it would just freeze TX).
> - fix max scatter value so we don't end up filling the ring with one mbuf
> chain. (damien@)
dev/usb
~ if_cdce.c ~ if_atu.c
> Fix kernel builds without bpfilter. Linking is still broken.
> "Please commit this diff ASAP" brad@ (damien@)
kern
~ kern_exit.c ~ kern_fork.c
~ kern_sig.c
> Compile out more rthreads stuff unless option RTHREADS;
> discussed with a few, ok tedu@ (miod@)
miscfs/specfs
~ spec_vnops.c
> Remove historical yet completely undocumented ``is this a tape'' ioctl for
> block devices where ioctl request is zero and data is B_TAPE, which no sane
> userland program uses those days.
> General disgust and ok deraadt@ millert@ weingart@ (miod@)
net
~ if_pfsync.c
> Fix kernel builds without bpfilter. Linking is still broken.
> "Please commit this diff ASAP" brad@ (damien@)
net80211
~ ieee80211_output.c
> Fix kernel builds without bpfilter. Linking is still broken.
> "Please commit this diff ASAP" brad@ (damien@)
== usr.bin =========================================================== 05/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
cap_mkdb
~ getinfo.c
> fix some typos in comments; from ray lai
> ok otto (jmc@)
rcs
~ ci.c
> - spacing (niallo@)
~ ci.c
> - more spacing (niallo@)
sdiff
~ sdiff.c
> refactor processq() loop. From Rai Lay; ok jaredy@ (otto@)
~ Makefile ~ edit.c
+ common.c + common.h
> Move two functions to separate file; from Ray Lai; ok jaredy@ (otto@)
ssh
~ includes.h ~ authfd.c
~ channels.c ~ session.c
~ ssh-agent.c ~ ssh.c
> move #include <sys/un.h> out of includes.h; ok djm@ (stevesk@)
~ includes.h ~ clientloop.c
~ monitor.c ~ progressmeter.c
~ scp.c ~ serverloop.c
~ session.c ~ sftp.c
~ ssh-agent.c ~ ssh.c
~ sshd.c
> move #include <signal.h> out of includes.h; ok markus@ (stevesk@)
~ includes.h ~ auth-rhosts.c
~ auth-rsa.c ~ auth.c
~ auth2-none.c ~ auth2-pubkey.c
~ authfile.c ~ clientloop.c
~ readconf.c ~ scp.c
~ session.c ~ sftp-client.c
~ sftp-common.c ~ sftp-common.h
~ sftp-glob.c ~ sftp-server.c
~ sftp.c ~ ssh-add.c
~ ssh-keygen.c ~ ssh.c
~ sshconnect.c ~ sshconnect2.c
~ sshd.c ~ sshpty.c
> move #include <sys/stat.h> out of includes.h; ok markus@ (stevesk@)
===============================================================================
More information about the odc
mailing list