svn commit: r259412 - in head/sys: conf dev/netmap modules/netmap net

2013-12-15 Thread Luigi Rizzo
Author: luigi Date: Sun Dec 15 08:37:24 2013 New Revision: 259412 URL: http://svnweb.freebsd.org/changeset/base/259412 Log: split netmap code according to functions: - netmap.cbase code - netmap_freebsd.cFreeBSD-specific code - netmap_generic.cemulate netmap over standa

svn commit: r259413 - head/usr.sbin/bhyve

2013-12-15 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Dec 15 08:52:16 2013 New Revision: 259413 URL: http://svnweb.freebsd.org/changeset/base/259413 Log: mdoc: sort SEE ALSO. Modified: head/usr.sbin/bhyve/bhyve.8 Modified: head/usr.sbin/bhyve/bhyve.8

Re: svn commit: r259397 - in head/sys/cam: . scsi

2013-12-15 Thread Konstantin Belousov
On Sat, Dec 14, 2013 at 10:07:41PM +, Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sat Dec 14 22:07:40 2013 > New Revision: 259397 > URL: http://svnweb.freebsd.org/changeset/base/259397 > > Log: > Widen lun_id_t to 64 bits. This is a follow-on to r257345 to let the kernel > support

Re: svn commit: r259397 - in head/sys/cam: . scsi

2013-12-15 Thread Nathan Whitehorn
On 12/15/13 08:01, Konstantin Belousov wrote: On Sat, Dec 14, 2013 at 10:07:41PM +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sat Dec 14 22:07:40 2013 New Revision: 259397 URL: http://svnweb.freebsd.org/changeset/base/259397 Log: Widen lun_id_t to 64 bits. This is a follow-on to r

svn commit: r259416 - in head: . lib/libcam

2013-12-15 Thread Nathan Whitehorn
+# 20131215: libcam version bumped +OLD_LIBS+=lib/libcam.so.6 usr/lib32/libcam.so.6 # 20131202: libcapsicum and libcasper moved to /lib/ OLD_LIBS+=usr/lib/libcapsicum.so.0 OLD_LIBS+=usr/lib/libcasper.so.0 Modified: head/lib/libcam/Makefile

svn commit: r259417 - head/usr.sbin/ypbind

2013-12-15 Thread Hiroki Sato
Author: hrs Date: Sun Dec 15 16:17:00 2013 New Revision: 259417 URL: http://svnweb.freebsd.org/changeset/base/259417 Log: Replace Sun RPC license for TI-RPC library with a 3-clause BSD license, with the explicit permission of Sun Microsystems in 2009. The code in question in this file was co

Re: svn commit: r259397 - in head/sys/cam: . scsi

2013-12-15 Thread Nathan Whitehorn
On 12/15/13 08:01, Konstantin Belousov wrote: On Sat, Dec 14, 2013 at 10:07:41PM +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sat Dec 14 22:07:40 2013 New Revision: 259397 URL: http://svnweb.freebsd.org/changeset/base/259397 Log: Widen lun_id_t to 64 bits. This is a follow-on to r

svn commit: r259418 - head/sys/powerpc/pseries

2013-12-15 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Dec 15 16:58:23 2013 New Revision: 259418 URL: http://svnweb.freebsd.org/changeset/base/259418 Log: Set max_lun to zero. This field is ignored unless we are manually probing LUNs anyway, and we certainly don't want to probe 2^32 values by hand in that case.

svn commit: r259421 - head/sys/powerpc/aim

2013-12-15 Thread Justin Hibbits
Author: jhibbits Date: Sun Dec 15 18:07:25 2013 New Revision: 259421 URL: http://svnweb.freebsd.org/changeset/base/259421 Log: Save r3 before using it for the trap check, else we end up saving the new r3, containing the trap instruction encoding (0x7c810808), and restoring it back with the f

svn commit: r259422 - head/sys/conf

