[odc] Daily src changes for 2006-02-12
ODC
auto at squish.net
Mon Feb 13 07:09:45 GMT 2006
OpenBSD src changes summary for 2006-02-12
==========================================
share/man sys/arch/alpha/conf
sys/arch/alpha/isa sys/arch/amd64/conf
sys/arch/amd64/include sys/arch/amd64/isa
sys/arch/amd64/pci sys/arch/arm/footbridge/isa
sys/arch/arm/include sys/arch/cats/conf
sys/arch/i386/conf sys/arch/i386/isa
sys/arch/mac68k/dev sys/arch/macppc/include
sys/arch/macppc/macppc sys/arch/sparc/conf
sys/arch/sparc/dev sys/dev/adb
sys/dev/isa sys/dev/mii
sys/dev/pci sys/dev/sbus
sys/dev/usb sys/dev/wscons
usr.bin/rdist usr.bin/ssh
== share ============================================================= 01/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/rlphy.4
> mentin the IC Plus Corp IP101. (brad@)
~ man4/nfe.4
> The ukphy attachment turned out to be an rlphy(4) clone. (jsg@)
~ man4/aue.4 ~ man4/ne.4
> don't bother to expalicitly mention ukphy(4) in driver man pages. (brad@)
~ man4/man4.sparc/tvtwo.4 ~ man4/man4.sparc64/tvtwo.4
> Remove 24-bit slowless remark, now that console runs in 8-bit. (miod@)
~ man4/pcppi.4
> isabeep and sysbeep are no more. (miod@)
== sys =============================================================== 02/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/alpha/conf
~ GENERIC ~ files.alpha
> Remove dead isabeep driver and unused isabeep() function. (miod@)
arch/alpha/isa
~ isa_machdep.c
> Remove dead isabeep driver and unused isabeep() function. (miod@)
arch/amd64/conf
~ GENERIC ~ files.amd64
> Remove dead sysbeep driver and unused sysbeep() routine. No functional
> change. (miod@)
arch/amd64/include
~ isa_machdep.h
> Remove dead sysbeep driver and unused sysbeep() routine. No functional
> change. (miod@)
arch/amd64/isa
~ clock.c
> Remove dead sysbeep driver and unused sysbeep() routine. No functional
> change. (miod@)
arch/amd64/pci
~ pchb.c
> Find additional noncoherent HyperTransport links by looking at the
> HyperTransport configuration on AMD Athlon 64 & Opteron CPU's. This makes
> us
> detect the missing PCI busses on various Opteron systems.
> ok brad@, marco@ (kettenis@)
arch/arm/footbridge/isa
- sysbeep_isa.c
> Remove dead sysbeep driver and unused sysbeep() routine. No functional
> change. (miod@)
arch/arm/include
~ isa_machdep.h
> Remove dead sysbeep driver and unused sysbeep() routine. No functional
> change. (miod@)
arch/cats/conf
~ GENERIC ~ RAMDISK
~ files.cats
> Remove dead sysbeep driver and unused sysbeep() routine. No functional
> change. (miod@)
arch/i386/conf
~ GENERIC ~ files.i386
> Remove dead sysbeep driver and unused sysbeep() routine. No functional
> change. (miod@)
arch/i386/isa
~ clock.c ~ isa_machdep.h
> Remove dead sysbeep driver and unused sysbeep() routine. No functional
> change. (miod@)
arch/mac68k/dev
~ adb.c
> Remove packets from the queue before calling their completion routine, as
> done on macppc. (miod@)
arch/macppc/include
~ autoconf.h
> Remove unused openfirmware code; ok drahn@ (miod@)
arch/macppc/macppc
~ ofw_machdep.c
> Remove unused openfirmware code; ok drahn@ (miod@)
arch/sparc/conf
~ files.sparc
> Run the tvtwo emulation mode in the 8 bit plane, and keep mapped mode 32
> bit. (miod@)
arch/sparc/dev
~ tvtwo.c
> Don't cause the screen border to be black; but we have to clear the whole
> screen until console uses a low-depth plane; and if I could remember who
> to thank for the Xvideo board I got via Wim, things would be even better.
> (miod@)
~ tvtwo.c
> Run the tvtwo emulation mode in the 8 bit plane, and keep mapped mode 32
> bit. (miod@)
~ tvtwo.c
> Disable sync when blanking if display.vblank is set to off. (miod@)
dev/adb
~ adb.h ~ akbd.c
~ ams.c ~ keyboard.h
> Clean up the adb_event structure, now that it is never exported to
> userland;
> also fix handling of caps lock and power keys in akbd; with help from
> claudio@ (miod@)
~ akbd.c ~ keyboard.h
> Remove unused columns from the keyboard[] array. No functional change.
> (miod@)
dev/isa
~ pcppi.c
> Do not bell if keyboard.bell.volume=0;
> reported by Michael Knudsen (mk, molioner dk) (miod@)
dev/mii
~ miidevs
> Change xxICPLUS to ICPLUS and correct the information. -moj (maja@)
~ miidevs.h
> regen (maja@)
~ ukphy.c
> Correct information in dmesg again. -moj ok jsg (maja@)
~ rlphy.c
> Add support for IC+ IP101 (from brad). -moj ok jsg (maja@)
~ miidevs
> add OUI's for ASIX Electronics and CENiX Inc. (brad@)
~ miidevs.h
> regen (brad@)
dev/pci
~ ichiic.c
> Revert previous, seems to cause problems on some machines. (grange@)
~ if_nfe.c ~ if_nfereg.h
~ if_nfevar.h
> initial jumbo frames support (disabled for now).
> #define'ing NFE_NO_JUMBO can save a few hundred KB of wired memory.
> (damien@)
~ if_nfe.c
> reduce the number of DMA sync operations by sincing multiple TX descriptors
> at once. (damien@)
~ if_nfe.c
> use BUS_DMA_READ flag when mapping RX buffers. (damien@)
~ if_nfe.c
> don't print shared interrupts when debugging is on. (damien@)
~ if_nfe.c
> fix a printf (damien@)
dev/sbus
~ tvtwo.c
> Don't cause the screen border to be black; but we have to clear the whole
> screen until console uses a low-depth plane; and if I could remember who
> to thank for the Xvideo board I got via Wim, things would be even better.
> (miod@)
~ files.sbus ~ tvtwo.c
> Run the tvtwo emulation mode in the 8 bit plane, and keep mapped mode 32
> bit. (miod@)
~ tvtwo.c
> Disable sync when blanking if display.vblank is set to off. (miod@)
dev/usb
~ usbdevs.h ~ usbdevs_data.h
> Regen (miod@)
~ usbdevs
> Add Apple ADB devices USB phantom personality, as found on PowerBook5,*
> laptops. (miod@)
dev/wscons
~ wsmoused.h
> Remove dead sysbeep driver and unused sysbeep() routine. No functional
> change. (miod@)
== usr.bin =========================================================== 03/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
rdist
~ docmd.c
> Fix mail notification for rdist(1) as reported in user/5009. ok otto@
> (moritz@)
ssh
~ ssh.c ~ ssh_config.5
> add a %l expansion code to the ControlPath, which is filled in with the
> local hostname at runtime. Requested by henning@ to avoid some problems
> with /home on NFS; ok dtucker@ (djm@)
~ readconf.c
> raise error when the user specifies a RekeyLimit that is smaller than 16
> (the smallest of our cipher's blocksize) or big enough to cause integer
> wraparound; ok & feedback dtucker@ (djm@)
~ ssh_config.5
> slight rewording; ok djm (jmc@)
~ sshd.8
> rework the description of authorized_keys a little; (jmc@)
~ sshd.8
> sort the list of options permissable w/ authorized_keys;
> ok djm dtucker (jmc@)
===============================================================================
More information about the odc
mailing list