CVS: cvs.openbsd.org: src

2010-08-11 Thread Ray Lai
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2010/08/11 01:27:36 Modified files: sys/dev/ic : athn.c Log message: Typo in comment: auhtorized-authorized

CVS: cvs.openbsd.org: src

2010-08-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2010/08/11 01:27:50 Modified files: usr.bin/tmux : cmd-list-panes.c Log message: Show which pane is active in the list-panes output, suggested by Dominik Honnef.

CVS: cvs.openbsd.org: src

2010-08-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2010/08/11 01:34:43 Modified files: usr.bin/tmux : server-client.c server-window.c tmux.h tty.c Log message: Change the way backoff works. Instead of stopping reading from the pty when the client tty

CVS: cvs.openbsd.org: src

2010-08-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2010/08/11 01:36:23 Modified files: usr.bin/tmux : server-fn.c Log message: Treat trying to link or move to the same window as an error to avoid removing it accidentally.

CVS: cvs.openbsd.org: src

2010-08-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2010/08/11 01:38:00 Modified files: usr.bin/tmux : cmd-join-pane.c cmd-paste-buffer.c Log message: Usage string fixes from Ben Boeckel.

CVS: cvs.openbsd.org: src

2010-08-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2010/08/11 01:41:05 Modified files: usr.bin/tmux : cmd-copy-mode.c Log message: Handle failure to change mode, to avoid dying when switching into copy mode when already in a different mode. Reported by

CVS: cvs.openbsd.org: src

2010-08-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2010/08/11 01:45:06 Modified files: usr.bin/tmux : cmd-rename-session.c Log message: Do not allow duplicate session names to be created, reported by Dominik Honnef, patch from Thomas Adam.

CVS: cvs.openbsd.org: src

2010-08-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/08/11 04:03:29 Modified files: sbin/pfctl : pfctl.c Log message: Fix a logic problem which could in theory cause pfctl to recursively print anchors with wildcards when not requested via the command

CVS: cvs.openbsd.org: src

2010-08-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2010/08/11 05:35:09 Modified files: sys/dev/pci: if_ix.c Log message: Use the correct offsets when reading/writing to DCA_TXCTRL in the 82599 case. Adapted from Intel code in FreeBSD and tested on

CVS: cvs.openbsd.org: src

2010-08-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/08/11 07:11:59 Modified files: sys/arch/i386/stand/libsa: biosdev.c sys/arch/amd64/stand/libsa: biosdev.c Log message: De-inline CHS_rw. Somehow the merger of two monster __asm __inline

CVS: cvs.openbsd.org: src

2010-08-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/08/11 08:18:52 Modified files: sys/arch/i386/stand/boot: conf.c sys/arch/i386/stand/cdboot: conf.c sys/arch/i386/stand/pxeboot: conf.c sys/arch/amd64/stand/boot: conf.c

CVS: cvs.openbsd.org: src

2010-08-11 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2010/08/11 08:35:34 Modified files: sys/kern : vfs_subr.c Log message: Make the number of vnodes to correspond to the number of buffers in buffer cache - we grow them dynamically, but do not attempt

CVS: cvs.openbsd.org: src

2010-08-11 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2010/08/11 12:38:30 Modified files: usr.bin/gzsig : key.c Log message: plug several resource leaks help and ok millert@ (ok deraadt@ for an earlier version of this diff)

CVS: cvs.openbsd.org: src

2010-08-11 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2010/08/11 15:22:44 Modified files: sys/arch/i386/i386: acpi_machdep.c sys/arch/i386/include: cpu.h sys/arch/i386/isa: clock.c sys/arch/amd64/amd64: acpi_machdep.c

CVS: cvs.openbsd.org: src

2010-08-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2010/08/11 18:25:24 Modified files: sys/conf : newvers.sh Log message: we are at -current again

CVS: cvs.openbsd.org: src

2010-08-11 Thread Matthew Dempsky
CVSROOT:/cvs Module name:src Changes by: matt...@cvs.openbsd.org 2010/08/11 18:26:55 Modified files: sys/dev/ic : gdt_common.c Log message: Initialize xs to NULL in gdt_intr() since it now might be used before otherwise assigned. ok krw@

CVS: cvs.openbsd.org: src

2010-08-11 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2010/08/11 20:00:28 Modified files: bin/csh: dol.c sem.c bin/ed : main.c usr.sbin/ppp/pppctl: pppctl.c usr.sbin/pppd/chat: chat.c Log message: Use symbolic names

CVS: cvs.openbsd.org: src

2010-08-11 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2010/08/11 22:05:03 Modified files: sys/ntfs : ntfs.h ntfs_ihash.c ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c Log message: clean up some macro obfuscation and assorted styling

CVS: cvs.openbsd.org: src

2010-08-11 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2010/08/11 22:26:57 Modified files: sys/ntfs : ntfs_compr.c ntfs_conv.c Log message: these files don't need to include nearly so many headers

CVS: cvs.openbsd.org: src

2010-08-11 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2010/08/11 22:33:40 Modified files: sbin/ccdconfig : ccdconfig.c Log message: correct a format string. not sure who thought size_t would be a good match for ccd size, though.

CVS: cvs.openbsd.org: src

2010-08-11 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2010/08/11 23:02:52 Modified files: usr.bin/paste : paste.c Log message: make fgetln fixups look like the man page. correct a pair of brances and some other style tweaks