CVS: cvs.openbsd.org: src

2013-04-22 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2013/04/22 01:21:52 Modified files: usr.bin/make : timestamp.c timestamp.h timestamp_t.h Log message: unifdef non full TIMESPEC code

CVS: cvs.openbsd.org: src

2013-04-22 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2013/04/22 01:23:08 Modified files: regress/usr.bin/ssh: multiplex.sh Log message: Write mux master logs to regress.log instead of ssh.log to keep separate

CVS: cvs.openbsd.org: src

2013-04-22 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2013/04/22 01:28:53 Modified files: regress/usr.bin/ssh: multiplex.sh Log message: Add tests for -Oforward and -Ocancel for local and remote forwards

CVS: cvs.openbsd.org: src

2013-04-22 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/04/22 02:31:46 Modified files: sys/dev/pci/drm: drm_drv.c Log message: Put the code manipulating scatter gather mapping for the framebuffer under ifdef to be able to compile DRM on macppc. ok

CVS: cvs.openbsd.org: src

2013-04-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/04/22 02:42:19 Modified files: usr.bin/tmux : client.c Log message: Use lockf which is more portable than flock, from Dagobert Michelsen.

CVS: cvs.openbsd.org: src

2013-04-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/04/22 07:35:18 Modified files: usr.bin/tmux : server-fn.c Log message: Call recalculate_sizes() after killing window in case it is in a grouped session, from Daniel Ralston.

CVS: cvs.openbsd.org: src

2013-04-22 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2013/04/22 09:02:42 Modified files: usr.sbin/dhcpd : sync.c Log message: When sync'ing, look for lease by hwaddr and then ipaddr. Not hwaddr twice. Simplify logic. Fixes loops while sync'ing for sthen@.

CVS: cvs.openbsd.org: src

2013-04-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/04/22 10:34:53 Modified files: usr.bin/tmux : cmd-choose-tree.c Log message: Get session of -t window rather than client's window.

CVS: cvs.openbsd.org: src

2013-04-22 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2013/04/22 13:49:36 Modified files: usr.sbin/spamdb: spamdb.c Log message: prepare for more time bits; ok millert@ deraadt@

CVS: cvs.openbsd.org: src

2013-04-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/04/22 16:17:29 Modified files: usr.bin/tmux : cmd-choose-tree.c tmux.h window-choose.c Log message: When using choose-tree -u, start with the current window highlighted. From Thomas Adam.

CVS: cvs.openbsd.org: src

2013-04-22 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2013/04/22 19:46:39 Modified files: usr.sbin/identd: identd.8 identd.c Log message: add support for -N as per libexec/identd. this lets users put .noident in their homedir to have this identd return

CVS: cvs.openbsd.org: src

2013-04-22 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2013/04/22 19:55:45 Modified files: usr.sbin/identd: identd.8 identd.c Log message: add support for returning uids instead of usernames via -n, like libexec identd.

CVS: cvs.openbsd.org: src

2013-04-22 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2013/04/22 23:38:20 Modified files: usr.sbin/identd: identd.8 Log message: i forgot to add -n and -N to the synopsis

CVS: cvs.openbsd.org: src

2013-04-22 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2013/04/22 23:39:32 Modified files: usr.sbin/identd: identd.c Log message: fix usage to reflect the currently accepted getopt things.