svn commit: r320646 - in stable/10: bin/rcp libexec/rlogind libexec/rshd usr.bin/rlogin usr.bin/rsh usr.bin/ruptime usr.bin/rwho usr.sbin/rwhod

2017-07-04 Thread Allan Jude
Author: allanjude Date: Tue Jul 4 15:53:54 2017 New Revision: 320646 URL: https://svnweb.freebsd.org/changeset/base/320646 Log: MFC r320644: Add deprecation notices for all rcmd tools Modified: stable/10/bin/rcp/rcp.1 stable/10/libexec/rlogind/rlogind.8 stable/10/libexec/rshd/rsh

Re: svn commit: r314335 - stable/10/sys/crypto/sha2

2017-02-27 Thread Allan Jude
and MSCH() never go more than 16 elements back. > >Say, if you were to modify MSCH() to something like this: > >> +#define MSCH(W, ii) \ >> + W[ii] += s1(W[(ii + 14) % 16]) + W[(ii + 9) % 16] + s0(W[(ii >+ 1)) % 16]) > >Then it will comput

svn commit: r296996 - stable/10/usr.sbin/bsdinstall/scripts

2016-03-18 Thread Allan Jude
Author: allanjude Date: Thu Mar 17 21:00:43 2016 New Revision: 296996 URL: https://svnweb.freebsd.org/changeset/base/296996 Log: MFC: r296988 Remove 50% ZFS conditional from bsdinstall/zfsboot Approved by: re (marius) Modified: stable/10/usr.sbin/bsdinstall/scripts/zfsboot Directory

svn commit: r295475 - in stable/10/sys/boot: efi/loader i386/loader userboot/userboot zfs

2016-02-10 Thread Allan Jude
Author: allanjude Date: Wed Feb 10 17:49:22 2016 New Revision: 295475 URL: https://svnweb.freebsd.org/changeset/base/295475 Log: Catch the EFI loader up to the latest ZFS Boot Environment Menu features MFC: r294072 Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in

svn commit: r295264 - stable/10/usr.sbin/bsdinstall/scripts

2016-02-04 Thread Allan Jude
Author: allanjude Date: Thu Feb 4 15:46:12 2016 New Revision: 295264 URL: https://svnweb.freebsd.org/changeset/base/295264 Log: MFC: r295074 The zfsboot (zfs auto mode) part of bsdinstall now supports UEFI Approved by: re (marius) Relnotes: yes Sponsored by: ScaleEngine Inc.

svn commit: r295135 - stable/10/sys/boot/ficl/i386

2016-02-01 Thread Allan Jude
Author: allanjude Date: Tue Feb 2 03:08:37 2016 New Revision: 295135 URL: https://svnweb.freebsd.org/changeset/base/295135 Log: MFC: r294926 ficl on i386 should cast to unsigned char output to support efi i386 Submitted by: Toomas Soome Approved by: re (gjb) Modified: stable/10/

svn commit: r294642 - stable/10/usr.sbin/bsdinstall/scripts

2016-01-23 Thread Allan Jude
Author: allanjude Date: Sat Jan 23 22:13:31 2016 New Revision: 294642 URL: https://svnweb.freebsd.org/changeset/base/294642 Log: MFC: r285732 Add the Dell E7240 laptop and Intel DP965LT motherboard to the list for the GPT active workaround MFC: r287843 Add the HP ProBook 4330s, Int

svn commit: r294479 - stable/10/usr.sbin/bsdinstall/scripts

2016-01-20 Thread Allan Jude
Author: allanjude Date: Thu Jan 21 01:15:40 2016 New Revision: 294479 URL: https://svnweb.freebsd.org/changeset/base/294479 Log: MFC: r294191 Never 4k align the MBR bootpool because zfsldr can not deal with a gap Sponsored by: ScaleEngine Inc. Modified: stable/10/usr.sbin/bsdinstall/

svn commit: r294188 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-01-16 Thread Allan Jude
Author: allanjude Date: Sat Jan 16 18:39:54 2016 New Revision: 294188 URL: https://svnweb.freebsd.org/changeset/base/294188 Log: MFC: r287337 Apply the noline attribute to vdev_queue_max_async_writes This makes it possible to analyze the performance of the new ZFS write throttle w

svn commit: r294100 - stable/10/usr.sbin/service

2016-01-15 Thread Allan Jude
Author: allanjude Date: Fri Jan 15 20:59:57 2016 New Revision: 294100 URL: https://svnweb.freebsd.org/changeset/base/294100 Log: MFC: r287581 Add an additional check to service(8) -e incase rcvar is blank Sponsored by: ScaleEngine Inc. Modified: stable/10/usr.sbin/service/service.sh