2013-12-15 Thread Konstantin Belousov
Author: kib Date: Sun Dec 15 18:13:42 2013 New Revision: 259422 URL: http://svnweb.freebsd.org/changeset/base/259422 Log: Revert r259045. It seems that clang miscompiles code related to UDP with -fno-strict-overflow. Modified: head/sys/conf/kern.mk Modified: head/sys/conf/kern.mk ==

svn commit: r259424 - head/sys/sys

2013-12-15 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun Dec 15 18:26:31 2013 New Revision: 259424 URL: http://svnweb.freebsd.org/changeset/base/259424 Log: Increment __FreeBSD_version for the behavior change of gss_pseudo_random introduced in r259286. Approved by: hrs (mentor, src committer) Modified:

Re: svn commit: r259422 - head/sys/conf

2013-12-15 Thread Rui Paulo
On 15 Dec 2013, at 10:13, Konstantin Belousov wrote: > Author: kib > Date: Sun Dec 15 18:13:42 2013 > New Revision: 259422 > URL: http://svnweb.freebsd.org/changeset/base/259422 > > Log: > Revert r259045. > > It seems that clang miscompiles code related to UDP with > -fno-strict-overflow. C

Re: svn commit: r259422 - head/sys/conf

2013-12-15 Thread Eitan Adler
On Sun, Dec 15, 2013 at 1:13 PM, Konstantin Belousov wrote: > Author: kib > Date: Sun Dec 15 18:13:42 2013 > New Revision: 259422 > URL: http://svnweb.freebsd.org/changeset/base/259422 > > Log: > Revert r259045. > > It seems that clang miscompiles code related to UDP with > -fno-strict-overfl

svn commit: r259425 - head

2013-12-15 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun Dec 15 19:18:18 2013 New Revision: 259425 URL: http://svnweb.freebsd.org/changeset/base/259425 Log: Add an UPDATING entry for the gss_pseudo_random behavior change Approved by: hrs (mentor, src committer) Modified: head/UPDATING Modified: head/UPDA

svn commit: r259426 - in head/release: . scripts

2013-12-15 Thread Glen Barber
Author: gjb Date: Sun Dec 15 20:38:07 2013 New Revision: 259426 URL: http://svnweb.freebsd.org/changeset/base/259426 Log: Add a pkg(8) repository configuration file for cdrom-based package installation. As part of the 'pkg-stage' target, copy the configuration file to the 'packages/repo

svn commit: r259427 - head/usr.sbin/bsdconfig/share/packages

2013-12-15 Thread Glen Barber
Author: gjb Date: Sun Dec 15 20:47:27 2013 New Revision: 259427 URL: http://svnweb.freebsd.org/changeset/base/259427 Log: Export 'REPOS_DIR' when the selected source medium for package installation is cdrom. This enables bsdconfig(8) to make use of the on-disc pkg(8) repository configuratio

svn commit: r259428 - head/sys/geom/eli

2013-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 15 22:51:26 2013 New Revision: 259428 URL: http://svnweb.freebsd.org/changeset/base/259428 Log: Clear content of keyfiles loaded by the loader after processing them. Pointed out by: rwatson MFC after:1 week Modified: head/sys/geom/eli/g_eli.c Modifi

svn commit: r259429 - head/sys/geom/eli

2013-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 15 22:52:18 2013 New Revision: 259429 URL: http://svnweb.freebsd.org/changeset/base/259429 Log: Clear some more places with potentially sensitive data. MFC after:1 week Modified: head/sys/geom/eli/g_eli_crypto.c Modified: head/sys/geom/eli/g_eli_crypto.c ==

svn commit: r259430 - head/lib/libnv

2013-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 15 22:58:09 2013 New Revision: 259430 URL: http://svnweb.freebsd.org/changeset/base/259430 Log: MFp4 @1189139: Get rid of the msg_peek() function, which has a problem. If there was less data in the socket buffer than requested by the caller, the function would

svn commit: r259431 - head/sbin/casperd

