svn commit: r367945 - head

2020-11-22 Thread Eitan Adler
Author: eadler Date: Mon Nov 23 04:39:29 2020 New Revision: 367945 URL: https://svnweb.freebsd.org/changeset/base/367945 Log: arcconfig: add callsign again Problem When using git-svn or other non-pure-svn tooling the original subversion URL is not present. This causes arcanist/phabri

svn commit: r357683 - head/lib/libc/string

2020-02-08 Thread Eitan Adler
Author: eadler Date: Sat Feb 8 21:17:48 2020 New Revision: 357683 URL: https://svnweb.freebsd.org/changeset/base/357683 Log: memset.3: better fix previous typo Upon re-reading the whole sentence this is a better fix. MFC with: r357681 Modified: head/lib/libc/string/memset.3 Modifi

svn commit: r357681 - head/lib/libc/string

2020-02-08 Thread Eitan Adler
Author: eadler Date: Sat Feb 8 20:56:38 2020 New Revision: 357681 URL: https://svnweb.freebsd.org/changeset/base/357681 Log: memset.3: fix a a duplicate word Modified: head/lib/libc/string/memset.3 Modified: head/lib/libc/string/memset.3 =

svn commit: r357078 - stable/12/usr.bin/showmount

2020-01-24 Thread Eitan Adler
Author: eadler Date: Fri Jan 24 14:22:09 2020 New Revision: 357078 URL: https://svnweb.freebsd.org/changeset/base/357078 Log: MFC r355647: [showmount] implement long options add long options support to showmount. Where mappings exist use the GNU names for said options.

svn commit: r355647 - head/usr.bin/showmount

2019-12-11 Thread Eitan Adler
Author: eadler Date: Thu Dec 12 05:11:53 2019 New Revision: 355647 URL: https://svnweb.freebsd.org/changeset/base/355647 Log: [showmount] implement long options add long options support to showmount. Where mappings exist use the GNU names for said options. Differential Revision:

svn commit: r355063 - head/share/misc

2019-11-24 Thread Eitan Adler
Author: eadler Date: Sun Nov 24 19:16:57 2019 New Revision: 355063 URL: https://svnweb.freebsd.org/changeset/base/355063 Log: bsd-family-tree: correct macOS release date Reported by: Herbert J. Skuhra Reported by: Maxim Konovalov Modified: head/share/misc/bsd-family-tree Modified: h

svn commit: r355050 - head/share/misc

2019-11-23 Thread Eitan Adler
Author: eadler Date: Sun Nov 24 07:52:35 2019 New Revision: 355050 URL: https://svnweb.freebsd.org/changeset/base/355050 Log: bsd-family-tree: add several new entries Reviewed by: imp, scottl Differential Revision:https://reviews.freebsd.org/D22529 Modified: head/share/misc/bs

svn commit: r346015 - svnadmin/conf

2019-09-03 Thread Eitan Adler
Author: eadler Date: Sun Apr 7 17:49:39 2019 New Revision: 346015 URL: https://svnweb.freebsd.org/changeset/base/346015 Log: Release bcran Rebecca has not actually needed mentorship in some time. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ==

Re: svn commit: r349890 - head/contrib/telnet/telnet

