svn commit: r335246 - head/stand/i386/libi386

2018-06-15 Thread Allan Jude
Author: allanjude Date: Sat Jun 16 04:50:40 2018 New Revision: 335246 URL: https://svnweb.freebsd.org/changeset/base/335246 Log: biosdisk.c remove redundant variable `rdev` and `disk` serve the same purpose, read the partition table without the `d_offset` or `d_slice` set, so the read is

svn commit: r335245 - head/stand/i386/libi386

2018-06-15 Thread Allan Jude
Author: allanjude Date: Sat Jun 16 02:50:29 2018 New Revision: 335245 URL: https://svnweb.freebsd.org/changeset/base/335245 Log: Correct logic error in biosdisk.c:bd_realstrategy() The wrong condition is used when evaluating the return of disk_ioctl() This results in reaching the 'We

Re: svn commit: r334514 - head/usr.bin/top

2018-06-13 Thread Allan Jude
> size_t size; > > size = sizeof(smpmode); > This broke compressed ARC display in top. The sysctl vfs.zfs.compressed_arc_enabled is backed by a boolean_t (which is the same size as an int), so trying to read it into a bool (1 byte) fails and returns ENOMEM. Fixed in r335099 -- Allan Jude signature.asc Description: OpenPGP digital signature

svn commit: r335099 - head/usr.bin/top

2018-06-13 Thread Allan Jude
Author: allanjude Date: Thu Jun 14 00:10:16 2018 New Revision: 335099 URL: https://svnweb.freebsd.org/changeset/base/335099 Log: Fix top(1) support for displaying ZFS Compressed ARC statistics Broken in r334514 sysctlbyname("vfs.zfs.compressed_arc_enabled", ...) would return ENOMEM

svn commit: r334888 - head/tools/boot

2018-06-09 Thread Allan Jude
Author: allanjude Date: Sat Jun 9 17:49:43 2018 New Revision: 334888 URL: https://svnweb.freebsd.org/changeset/base/334888 Log: Add ZFS+GPT EFI and LEGACY+EFI to rootgen.sh and installboot.sh Reviewed by: imp (maintainer) Sponsored by: Klara Systems Differential Revision:

svn commit: r334887 - head/tools/boot

2018-06-09 Thread Allan Jude
Author: allanjude Date: Sat Jun 9 17:47:56 2018 New Revision: 334887 URL: https://svnweb.freebsd.org/changeset/base/334887 Log: Change rootgen.sh to use the default ZFS boot environment name Reviewed by: imp (maintainer) Sponsored by: Klara Systems Differential Revision:

Re: svn commit: r333503 - stable/11/sys/net

2018-05-11 Thread Allan Jude
opped trying to summarize things. > > I've just deployed new mfctracker version with summarized MFC commit > message support so users can now switch between full MFC log and a > short version. Of course it's only useful if selected commits have > one-line summary in the first line of a commit message. > >> [*] https://mfc.kernelnomicon.org/6/ >> >> -- Ian > Thank you for building and constantly improving this extremely useful tool. -- Allan Jude signature.asc Description: OpenPGP digital signature

Re: svn commit: r332559 - head/usr.sbin/mountd

2018-04-19 Thread Allan Jude
go in the exports structure), it might be about time to rev. the exports structure? rick I second the request for FSID as an export option. It is important for having smooth failover between NFS servers. -- Allan Jude ___ svn-src-all@freebsd.org mailing

svn commit: r332662 - head/usr.sbin/iostat

2018-04-17 Thread Allan Jude
Author: allanjude Date: Wed Apr 18 02:25:03 2018 New Revision: 332662 URL: https://svnweb.freebsd.org/changeset/base/332662 Log: Make `iostat -xC` print CPU information on its own line Requested by: mahrens Reviewed by: kenm (maintainer), mahrens MFC after:1 week Relnotes:

Re: svn commit: r315449 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-04-10 Thread Allan Jude
On 2018-02-25 22:56, Allan Jude wrote: > On 2017-03-17 08:34, Steven Hartland wrote: >> Author: smh >> Date: Fri Mar 17 12:34:57 2017 >> New Revision: 315449 >> URL: https://svnweb.freebsd.org/changeset/base/315449 >> >> Log: >> Reduce ARC fragmentati

Re: svn commit: r332365 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-04-10 Thread Allan Jude
t by dividing the user set value by the page size. The current name is great, but I wouldn't want anyone to end up setting it to 4096x the value they actually want if we just changed it out from under them. -- Allan Jude signature.asc Description: OpenPGP digital signature

Re: svn commit: r332070 - in head/sys/geom: . label raid

2018-04-05 Thread Allan Jude
On 2018-04-05 21:20, Conrad Meyer wrote: > On Thu, Apr 5, 2018 at 6:08 PM, Allan Jude <allanj...@freebsd.org> wrote: >> On 2018-04-05 09:56, Sean Bruno wrote: >>> Author: sbruno >>> Date: Thu Apr 5 13:56:40 2018 >>> New Revision: 332070 >>> UR

Re: svn commit: r332070 - in head/sys/geom: . label raid

2018-04-05 Thread Allan Jude
something here, but it seems like you didn't actually change the side of struct md_s { ... char ident[32]; ... } And I don't see where the destination buffer went from 24 bytes to a larger value. -- Allan Jude signature.asc Description: OpenPGP digital signature

