CVS: cvs.openbsd.org: src

2012-01-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2012/01/20 23:13:16 Modified files: usr.bin/tmux : cmd-attach-session.c cmd-switch-client.c server-window.c Log message: Only hide flags on the current window when the session is

CVS: cvs.openbsd.org: www

2012-01-20 Thread Mark Lumsden
CVSROOT:/cvs Module name:www Changes by: l...@cvs.openbsd.org2012/01/20 21:13:14 Modified files: build/mirrors : anoncvs.html.end anoncvs.html.head Log message: Remove reference to sup. But update correct files this time. Pointed out by sthen@

CVS: cvs.openbsd.org: www

2012-01-20 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2012/01/20 17:55:01 Modified files: faq: current.html Log message: Remove outdated instructions after the apropos/whatis backout and explicitly say which part of the old instructions stil

CVS: cvs.openbsd.org: src

2012-01-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2012/01/20 16:36:53 Modified files: sys/net: if_ppp.c Log message: Ansify ppp... function definitions. from Michael W. Bombardieri

CVS: cvs.openbsd.org: src

2012-01-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2012/01/20 15:27:30 Modified files: etc/rc.d : sendmail Log message: Fix pexp for sendmail; it can be "sendmail: rejecting" as well as accepting. >From danh@, ok aja@ giovanni@

CVS: cvs.openbsd.org: src

2012-01-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2012/01/20 12:54:07 Modified files: usr.bin/tmux : cmd-new-window.c cmd-split-window.c cmd.c tmux.h Log message: Add some const and fix a warning.

CVS: cvs.openbsd.org: src

2012-01-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2012/01/20 12:51:28 Modified files: usr.bin/tmux : options-table.c status.c tmux.1 Log message: Add some trivial additional status line attributes from jwcxz at users dot sourceforge dot net.

CVS: cvs.openbsd.org: src

2012-01-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2012/01/20 12:16:16 Modified files: usr.bin/tmux : tmux.1 Log message: Remove trailing spaces.

CVS: cvs.openbsd.org: src

2012-01-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2012/01/20 12:15:40 Modified files: usr.bin/tmux : input.c options-table.c tmux.1 Log message: Add an option to disable the window rename escape sequence, from Romain Francoise.

CVS: cvs.openbsd.org: src

2012-01-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2012/01/20 12:10:29 Modified files: usr.bin/tmux : mode-key.c status.c tmux.h Log message: Add space movement keys for vi mode in the status line from Ben Boeckel.

CVS: cvs.openbsd.org: www

2012-01-20 Thread Mark Lumsden
CVSROOT:/cvs Module name:www Changes by: l...@cvs.openbsd.org2012/01/20 09:05:55 Modified files: . : anoncvs.html Log message: Remove reference to sup. ok deraadt@

CVS: cvs.openbsd.org: src

2012-01-20 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/01/20 07:48:49 Modified files: sys/dev/pci: if_ix.c ixgbe.h Log message: save content of the pci attach args, not the pointer; from Christian Ehrhardt

CVS: cvs.openbsd.org: src

2012-01-20 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2012/01/20 07:43:05 Modified files: sys/dev: softraidvar.h softraid.c Log message: Add bio(4) status interface structs and utility functions to softraid(4).

CVS: cvs.openbsd.org: src

2012-01-20 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2012/01/20 07:09:25 Modified files: sbin/bioctl: bioctl.c Log message: Teach bioctl(8) about the new status interface for bio(4). With the exception of a few messages specific to softraid(4) CRYPTO, ther

CVS: cvs.openbsd.org: src

2012-01-20 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2012/01/20 05:38:20 Modified files: sys/dev: biovar.h bio.c Log message: Implement a status message interface for bio(4) capable devices.

CVS: cvs.openbsd.org: src

2012-01-20 Thread Camiel Dobbelaar
CVSROOT:/cvs Module name:src Changes by: cami...@cvs.openbsd.org 2012/01/20 05:16:41 Modified files: usr.sbin/relayd: parse.y relayd.c relayd.conf.5 Log message: Remove global carp demote option. It is currently broken, but also flawed by design. ok henning pyr