svn commit: r320820 - head/sys/fs/fdescfs

2017-07-08 Thread Dmitry Chagin
Author: dchagin Date: Sat Jul 8 21:15:46 2017 New Revision: 320820 URL: https://svnweb.freebsd.org/changeset/base/320820 Log: Don't initialize error in declaration. MFC after:3 weeks Modified: head/sys/fs/fdescfs/fdesc_vnops.c Modified: head/sys/fs/fdescfs/fdesc_vnops.c

svn commit: r320819 - head/sys/fs/fdescfs

2017-07-08 Thread Dmitry Chagin
Author: dchagin Date: Sat Jul 8 21:13:25 2017 New Revision: 320819 URL: https://svnweb.freebsd.org/changeset/base/320819 Log: Eliminate the bogus cast. MFC after:3 weeks Modified: head/sys/fs/fdescfs/fdesc_vfsops.c Modified: head/sys/fs/fdescfs/fdesc_vfsops.c

svn commit: r320818 - head/sys/fs/fdescfs

2017-07-08 Thread Dmitry Chagin
Author: dchagin Date: Sat Jul 8 21:12:00 2017 New Revision: 320818 URL: https://svnweb.freebsd.org/changeset/base/320818 Log: Eliminate the bogus cast. MFC after:3 weeks Modified: head/sys/fs/fdescfs/fdesc_vfsops.c Modified: head/sys/fs/fdescfs/fdesc_vfsops.c

svn commit: r320817 - head/sys/fs/fdescfs

2017-07-08 Thread Dmitry Chagin
Author: dchagin Date: Sat Jul 8 21:08:22 2017 New Revision: 320817 URL: https://svnweb.freebsd.org/changeset/base/320817 Log: Don't take a lock around atomic operation. MFC after:3 weeks Modified: head/sys/fs/fdescfs/fdesc_vfsops.c Modified: head/sys/fs/fdescfs/fdesc_vfsops.c

svn commit: r320816 - head/sys/fs/fdescfs

2017-07-08 Thread Dmitry Chagin
Author: dchagin Date: Sat Jul 8 21:05:28 2017 New Revision: 320816 URL: https://svnweb.freebsd.org/changeset/base/320816 Log: Remove init from declaration, collapse two int vars declarations into single. MFC after:3 weeks Modified: head/sys/fs/fdescfs/fdesc_vfsops.c Modified:

svn commit: r320815 - head/sys/fs/fdescfs

2017-07-08 Thread Dmitry Chagin
Author: dchagin Date: Sat Jul 8 21:04:09 2017 New Revision: 320815 URL: https://svnweb.freebsd.org/changeset/base/320815 Log: Remove init from declaration. MFC after:3 weeks Modified: head/sys/fs/fdescfs/fdesc_vfsops.c Modified: head/sys/fs/fdescfs/fdesc_vfsops.c

svn commit: r320814 - head/sys/fs/fdescfs

2017-07-08 Thread Dmitry Chagin
Author: dchagin Date: Sat Jul 8 21:02:40 2017 New Revision: 320814 URL: https://svnweb.freebsd.org/changeset/base/320814 Log: Style(9). Add blank line aftr {. MFC after:3 weeks Modified: head/sys/fs/fdescfs/fdesc_vfsops.c Modified: head/sys/fs/fdescfs/fdesc_vfsops.c

svn commit: r320813 - in head/sys/compat/linuxkpi/common: include/linux src

2017-07-08 Thread Mark Johnston
Author: markj Date: Sat Jul 8 20:11:06 2017 New Revision: 320813 URL: https://svnweb.freebsd.org/changeset/base/320813 Log: Add some helper definitions to fs.h in the LinuxKPI. Add a field to struct linux_file to allow the creation of anonymous shmem objects. MFC after:1 week

svn commit: r320811 - head/sys/compat/linuxkpi/common/include/linux

2017-07-08 Thread Mark Johnston
Author: markj Date: Sat Jul 8 18:53:02 2017 New Revision: 320811 URL: https://svnweb.freebsd.org/changeset/base/320811 Log: Add device_is_registered() to the LinuxKPI. MFC after:1 week Modified: head/sys/compat/linuxkpi/common/include/linux/device.h Modified:

svn commit: r320810 - head/sys/compat/linuxkpi/common/include/linux

2017-07-08 Thread Mark Johnston
Author: markj Date: Sat Jul 8 18:52:29 2017 New Revision: 320810 URL: https://svnweb.freebsd.org/changeset/base/320810 Log: Add TASK_COMM_LEN to the LinuxKPI. MFC after:1 week Modified: head/sys/compat/linuxkpi/common/include/linux/sched.h Modified:

svn commit: r320809 - head

2017-07-08 Thread Bryan Drewery
Author: bdrewery Date: Sat Jul 8 17:53:00 2017 New Revision: 320809 URL: https://svnweb.freebsd.org/changeset/base/320809 Log: makeman: Don't show META_MODE ABI rebuild warnings. Reported by: dim Sponsored by: Dell EMC Isilon Modified: head/Makefile.inc1 Modified:

Re: svn commit: r320803 - head/sbin/mount

2017-07-08 Thread Rodney W. Grimes
[ Charset ISO-8859-1 unsupported, converting... ] > On 0708T1102, Ian Lepore wrote: > > On Sat, 2017-07-08 at 09:50 -0700, Rodney W. Grimes wrote: > > > [ Charset UTF-8 unsupported, converting... ] > > > > > > > > Author: trasz > > > > Date: Sat Jul??8 11:06:27 2017 > > > > New Revision: 320803 >

