CVS commit: src/external/bsd/iscsi/lib

2011-12-31 Thread Bill Stouder-Studenmund
Module Name:src
Committed By:   wrstuden
Date:   Sun Jan  1 01:19:20 UTC 2012

Modified Files:
src/external/bsd/iscsi/lib: Makefile

Log Message:
Tweak white space so I get my annual commit.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/iscsi/lib/Makefile

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



CVS commit: src/sys/conf

2011-12-31 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Jan  1 00:00:30 UTC 2012

Modified Files:
src/sys/conf: copyright

Log Message:
Welcome to 2012, Happy New Year!

Don't forget to adjust copyright date in new code.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/conf/copyright

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



CVS commit: src/sys/ddb

2011-12-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 31 22:42:25 UTC 2011

Modified Files:
src/sys/ddb: db_user.h

Log Message:
include stddef.h for offsetof


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/ddb/db_user.h

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



CVS commit: src/sbin/fdisk

2011-12-31 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Dec 31 22:18:56 UTC 2011

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

Log Message:
According to most other OSes and documentation sources, an MBR has
one "extended" partition and the partitions inside that are "logical"
partitions.  Make fdisk(8) man page follow suit.

Patch from Julian Fagir in PR#45695.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sbin/fdisk/fdisk.8

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



CVS commit: [netbsd-5] src/doc

2011-12-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 22:13:35 UTC 2011

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2

Log Message:
1705 was via patch.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.120 -r1.1.2.121 src/doc/CHANGES-5.2

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



CVS commit: [netbsd-5] src/doc

2011-12-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 22:12:11 UTC 2011

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2

Log Message:
1705


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.119 -r1.1.2.120 src/doc/CHANGES-5.2

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



CVS commit: [netbsd-5] src/sys/dev

2011-12-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 22:11:12 UTC 2011

Modified Files:
src/sys/dev [netbsd-5]: vnd.c vndvar.h

Log Message:
Pull up following revision(s) (requested by riz in ticket #1705):
sys/dev/vnd.c: revision 1.218
sys/dev/vndvar.h: revision 1.31
Make vnd(4) work on sparse files:
- Make the strategy decision a device flag and set VNF_USE_VN_RDWR for
  files known to be sparse.
- Change handle_with_rdwr() to use POSIX_FADV_NOREUSE advise to disable
  read ahead and keep the size of mapped pages below 1 MByte.
No objections on tech-kern@.


To generate a diff of this commit:
cvs rdiff -u -r1.187.4.4 -r1.187.4.5 src/sys/dev/vnd.c
cvs rdiff -u -r1.23 -r1.23.10.1 src/sys/dev/vndvar.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/usermode/include

2011-12-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 31 21:31:16 UTC 2011

Modified Files:
src/sys/arch/usermode/include: thunk.h

Log Message:
Adjust prototypes.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/usermode/include/thunk.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/usermode/usermode

2011-12-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 31 21:29:12 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: thunk.c

Log Message:
- fix syscall error returns
- fix clobbered errno
- use warn instead of perror
- use ssize_t consistently
- retry on EINTR and EAGAIN


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/usermode/usermode/thunk.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/usermode/conf

2011-12-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 31 21:24:08 UTC 2011

Modified Files:
src/sys/arch/usermode/conf: Makefile.usermode

Log Message:
pass ${COPTS} to the build of thunk.c so that it builds on amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/usermode/conf/Makefile.usermode

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



CVS commit: src/doc

2011-12-31 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Dec 31 20:56:05 UTC 2011

Modified Files:
src/doc: CHANGES

Log Message:
Belatedly note hannken's addition of sparse file support to vnd(4) from
June.


To generate a diff of this commit:
cvs rdiff -u -r1.1640 -r1.1641 src/doc/CHANGES

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



CVS commit: [netbsd-4-0] src/doc

2011-12-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 20:52:40 UTC 2011

Modified Files:
src/doc [netbsd-4-0]: CHANGES-4.0.2

Log Message:
1440


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.92 -r1.1.2.93 src/doc/CHANGES-4.0.2

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



CVS commit: [netbsd-4-0] src/lib/libtelnet

2011-12-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 20:52:16 UTC 2011

Modified Files:
src/lib/libtelnet [netbsd-4-0]: encrypt.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1440):
lib/libtelnet/encrypt.c: revision 1.15
Avoid buffer overflow, reported by Colin Percival at FreeBSD


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.14.1 src/lib/libtelnet/encrypt.c

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



CVS commit: [netbsd-4] src/doc

2011-12-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 20:51:45 UTC 2011

Modified Files:
src/doc [netbsd-4]: CHANGES-4.1

Log Message:
1440


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.231 -r1.1.2.232 src/doc/CHANGES-4.1

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



CVS commit: [netbsd-4] src/lib/libtelnet

2011-12-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 20:51:23 UTC 2011

Modified Files:
src/lib/libtelnet [netbsd-4]: encrypt.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1440):
lib/libtelnet/encrypt.c: revision 1.15
Avoid buffer overflow, reported by Colin Percival at FreeBSD


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.10.1 src/lib/libtelnet/encrypt.c

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



CVS commit: src/sys

2011-12-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 31 20:42:00 UTC 2011

Modified Files:
src/sys/ddb: db_user.h
src/sys/net: rtsock.c
src/sys/net80211: ieee80211_input.c ieee80211_ioctl.c
ieee80211_netbsd.h ieee80211_output.c
src/sys/netinet: if_arp.c ip_icmp.c ip_output.c tcp_input.c
tcp_output.c tcp_subr.c
src/sys/netinet6: frag6.c icmp6.c in6_ifattach.c in6_pcb.c in6_proto.c
ip6_input.c ip6_mroute.c ip6_output.c
src/sys/netkey: key.c

Log Message:
- fix offsetof usage, and redundant defines
- kill pointer casts to 0


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/ddb/db_user.h
cvs rdiff -u -r1.138 -r1.139 src/sys/net/rtsock.c
cvs rdiff -u -r1.71 -r1.72 src/sys/net80211/ieee80211_input.c
cvs rdiff -u -r1.56 -r1.57 src/sys/net80211/ieee80211_ioctl.c
cvs rdiff -u -r1.16 -r1.17 src/sys/net80211/ieee80211_netbsd.h
cvs rdiff -u -r1.50 -r1.51 src/sys/net80211/ieee80211_output.c
cvs rdiff -u -r1.152 -r1.153 src/sys/netinet/if_arp.c
cvs rdiff -u -r1.126 -r1.127 src/sys/netinet/ip_icmp.c
cvs rdiff -u -r1.211 -r1.212 src/sys/netinet/ip_output.c
cvs rdiff -u -r1.319 -r1.320 src/sys/netinet/tcp_input.c
cvs rdiff -u -r1.172 -r1.173 src/sys/netinet/tcp_output.c
cvs rdiff -u -r1.245 -r1.246 src/sys/netinet/tcp_subr.c
cvs rdiff -u -r1.51 -r1.52 src/sys/netinet6/frag6.c
cvs rdiff -u -r1.158 -r1.159 src/sys/netinet6/icmp6.c
cvs rdiff -u -r1.86 -r1.87 src/sys/netinet6/in6_ifattach.c
cvs rdiff -u -r1.117 -r1.118 src/sys/netinet6/in6_pcb.c
cvs rdiff -u -r1.94 -r1.95 src/sys/netinet6/in6_proto.c
cvs rdiff -u -r1.134 -r1.135 src/sys/netinet6/ip6_input.c
cvs rdiff -u -r1.102 -r1.103 src/sys/netinet6/ip6_mroute.c
cvs rdiff -u -r1.141 -r1.142 src/sys/netinet6/ip6_output.c
cvs rdiff -u -r1.180 -r1.181 src/sys/netkey/key.c

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



CVS commit: src/share/man/man4

2011-12-31 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Dec 31 20:16:42 UTC 2011

Modified Files:
src/share/man/man4: bpf.4

Log Message:
Fix typos and style glitches.  Remove outdated info about only
Ethernet, SLIP, and PPP being supported, and no network types with
variable-length headers (such as 802.11).
Document BIOCSRSIG and BIOCGRSIG.