2013-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 15 22:59:34 2013 New Revision: 259431 URL: http://svnweb.freebsd.org/changeset/base/259431 Log: MFp4 @1189141: Change casperd's zygote process title. MFC after:1 week Modified: head/sbin/casperd/zygote.c Modified: head/sbin/casperd/zygote.c ===

svn commit: r259432 - head/contrib/tcpdump

2013-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 15 23:02:36 2013 New Revision: 259432 URL: http://svnweb.freebsd.org/changeset/base/259432 Log: Make use of casperd's system.dns service when running without the -n option. Now tcpdump(8) is sandboxed even if DNS resolution is required. Sponsored by: The FreeBSD

svn commit: r259433 - head/usr.sbin/tcpdump/tcpdump

2013-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 15 23:05:19 2013 New Revision: 259433 URL: http://svnweb.freebsd.org/changeset/base/259433 Log: Add Casper support. Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/tcpdump/tcpdump/Makefile Modified: head/usr.sbin/tcpdump/tcpdump/Makefile ==

svn commit: r259434 - head/usr.bin/kdump

2013-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 15 23:09:05 2013 New Revision: 259434 URL: http://svnweb.freebsd.org/changeset/base/259434 Log: Make use of Casper's system.pwd and system.grp services when the -r option is given to convert uids and gids to user names and group names even when running in capability

svn commit: r259435 - head/sys/kern

2013-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 15 23:12:42 2013 New Revision: 259435 URL: http://svnweb.freebsd.org/changeset/base/259435 Log: Forgot to regenerate after r257736. Modified: head/sys/kern/init_sysent.c Modified: head/sys/kern/init_sysent.c ==

svn commit: r259436 - head/sys/kern

2013-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 15 23:14:27 2013 New Revision: 259436 URL: http://svnweb.freebsd.org/changeset/base/259436 Log: Allow for pselect(2) in capability mode. Noticed by: David Drysdale Modified: head/sys/kern/capabilities.conf Modified: head/sys/kern/capabilities.conf ==

svn commit: r259437 - head/sys/kern

2013-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 15 23:15:12 2013 New Revision: 259437 URL: http://svnweb.freebsd.org/changeset/base/259437 Log: Regenerate after r259436. Modified: head/sys/kern/init_sysent.c Modified: head/sys/kern/init_sysent.c

svn commit: r259438 - head/sys/kern

2013-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 15 23:19:42 2013 New Revision: 259438 URL: http://svnweb.freebsd.org/changeset/base/259438 Log: Fix syscalls that can be loaded as kernel modules - they were not given the flag allowing to call them from capability mode sandbox. Noticed by: David Drysdale Mod

svn commit: r259439 - head/sys/kern

2013-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 15 23:20:26 2013 New Revision: 259439 URL: http://svnweb.freebsd.org/changeset/base/259439 Log: Regenerate after r259438. Modified: head/sys/kern/init_sysent.c Modified: head/sys/kern/init_sysent.c

svn commit: r259440 - head/usr.bin/kdump

2013-12-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 15 23:49:42 2013 New Revision: 259440 URL: http://svnweb.freebsd.org/changeset/base/259440 Log: Include bsd.own.mk for MK_CASPER to work. Reported by: nwhitehorn Modified: head/usr.bin/kdump/Makefile Modified: head/usr.bin/kdump/Makefile ==

svn commit: r259441 - head/sys/kern

2013-12-15 Thread Marcel Moolenaar
Author: marcel Date: Mon Dec 16 00:50:14 2013 New Revision: 259441 URL: http://svnweb.freebsd.org/changeset/base/259441 Log: Properly drain the TTY when both revoke(2) and close(2) end up closing the TTY. In such a case, ttydev_close() is called multiple times and each time, t_revokecnt is i

svn commit: r259446 - head/contrib/tzcode/stdtime

2013-12-15 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Mon Dec 16 01:58:12 2013 New Revision: 259446 URL: http://svnweb.freebsd.org/changeset/base/259446 Log: tzfile.5: catch up to r204333 The stdtime sources were moved from lib/libc to contrib/tzcode, and tzfile.h is not an installed header, so the man page