CVS commit: src/sbin/shutdown

2011-10-04 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue Oct  4 07:25:35 UTC 2011

Modified Files:
src/sbin/shutdown: shutdown.8

Log Message:
Fix thinko about halt vs. poweroff; from Moritz Wilhelmy in PR 45141.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sbin/shutdown/shutdown.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2011-10-04 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue Oct  4 09:16:24 UTC 2011

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Add 3WARE 9750 Series RAID.


To generate a diff of this commit:
cvs rdiff -u -r1.1098 -r1.1099 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2011-10-04 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue Oct  4 09:17:17 UTC 2011

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
Regen for 3WARE 9750 Series RAID.


To generate a diff of this commit:
cvs rdiff -u -r1.1093 -r1.1094 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1092 -r1.1093 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/conf

2011-10-04 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Tue Oct  4 10:35:33 UTC 2011

Modified Files:
src/sys/arch/sparc64/conf: files.sparc64

Log Message:
Make ffb(4) buildable without iic(4) driver.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/sys/arch/sparc64/conf/files.sparc64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/etc.mac68k

2011-10-04 Thread Hauke Fath
Module Name:src
Committed By:   hauke
Date:   Tue Oct  4 10:55:53 UTC 2011

Modified Files:
src/etc/etc.mac68k: MAKEDEV.conf

Log Message:
Create the sysmon device node for the software watchdog


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/etc/etc.mac68k/MAKEDEV.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib

2011-10-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Oct  4 11:01:14 UTC 2011

Modified Files:
src/lib/libcurses: Makefile curses.3 curses.h curses_private.h
curses_termcap.3 setterm.c
src/lib/libterminfo: Makefile curterm.c term.h terminfo.3
Removed Files:
src/lib/libcurses: longname.c

Log Message:
Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/lib/libcurses/Makefile
cvs rdiff -u -r1.61 -r1.62 src/lib/libcurses/curses.3
cvs rdiff -u -r1.102 -r1.103 src/lib/libcurses/curses.h
cvs rdiff -u -r1.46 -r1.47 src/lib/libcurses/curses_private.h
cvs rdiff -u -r1.4 -r1.5 src/lib/libcurses/curses_termcap.3
cvs rdiff -u -r1.16 -r0 src/lib/libcurses/longname.c
cvs rdiff -u -r1.47 -r1.48 src/lib/libcurses/setterm.c
cvs rdiff -u -r1.16 -r1.17 src/lib/libterminfo/Makefile
cvs rdiff -u -r1.6 -r1.7 src/lib/libterminfo/curterm.c
cvs rdiff -u -r1.9 -r1.10 src/lib/libterminfo/term.h
cvs rdiff -u -r1.7 -r1.8 src/lib/libterminfo/terminfo.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/tput

2011-10-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Oct  4 11:02:32 UTC 2011

Modified Files:
src/usr.bin/tput: tput.c

Log Message:
tput now uses longname(3) to derive the terminal description instead
of trying to parse it from termpcap.
Fixes PR/43386.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/tput/tput.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/toolchain/cc

2011-10-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Oct  4 12:01:21 UTC 2011

Modified Files:
src/tests/toolchain/cc: t_hello.sh

Log Message:
Fix typo in diagnostic output


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/toolchain/cc/t_hello.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/tput

2011-10-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Oct  4 12:23:14 UTC 2011

Modified Files:
src/usr.bin/tput: tput.c

Log Message:
Ensure we only pass cap names of one or two characters to tgetstr
and friends so we don't mistakenly try and convert a terminfo code to a
termcap code.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/tput/tput.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libedit

2011-10-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  4 15:27:04 UTC 2011

Modified Files:
src/lib/libedit: search.c terminal.c tty.c vi.c

Log Message:
fixed warnings where wint_t is unsigned.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libedit/search.c
cvs rdiff -u -r1.9 -r1.10 src/lib/libedit/terminal.c
cvs rdiff -u -r1.40 -r1.41 src/lib/libedit/tty.c src/lib/libedit/vi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/xlint/lint1

2011-10-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  4 16:19:59 UTC 2011

Modified Files:
src/usr.bin/xlint/lint1: cgram.y err.c

Log Message:
Handle c99 declarations in the middle of blocks.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/xlint/lint1/err.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/util/xlint/lint1

2011-10-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  4 16:24:27 UTC 2011

Modified Files:
src/tests/util/xlint/lint1: Makefile t_integration.sh
Added Files:
src/tests/util/xlint/lint1: d_c99_decls_after_stmt.c

Log Message:
Add new test.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/util/xlint/lint1/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/util/xlint/lint1/d_c99_decls_after_stmt.c
cvs rdiff -u -r1.2 -r1.3 src/tests/util/xlint/lint1/t_integration.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/net/net

2011-10-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  4 16:28:26 UTC 2011

Modified Files:
src/tests/net/net: t_unix.c

Log Message:
Fixed reversed/child parent and check the right variable for failure from
gson@


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/net/t_unix.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/netwinder/conf

2011-10-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  4 17:38:00 UTC 2011

Modified Files:
src/sys/arch/netwinder/conf: GENERIC

Log Message:
bump more


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/arch/netwinder/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/bin/sh

2011-10-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  4 18:07:39 UTC 2011

Modified Files:
src/bin/sh: sh.1

Log Message:
Mention what happens when we don't include :. It would be nice to use
.Dv :
but it produces ``'':


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/bin/sh/sh.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/bin/sh

2011-10-04 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Tue Oct  4 18:11:27 UTC 2011

Modified Files:
src/bin/sh: sh.1

Log Message:
.Dq Dv \&:


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/bin/sh/sh.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/tests

2011-10-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Oct  4 20:20:32 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
add new test


To generate a diff of this commit:
cvs rdiff -u -r1.397 -r1.398 src/distrib/sets/lists/tests/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/netstat

2011-10-04 Thread Sergey Svishchev
Module Name:src
Committed By:   shattered
Date:   Tue Oct  4 21:12:40 UTC 2011

Modified Files:
src/usr.bin/netstat: inet.c

Log Message:
PR/43968 -- add 'segqlen' of TCPCB to 'netstat -P'.

OK by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/usr.bin/netstat/inet.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2011-10-04 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Oct  5 01:53:03 UTC 2011

Modified Files:
src/sys/kern: vfs_bio.c

Log Message:
Make parts of this this somewhat less gross by using ilog2() from
.  Additionally, concoct shorter wchan names for >=1 MiB
buf pools using the irrelevantly-more-correct format specifier for u_int.


To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 src/sys/kern/vfs_bio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/ata

2011-10-04 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Oct  5 03:40:18 UTC 2011

Modified Files:
src/sys/dev/ata: wd.c

Log Message:
Limit wd(4) transfers to 128 (512-byte) logical sectors, as the traditional
MAXPHYS value has for at least the past decade.

There are issues in wd(4) and possibly in host adapter drivers that need
work before this should be raised.


To generate a diff of this commit:
cvs rdiff -u -r1.387 -r1.388 src/sys/dev/ata/wd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.