CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/25 00:54:32 Modified files: usr.bin/tmux : tmux.c Log message: If getcwd() fails, use the user's home directory, or /, instead of failing with an error.

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/25 00:48:23 Modified files: usr.bin/tmux : cmd-split-window.c Log message: lines variable can be -1 (to be ignored), so should be signed. Found by lint.

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/25 00:40:25 Modified files: usr.bin/tmux : tmux.c Log message: Remove error about using -L and -S together which was never displayed as logging wasn't yet enabled, was unnecessary, and contradicted

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/25 00:23:10 Modified files: usr.bin/tmux : log.c tmux.h Log message: tmux doesn't and won't need syslog logging, so remove it and some other unused functions found by lint. Also move a couple of i

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/25 00:15:04 Modified files: usr.bin/tmux : grid.c server-fn.c tmux.h tty-write.c tty.c utf8.c window-more.c window.c Log message: Miscellaneous unused functions, including

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/25 00:05:47 Modified files: usr.bin/tmux : buffer-poll.c buffer.c tmux.h Log message: Nuke unused buffer functions. Found by lint. Also remove some old debug output which was #if 0.

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/25 00:00:45 Modified files: usr.bin/tmux : cfg.c cmd-clear-history.c cmd-lock-server.c cmd-set-window-option.c Log message: Unused prototypes. Found by lint, no binary cha

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/24 23:56:44 Modified files: usr.bin/tmux : screen-redraw.c tty.c Log message: Unused variables. Found by lint, no binary change.

CVS: cvs.openbsd.org: src

2009-06-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/24 19:01:44 Modified files: sys/dev/pci: ehci_pci.c Log message: Workaround a stupid problem ATI SB600 revisions and ATI SB700 south bridge revisions A12 and A13. We really don't know what it d

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/24 17:32:18 Modified files: usr.bin/tmux : Makefile Log message: Remove some cruft from the Makefile.

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/24 17:00:31 Modified files: usr.bin/tmux : window-choose.c window-more.c Log message: Now that a UTF-8-capable puts function exists, use it for printing strings in choice/more modes - lines with UT

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/24 16:51:47 Modified files: usr.bin/tmux : screen.c Log message: Fix a type mismatch warning in assignment.

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/24 16:49:56 Modified files: usr.bin/tmux : Makefile cmd-find-window.c grid.c server.c tmux.1 tmux.h window.c Removed files: usr.bin/tmux : util.c Log message: C

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/24 16:04:18 Modified files: usr.bin/tmux : grid-view.c grid.c tmux.h window.c Log message: Add a dedicated function to convert a line into a string and use it to simplify the search window functio

CVS: cvs.openbsd.org: src

2009-06-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2009/06/24 15:32:36 Modified files: regress/sbin/pfctl: pf44.ok Log message: fix this regression test; "reassemble tcp" should be in this location in the output. this test currently fails; see kernel/6178

CVS: cvs.openbsd.org: src

2009-06-24 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/06/24 14:52:41 Modified files: sys/arch/mac68k/mac68k: disksubr.c Log message: Compute OpenBSD area bounds as the largest area spanning all the OpenBSD partitions; since all of them are DPME partitions,

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/24 13:12:44 Modified files: usr.bin/tmux : screen.c Log message: Change to match xterm's resizing behaviour, including pushing lines into the history from the top when reducing vertical size and pu

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/24 11:36:16 Modified files: usr.bin/tmux : server.c Log message: Make remain-on-exit work again when there is only one pane left, which was broken sometime during the pane/layout changes. Reported/

CVS: cvs.openbsd.org: src

2009-06-24 Thread Henning Brauer
CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2009/06/24 11:34:32 Modified files: usr.sbin/ntpd : client.c Log message: recvmsg ENOENT noncritical too

CVS: cvs.openbsd.org: src

2009-06-24 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2009/06/24 11:27:40 Modified files: sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 RAMDISK-IP27 RAMDISK-IP30 RAMDISK-IP32 files.sgi Log mess

CVS: cvs.openbsd.org: src

2009-06-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/24 10:31:34 Modified files: sys/arch/sgi/conf: GENERIC-IP27 Log message: add some pci ethernet devices that some people, like miod, might be using

CVS: cvs.openbsd.org: src

2009-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2009/06/24 10:01:02 Modified files: usr.bin/tmux : tmux.h tty.c Log message: Trying to predict the cursor position for UTF-8 output in the same way as for normal eight-bit output is wrong, separate it into

CVS: cvs.openbsd.org: src

2009-06-24 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2009/06/24 09:41:47 Modified files: gnu/usr.bin/perl/ext/Compress/Raw/Zlib: Tag: OPENBSD_4_5 Zlib.xs Log message: CVE-2009-1391: Buffer overflow in the inflate function in Zlib.xs in Compress::Raw::Zlib Perl

CVS: cvs.openbsd.org: www

2009-06-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2009/06/24 09:02:57 Modified files: . : want.html Log message: could use a pcie isp(4)

CVS: cvs.openbsd.org: src

2009-06-24 Thread Todd Fries
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2009/06/24 09:02:18 Modified files: sys/arch/hppa/conf: RAMDISK sys/arch/alpha/conf: RAMDISKBIG sys/arch/sparc64/conf: RAMDISK Log message: enable softraid test built and booted by me ok ma

CVS: cvs.openbsd.org: src