svn commit: r293876 - stable/10/usr.sbin/sesutil

2016-01-13 Thread Allan Jude
Author: allanjude Date: Thu Jan 14 04:25:29 2016 New Revision: 293876 URL: https://svnweb.freebsd.org/changeset/base/293876 Log: Convert usr.sbin/sesutil to LPADD/DPADD for stable/10 Direct commit to stable/10 Pointy Hat To: allanjude Modified: stable/10/usr.sbin/sesutil/Makefile M

svn commit: r293865 - stable/10/usr.sbin/sesutil

2016-01-13 Thread Allan Jude
LEDs: +Turn off all locate LEDs: .Pp .Dl Nm Cm locate all off .Pp -Turn on the external LED of drive +Turn on the locate LED for the drive bay corresponding to .Pa da15 : .Pp .Dl Nm Cm locate da15 on +.Pp +Turn on the fault LED for a drive bay not associated with a device: +.Pp +.Dl Nm Cm faul

Re: svn commit: r293776 - stable/10/usr.sbin/fstyp

2016-01-13 Thread Allan Jude
On 2016-01-13 08:18, Slawa Olhovchenkov wrote: > On Tue, Jan 12, 2016 at 04:38:09PM +0000, Allan Jude wrote: > >> Author: allanjude >> Date: Tue Jan 12 16:38:09 2016 >> New Revision: 293776 >> URL: https://svnweb.freebsd.org/changeset/base/293776 >> >

svn commit: r293802 - in stable/10/sys/boot: forth i386/loader userboot/userboot zfs

2016-01-12 Thread Allan Jude
Author: allanjude Date: Wed Jan 13 01:50:02 2016 New Revision: 293802 URL: https://svnweb.freebsd.org/changeset/base/293802 Log: MFC: r293001 Introduce the ZFS Boot Environments menu to the loader menu MFC: r293414 Add ZFS Boot Environments menu to userboot MFC: r293454 Onl

svn commit: r293776 - stable/10/usr.sbin/fstyp

2016-01-12 Thread Allan Jude
8 , -.Xr mount 8 +.Xr mount 8 , +.Xr zpool 8 .Sh HISTORY The .Nm @@ -95,3 +123,5 @@ The utility was developed by .An Edward Tomasz Napierala Aq Mt tr...@freebsd.org under sponsorship from the FreeBSD Foundation. +ZFS and GELI support was added by +.An Allan Jude Aq Mt allanj...@freebsd.or

svn commit: r293729 - stable/10/sbin/ifconfig

2016-01-11 Thread Allan Jude
Author: allanjude Date: Tue Jan 12 05:56:49 2016 New Revision: 293729 URL: https://svnweb.freebsd.org/changeset/base/293729 Log: MFC: r287842 Make ifconfig always exit with an error code if an important ioctl fails PR: 203062 Modified: stable/10/sbin/ifconfig/ifconfig.c Dir

svn commit: r293728 - stable/10/usr.sbin/service

2016-01-11 Thread Allan Jude
Author: allanjude Date: Tue Jan 12 05:55:28 2016 New Revision: 293728 URL: https://svnweb.freebsd.org/changeset/base/293728 Log: MFC: r287576 service(8) -e does not respect /etc/rc.conf.d/* entries PR: 173454 Submitted by: giantl...@gmail.com (original patch) Modified: st

svn commit: r293727 - stable/10/share/man/man4

2016-01-11 Thread Allan Jude
Author: allanjude Date: Tue Jan 12 05:53:53 2016 New Revision: 293727 URL: https://svnweb.freebsd.org/changeset/base/293727 Log: MFC: r287528 Document the sctp blackhole sysctl MIB PR: 184110 Submitted by: Marie Helene Kvello-Aune Modified: stable/10/share/man/man4/black

svn commit: r293726 - in stable/10/usr.bin/xargs: . tests

2016-01-11 Thread Allan Jude
Author: allanjude Date: Tue Jan 12 05:51:12 2016 New Revision: 293726 URL: https://svnweb.freebsd.org/changeset/base/293726 Log: MFC: r285552 Use strtonum(3) instead of atoi(3) MFC: r286289 Introduce -P0, creating as many concurrent processes as possible Relnotes: yes

svn commit: r285769 - in stable/10/usr.sbin/bsdinstall: partedit scripts

2015-07-21 Thread Allan Jude
Author: allanjude (doc committer) Date: Tue Jul 21 21:12:28 2015 New Revision: 285769 URL: https://svnweb.freebsd.org/changeset/base/285769 Log: MFC: r285679 Add auto-detecting workaround for Lenovo GPT boot issue Add auto-detecting workaround for "GPT Active" boot issue

svn commit: r285756 - in stable/10: sbin/geom/class/part sys/geom/part