2019-07-11 Thread Eitan Adler
es.c Wed Jul 10 17:42:04 2019 > (r349890) > @@ -629,7 +629,7 @@ printsub(char direction, unsigned char *pointer, int l > } > { > char tbuf[64]; > - sprintf(tbuf, "%s%s%s%s%s", > + snprintf(tbuf, sizeof(tbuf),

svn commit: r346015 - svnadmin/conf

2019-04-07 Thread Eitan Adler
Author: eadler Date: Sun Apr 7 17:49:39 2019 New Revision: 346015 URL: https://svnweb.freebsd.org/changeset/base/346015 Log: Release bcran Rebecca has not actually needed mentorship in some time. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ==

Re: svn commit: r340294 - head/sys/compat/freebsd32

2018-11-10 Thread Eitan Adler
the string that appears in syscalls.master, > > not the name with a COMPAT* prefix which is the actual function name. > > > > Found while making a change to use the default capabilities.conf. Is there any automated way to detect this in th

svn commit: r339484 - head/share/misc

2018-10-20 Thread Eitan Adler
Author: eadler Date: Sat Oct 20 20:34:36 2018 New Revision: 339484 URL: https://svnweb.freebsd.org/changeset/base/339484 Log: bsd-family-tree: Announce two new releases - OpenBSD 6.4; NetBSD 7.2 Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

Re: svn commit: r338182 - in head: sbin/nvmecontrol sys/cam/nvme sys/dev/mpr sys/dev/nvme sys/sys usr.sbin/bhyve

2018-08-22 Thread Eitan Adler
Would you be willing to patch the port and/or submitting a diff upstream? -- Eitan Adler ___ 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: r338189 - head/usr.bin/top

2018-08-22 Thread Eitan Adler
Author: eadler Date: Wed Aug 22 10:07:15 2018 New Revision: 338189 URL: https://svnweb.freebsd.org/changeset/base/338189 Log: top(1): Use warnx and errx instead of fprintf This also makes make "-v" exit without error, since it isn't. Modified: head/usr.bin/top/display.c head/usr.bin/to

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

2018-08-22 Thread Eitan Adler
Author: eadler Date: Wed Aug 22 09:49:38 2018 New Revision: 338187 URL: https://svnweb.freebsd.org/changeset/base/338187 Log: top(1): issue warning on invalid delay When top -sH is run it continually updates. It should issue an warning instead. Reported by: jmg PR: 23080

svn commit: r338042 - in head: . targets/pseudo/userland usr.bin usr.bin/send-pr usr.sbin/crunch/examples

2018-08-19 Thread Eitan Adler
Author: eadler Date: Sun Aug 19 07:12:35 2018 New Revision: 338042 URL: https://svnweb.freebsd.org/changeset/base/338042 Log: send-pr: wave goodbye Entering into the world of 12.x we no longer need even the placeholder for send-pr. It has not done anything for some time. With Hat: bu

svn commit: r338041 - head/targets/pseudo/userland

2018-08-19 Thread Eitan Adler
Author: eadler Date: Sun Aug 19 07:05:33 2018 New Revision: 338041 URL: https://svnweb.freebsd.org/changeset/base/338041 Log: build: remove reference to some dead utilities Modified: head/targets/pseudo/userland/Makefile.depend Modified: head/targets/pseudo/userland/Makefile.depend =

svn commit: r337892 - head/share/misc

2018-08-16 Thread Eitan Adler
Author: eadler Date: Thu Aug 16 07:34:10 2018 New Revision: 337892 URL: https://svnweb.freebsd.org/changeset/base/337892 Log: [pci_vendors] Update pci_vendors to 2018.08.12 Modified: head/share/misc/pci_vendors Modified: head/share/misc/pci_vendors ===

Re: svn commit: r337442 - in head/contrib/file: . doc magic magic/Magdir python src tests

2018-08-14 Thread Eitan Adler
On Tue, 14 Aug 2018 at 14:37, Kyle Evans wrote: > > On Tue, Aug 7, 2018 at 8:33 PM, Eitan Adler wrote: > > Author: eadler > > Date: Wed Aug 8 01:33:36 2018 > > New Revision: 337442 > > URL: https://svnweb.freebsd.org/changeset/base/337442 > > > > Lo

svn commit: r337827 - in stable/11: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/python contrib/file/src contrib/file/tests lib/libmagic

2018-08-14 Thread Eitan Adler
Author: eadler Date: Wed Aug 15 02:14:46 2018 New Revision: 337827 URL: https://svnweb.freebsd.org/changeset/base/337827 Log: MFC r333919, r333922, r333944, r337442: Update file to file 5.34 (through 5.33) Added: stable/11/contrib/file/magic/Magdir/beetle - copied unchanged fr

svn commit: r337695 - vendor/tzdb/tzcode2018e

2018-08-12 Thread Eitan Adler
Author: eadler Date: Sun Aug 12 22:07:13 2018 New Revision: 337695 URL: https://svnweb.freebsd.org/changeset/base/337695 Log: tzdb: tag tzcode2018e Added: vendor/tzdb/tzcode2018e/ - copied from r337694, vendor/tzdb/dist/ ___ svn-src-all@freebsd

svn commit: r337694 - vendor/tzdb/dist

2018-08-12 Thread Eitan Adler
Author: eadler Date: Sun Aug 12 22:06:35 2018 New Revision: 337694 URL: https://svnweb.freebsd.org/changeset/base/337694 Log: vendor/tzdb: reimport IANA database+code in a standard layout I am using a new directory since the layout of both the vendor area and contrib/ need to be changed.

Re: svn commit: r337683 - in vendor/tzdb: . dist

2018-08-12 Thread Eitan Adler
On Sun, 12 Aug 2018 at 05:46, Philip Paeps wrote: > > On 2018-08-12 20:40:34 (+0800), Philip Paeps wrote: > > > On 2018-08-12 12:10:33 (+0000), Eitan Adler wrote: > >> Author: eadler > >> Date: Sun Aug 12 12:10:33 2018 > >> New Revision: 337683 > >

svn commit: r337693 - in vendor/tzdb: 2018e dist

2018-08-12 Thread Eitan Adler
Author: eadler Date: Sun Aug 12 22:04:28 2018 New Revision: 337693 URL: https://svnweb.freebsd.org/changeset/base/337693 Log: vendor/tzdb: clear in preperation for reimporting only code Deleted: vendor/tzdb/2018e/ vendor/tzdb/dist/ ___ svn-src-all

svn commit: r337684 - vendor/tzdb/2018e

2018-08-12 Thread Eitan Adler
Author: eadler Date: Sun Aug 12 12:11:29 2018 New Revision: 337684 URL: https://svnweb.freebsd.org/changeset/base/337684 Log: tzdb: tag 2018e Added: vendor/tzdb/2018e/ - copied from r337683, vendor/tzdb/dist/ ___ svn-src-all@freebsd.org mailing

svn commit: r337683 - in vendor/tzdb: . dist

2018-08-12 Thread Eitan Adler
Author: eadler Date: Sun Aug 12 12:10:33 2018 New Revision: 337683 URL: https://svnweb.freebsd.org/changeset/base/337683 Log: vendor/tzdb: reimport IANA database+code in a standard layout I am using a new directory since the layout of both the vendor area and contrib/ need to be changed.

Re: svn commit: r337505 - head/bin/dd

2018-08-08 Thread Eitan Adler
On Wed, 8 Aug 2018 at 14:37, Kyle Evans wrote: > +/* ARGSUSED */ We've been slowly delintifying system utilities. Why do we still keep these comments? > +void > +sigalrm_handler(int signo __unused) > +{ > + > + need_progress = 1;

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

2018-08-07 Thread Eitan Adler
Author: eadler Date: Wed Aug 8 06:31:46 2018 New Revision: 337448 URL: https://svnweb.freebsd.org/changeset/base/337448 Log: top(1): hide THR column in separate-thread mode. It does not make sense to show a "thread count" column when displaying threads separately. In fact we don't, but d

svn commit: r337442 - in head/contrib/file: . doc magic magic/Magdir python src tests

2018-08-07 Thread Eitan Adler
Author: eadler Date: Wed Aug 8 01:33:36 2018 New Revision: 337442 URL: https://svnweb.freebsd.org/changeset/base/337442 Log: file: update to 5.34 PR: 230141 exp-run by: antoine Added: head/contrib/file/magic/Magdir/dataone - copied unchanged from r336862, vendor/file/

Re: svn commit: r337157 - in head: . tools/tools/git

2018-08-04 Thread Eitan Adler
On Sat, 4 Aug 2018 at 10:16, Warner Losh wrote: > > > > On Sat, Aug 4, 2018, 6:08 PM Eitan Adler wrote: >> >> On Thu, 2 Aug 2018 at 11:28, Ben Widawsky wrote: >> > +git_checkout() >> > +{ >> > + # Delete master >> > + ${GI

Re: svn commit: r337157 - in head: . tools/tools/git

2018-08-04 Thread Eitan Adler
On Thu, 2 Aug 2018 at 11:28, Ben Widawsky wrote: > +git_checkout() > +{ > + # Delete master > + ${GIT} branch -D master > + > + # Make master really be trunk > + ${GIT} checkout -b master trunk Can't this be git branch --force maste

Re: svn commit: r336953 - in stable: 10/usr.bin/mail 11/usr.bin/mail

2018-07-30 Thread Eitan Adler
to crash in certain scenarios. Thanks! I was going to do this myself shortly. -- Eitan Adler ___ 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: r336805 - in stable/11: share/man/man4 sys/dev/vt/hw/vga

2018-07-30 Thread Eitan Adler
On Mon, 30 Jul 2018 at 15:38, John Baldwin wrote: > > On 7/28/18 10:12 PM, Eitan Adler wrote: > > On Sat, 28 Jul 2018 at 16:34, Konstantin Belousov > > wrote: > >> > >> On Sat, Jul 28, 2018 at 07:37:01AM +, Eitan Adler wrote: > >>> Aut

svn commit: r336877 - head/sbin/devd

2018-07-29 Thread Eitan Adler
Author: eadler Date: Sun Jul 29 21:00:18 2018 New Revision: 336877 URL: https://svnweb.freebsd.org/changeset/base/336877 Log: Revert "devd: use C++ style casts" It seems that nullptr is not yet supported by all compilers used by FreeBSD. :( Modified: head/sbin/devd/devd.cc Modified: h

svn commit: r336867 - head/sbin/devd

2018-07-29 Thread Eitan Adler
Author: eadler Date: Sun Jul 29 08:43:08 2018 New Revision: 336867 URL: https://svnweb.freebsd.org/changeset/base/336867 Log: devd: use C++ style casts Modified: head/sbin/devd/devd.cc Modified: head/sbin/devd/devd.cc ==

svn commit: r336866 - head/sbin/devd

2018-07-29 Thread Eitan Adler
Author: eadler Date: Sun Jul 29 08:43:05 2018 New Revision: 336866 URL: https://svnweb.freebsd.org/changeset/base/336866 Log: devd: use static where possible Modified: head/sbin/devd/devd.cc Modified: head/sbin/devd/devd.cc

svn commit: r336865 - head/usr.bin/truncate

2018-07-29 Thread Eitan Adler
Author: eadler Date: Sun Jul 29 07:51:42 2018 New Revision: 336865 URL: https://svnweb.freebsd.org/changeset/base/336865 Log: truncate: delintify Modified: head/usr.bin/truncate/truncate.c Modified: head/usr.bin/truncate/truncate.c

svn commit: r336864 - head/usr.bin/truncate

2018-07-29 Thread Eitan Adler
Author: eadler Date: Sun Jul 29 07:51:40 2018 New Revision: 336864 URL: https://svnweb.freebsd.org/changeset/base/336864 Log: truncate: use better type for 'round' Modified: head/usr.bin/truncate/truncate.c Modified: head/usr.bin/truncate/truncate.c ==

svn commit: r336863 - in vendor/file/5.34: . doc magic magic/Magdir python src tests

2018-07-28 Thread Eitan Adler
Author: eadler Date: Sun Jul 29 05:54:54 2018 New Revision: 336863 URL: https://svnweb.freebsd.org/changeset/base/336863 Log: vendor/file: tag 5.34 Added: vendor/file/5.34/ - copied from r336859, vendor/file/dist/ vendor/file/5.34/magic/Magdir/dataone - copied unchanged from r3368

svn commit: r336862 - in vendor/file/dist: . doc magic magic/Magdir python src tests

2018-07-28 Thread Eitan Adler
Author: eadler Date: Sun Jul 29 05:53:49 2018 New Revision: 336862 URL: https://svnweb.freebsd.org/changeset/base/336862 Log: vendor/file: add 5.34 gpg: Good signature from "Christos Zoulas (personal key) " [unknown] gpg: aka "Christos Zoulas (NetBSD key) " [unknown]

svn commit: r336861 - vendor/file/5.34

2018-07-28 Thread Eitan Adler
Author: eadler Date: Sun Jul 29 05:51:14 2018 New Revision: 336861 URL: https://svnweb.freebsd.org/changeset/base/336861 Log: Remove 5.34 I inverted the order of the import. Deleted: vendor/file/5.34/ ___ svn-src-all@freebsd.org mailing list ht

svn commit: r336860 - in vendor/file/5.34: . doc m4 magic magic/Magdir python src tests

2018-07-28 Thread Eitan Adler
Author: eadler Date: Sun Jul 29 05:49:48 2018 New Revision: 336860 URL: https://svnweb.freebsd.org/changeset/base/336860 Log: vendor/file: add 5.34 gpg: Good signature from "Christos Zoulas (personal key) " [unknown] gpg: aka "Christos Zoulas (NetBSD key) " [unknown]

svn commit: r336858 - stable/11/sys/dev/vt/hw/vga

2018-07-28 Thread Eitan Adler
Author: eadler Date: Sun Jul 29 05:14:26 2018 New Revision: 336858 URL: https://svnweb.freebsd.org/changeset/base/336858 Log: MFC r335631: Always initialize the ignore local variable. PR: 229235 Modified: stable/11/sys/dev/vt/hw/vga/vt_vga.c Directory Properties: stable/11/

Re: svn commit: r336805 - in stable/11: share/man/man4 sys/dev/vt/hw/vga

2018-07-28 Thread Eitan Adler
On Sat, 28 Jul 2018 at 16:34, Konstantin Belousov wrote: > > On Sat, Jul 28, 2018 at 07:37:01AM +, Eitan Adler wrote: > > Author: eadler > > Date: Sat Jul 28 07:37:01 2018 > > New Revision: 336805 > > URL: https://svnweb.freebsd.org/changeset/base/336805

svn commit: r336805 - in stable/11: share/man/man4 sys/dev/vt/hw/vga

2018-07-28 Thread Eitan Adler
Author: eadler Date: Sat Jul 28 07:37:01 2018 New Revision: 336805 URL: https://svnweb.freebsd.org/changeset/base/336805 Log: MFC r335629: vt: add option to ignore NO_VGA flag in ACPI To workaround buggy firmware that sets this flag when there's actually a VGA present. Ref D1600

svn commit: r336799 - head/tools/build

2018-07-27 Thread Eitan Adler
Author: eadler Date: Sat Jul 28 00:33:40 2018 New Revision: 336799 URL: https://svnweb.freebsd.org/changeset/base/336799 Log: tools/build/beinstall.sh: Use some slightly better shell syntax; reduce duplication This is is a first pass at improving the be installer. Reviewed By: will

svn commit: r336758 - head/share/mk

2018-07-27 Thread Eitan Adler
Author: eadler Date: Fri Jul 27 10:44:38 2018 New Revision: 336758 URL: https://svnweb.freebsd.org/changeset/base/336758 Log: Feex a cuple of small typos Modified: head/share/mk/atf.test.mk head/share/mk/bsd.own.mk head/share/mk/bsd.sys.mk head/share/mk/bsd.test.mk head/share/mk/meta.

svn commit: r336757 - in head: share/man/man4 share/man/man7 share/misc sys/dev/firewire sys/dev/hwpmc sys/dev/sk sys/dev/sound/pci sys/dev/sound/pcm sys/fs/nfsclient

2018-07-27 Thread Eitan Adler
Author: eadler Date: Fri Jul 27 10:40:48 2018 New Revision: 336757 URL: https://svnweb.freebsd.org/changeset/base/336757 Log: Use https over http for FreeBSD pages Modified: head/share/man/man4/firewire.4 head/share/man/man7/tests.7 head/share/misc/bsd-family-tree head/sys/dev/firewire/

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

2018-07-25 Thread Eitan Adler
Author: eadler Date: Wed Jul 25 14:05:17 2018 New Revision: 336707 URL: https://svnweb.freebsd.org/changeset/base/336707 Log: top(1): increase number of columns for memory The original intention was 4 columns but with a usable a result. In practice this was not the case. Increase the numb

svn commit: r336700 - head/usr.bin/find

2018-07-24 Thread Eitan Adler
Author: eadler Date: Wed Jul 25 03:42:07 2018 New Revision: 336700 URL: https://svnweb.freebsd.org/changeset/base/336700 Log: find(1): remove empty else condition reported by: brooks Modified: head/usr.bin/find/find.c head/usr.bin/find/misc.c Modified: head/usr.bin/find/find.c ==

svn commit: r336698 - head/share/misc

2018-07-24 Thread Eitan Adler
Author: eadler Date: Wed Jul 25 03:29:29 2018 New Revision: 336698 URL: https://svnweb.freebsd.org/changeset/base/336698 Log: bsd-family-tree: Announce NetBSD 8.0 Use the correct date... Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r336697 - head/share/misc

2018-07-24 Thread Eitan Adler
Author: eadler Date: Wed Jul 25 03:24:05 2018 New Revision: 336697 URL: https://svnweb.freebsd.org/changeset/base/336697 Log: bsd-family-tree: Announce NetBSD 8.0 Obtained from:https://www.netbsd.org/releases/formal-8/ Modified: head/share/misc/bsd-family-tree Modified: head/sha

Re: svn commit: r335888 - in head: contrib/blacklist/bin lib/libpjdlog sbin/hastd

2018-07-04 Thread Eitan Adler
On Tue, 3 Jul 2018 at 08:22, John Baldwin wrote: > since GCC usually breaks > them. Could you explain what you mean or point to a prior conversation? -- Eitan Adler ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/li

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

2018-07-04 Thread Eitan Adler
array depending on LC_CTYPE, not limited to UTF-8. Based on this conversation and my otherwise minimal knowledge about software localization this LGTM. Thanks! -- Eitan Adler ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/li

Re: svn commit: r335838 - head

2018-07-01 Thread Eitan Adler
> @echo "--" > - @echo ">>> Installing everything" > + @echo ">>> Installing everything started on `LC_ALL=C date`" Shouldn't we respect the user preference for locale? Are we using the date for anything automated?

svn commit: r335852 - head/usr.bin/find

2018-07-01 Thread Eitan Adler
Author: eadler Date: Sun Jul 1 20:09:56 2018 New Revision: 335852 URL: https://svnweb.freebsd.org/changeset/base/335852 Log: find(1): use correct type for readlink Modified: head/usr.bin/find/ls.c Modified: head/usr.bin/find/ls.c =

svn commit: r335851 - head/usr.bin/find

2018-07-01 Thread Eitan Adler
Author: eadler Date: Sun Jul 1 20:09:52 2018 New Revision: 335851 URL: https://svnweb.freebsd.org/changeset/base/335851 Log: find(1): deLINTify Modified: head/usr.bin/find/find.c head/usr.bin/find/function.c head/usr.bin/find/ls.c head/usr.bin/find/main.c head/usr.bin/find/misc.c h

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

2018-07-01 Thread Eitan Adler
I didn't click "accept" on the revision. I don't fully oppose leaving it in top(1) for now as we work out the API, but long term its the wrong place. https://reviews.freebsd.org/D16058 is the review. -- Eitan Adler ___ svn-src-all

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

2018-07-01 Thread Eitan Adler
Author: eadler Date: Sun Jul 1 19:44:29 2018 New Revision: 335850 URL: https://svnweb.freebsd.org/changeset/base/335850 Log: top(1): permit infinite length for command There isn't any need to limit the size of the screen. Utilities like 'less -S' don't have a (meaningful) limit anyways.

svn commit: r335849 - head/usr.bin/find

2018-07-01 Thread Eitan Adler
Author: eadler Date: Sun Jul 1 19:44:26 2018 New Revision: 335849 URL: https://svnweb.freebsd.org/changeset/base/335849 Log: find(1): remove portability ifdefs This code isn't designed to be particularly portable outside of FreeBSD. To be more specific it doesn't make much sense to suppo

Re: svn commit: r335831 - head/tools/build

2018-06-30 Thread Eitan Adler
ws.freebsd.org/D16081 ? -- Eitan Adler ___ 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: r335812 - head/sys/dev/iwn

2018-06-29 Thread Eitan Adler
Author: eadler Date: Sat Jun 30 04:30:08 2018 New Revision: 335812 URL: https://svnweb.freebsd.org/changeset/base/335812 Log: iwn: Add the missing IWN_SDID_6035_5 subdevice Obtained from:Haiku (da166fc6469b98397de98a7ccc13b82a3cd3b290) Modified: head/sys/dev/iwn/if_iwn.c head/s

svn commit: r335811 - head/share/misc

2018-06-29 Thread Eitan Adler
Author: eadler Date: Sat Jun 30 01:04:37 2018 New Revision: 335811 URL: https://svnweb.freebsd.org/changeset/base/335811 Log: bsd-family-tree: Announce DragonFly version 5.2.2 Obtained from:https://www.dragonflybsd.org/release52/ Modified: head/share/misc/bsd-family-tree Modifie

svn commit: r335810 - head/share/misc

2018-06-29 Thread Eitan Adler
Author: eadler Date: Sat Jun 30 01:02:59 2018 New Revision: 335810 URL: https://svnweb.freebsd.org/changeset/base/335810 Log: bsd-family-tree: Announce DragonFly version 5.2.2 Obtained from:https://www.dragonflybsd.org/release52/ Modified: head/share/misc/bsd-family-tree Modifie

svn commit: r335785 - head/sys/dev/iwn

2018-06-28 Thread Eitan Adler
Author: eadler Date: Thu Jun 28 21:59:45 2018 New Revision: 335785 URL: https://svnweb.freebsd.org/changeset/base/335785 Log: iwn: Correct Centrino Advanced-N 6235 constants The iwn 6235 is a 2x2 device (see https://ark.intel.com/products/66890/Intel-Centrino-Advanced-N-6235-Dual-Band)

svn commit: r335695 - stable/11

2018-06-26 Thread Eitan Adler
Author: eadler Date: Wed Jun 27 04:58:39 2018 New Revision: 335695 URL: https://svnweb.freebsd.org/changeset/base/335695 Log: MFC r302776, r302799: mail(1): Bring some fixes from other BSDs. - Use varargs properly - Use pid_t - Better handling of error conditions on forked jobs.

svn commit: r335694 - stable/10/usr.bin/mail

2018-06-26 Thread Eitan Adler
Author: eadler Date: Wed Jun 27 04:56:01 2018 New Revision: 335694 URL: https://svnweb.freebsd.org/changeset/base/335694 Log: MFC r302776, r302799: mail(1): Bring some fixes from other BSDs. - Use varargs properly - Use pid_t - Better handling of error conditions on forked jobs.

svn commit: r335693 - stable/11/usr.bin/mail

2018-06-26 Thread Eitan Adler
Author: eadler Date: Wed Jun 27 04:37:22 2018 New Revision: 335693 URL: https://svnweb.freebsd.org/changeset/base/335693 Log: MFC r302776, r302799: mail(1): Bring some fixes from other BSDs. - Use varargs properly - Use pid_t - Better handling of error conditions on forked jobs.

svn commit: r335686 - stable/11/usr.bin/rctl

2018-06-26 Thread Eitan Adler
Author: eadler Date: Wed Jun 27 03:29:36 2018 New Revision: 335686 URL: https://svnweb.freebsd.org/changeset/base/335686 Log: MFC r334208: rctl:correct use of "vmem" instead of "vmemoryuse" PR: 228482 Modified: stable/11/usr.bin/rctl/rctl.8 Directory Properties: stable/11/ (pr

svn commit: r335683 - head/usr.sbin/powerd

2018-06-26 Thread Eitan Adler
Author: eadler Date: Wed Jun 27 01:28:09 2018 New Revision: 335683 URL: https://svnweb.freebsd.org/changeset/base/335683 Log: powerd: correct ifdef check for ppc Reviewed by: jhibbits Modified: head/usr.sbin/powerd/powerd.c Modified: head/usr.sbin/powerd/powerd.c ==

svn commit: r335637 - head/usr.bin/rup

2018-06-25 Thread Eitan Adler
Author: eadler Date: Mon Jun 25 11:44:53 2018 New Revision: 335637 URL: https://svnweb.freebsd.org/changeset/base/335637 Log: rup: compile with WARNS=6 Modified: head/usr.bin/rup/Makefile head/usr.bin/rup/rup.c Modified: head/usr.bin/rup/Makefile ===

svn commit: r335638 - head/usr.bin/rusers

2018-06-25 Thread Eitan Adler
Author: eadler Date: Mon Jun 25 11:44:56 2018 New Revision: 335638 URL: https://svnweb.freebsd.org/changeset/base/335638 Log: rusers: modernize a bit Modified: head/usr.bin/rusers/rusers.c Modified: head/usr.bin/rusers/rusers.c

svn commit: r335636 - in head: lib/libcasper/libcasper usr.bin/users

2018-06-25 Thread Eitan Adler
Author: eadler Date: Mon Jun 25 11:44:41 2018 New Revision: 335636 URL: https://svnweb.freebsd.org/changeset/base/335636 Log: users(1): Use capsicum helpers for users In doing so also fix the libcasper.h header to work in C++. Modified: head/lib/libcasper/libcasper/libcasper.h head/usr

svn commit: r335612 - head/sbin/dhclient

2018-06-24 Thread Eitan Adler
Author: eadler Date: Mon Jun 25 01:29:54 2018 New Revision: 335612 URL: https://svnweb.freebsd.org/changeset/base/335612 Log: dhclient: recorrect __progname to getprogname() A more correct way to modernize code that uses __progname is to just replace each occurance of it with a call to ge

Re: svn commit: r335602 - head/sbin/dhclient

2018-06-24 Thread Eitan Adler
On 24 June 2018 at 07:35, Ian Lepore wrote: > On Sun, 2018-06-24 at 13:23 +0000, Eitan Adler wrote: >> Author: eadler >> Date: Sun Jun 24 13:23:27 2018 >> New Revision: 335602 >> URL: https://svnweb.freebsd.org/changeset/base/335602 >> >> Log: >>

svn commit: r335602 - head/sbin/dhclient

2018-06-24 Thread Eitan Adler
Author: eadler Date: Sun Jun 24 13:23:27 2018 New Revision: 335602 URL: https://svnweb.freebsd.org/changeset/base/335602 Log: dhclient: build with WARNS=6 - add static in a number of places - initialize __progname rather than rely on magical extern values - use nitems() instead of manua

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

2018-06-24 Thread Eitan Adler
Author: eadler Date: Sun Jun 24 13:14:04 2018 New Revision: 335601 URL: https://svnweb.freebsd.org/changeset/base/335601 Log: top(1): increase field with width for W/CPU column This allows 3 digit CPU columns to look nice Reported by: feld Modified: head/usr.bin/top/machine.c Modi

svn commit: r335598 - in head: sbin usr.bin

2018-06-24 Thread Eitan Adler
Author: eadler Date: Sun Jun 24 09:39:40 2018 New Revision: 335598 URL: https://svnweb.freebsd.org/changeset/base/335598 Log: Makefiles: remove outdated comments Modified: head/sbin/Makefile head/usr.bin/Makefile Modified: head/sbin/Makefile

svn commit: r335597 - head/sbin/newfs

2018-06-23 Thread Eitan Adler
Author: eadler Date: Sun Jun 24 05:40:42 2018 New Revision: 335597 URL: https://svnweb.freebsd.org/changeset/base/335597 Log: newfs: clean up warnings - remove param: unused since r95357. - correct definition of usage - add explicit fallthrough notice. The existing one doesn't work with

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

2018-06-23 Thread Eitan Adler
Author: eadler Date: Sat Jun 23 22:45:22 2018 New Revision: 335591 URL: https://svnweb.freebsd.org/changeset/base/335591 Log: top(1): Restructure printing of process states This avoids the need to have separate buffers and calls to sprintf for various calls. Modified: head/usr.bin/top/

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

2018-06-23 Thread Eitan Adler
Author: eadler Date: Sat Jun 23 22:45:20 2018 New Revision: 335590 URL: https://svnweb.freebsd.org/changeset/base/335590 Log: top(1): Convert process listing to sbuf too This also fixes -mio with 'T' set (thread-id instead of process-id). This can go further by removing the existing sp

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

2018-06-23 Thread Eitan Adler
Author: eadler Date: Sat Jun 23 22:45:18 2018 New Revision: 335589 URL: https://svnweb.freebsd.org/changeset/base/335589 Log: top(1): Use basename instead of a homegrown alternative Modified: head/usr.bin/top/machine.c Modified: head/usr.bin/top/machine.c

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

2018-06-22 Thread Eitan Adler
Author: eadler Date: Sat Jun 23 03:17:11 2018 New Revision: 335576 URL: https://svnweb.freebsd.org/changeset/base/335576 Log: top(1): show CPU state breakdown on first run There is no documented reason for this not to be shown on the first run. I can't find any good reason, and it breaks

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

2018-06-22 Thread Eitan Adler
On 22 June 2018 at 04:02, Baptiste Daroussin wrote: > wouldn't it be better with a sbuf_clear here? > > if != null: clear else new_auto I did that originally and undid that for reasons I can't remember. Will try it again, if it works, its more correct. -- Eitan Adler

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

2018-06-22 Thread Eitan Adler
Author: eadler Date: Fri Jun 22 10:20:21 2018 New Revision: 335552 URL: https://svnweb.freebsd.org/changeset/base/335552 Log: top(1): increase warnings top(1) now builds without cast-qual warnings, so remove the exemption for that. Tested with clang, gcc7, gcc9 Modified: head/usr.

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

2018-06-22 Thread Eitan Adler
Author: eadler Date: Fri Jun 22 10:17:12 2018 New Revision: 335551 URL: https://svnweb.freebsd.org/changeset/base/335551 Log: top(1): garbage collect - remove a now-unused function - remove needless indirection of handle type Modified: head/usr.bin/top/machine.c head/usr.bin/top/mach

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

2018-06-22 Thread Eitan Adler
Author: eadler Date: Fri Jun 22 10:17:10 2018 New Revision: 335550 URL: https://svnweb.freebsd.org/changeset/base/335550 Log: top(1): increase size of 'C' column On machines with more than 99 CPUs make room to display the entire number. Requested by: cperciva Modified: head/usr.bi

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

2018-06-22 Thread Eitan Adler
Author: eadler Date: Fri Jun 22 09:45:18 2018 New Revision: 335547 URL: https://svnweb.freebsd.org/changeset/base/335547 Log: top(1): remove special handling of load > 5 When the load is "high" (an arbitrary value) top(1) previously moved the cursor to the top-left of the screen as an ack

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

2018-06-22 Thread Eitan Adler
Author: eadler Date: Fri Jun 22 09:21:01 2018 New Revision: 335539 URL: https://svnweb.freebsd.org/changeset/base/335539 Log: top(1): reimplement header formatting as sbuf The current header formatting is a giant format string that changes global state during the format process. Make

svn commit: r335535 - head/usr.bin/su

2018-06-22 Thread Eitan Adler
Author: eadler Date: Fri Jun 22 09:10:50 2018 New Revision: 335535 URL: https://svnweb.freebsd.org/changeset/base/335535 Log: su(1): build with WARNS=6 Tested with full make universe Modified: head/usr.bin/su/Makefile Modified: head/usr.bin/su/Makefile ==

svn commit: r335532 - head/share/man/man9

2018-06-21 Thread Eitan Adler
Author: eadler Date: Fri Jun 22 06:05:19 2018 New Revision: 335532 URL: https://svnweb.freebsd.org/changeset/base/335532 Log: epoch.9: bump Dd ref D15961 Modified: head/share/man/man9/epoch.9 Modified: head/share/man/man9/epoch.9 =

svn commit: r335531 - head/share/man/man9

2018-06-21 Thread Eitan Adler
Author: eadler Date: Fri Jun 22 06:04:22 2018 New Revision: 335531 URL: https://svnweb.freebsd.org/changeset/base/335531 Log: epoch.9: fix some style and speeling issues Reported by: Yutaro Hayakawa (spelling) Differential Revision: https://reviews.freebsd.org/D15961 Modified: head/s

svn commit: r335530 - stable/11/usr.sbin/service

2018-06-21 Thread Eitan Adler
Author: eadler Date: Fri Jun 22 04:54:51 2018 New Revision: 335530 URL: https://svnweb.freebsd.org/changeset/base/335530 Log: MFC r334472: service(1): Improve manual page * Sort options.. * Fix some typos. * Use one Bd macro for code blocks instead of a bunch of Dl * macros. *

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

2018-06-21 Thread Eitan Adler
Author: eadler Date: Fri Jun 22 00:02:36 2018 New Revision: 335517 URL: https://svnweb.freebsd.org/changeset/base/335517 Log: top(1): behave as documented for -t Show top itself by default, unless -t is specified. Modified: head/usr.bin/top/top.c Modified: head/usr.bin/top/top.c ===

Re: svn commit: r335402 - head/sbin/veriexecctl

2018-06-20 Thread Eitan Adler
On 19 June 2018 at 20:08, Eitan Adler wrote: > On 19 June 2018 at 18:08, Stephen J. Kiernan wrote: >> Added: head/sbin/veriexecctl/Makefile >> == >> --- /dev/null 00:00:00 1970 (empty, becaus

Re: svn commit: r335402 - head/sbin/veriexecctl

2018-06-19 Thread Eitan Adler
Wed Jun 20 01:08:54 2018 > (r335402) > @@ -0,0 +1,11 @@ > +# $FreeBSD$ > + > +PROG= veriexecctl > +MAN= veriexecctl.8 > +SRCS= veriexecctl_parse.y veriexecctl_conf.l veriexecctl.c > + > +WARNS?=3 Why are we introducing new code with l

Re: svn commit: r335278 - head/bin/pwd

2018-06-19 Thread Eitan Adler
On 19 June 2018 at 12:57, Pedro Giffuni wrote: > > > On 19/06/2018 11:25, John Baldwin wrote: >> >> On 6/18/18 10:26 PM, Eitan Adler wrote: >>> >>> On 18 June 2018 at 10:57, John Baldwin wrote: >>>> >>>> On 6/16/18 10:14 PM, Eitan Ad

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

2018-06-19 Thread Eitan Adler
Author: eadler Date: Tue Jun 19 23:30:55 2018 New Revision: 335390 URL: https://svnweb.freebsd.org/changeset/base/335390 Log: top(1): fix top -mio Modified: head/usr.bin/top/machine.c Modified: head/usr.bin/top/machine.c ===

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

2018-06-18 Thread Eitan Adler
==== >> > --- commands.c (revision 333898) >> > +++ commands.c (working copy) >> > @@ -1,6 +1,5 @@ >> > /* >> > * Top users/processes display for Unix >> > - * Version 3 >> > * >> >

Re: svn commit: r335278 - head/bin/pwd

2018-06-18 Thread Eitan Adler
On 18 June 2018 at 10:57, John Baldwin wrote: > On 6/16/18 10:14 PM, Eitan Adler wrote: >> Author: eadler >> Date: Sun Jun 17 05:14:50 2018 >> New Revision: 335278 >> URL: https://svnweb.freebsd.org/changeset/base/335278 >> >> Log: >> pwd: mark usage

  1   2   3   4   5   6   7   8   9   10   >