[odc] Daily src changes for 2012-03-17
ODC
auto at squish.net
Sun Mar 18 07:00:01 GMT 2012
OpenBSD src changes summary for 2012-03-17
==========================================
sbin/ping sbin/route
share/man sys/arch/sparc64/conf
sys/arch/sparc64/dev sys/arch/sparc64/include
sys/arch/sparc64/sparc64 sys/kern
sys/net sys/netinet
sys/sys usr.bin/nc
usr.bin/netstat usr.bin/tmux
usr.sbin/smtpd
== sbin ============================================================== 01/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
ping
~ ping.c
> remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.
> no objection from mcbride@ krw@ markus@ deraadt@ (dlg@)
route
~ route.c ~ show.c
> remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.
> no objection from mcbride@ krw@ markus@ deraadt@ (dlg@)
== share ============================================================= 02/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/route.4
> remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.
> no objection from mcbride@ krw@ markus@ deraadt@ (dlg@)
~ man4/mos.4 ~ man4/usb.4
> for consistency, remove "2.0" from mos' Nd; ok jsg (jmc@)
~ man8/rc.conf.8
> some updates to reflect reality; prompted by a diff from Daniel Bolgheroni
> ok ajacoutot (jmc@)
== sys =============================================================== 03/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/sparc64/conf
~ files.sparc64
> Add vldc(4) and hvctl(4). (kettenis@)
arch/sparc64/dev
+ vldc.c
> vldc(4) is a "bus" driver for Logical Domain Channels. (kettenis@)
+ hvctl.c
> hvctl(4) is a driver for the "hvctl" Logical Domain Channel that allows the
> control domain to talk to the sun4v hypervisor. (kettenis@)
arch/sparc64/include
~ conf.h
> Add hvctl(4). (kettenis@)
arch/sparc64/sparc64
~ conf.c
> Add hvctl(4). (kettenis@)
kern
~ uipc_socket.c
> remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.
> no objection from mcbride@ krw@ markus@ deraadt@ (dlg@)
net
~ route.h
> remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.
> no objection from mcbride@ krw@ markus@ deraadt@ (dlg@)
netinet
~ ip_output.c ~ ip_var.h
~ raw_ip.c ~ udp_usrreq.c
> remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.
> no objection from mcbride@ krw@ markus@ deraadt@ (dlg@)
sys
~ socket.h
> remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.
> no objection from mcbride@ krw@ markus@ deraadt@ (dlg@)
== usr.bin =========================================================== 04/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
nc
~ netcat.c
> remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.
> no objection from mcbride@ krw@ markus@ deraadt@ (dlg@)
netstat
~ show.c
> remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.
> no objection from mcbride@ krw@ markus@ deraadt@ (dlg@)
tmux
~ screen-write.c ~ tty.c
> Revert screen-write.c r1.54 and fix the bug properly. After wrapping a
> line in a pane, the cursor needs to move to the next line unless it
> scrolled. (nicm@)
~ log.c
> Redirect libevent logging to tmux's log. (nicm@)
~ names.c ~ server-client.c
~ server-fn.c ~ status.c
~ tty-keys.c ~ tty.c
~ window.c
> Check event_initialized before event_del if event may not have been set
> up; libevent2 complains about this. Reported by Moriyoshi Koizumi. (nicm@)
~ log.c
> Fix warnings. Doh. (nicm@)
~ tty.c
> Tweak last fix to actually hit the right end of pane. (nicm@)
~ tty.c
> Use the region lower not the pane size to work out where the bottom line
> is. (nicm@)
~ tty.c
> Do not clear to end of line if the line is full, fixes missing last
> character in rightmost pane. (nicm@)
~ tmux.h ~ tty.c
> Break out termios initialization into a separate function, from George
> Nachman. (nicm@)
~ cmd-set-option.c ~ tmux.1
> Add -q option to set-option to turn off info message, from marcel partap.
> (nicm@)
~ server-client.c
> Need to call recalculate_sizes() when changing window with the mouse,
> from marcel partap. (nicm@)
~ screen.c
> Michael Krysiak points out that some terminals (eg mintty) have cursor
> styles 5 and 6 too, so allow them to be set. (nicm@)
~ options-table.c ~ tmux.1
~ window-copy.c
> Add a wrap-search option to turn off wrapping of searches in copy
> mode. From Jacobo de Vera. (nicm@)
~ attributes.c
> Use snprintf for constructing attribute string, from Tim Ruehsen. (nicm@)
~ cmd-respawn-pane.c
> $Id$ -> $OpenBSD$. (nicm@)
~ Makefile ~ cmd-attach-session.c
~ cmd-join-pane.c ~ cmd-new-session.c
~ cmd-new-window.c ~ cmd-rename-session.c
~ cmd-split-window.c ~ layout-custom.c
~ layout.c ~ resize.c
~ server-fn.c ~ session.c
~ tmux.h ~ window.c
+ notify.c
> Add notify hooks for various events, the functions are currently empty
> stubs but will be filled in for control mode later. From George Nachman.
> (nicm@)
~ tmux.h ~ tty-keys.c
~ tty.c
> On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for
> scrolling the region in panes (if the large region check isn't
> hit). With help from Ailin Nemui. (nicm@)
== usr.sbin ========================================================== 05/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
smtpd
~ enqueue.c
> llu -> PRIu64 in enqueue() to avoid warning in portable
> diff from Guillaume Leconte <guillaume.leconte at scality.com> (gilles@)
===============================================================================
More information about the odc
mailing list