svn commit: r320808 - head/sys/dev/syscons

2017-07-08 Thread Bruce Evans
Author: bde Date: Sat Jul 8 17:30:33 2017 New Revision: 320808 URL: https://svnweb.freebsd.org/changeset/base/320808 Log: Add many bitmaps (now there are 13) for mouse cursors and logic to try to choose the best one. The old 9x13 cursor was was sort of correct for CGA 640x200 text mode,

Re: svn commit: r320803 - head/sbin/mount

2017-07-08 Thread Ian Lepore
On Sat, 2017-07-08 at 10:15 -0700, Rodney W. Grimes wrote: > [ Charset ISO-8859-1 unsupported, converting... ] > > > > On Sat, 2017-07-08 at 09:50 -0700, Rodney W. Grimes wrote: > > > > > > [ Charset UTF-8 unsupported, converting... ] > > > > > > > > > > > > Author: trasz > > > > Date: Sat

Re: svn commit: r320803 - head/sbin/mount

2017-07-08 Thread Edward Tomasz Napierala
On 0708T1102, Ian Lepore wrote: > On Sat, 2017-07-08 at 09:50 -0700, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > > > > > > Author: trasz > > > Date: Sat Jul  8 11:06:27 2017 > > > New Revision: 320803 > > > URL: https://svnweb.freebsd.org/changeset/base/320803 > > >

Re: svn commit: r320803 - head/sbin/mount

2017-07-08 Thread Rodney W. Grimes
[ Charset ISO-8859-1 unsupported, converting... ] > On Sat, 2017-07-08 at 09:50 -0700, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > > > > > > Author: trasz > > > Date: Sat Jul??8 11:06:27 2017 > > > New Revision: 320803 > > > URL:

svn commit: r320807 - head/usr.bin/stdbuf

2017-07-08 Thread Alan Somers
Author: asomers Date: Sat Jul 8 17:08:42 2017 New Revision: 320807 URL: https://svnweb.freebsd.org/changeset/base/320807 Log: stdbuf(1): Add buffer definition "B" to the usage message This option has been missing from the usage message ever since the program was first imported.

Re: svn commit: r320803 - head/sbin/mount

2017-07-08 Thread Ian Lepore
On Sat, 2017-07-08 at 09:50 -0700, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] > > > > Author: trasz > > Date: Sat Jul  8 11:06:27 2017 > > New Revision: 320803 > > URL: https://svnweb.freebsd.org/changeset/base/320803 > > > > Log: > >   Fix "mount -uw /" when the

Re: svn commit: r320803 - head/sbin/mount

2017-07-08 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: trasz > Date: Sat Jul 8 11:06:27 2017 > New Revision: 320803 > URL: https://svnweb.freebsd.org/changeset/base/320803 > > Log: > Fix "mount -uw /" when the filesystem type doesn't match. > > This basically makes "mount -uw /" work when

svn commit: r320806 - head

2017-07-08 Thread Bryan Drewery
Author: bdrewery Date: Sat Jul 8 16:39:55 2017 New Revision: 320806 URL: https://svnweb.freebsd.org/changeset/base/320806 Log: SYSTEM_COMPILER: Ensure there is not a stale compiler in WORLDTMP. In a scenario of cross-building it is possible that an OBJDIR's WORLDTMP contains an older

svn commit: r320805 - head/sys/dev/syscons/fonts

2017-07-08 Thread Bruce Evans
Author: bde Date: Sat Jul 8 15:01:55 2017 New Revision: 320805 URL: https://svnweb.freebsd.org/changeset/base/320805 Log: Add files to help manage the (vga) syscons mouse cursor. To mostly fix distortion of mouse cursors by non-square pixels, I needed 8 variants of the same cursor shape

svn commit: r320804 - head/sys/i386/i386

2017-07-08 Thread Konstantin Belousov
Author: kib Date: Sat Jul 8 11:07:39 2017 New Revision: 320804 URL: https://svnweb.freebsd.org/changeset/base/320804 Log: Fix handling of one more possible exception on return to usermode. If %ss is loaded with a segment pointing to a non-present descriptor by the IRETD instruction, a

svn commit: r320803 - head/sbin/mount

2017-07-08 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 8 11:06:27 2017 New Revision: 320803 URL: https://svnweb.freebsd.org/changeset/base/320803 Log: Fix "mount -uw /" when the filesystem type doesn't match. This basically makes "mount -uw /" work when the filesystem mounted on / is NFS, but the one configured

svn commit: r320802 - head/etc/rc.d

2017-07-08 Thread Kristof Provost
Author: kp Date: Sat Jul 8 09:28:31 2017 New Revision: 320802 URL: https://svnweb.freebsd.org/changeset/base/320802 Log: Allow more services to run in vnet jails After some tests, here are the services that run into a vnet jail: - defaultroute - dhclient - ip6addrctl -

svn commit: r320801 - head/lib/libc/sys

2017-07-08 Thread Konstantin Belousov
Author: kib Date: Sat Jul 8 07:33:30 2017 New Revision: 320801 URL: https://svnweb.freebsd.org/changeset/base/320801 Log: Simplify language. Submitted by: wblock MFC after:3 days Modified: head/lib/libc/sys/mmap.2 Modified: head/lib/libc/sys/mmap.2