2009-06-24 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/06/24 08:56:41 Modified files: sys/kern : kern_workq.c Log message: Remove a semicolon at the end of an if statement that made the thread waiting for all the workqs to die wakeup more often than i

CVS: cvs.openbsd.org: src

2009-06-24 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/06/24 08:35:52 Modified files: gnu/egcs/gcc/f : com.h gnu/usr.bin/gcc/gcc/f: com.h Log message: Correct the prototype of ffecom_gfrt_basictype() to match the function, this change was made in t

CVS: cvs.openbsd.org: src

2009-06-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2009/06/24 08:28:19 Modified files: usr.sbin/watchdogd: watchdogd.c Log message: Lower stack size before mlockall(). With login.conf defaults for i386, this avoids wiring (8MB-256KB). From AerieBSD. ok der

CVS: cvs.openbsd.org: src

2009-06-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/24 08:00:14 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.land

CVS: cvs.openbsd.org: src

2009-06-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/24 07:54:42 Modified files: sys/arch/i386/i386: apm.c Log message: There are 3 reasons why the first block in apm_probe can fail, and in one case it is not OK to DPRINTF, so delete that code. Found

CVS: cvs.openbsd.org: src

2009-06-24 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2009/06/24 07:55:56 Modified files: usr.bin/sudo : ChangeLog env.c sudoers.pod Log message: Make environment file parsing grok linux-style env files.

CVS: cvs.openbsd.org: src

2009-06-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/24 07:49:49 Modified files: sys/dev/pci: piixpm.c share/man/man4 : piixpm.4 Log message: Add support for the SMBus controller for the Broadcom HT-1100 chipset to piixpm(4). from brad

CVS: cvs.openbsd.org: src

2009-06-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/24 07:36:56 Modified files: sys/dev/pci: if_ix.c if_ixgb.c Log message: like I did for em(4) before, doubled error messages are silly from brad

CVS: cvs.openbsd.org: src

2009-06-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2009/06/24 07:27:34 Modified files: sys/net: pf_lb.c Log message: move the "pf_map_addr: selected address" printf up to -xnoisy. ok henning@

CVS: cvs.openbsd.org: src

2009-06-24 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2009/06/24 07:04:24 Modified files: include: Makefile lib/libkvm : Makefile kvm_file2.c kvm_private.h Added files: lib/libkvm : kvm_ntfs.c Log message: Install ntfs includes

CVS: cvs.openbsd.org: src

2009-06-24 Thread Kurt Miller
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2009/06/24 07:03:20 Modified files: sys/kern : kern_exit.c Log message: Remove extra psignal/wakeup in exit1() which can cause the parent to receive SIGCHLD twice if scheduled before the reaper runs. d

CVS: cvs.openbsd.org: www

2009-06-24 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:www Changes by: jas...@cvs.openbsd.org 2009/06/24 06:50:43 Modified files: . : want.html Log message: - i could really use a pci cardcage for an sgi octane

CVS: cvs.openbsd.org: src

2009-06-24 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2009/06/24 06:08:15 Modified files: sys/dev: softraid.c Log message: Reset the rebuild counter when initiating a rebuild. ok marco@

CVS: cvs.openbsd.org: src

2009-06-24 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2009/06/24 06:06:00 Modified files: sys/dev: softraid.c softraidvar.h softraid_raid1.c Log message: Abort the current rebuild if the rebuild chunk disappears. Whilst here also rename the abort flag s

CVS: cvs.openbsd.org: src

2009-06-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/24 05:38:40 Modified files: sys/arch/alpha/conf: RAMDISK RAMDISKB sys/arch/macppc/conf: GENERIC RAMDISK sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 RAMDISK-IP27

CVS: cvs.openbsd.org: src

2009-06-24 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2009/06/24 05:26:40 Modified files: distrib/macppc/ramdisk: install.md Log message: Bring macppc install into the new age. Fewer questions, less verbiage, more action and safety. "reads ok" st...@. ok deraa

CVS: cvs.openbsd.org: src

2009-06-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2009/06/24 05:23:33 Modified files: sys/kern : subr_pool.c Log message: turn off POOL_DEBUG as we go into release; pointed out by mpf

CVS: cvs.openbsd.org: src

2009-06-24 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2009/06/24 05:00:53 Modified files: sys/arch/sparc/dev: isp_sbus.c sys/dev/ic : isp.c isp_library.c isp_library.h isp_openbsd.c isp_openbsd.h isp_stds.h isp_target.c

CVS: cvs.openbsd.org: src

2009-06-24 Thread Igor Sobrado
CVSROOT:/cvs Module name:src Changes by: sobr...@cvs.openbsd.org 2009/06/24 03:44:25 Modified files: usr.bin/stat : stat.c Log message: synchronize synopsis and usage; "-l", "-r", "-s" and "-x" are mutually exclusive; while here, slightly improve spacing in the source c

CVS: cvs.openbsd.org: www

2009-06-24 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:www Changes by: ajacou...@cvs.openbsd.org 2009/06/24 03:28:47 Modified files: faq/ports : specialtopics.html Log message: Typo, from Charles Smith thanks!

CVS: cvs.openbsd.org: src

2009-06-24 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2009/06/24 02:13:22 Modified files: usr.bin/tmux : tmux.1 Log message: tweak previous;

CVS: cvs.openbsd.org: src

2009-06-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2009/06/24 01:42:03 Modified files: sys/arch/sparc/dev: hme.c hmevar.h Log message: Simplify the ioctl handling code. From Brad. Tested by nick@