Re: svn commit: r330897 - in stable/11: bin/cat bin/chflags bin/chmod bin/cp bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/hostname bin/kill bin/ln bin/ls bin/mkdir bin/mv bin/pax bin/ps b

2018-03-28 Thread Allan Jude
SPDX changes >> >> These changes are incomplete but are making it difficult >> to determine what other changes can/should be merged. >> >> No objections from:pfg >> Am I missing something? If this MFC was supposed to be of the SPDX license tagging, why do

Re: svn commit: r331064 - head/sbin/ifconfig

2018-03-16 Thread Allan Jude
s says ‘verbose ? 32 : 32’ now. > >> printf("%-*.*s  %-17.17s  %4s %4s   %-7s  %3s %4s\n" >> , ssidmax, ssidmax, "SSID/MESH ID" >> , "BSSID" > > Regards, > Kristof > It seems like what you were looking for was

svn commit: r330752 - svnadmin/conf

2018-03-10 Thread Allan Jude
Author: allanjude Date: Sun Mar 11 00:08:09 2018 New Revision: 330752 URL: https://svnweb.freebsd.org/changeset/base/330752 Log: Grant Brad Davis (brd) a src bit Brad will be working on pkg base Mentors: allanjude bapt Approved by: core Modified: svnadmin/conf/access

Re: svn commit: r315449 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-02-25 Thread Allan Jude
ragmented that ZFS feels the need to tank the ARC? I know this block and the FMR_ZIO_FRAG reason have been removed from -CURRENT as part of the NUMA work, but I am worried about addressing this issue for the upcoming 11.2-RELEASE. -- Allan Jude ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r329814 - head/sys/cam

2018-02-21 Thread Allan Jude
; * See if we have a trim that can be scheduled. We can only send one >> ___ >> svn-src-h...@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/svn-src-head >> To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" > > A recent buildworld/buildkernel failed with this error just right now: > > --- cam_iosched.o --- > /usr/src/sys/cam/cam_iosched.c:593:16: error: use of undeclared identifier > 'CAM_IOSCHED_FLAGS_TICK' isc->flags |= CAM_IOSCHED_FLAGS_TICK; > Looks like a typo, FLAGS_TICK vs FLAG_TICK -- Allan Jude ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r329150 - head/etc/devd

2018-02-11 Thread Allan Jude
=      hyperv.conf > >  .endif > >  .endif > > > >  .if ${MK_USB} != "no" > > -FILES+=      uath.conf ulpt.conf usb.conf > > +FILES+=      uath.conf ulpt.conf > >  .endif > > > >  .if ${MK_ZFS} != "no" > > -- > Rod Grimes                                                >  rgri...@freebsd.org <mailto:rgri...@freebsd.org> > > -- Allan Jude signature.asc Description: OpenPGP digital signature

Re: svn commit: r329126 - head/etc/devd

2018-02-11 Thread Allan Jude
d nfs shared /usr worlds devd wants to start > before /usr is mounted. > >> I'm agnostic about the value of moving them. ?Users can configure local >> rules by modifying the existing devd.conf and files in devd/ and >> dealing with mergemaster on updates, or by adding their own new files >> in devd/. > Maybe the correct place is /etc/defaults/devd/ then? -- Allan Jude signature.asc Description: OpenPGP digital signature

svn commit: r328839 - head/usr.sbin/bsdinstall/scripts

2018-02-04 Thread Allan Jude
Author: allanjude Date: Sun Feb 4 12:16:36 2018 New Revision: 328839 URL: https://svnweb.freebsd.org/changeset/base/328839 Log: Add the ThinkPad X1 (sandybridge) to the bsdinstall blacklist MFC after:2 weeks Sponsored by: FOSDEM IllumOS Table Modified:

Re: svn commit: r327934 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Allan Jude
t; Log: >> zstd: Use memalloc(9) for calloc macro. >> >> This is in contrib code but since we only have memalloc(9) in current we >> will not upstream this. > > Fortunately, zstd_kfreebsd.h is not contrib code but local code. We > don't have to worry abou

Re: svn commit: r327940 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread Allan Jude
houldn't the local code be in usr.bin/zstd ? > > Pedro. > This .h file is only used for the kernel version of zstd, not the userland version. -- Allan Jude ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-sr

Re: svn commit: r316980 - head/contrib/zstd/programs

2017-12-05 Thread Allan Jude
:15:44 2017 >>> (r316980) >>> @@ -61,7 +61,7 @@ >>> #define MB *(1 <<20) >>> #define GB *(1U<<30) >>> >>> -#define DEFAULT_DISPLAY_LEVEL 2 >>> +#define DEFAULT_DISPLAY_LEVEL 1 >>> >>> static const char*g_defaultDictName = "dictionary"; >>> static const unsigned g_defaultMaxDictSize = 110 KB; >>> > Upstream recommends we create an additional hardlink, called 'zz' (like xz but zstd), to do such compatibility, and keep 'zstd' the same as zstd on every other distro. -- Allan Jude signature.asc Description: OpenPGP digital signature

svn commit: r326507 - head/stand/i386/zfsboot

2017-12-03 Thread Allan Jude
Author: allanjude Date: Mon Dec 4 02:42:00 2017 New Revision: 326507 URL: https://svnweb.freebsd.org/changeset/base/326507 Log: increase maximum size of zfsboot Previous to the switch from sys/boot to stand/ zfsboot (used for MBR) did not support GELI. Now that it is compiled with GELI,

svn commit: r326506 - in head/sys/contrib/zstd/lib: common compress

2017-12-03 Thread Allan Jude
Author: allanjude Date: Mon Dec 4 01:16:26 2017 New Revision: 326506 URL: https://svnweb.freebsd.org/changeset/base/326506 Log: Use __has_builtin() to ensure clz and clzll builtins are available The existing check of the GCC version number is not sufficient This fixes the build on

Re: svn commit: r326095 - head/usr.sbin/bsdinstall/scripts

2017-11-24 Thread Allan Jude
gt; line argument. > > The point of this thread was which option the installer should use to implement 'set the correct time on first boot'. We are not talking about removing ntpdate in this thread. -- Allan Jude ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r316980 - head/contrib/zstd/programs

2017-11-16 Thread Allan Jude
pecific invocation cases inside zstdcli.c, rather than modifying the default as was done in this commit. I think we can deal with changing the default verbosity level. I think if we want to compromise, we make 2 additional hard links, zzip and zunzip that maintain the gzip like behaviou

svn commit: r325715 - head/usr.bin/vmstat

2017-11-11 Thread Allan Jude
Author: allanjude Date: Sat Nov 11 14:02:21 2017 New Revision: 325715 URL: https://svnweb.freebsd.org/changeset/base/325715 Log: vmstat: fix duplicate key in libxo output In the libxo output from vmstat, the number of pages that have been paged out uses the same key name as the number of

Re: svn commit: r318751 - in head/sys: kern sys

2017-10-21 Thread Allan Jude
at, 21 Oct 2017 at 20:29, Allan Jude <allanj...@freebsd.org > <mailto:allanj...@freebsd.org>> wrote: > > On 2017-05-23 12:59, Steve Wills wrote: > > Author: swills (ports committer) > > Date: Tue May 23 16:59:24 2017 > > New Revision: 318751 &

Re: svn commit: r318751 - in head/sys: kern sys

2017-10-21 Thread Allan Jude
e changed my mind a bit. I think we should make the default be off (so you can't see processes in a jail from the host) by default in 12. And that we should MFC this sysctl to stable/11, but not change the default behaviour there. Anyone else have thoughts? -- Allan Jude signature.asc Description: OpenPGP digital signature

svn commit: r324206 - head/usr.sbin/bsdinstall/scripts

2017-10-02 Thread Allan Jude
Author: allanjude Date: Mon Oct 2 14:19:31 2017 New Revision: 324206 URL: https://svnweb.freebsd.org/changeset/base/324206 Log: bsdinstall(8) hardening menu: Utilize new kern.randompid=1 behaviour Enabling the PID randomization option in bsdinstall(8)'s hardening menu now randomizes the

svn commit: r323645 - head/sbin/sysctl

2017-09-16 Thread Allan Jude
Author: allanjude Date: Sat Sep 16 16:23:00 2017 New Revision: 323645 URL: https://svnweb.freebsd.org/changeset/base/323645 Log: kern.osreldate is an integer, not a string PR: 217501 Submitted by: Yavuz Tanriverdi MFC after:1 week Modified:

Re: svn commit: r323554 - head/sys/boot/efi/boot1

2017-09-13 Thread Allan Jude
On 2017-09-13 13:00, Allan Jude wrote: > Author: allanjude > Date: Wed Sep 13 17:00:02 2017 > New Revision: 323554 > URL: https://svnweb.freebsd.org/changeset/base/323554 > > Log: > Increase EFI boot file size frok 128k to 384k > > generate_fat.sh does the follo

svn commit: r323554 - head/sys/boot/efi/boot1

2017-09-13 Thread Allan Jude
Author: allanjude Date: Wed Sep 13 17:00:02 2017 New Revision: 323554 URL: https://svnweb.freebsd.org/changeset/base/323554 Log: Increase EFI boot file size frok 128k to 384k generate_fat.sh does the following: - create an 800kb zero-filled file - create an md device backed by this

svn commit: r320654 - in releng/11.1: 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 18:36:02 2017 New Revision: 320654 URL: https://svnweb.freebsd.org/changeset/base/320654 Log: Merge r320645 from stable/11 into releng/11.1: Add deprecation notices for all rcmd tools Approved by: re (gjb) Relnotes: yes Modified:

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

svn commit: r320645 - in stable/11: 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:23 2017 New Revision: 320645 URL: https://svnweb.freebsd.org/changeset/base/320645 Log: MFC r320644: Add deprecation notices for all rcmd tools Modified: stable/11/bin/rcp/rcp.1 stable/11/libexec/rlogind/rlogind.8

svn commit: r320644 - in head: 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:44:30 2017 New Revision: 320644 URL: https://svnweb.freebsd.org/changeset/base/320644 Log: Add deprecation notices for all rcmd tools Submitted by: bcr Reviewed by: emaste, bapt, jhl MFC after:immediate Relnotes: yes Differential

Re: svn commit: r320555 - head/usr.sbin/diskinfo

2017-07-02 Thread Allan Jude
On 2017-07-02 02:19, N.J. Mann wrote: > Hi, > > > On Saturday, July 01, 2017 21:34:57 +0000 Allan Jude <allanj...@freebsd.org> > wrote: >> Author: allanjude >> Date: Sat Jul 1 21:34:57 2017 >> New Revision: 320555 >> URL: https://svnweb.freebsd.org

svn commit: r320576 - head/usr.sbin/diskinfo

2017-07-02 Thread Allan Jude
Author: allanjude Date: Sun Jul 2 16:20:49 2017 New Revision: 320576 URL: https://svnweb.freebsd.org/changeset/base/320576 Log: diskinfo(8): correct typo in man page Reported by: N.J. Mann Modified: head/usr.sbin/diskinfo/diskinfo.8 Modified:

Re: svn commit: r320555 - head/usr.sbin/diskinfo

2017-07-01 Thread Allan Jude
On 2017-07-01 17:34, Allan Jude wrote: > Author: allanjude > Date: Sat Jul 1 21:34:57 2017 > New Revision: 320555 > URL: https://svnweb.freebsd.org/changeset/base/320555 > > Log: > Add -s (serial) and -p (physpath) to diskinfo > > Return the bare requ

svn commit: r320555 - head/usr.sbin/diskinfo

2017-07-01 Thread Allan Jude
Author: allanjude Date: Sat Jul 1 21:34:57 2017 New Revision: 320555 URL: https://svnweb.freebsd.org/changeset/base/320555 Log: Add -s (serial) and -p (physpath) to diskinfo Return the bare requested information, intended for scripting. The serial number of a SAS/SCSI device can be

svn commit: r320554 - in head: lib/libmd sys/modules/crypto

2017-07-01 Thread Allan Jude
Author: allanjude Date: Sat Jul 1 21:18:06 2017 New Revision: 320554 URL: https://svnweb.freebsd.org/changeset/base/320554 Log: Increase loop unrolling for skein hashes This patch was inspired by an opposite change made to shrink the code for the boot loader. On my i7-4770, it

svn commit: r320553 - head/sys/boot/efi/libefi

2017-07-01 Thread Allan Jude
Author: allanjude Date: Sat Jul 1 20:25:22 2017 New Revision: 320553 URL: https://svnweb.freebsd.org/changeset/base/320553 Log: Integer underflow in efipart_realstrategy when I/O starts after end of disk This fixes an integer underflow in efipart_realstrategy, which causes crashes when

Re: svn commit: r320242 - head/etc/ntp

2017-06-22 Thread Allan Jude
> >> >> >> -- Ian >> >>> Â 227206080010 # 1 Jan 1972 >>> Â 228778560011 # 1 Jul 1972 >>> @@ -216,5 +216,5 @@ >>> Â # the hash line is also ignored in the >>> Â # computation. >>> Â # >>&

svn commit: r319983 - stable/11/usr.sbin/bsdinstall/scripts

2017-06-15 Thread Allan Jude
Author: allanjude Date: Thu Jun 15 17:44:16 2017 New Revision: 319983 URL: https://svnweb.freebsd.org/changeset/base/319983 Log: MFC: r319863 bsdinstall: Make ZFS min_auto_ashift adjustment persistent MFC: r319864 bsdinstall: support Auto ZFS mode for ARM64 Approved

svn commit: r319982 - stable/11/usr.bin/top

2017-06-15 Thread Allan Jude
Author: allanjude Date: Thu Jun 15 17:43:40 2017 New Revision: 319982 URL: https://svnweb.freebsd.org/changeset/base/319982 Log: MFC: r319866, r319867 top: Change the way the ZFS ARC compression ratio is calculated remove overhead statistics, already included in other counters

svn commit: r319901 - stable/11/usr.sbin/sesutil

2017-06-13 Thread Allan Jude
Author: allanjude Date: Tue Jun 13 15:23:49 2017 New Revision: 319901 URL: https://svnweb.freebsd.org/changeset/base/319901 Log: MFC r319610: usr.sbin/sesutil: correct 'locate all off' to deactivate empty slot LEDs PR: 217409 Approved by: re (marius) Modified:

svn commit: r319867 - head/usr.bin/top

2017-06-12 Thread Allan Jude
Author: allanjude Date: Mon Jun 12 19:54:42 2017 New Revision: 319867 URL: https://svnweb.freebsd.org/changeset/base/319867 Log: top: Missing man page update for r319866 MFC after:3 days Modified: head/usr.bin/top/top.local.1 Modified: head/usr.bin/top/top.local.1

svn commit: r319866 - head/usr.bin/top

2017-06-12 Thread Allan Jude
Author: allanjude Date: Mon Jun 12 19:51:57 2017 New Revision: 319866 URL: https://svnweb.freebsd.org/changeset/base/319866 Log: top: Change the way the ZFS ARC compression ratio is calculated Based on feedback from OpenZFS developers Matt Ahrens and George Wilson, the calculation of the

svn commit: r319864 - head/usr.sbin/bsdinstall/scripts

2017-06-12 Thread Allan Jude
Author: allanjude Date: Mon Jun 12 19:31:26 2017 New Revision: 319864 URL: https://svnweb.freebsd.org/changeset/base/319864 Log: bsdinstall: support Auto ZFS mode for ARM64 Reported by: Shawn Webb MFC after:3 days Modified: head/usr.sbin/bsdinstall/scripts/auto Modified:

svn commit: r319863 - head/usr.sbin/bsdinstall/scripts

2017-06-12 Thread Allan Jude
Author: allanjude Date: Mon Jun 12 19:29:31 2017 New Revision: 319863 URL: https://svnweb.freebsd.org/changeset/base/319863 Log: bsdinstall: Make ZFS min_auto_ashift adjustment persistent Reported by: feld Reviewed by: dteske, tsoome MFC after:3 days Sponsored by: ScaleEngine

svn commit: r319819 - in stable/11: lib/libc/sys share/man/man4 sys/compat/freebsd32 sys/kern

2017-06-10 Thread Allan Jude
Author: allanjude Date: Sun Jun 11 02:04:39 2017 New Revision: 319819 URL: https://svnweb.freebsd.org/changeset/base/319819 Log: MFC r318765: Allow cpuset_{get,set}affinity in capabilities mode Approved by: re (marius) Modified: stable/11/lib/libc/sys/cpuset_getaffinity.2

svn commit: r319672 - head/cddl/contrib/opensolaris/cmd/zpool

2017-06-07 Thread Allan Jude
Author: allanjude Date: Thu Jun 8 01:39:17 2017 New Revision: 319672 URL: https://svnweb.freebsd.org/changeset/base/319672 Log: New sentences start on new lines, fix two violations Reviewed by: bcr Sponsored by: BSDCan Dev Summit Modified:

svn commit: r319671 - head/cddl/contrib/opensolaris/cmd/zpool

2017-06-07 Thread Allan Jude
Author: allanjude Date: Thu Jun 8 01:29:24 2017 New Revision: 319671 URL: https://svnweb.freebsd.org/changeset/base/319671 Log: SHA-512 and Skein have been supported by the boot loader for some time. Submitted by: lifanov Reviewed by: bcr Sponsored by: BSDCan Dev Summit Modified:

Re: svn commit: r319611 - in head: sys/kern sys/sys usr.sbin/jail

2017-06-07 Thread Allan Jude
On June 6, 2017 5:44:25 AM EDT, Fabian Keil <freebsd-lis...@fabiankeil.de> wrote: >Allan Jude <allanj...@freebsd.org> wrote: > >> Author: allanjude >> Date: Tue Jun 6 02:15:00 2017 >> New Revision: 319611 >> URL: https://svnweb.freebsd.org/changeset/base

Re: svn commit: r319611 - in head: sys/kern sys/sys usr.sbin/jail

2017-06-07 Thread Allan Jude
On June 7, 2017 4:20:33 AM EDT, Alexander Leidinger <alexan...@leidinger.net> wrote: > >Quoting Allan Jude <allanj...@freebsd.org> (from Tue, 6 Jun 2017 >02:15:01 + (UTC)): > >> Author: allanjude >> Date: Tue Jun 6 02:15:00 2017 >> New Revision:

svn commit: r319611 - in head: sys/kern sys/sys usr.sbin/jail

2017-06-05 Thread Allan Jude
Author: allanjude Date: Tue Jun 6 02:15:00 2017 New Revision: 319611 URL: https://svnweb.freebsd.org/changeset/base/319611 Log: Jails: Optionally prevent jailed root from binding to privileged ports You may now optionally specify allow.noreserved_ports to prevent root inside a jail from

svn commit: r319610 - head/usr.sbin/sesutil

2017-06-05 Thread Allan Jude
Author: allanjude Date: Tue Jun 6 02:03:22 2017 New Revision: 319610 URL: https://svnweb.freebsd.org/changeset/base/319610 Log: usr.sbin/sesutil: 'locate all off' does not deactivate empty slots PR: 217409 Reported by: asomers Reviewed by: asomers, bapt MFC after:1

svn commit: r318767 - in head/sys: compat/freebsd32 kern

2017-05-23 Thread Allan Jude
Author: allanjude Date: Wed May 24 01:01:57 2017 New Revision: 318767 URL: https://svnweb.freebsd.org/changeset/base/318767 Log: Followup to r318765 (capsicumize cpuset_*affinity) Update *sysent files Modified: head/sys/compat/freebsd32/freebsd32_sysent.c head/sys/kern/init_sysent.c

svn commit: r318765 - in head: lib/libc/sys share/man/man4 sys/compat/freebsd32 sys/kern

2017-05-23 Thread Allan Jude
Author: allanjude Date: Wed May 24 00:58:30 2017 New Revision: 318765 URL: https://svnweb.freebsd.org/changeset/base/318765 Log: Allow cpuset_{get,set}affinity in capabilities mode bhyve was recently sandboxed with capsicum, and needs to be able to control the CPU sets of its vcpu

Re: svn commit: r318757 - head

2017-05-23 Thread Allan Jude
64bit inodes allow you to have more than 4 billion files in one file system, or NFS mount. The project also includes fixing a number of other long-standing-because-of-ABI changes, like the max length of a mountpoint is now 1024 instead of some small value (60 or 80 or something it was before) -- Allan Jude signature.asc Description: OpenPGP digital signature

svn commit: r318449 - in stable/11: contrib/top usr.bin/top

2017-05-18 Thread Allan Jude
Author: allanjude Date: Thu May 18 13:19:07 2017 New Revision: 318449 URL: https://svnweb.freebsd.org/changeset/base/318449 Log: MFC r315435: Add ZFS compressed ARC stats to top(1) MFC r316314: top(1) read the wrong amount of data from sysctl MFC r318448:

svn commit: r318448 - head/usr.bin/top

2017-05-18 Thread Allan Jude
Author: allanjude Date: Thu May 18 12:55:07 2017 New Revision: 318448 URL: https://svnweb.freebsd.org/changeset/base/318448 Log: Explain the new fields in top(1) related to ZFS compressed ARC Reviewed by: bcr X-MFC-with: 316314 Differential Revision:

Re: svn commit: r316978 - in head: contrib/zstd etc/mtree lib lib/libzstd share/mk usr.bin usr.bin/zstd

2017-04-15 Thread Allan Jude
ision: 316978 >> URL: https://svnweb.freebsd.org/changeset/base/316978 >> >> Log: >> Import zstandard 1.1.4 in base >> >> zstandard is a new compression library/tool which is very fast at >> compression/decompression >> >> For now import as a

svn commit: r316746 - head/share/examples/bhyve

2017-04-12 Thread Allan Jude
Author: allanjude Date: Thu Apr 13 00:07:39 2017 New Revision: 316746 URL: https://svnweb.freebsd.org/changeset/base/316746 Log: Add UEFI support to vmrun.sh Adds: -E: Use UEFI mode -f: path to UEFI firmware image (default: path to uefi-edk2-bhyve package) -F: UEFI framebuffer

svn commit: r316575 - svnadmin/conf

2017-04-06 Thread Allan Jude
Author: allanjude Date: Thu Apr 6 15:15:01 2017 New Revision: 316575 URL: https://svnweb.freebsd.org/changeset/base/316575 Log: Release tsoome from mentorship Toomas is doing great work, so lets get out of his way and let him do it. Approved by: imp Modified:

svn commit: r316483 - head/sys/opencrypto

2017-04-03 Thread Allan Jude
Author: allanjude Date: Tue Apr 4 04:01:02 2017 New Revision: 316483 URL: https://svnweb.freebsd.org/changeset/base/316483 Log: remove machine/metadata.h from sys/opencrypto/crypto.c The header was added by the recent keybuf feature (r316343) MODINFOMD_KEYBUF originally resided here,

svn commit: r316437 - head/sys/boot/i386/loader

2017-04-02 Thread Allan Jude
Author: allanjude Date: Mon Apr 3 04:29:57 2017 New Revision: 316437 URL: https://svnweb.freebsd.org/changeset/base/316437 Log: Small cleanup to make i386/loader match efi/loader boot environment code Modified: head/sys/boot/i386/loader/main.c Modified: head/sys/boot/i386/loader/main.c

svn commit: r316436 - head/sys/boot/efi/loader

2017-04-02 Thread Allan Jude
Author: allanjude Date: Mon Apr 3 04:28:53 2017 New Revision: 316436 URL: https://svnweb.freebsd.org/changeset/base/316436 Log: Restore EFI boot environment functionality broken in r31 Reported by: Graham Perrin, JT Pennington Sponsored by: ScaleEngine Inc.

Re: svn commit: r316393 - head/sys/compat/linux

2017-04-02 Thread Allan Jude
X case results in non-EOVERFLOW > condition. > >> return (EOVERFLOW); >> #endif >> ltp->tv_sec = ntp->tv_sec; > It is possible kib@ did what I did, which was read both sides of the or as comparing against INT_MAX at first glance, rather than the 2nd one being INT_MIN. -- Allan Jude ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r316424 - head/sys/boot/sparc64/loader

2017-04-02 Thread Allan Jude
Author: allanjude Date: Sun Apr 2 17:25:37 2017 New Revision: 316424 URL: https://svnweb.freebsd.org/changeset/base/316424 Log: Fix sparc64 build broken by r316343 and r316076 Reported by: markj Sponsored by: ScaleEngine Inc. Modified: head/sys/boot/sparc64/loader/Makefile

svn commit: r316343 - in head/sys: boot/geli boot/i386/common boot/i386/gptboot boot/i386/libi386 boot/i386/loader boot/i386/zfsboot boot/zfs crypto geom/eli opencrypto sys

2017-03-31 Thread Allan Jude
the user key from the password at each boot stage. Most of this patch was written by Eric McCorkle. It was extended by Allan Jude with a number of minor enhancements and extending the keybuf feature into boot2. GELI user keys are now derived once, in boot2, then passed to the loader, which

svn commit: r316315 - head/usr.bin/bsdiff/bsdiff

2017-03-30 Thread Allan Jude
Author: allanjude Date: Fri Mar 31 03:11:25 2017 New Revision: 316315 URL: https://svnweb.freebsd.org/changeset/base/316315 Log: Revert debugging that was accidently committed in r316314 Modified: head/usr.bin/bsdiff/bsdiff/bsdiff.c Modified: head/usr.bin/bsdiff/bsdiff/bsdiff.c

svn commit: r316314 - in head/usr.bin: bsdiff/bsdiff top

2017-03-30 Thread Allan Jude
Author: allanjude Date: Fri Mar 31 03:08:07 2017 New Revision: 316314 URL: https://svnweb.freebsd.org/changeset/base/316314 Log: fix top(1) ZFS compressed ARC support top(1) read the wrong amount of data from sysctl, uint64_t instead of boolean_t, resulting in the stats not showing in

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

2017-03-30 Thread Allan Jude
Author: allanjude Date: Fri Mar 31 00:07:03 2017 New Revision: 316312 URL: https://svnweb.freebsd.org/changeset/base/316312 Log: sys/geom/eli: Switch bzero() to explicit_bzero() for sensitive data In GELI, anywhere we are zeroing out possibly sensitive data, like the metadata struct, the

svn commit: r316311 - in head: lib/libstand sys/boot/geli sys/boot/i386/gptboot sys/boot/i386/loader sys/boot/i386/zfsboot

2017-03-30 Thread Allan Jude
Author: allanjude Date: Fri Mar 31 00:04:32 2017 New Revision: 316311 URL: https://svnweb.freebsd.org/changeset/base/316311 Log: Add explicit_bzero() to libstand, and switch GELIBoot to using it Make sure sensitive memory is properly cleared when finished with it Reviewed by: Eric

svn commit: r315435 - in head: contrib/top usr.bin/top

2017-03-16 Thread Allan Jude
Author: allanjude Date: Fri Mar 17 00:46:50 2017 New Revision: 315435 URL: https://svnweb.freebsd.org/changeset/base/315435 Log: Add ZFS compressed ARC stats to top(1) Provides: amount of compressed data logical size of compressed data (how much it would have taken uncompressed)

Re: svn commit: r315230 - in head: etc/mtree tests/sys/geom tests/sys/geom/class/eli tests/sys/geom/eli

2017-03-15 Thread Allan Jude
e mtree files, as I get this failure @ installworld: ===> tests/sys/geom/class/eli (install) install -s -o root -g wheel -m 555 pbkdf2_test /usr/tests/sys/geom/class/eli/pbkdf2_test install: pbkdf2_test: No such file or directory *** Error code 71 Stop. -- Allan Jude signature.asc Description: OpenPGP digital signature

Re: svn commit: r314527 - in head: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/cygwin crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypto/op

2017-03-04 Thread Allan Jude
And I wonder what will happen to >existing diffs that I have commented on or approved if I do... > >DES That is a legit concern. There is an experimental clone of phabricator running at HTTPS://reviews3.freebsd.org if you wanted to try to see what happens -- Allan Jude ___

Re: svn commit: r314527 - in head: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/cygwin crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypto/op

2017-03-02 Thread Allan Jude
On 2017-03-02 22:14, Dag-Erling Smørgrav wrote: > Ngie Cooper <yaneurab...@gmail.com> writes: >> Yes, I included you on the CR [...] > > CR? > > DES > Code Review (Phabricator) -- Allan Jude signature.asc Description: OpenPGP digital signature

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

2017-02-27 Thread Allan Jude
e in W. During every iteration of this loop, >RNDr() 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[(i

svn commit: r314213 - head/sys/boot/geli

2017-02-24 Thread Allan Jude
Author: allanjude Date: Fri Feb 24 16:52:57 2017 New Revision: 314213 URL: https://svnweb.freebsd.org/changeset/base/314213 Log: Remove control+r handling from geliboot's pwgets() pwgets() is based on ngets() from libstand, which includes a feature that is not wanted in a very of the

Re: svn commit: r314036 - head/usr.sbin/bsdinstall/scripts

2017-02-22 Thread Allan Jude
sizing things like the maximum number of file descriptors, default socket buffer sizes, etc. 'Defaults for a web server' 'Defaults for a development laptop' 'Defaults for a poudriere build box' etc. > > I too would like to see this backed out. > -- Allan Jude signature.asc Description: OpenPGP digital signature

Re: svn commit: r314036 - head/usr.sbin/bsdinstall/scripts

2017-02-22 Thread Allan Jude
no go. I do not want something deleting my files from /tmp unexpectedly. TrueOS has that on by default, and it has eaten useful files a few too many times. Breaking gdb should NOT be on by default either. For some of the others, having them on by default in bsdinstall might be a good way to 'test' the features under a wider user load, before we switch the defaults for the sysctls. -- Allan Jude signature.asc Description: OpenPGP digital signature

svn commit: r314098 - head/usr.bin/lam

2017-02-22 Thread Allan Jude
Author: allanjude Date: Wed Feb 22 15:30:57 2017 New Revision: 314098 URL: https://svnweb.freebsd.org/changeset/base/314098 Log: lam(1): Failing to restrict stdin/stdout/stderr should not be fatal When fed from a pipe, lam(1) would sometimes fail: lam: unable to limit stdio: Capabilities

Re: svn commit: r313962 - in head: etc/mtree sys/boot/geli sys/geom/eli tests/sys/geom tests/sys/geom/eli tests/sys/geom/eli/pbkdf2

2017-02-19 Thread Allan Jude
On 2017-02-19 16:06, Ngie Cooper (yaneurabeya) wrote: > >> On Feb 19, 2017, at 13:01, Ngie Cooper (yaneurabeya) <yaneurab...@gmail.com> >> wrote: >> >>> >>> On Feb 19, 2017, at 11:30, Allan Jude <allanj...@freebsd.org> wrote: >>> >

Re: svn commit: r313962 - in head: etc/mtree sys/boot/geli sys/geom/eli tests/sys/geom tests/sys/geom/eli tests/sys/geom/eli/pbkdf2

2017-02-19 Thread Allan Jude
On 2017-02-19 16:01, Ngie Cooper (yaneurabeya) wrote: > >> On Feb 19, 2017, at 11:30, Allan Jude <allanj...@freebsd.org> wrote: >> >> Author: allanjude >> Date: Sun Feb 19 19:30:31 2017 >> New Revision: 313962 >> URL: https://svnweb.freebsd.org/change

svn commit: r313938 - head/usr.bin/lam

2017-02-18 Thread Allan Jude
Author: allanjude Date: Sun Feb 19 06:02:41 2017 New Revision: 313938 URL: https://svnweb.freebsd.org/changeset/base/313938 Log: Capsicum-ize lam(1) lam(1) is used in portsnap(8), so lock it down Reviewed by: emaste, cem, jonathan Sponsored by: ScaleEngine Inc. Differential

svn commit: r313474 - head/sys/mips/conf

2017-02-09 Thread Allan Jude
Author: allanjude Date: Thu Feb 9 15:16:08 2017 New Revision: 313474 URL: https://svnweb.freebsd.org/changeset/base/313474 Log: Add I2C device hints for Onion Omega This allows you to control up to 8 relay expansions from FreeBSD

Re: svn commit: r312926 - in head: bin/ed contrib/dma share/mk sys/amd64/amd64 sys/amd64/cloudabi64 sys/cam/ctl sys/cddl/dev/fbt/x86 sys/compat/cloudabi sys/compat/cloudabi64 sys/compat/linuxkpi/commo

2017-02-08 Thread Allan Jude
t;>> head/usr.sbin/nscd/nscd.c >>> head/usr.sbin/nscd/nscdcli.c >> >> I noticed that this revision and the next one are a point of issue when >> running “svn merge --reintegrate ". Was "svn merge -c -“ used? > > Yes the crap was I did svn merge -c -312923 then svn ci which took the revert > and all the temporary crap I had > > I reverted entirely that one later and commit "manually" the files that were > supposed to be reverted initially by copying the files from before r312923 > > So sorry it was a total mess. > > Bapt > Yeah, it looks like bapt@ committed his work-in-progress make OpenSSL in base private patch. -- Allan Jude signature.asc Description: OpenPGP digital signature

Re: svn commit: r313329 - in head: bin/ed secure/usr.bin secure/usr.bin/bdes usr.bin usr.bin/enigma

2017-02-06 Thread Allan Jude
On 02/06/17 10:18 AM, Ed Schouten wrote: > Hi Allan, > > 2017-02-06 9:27 GMT+01:00 Allan Jude <allanj...@freebsd.org>: >> The use of DES for anything is discouraged, especially with a static IV of >> 0 > > Not entirely related to this, but still... > >

svn commit: r313336 - head

2017-02-06 Thread Allan Jude
Author: allanjude Date: Mon Feb 6 10:51:53 2017 New Revision: 313336 URL: https://svnweb.freebsd.org/changeset/base/313336 Log: Add ObsoleteFiles entries for bdes(1) missed in r313329 Reported by: delphij Reviewed by: bapt, imp Differential Revision:

Re: svn commit: r313329 - in head: bin/ed secure/usr.bin secure/usr.bin/bdes usr.bin usr.bin/enigma

2017-02-06 Thread Allan Jude
On 02/06/17 03:36 AM, Xin Li wrote: > > > On 2/6/17 00:27, Allan Jude wrote: >> Author: allanjude >> Date: Mon Feb 6 08:27:19 2017 >> New Revision: 313329 >> URL: https://svnweb.freebsd.org/changeset/base/313329 >> >> Log: >> Re

svn commit: r313329 - in head: bin/ed secure/usr.bin secure/usr.bin/bdes usr.bin usr.bin/enigma

2017-02-06 Thread Allan Jude
Author: allanjude Date: Mon Feb 6 08:27:19 2017 New Revision: 313329 URL: https://svnweb.freebsd.org/changeset/base/313329 Log: Remove bdes(1) The use of DES for anything is discouraged, especially with a static IV of 0 If you still need bdes(1) to decrypt Kirk's video lectures, see

svn commit: r313192 - in head/sbin: hastctl hastd

2017-02-03 Thread Allan Jude
Author: allanjude Date: Sat Feb 4 06:12:48 2017 New Revision: 313192 URL: https://svnweb.freebsd.org/changeset/base/313192 Log: Switch hastctl and hastd to libmd instead of openssl for sha256 Reviewed by: bapt, brnrd, pjd Approved by: pjd (maintainer) Sponsored by: ScaleEngine Inc.,

svn commit: r311656 - head/sbin/md5

2017-01-07 Thread Allan Jude
Author: allanjude Date: Sat Jan 7 19:43:40 2017 New Revision: 311656 URL: https://svnweb.freebsd.org/changeset/base/311656 Log: Add skein(3) front ends to the md5 manpage Reported by: emaste Modified: head/sbin/md5/md5.1 Modified: head/sbin/md5/md5.1

svn commit: r311652 - head/usr.bin/users

2017-01-07 Thread Allan Jude
Author: allanjude Date: Sat Jan 7 17:37:39 2017 New Revision: 311652 URL: https://svnweb.freebsd.org/changeset/base/311652 Log: style(9) fix Submitted by: jmallett Modified: head/usr.bin/users/users.cc Modified: head/usr.bin/users/users.cc

svn commit: r311581 - head/usr.bin/users

2017-01-06 Thread Allan Jude
Author: allanjude Date: Sat Jan 7 04:57:21 2017 New Revision: 311581 URL: https://svnweb.freebsd.org/changeset/base/311581 Log: Capsicum: add capability mode to users binary Submitted by: Tyler Littlefield Reviewed by: cem, oshogbo Differential Revision:

<    1   2   3   4   5   >