[odc] Daily src changes for 2008-03-01
ODC
auto at squish.net
Sun Mar 2 07:00:01 GMT 2008
OpenBSD src changes summary for 2008-03-01
==========================================
sys/arch/macppc/dev sys/arch/sparc/dev
sys/arch/sparc64/dev sys/arch/sparc64/include
sys/arch/sparc64/sparc64 sys/dev/ic
sys/dev/pci usr.bin/cvs
== sys =============================================================== 01/02 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/macppc/dev
~ z8530tty.c
> Print consoleness the canonical way.
> tested by deraadt@, ok krw@ (kettenis@)
arch/sparc/dev
~ z8530tty.c
> Print consoleness the canonical way.
> ok deraadt@ (kettenis@)
arch/sparc64/dev
~ com_ebus.c
> Make sabtty(4) adopt the speed configured in OpenFirmware when it is the
> console.
> ok deraadt@ (kettenis@)
~ sab.c
> Use getpropspeed() to get console speed. Add code to handle "ssp-console"
> and
> "ssp-control" as well. (kettenis@)
arch/sparc64/include
~ autoconf.h
> Add getpropspeed(); a function which decodes a property describing a serial
> port configuration and returns the configured speed. (kettenis@)
arch/sparc64/sparc64
~ autoconf.c
> Provide "reg" property when attaching cpu(4). (kettenis@)
~ autoconf.c
> Add getpropspeed(); a function which decodes a property describing a serial
> port configuration and returns the configured speed. (kettenis@)
dev/ic
~ aic6915.c
> Resolve an issue where the Starfire chipset can get into an endless loop
> of watchdog timeouts. This happens due to the fact that the driver counts
> the packets in the output queue to check for the chip hanging but whenever
> a watchdog timeout happens and the init routine is called and in turn the
> stop routine the counter is never actually cleared.
> From Geoff Steckel via PR 5724
> ok krw@ martin@ mglocker@ (brad@)
dev/pci
~ pcidevs.h ~ pcidevs_data.h
> regen (kettenis@)
~ pcidevs
> Correct/shorten a few more Intel chipset entries I overlooked before.
> (kettenis@)
~ pcidevs.h ~ pcidevs_data.h
> regen (kettenis@)
~ pcidevs
> Add O2 Micro firewire. (kettenis@)
== usr.bin =========================================================== 02/02 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
cvs
~ diff3.c
> when reopening the file pass the proper mode and reopen it using
> O_RDWR instead of O_WRONLY so that when we are in server mode
> we do not screw up in cvs_remote_send_file(). (joris@)
~ file.c
> make sure we compare our current file contents against the correct
> revision specified in CVS/Entries if the timestamps mismatch, so
> that we do not end up merging a file that was not even modified whenever
> it needs a normal patch. (joris@)
~ util.c
> do not overwrite CVS/Root in an existing tree whenever somebody
> specified a CVSROOT using alternate ways (-d or CVSROOT environ variable)
> (joris@)
~ rcs.c ~ rcs.h
~ rcsnum.c ~ tag.c
> goodbye rcs_errno - we didnt use you and you wont be missed (joris@)
~ import.c
> allow dry-runs (-n) to work properly; (joris@)
~ import.c
> import_get_rcsdiff() doesnt need cvs_noexec checks.
> it only gets called from import_update() which handles the noexec stuff
> (joris@)
~ add.c ~ cvs.h
~ diff.c ~ edit.c
~ entries.c ~ file.c
~ rcs.c ~ tag.c
> spacing (deraadt@)
~ update.c
> use file_rcsrev in update_clear_conflict() - this way
> we will always pick up the correct revision. (joris@)
- compress.c - compress.h
~ Makefile
> remove cruft that is simply rotting away, its not used for
> anything and until somebody writes -z support its shit we dont need.
> (joris@)
===============================================================================
More information about the odc
mailing list