>From Guy Harris in PR#40703.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/share/man/man4/bpf.4

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



CVS commit: [netbsd-5-1] src/doc

2011-12-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 20:05:00 UTC 2011

Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.1

Log Message:
1704


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-5.1.1

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



CVS commit: [netbsd-5-1] src/lib/libtelnet

2011-12-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 20:04:38 UTC 2011

Modified Files:
src/lib/libtelnet [netbsd-5-1]: encrypt.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1704):
lib/libtelnet/encrypt.c: revision 1.15
Avoid buffer overflow, reported by Colin Percival at FreeBSD


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.26.1 src/lib/libtelnet/encrypt.c

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



CVS commit: [netbsd-5-0] src/doc

2011-12-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 20:03:50 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
1704


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-5.0.3

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



CVS commit: [netbsd-5-0] src/lib/libtelnet

2011-12-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 20:03:28 UTC 2011

Modified Files:
src/lib/libtelnet [netbsd-5-0]: encrypt.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1704):
lib/libtelnet/encrypt.c: revision 1.15
Avoid buffer overflow, reported by Colin Percival at FreeBSD


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.22.1 src/lib/libtelnet/encrypt.c

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



CVS commit: [netbsd-5] src/doc

2011-12-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 20:02:27 UTC 2011

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2

Log Message:
1704


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.118 -r1.1.2.119 src/doc/CHANGES-5.2

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



CVS commit: [netbsd-5] src/lib/libtelnet

2011-12-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 20:01:51 UTC 2011

Modified Files:
src/lib/libtelnet [netbsd-5]: encrypt.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #1704):
lib/libtelnet/encrypt.c: revision 1.15
Avoid buffer overflow, reported by Colin Percival at FreeBSD


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.18.1 src/lib/libtelnet/encrypt.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/usb

2011-12-31 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sat Dec 31 15:01:06 UTC 2011

Modified Files:
src/sys/dev/usb: usbdevices.config

Log Message:
+uipad


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/usbdevices.config

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



CVS commit: src/sys/arch/usermode/usermode

2011-12-31 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sat Dec 31 12:57:12 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: thunk.c

Log Message:
Move the thunk_rfb_send_pending() up to where it belonged. It could disconnect
AND event could be NULL while it still would need to send... i.e. the barrier
in vncfbcopyrows()


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/usermode/usermode/thunk.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/usermode/usermode

2011-12-31 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Sat Dec 31 12:38:56 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: thunk.c

Log Message:
Implement safe_recv() in analog to save_send() to make sure we don't miss
bytes along and mess up the protocol.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/usermode/usermode/thunk.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/hppa/hppa

2011-12-31 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Dec 31 08:34:49 UTC 2011

Modified Files:
src/sys/arch/hppa/hppa: db_machdep.c

Log Message:
Fix the usage/help for mach frame.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/hppa/db_machdep.c

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



CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2011-12-31 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Dec 31 08:20:43 UTC 2011

Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_com.c rmixl_gpio_pci.c
rmixl_intr.c rmixl_intr.h rmixl_obio.c rmixl_pcie.c rmixl_pcix.c
rmixl_usbi.c rmixlp_pcie.c

Log Message:
Switch to using IST_ instead of private enums.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/sys/arch/mips/rmi/rmixl_com.c
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/mips/rmi/rmixl_gpio_pci.c
cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/sys/arch/mips/rmi/rmixl_intr.c
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/sys/arch/mips/rmi/rmixl_intr.h \
src/sys/arch/mips/rmi/rmixl_pcix.c
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/sys/arch/mips/rmi/rmixl_obio.c
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/sys/arch/mips/rmi/rmixl_pcie.c
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/sys/arch/mips/rmi/rmixl_usbi.c
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/sys/arch/mips/rmi/rmixlp_pcie.c

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



CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2011-12-31 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Dec 31 08:18:42 UTC 2011

Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: intr.h

Log Message:
Add IST_EDGE_RISING and IST_EDGE_FALLING.


To generate a diff of this commit:
cvs rdiff -u -r1.3.96.16 -r1.3.96.17 src/sys/arch/mips/include/intr.h

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