2015-07-21 Thread Allan Jude
Author: allanjude (doc committer) Date: Tue Jul 21 15:50:14 2015 New Revision: 285756 URL: https://svnweb.freebsd.org/changeset/base/285756 Log: MFC: r285594 New partition flag for gpart, writes the 0xee partition in the pmbr in the second slot, rather than the first. Works arou

svn commit: r285726 - in stable/10/sys/boot: amd64/efi i386/libi386 i386/loader

2015-07-20 Thread Allan Jude
Author: allanjude (doc committer) Date: Mon Jul 20 22:14:55 2015 New Revision: 285726 URL: https://svnweb.freebsd.org/changeset/base/285726 Log: MFC: r277949: New function smbios_match to detect BIOS versions during boot MFC: r277957: Fix order of functions in smbios.c (corr

svn commit: r285721 - stable/10/usr.sbin/bsdinstall/scripts

2015-07-20 Thread Allan Jude
2015(r285721) @@ -1,6 +1,6 @@ #!/bin/sh #- -# Copyright (c) 2013-2014 Allan Jude +# Copyright (c) 2013-2015 Allan Jude # Copyright (c) 2013-2015 Devin Teske # All rights reserved. # @@ -157,6 +157,7 @@ f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATA # Create /var and friends

svn commit: r281579 - stable/10/contrib/ee

2015-04-15 Thread Allan Jude
Author: allanjude (doc committer) Date: Thu Apr 16 00:44:05 2015 New Revision: 281579 URL: https://svnweb.freebsd.org/changeset/base/281579 Log: MFC: r277328: Fix minor syntax and grammar errors in the markup of the ee(1) man page Approved by: eadler (mentor, implicit) Sponsored

svn commit: r281577 - stable/10/sbin/reboot

2015-04-15 Thread Allan Jude
Author: allanjude (doc committer) Date: Thu Apr 16 00:39:16 2015 New Revision: 281577 URL: https://svnweb.freebsd.org/changeset/base/281577 Log: MFC: r280191: Document that nextboot(8) doesn't work as expected with ZFS Approved by: eadler (mentor, implicit) Sponsored by: ScaleEng

svn commit: r281575 - stable/10/usr.bin/man

2015-04-15 Thread Allan Jude
Author: allanjude (doc committer) Date: Thu Apr 16 00:37:05 2015 New Revision: 281575 URL: https://svnweb.freebsd.org/changeset/base/281575 Log: MFC: r272135, r272174 Update man(1) to list the different sections of the manual Approved by: eadler (mentor, implicit) Sponsored by: S

svn commit: r281574 - in stable/10/usr.bin: jot lam rs

2015-04-15 Thread Allan Jude
Author: allanjude (doc committer) Date: Thu Apr 16 00:34:41 2015 New Revision: 281574 URL: https://svnweb.freebsd.org/changeset/base/281574 Log: MFC: r281209: Fix missing AUTHOR section for jot(1), rs(1), and lam(1) Approved by: eadler (mentor, implicit) Sponsored by: ScaleEngine

svn commit: r281573 - stable/10/sbin/ifconfig

2015-04-15 Thread Allan Jude
Author: allanjude (doc committer) Date: Thu Apr 16 00:31:51 2015 New Revision: 281573 URL: https://svnweb.freebsd.org/changeset/base/281573 Log: MFC: r266774: improve ifconfig(8) man page by describing special behaviour of -l ether MFC: r267141: Style cleanups on ifconfig.8

svn commit: r281572 - stable/10/games/fortune/datfiles

2015-04-15 Thread Allan Jude
mmand prompt, use "Ctrl-U". -- Dru % -To find out the hostname associated with an IP address, use +To find the hostname associated with an IP address, use - dig -x IP_address - -- Dru + drill -x IP_address + -- Allan Jude % T

svn commit: r281571 - stable/10/share/man/man4

2015-04-15 Thread Allan Jude
Author: allanjude (doc committer) Date: Thu Apr 16 00:27:53 2015 New Revision: 281571 URL: https://svnweb.freebsd.org/changeset/base/281571 Log: MFC: r280301: Fix grammar in epair(4) man page Approved by: eadler (mentor, implicit) Sponsored by: ScaleEngine Inc. Modified: stabl

svn commit: r281570 - stable/10/lib/libc/string

2015-04-15 Thread Allan Jude
Author: allanjude (doc committer) Date: Thu Apr 16 00:24:21 2015 New Revision: 281570 URL: https://svnweb.freebsd.org/changeset/base/281570 Log: MFC: r266671, r266725: Merge strcspn.3 into strspn.3 and clarify the explaination Approved by: eadler (mentor, implicit) Sponsored by: