> noticed that this new header file lacks the standard include guards
> (something which style(9) seems to be silent about).
Good point.
[0] Oracle v Google notwithstanding
--
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams
@@
/*-
- * SPDX-License-Identifier: BSD-3-Clause
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
- * Copyright (c) 1990, 1993
- * The Regents of the University of California. All rights reserved.
+ * Copyright (c) 2018 Eitan Adler
*
* Redistribution and use in source and binary forms, with
Author: eadler
Date: Sun Jun 17 19:44:24 2018
New Revision: 335299
URL: https://svnweb.freebsd.org/changeset/base/335299
Log:
README: add generic notes about GENERIC and NOTES
Inform new users what GENERIC and NOTES are. These are useful for people
perusing the tree without a great deal o
On 23 May 2018 at 15:48, John Baldwin wrote:
> On Wednesday, May 23, 2018 12:09:59 PM Eitan Adler wrote:
>> On 23 May 2018 at 09:27, John Baldwin wrote:
>> > On Wednesday, May 23, 2018 04:09:01 AM Eitan Adler wrote:
>> >> Author: eadler
>> >> Date: W
On 17 June 2018 at 13:00, Nathan Whitehorn wrote:
> As a minor caveat, the default release kernel on powerpc64 is "GENERIC64"
> not "GENERIC".
I'm happy to add that, but for a general README I'm not convinced its
important to be overly detailed. That said, no
Author: eadler
Date: Sun Jun 17 20:44:20 2018
New Revision: 335304
URL: https://svnweb.freebsd.org/changeset/base/335304
Log:
acpi: Add support for Thinkpads Mic led
PR: 229074
Submitted by: "Ali Abdallah"
Modified:
head/sys/dev/acpi_support/acpi_ibm.c
Modified: head/sys/de
On 16 June 2018 at 23:54, Bruce Evans wrote:
> On Sun, 17 Jun 2018, Eitan Adler wrote:
>
>> Log:
>> pwd: mark usage as dead
>>
>> Modified:
>> head/bin/pwd/pwd.c
>>
>> Modified: head/bin/pwd/pwd.c
>>
>> ==
Author: eadler
Date: Mon Jun 18 02:06:16 2018
New Revision: 335310
URL: https://svnweb.freebsd.org/changeset/base/335310
Log:
top(1): use more modern signal code
Rather than manually build signal masks use functions designed for that
reason. Also use sigprocmask instead of sigblock.
Modi
Author: eadler
Date: Mon Jun 18 04:54:09 2018
New Revision: 335312
URL: https://svnweb.freebsd.org/changeset/base/335312
Log:
dc: make use of caph_enter
We already use caph library so this makes sense.
Modified:
head/usr.bin/dc/dc.c
Modified: head/usr.bin/dc/dc.c
===
Author: eadler
Date: Mon Jun 18 04:58:48 2018
New Revision: 335313
URL: https://svnweb.freebsd.org/changeset/base/335313
Log:
libcapsicum: adding missing man page links
Modified:
head/lib/libcapsicum/Makefile
Modified: head/lib/libcapsicum/Makefile
===
Author: eadler
Date: Tue Jun 19 04:18:23 2018
New Revision: 335359
URL: https://svnweb.freebsd.org/changeset/base/335359
Log:
top(1): correct header in UP mode
Fix an oversight from r334869 which made the same change, but only for
SMP systems. This avoids a segfault while D15801 is being
Author: eadler
Date: Tue Jun 19 05:01:07 2018
New Revision: 335360
URL: https://svnweb.freebsd.org/changeset/base/335360
Log:
top(1): correct assertion
Modified:
head/usr.bin/top/top.c
Modified: head/usr.bin/top/top.c
==
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
====
>> > --- commands.c (revision 333898)
>> > +++ commands.c (working copy)
>> > @@ -1,6 +1,5 @@
>> > /*
>> > * Top users/processes display for Unix
>> > - * Version 3
>> > *
>> >
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
===
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
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
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
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
===
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
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
=
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
==
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
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
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
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
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.
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
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
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
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
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/
Author: eadler
Date: Thu Nov 30 07:08:45 2017
New Revision: 326385
URL: https://svnweb.freebsd.org/changeset/base/326385
Log:
Remove advertising clause from pr(1)
Permitted by https://www.freebsd.org/copyright/license.html
Renumber 4->3 to be consistent with other files
Modified:
head/
Author: eadler
Date: Thu Nov 30 07:15:32 2017
New Revision: 326386
URL: https://svnweb.freebsd.org/changeset/base/326386
Log:
Fix pthread_condattr(3) type
Reported by: Sascha Wildner
Reviewed by: mjg
Modified:
head/share/man/man3/pthread_condattr.3
Modified: head/share/man/man3/pthre
Author: eadler
Date: Thu Nov 30 07:24:33 2017
New Revision: 326387
URL: https://svnweb.freebsd.org/changeset/base/326387
Log:
Fix typo
Reported by: mjg, z...@dragonflybsd.org
Modified:
head/sys/dev/ata/chipsets/ata-micron.c
Modified: head/sys/dev/ata/chipsets/ata-micron.c
==
Author: eadler
Date: Thu Nov 30 08:23:40 2017
New Revision: 326389
URL: https://svnweb.freebsd.org/changeset/base/326389
Log:
Finish cleaning up license :\
Modified:
head/usr.bin/pr/extern.h
Modified: head/usr.bin/pr/extern.h
==
Author: eadler
Date: Fri Dec 1 03:22:40 2017
New Revision: 326419
URL: https://svnweb.freebsd.org/changeset/base/326419
Log:
Revert license change.
This isn't identical to the one permitted by UCB since
it is copyright multiple people.
Modified:
head/usr.bin/pr/egetopt.c
head/usr.bi
On 30 November 2017 at 07:39, Warner Losh wrote:
>
>
> On Thu, Nov 30, 2017 at 3:44 AM, Ed Schouten wrote:
>>
>> 2017-11-30 8:08 GMT+01:00 Eitan Adler :
>> > Permitted by https://www.freebsd.org/copyright/license.html
>> > [...]
>> > * Copyrigh
Author: eadler
Date: Fri Dec 1 21:44:23 2017
New Revision: 326434
URL: https://svnweb.freebsd.org/changeset/base/326434
Log:
fmt(1): Fix usage of Nm macro
Modified:
head/usr.bin/fmt/fmt.1
Modified: head/usr.bin/fmt/fmt.1
==
Author: eadler
Date: Sat Dec 2 06:23:02 2017
New Revision: 326456
URL: https://svnweb.freebsd.org/changeset/base/326456
Log:
pf.os: Add OpenBSD:6.1
Obtained From: OpenBSD
Modified:
head/etc/pf.os
Modified: head/etc/pf.os
=
Author: eadler
Date: Sat Dec 2 17:10:13 2017
New Revision: 326473
URL: https://svnweb.freebsd.org/changeset/base/326473
Log:
diag/httpd-error: remove
This is a script for a web server in a specific
configuration. Current web servers don't produce
similar log files and it isn't FreeBSD'
Author: eadler
Date: Sat Dec 2 19:10:52 2017
New Revision: 326478
URL: https://svnweb.freebsd.org/changeset/base/326478
Log:
Add missing word
Reported by: swild...@dragonflybsd.org
Modified:
head/share/man/man3/pthread_join.3
Modified: head/share/man/man3/pthread_join.3
==
Author: eadler
Date: Sat Dec 2 19:42:08 2017
New Revision: 326479
URL: https://svnweb.freebsd.org/changeset/base/326479
Log:
Add include guard to fpmath.h
Submitted by: kargl
Modified:
head/lib/libc/include/fpmath.h
Modified: head/lib/libc/include/fpmath.h
=
@ -0,0 +1,8 @@
+# $FreeBSD$
+
+PROG= sponge
+
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
+.include
Added: head/usr.bin/sponge/sponge.1
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/usr
On 4 December 2017 at 19:55, Eitan Adler wrote:
> Author: eadler
> Date: Tue Dec 5 03:55:10 2017
> New Revision: 326554
> URL: https://svnweb.freebsd.org/changeset/base/326554
Differential Revision: https://reviews.freebsd.org/D12900
Release Notes: yes
bah!
--
Eitan Adler
Source
Author: eadler
Date: Tue Dec 5 03:57:51 2017
New Revision: 326555
URL: https://svnweb.freebsd.org/changeset/base/326555
Log:
sponge(1) Minor commit for commit log
Differential Revision:https://reviews.freebsd.org/D12900
RelNotes: yes
Modified:
head/usr.bin/sponge/s
Author: eadler
Date: Tue Dec 5 04:43:39 2017
New Revision: 326557
URL: https://svnweb.freebsd.org/changeset/base/326557
Log:
sponge(1): fix my tests
Reviewed by: kevans
Modified:
head/etc/mtree/BSD.tests.dist
head/usr.bin/Makefile
head/usr.bin/sponge/tests/Makefile
head/usr.bin/s
phone only supports top post. Apologies.
>>
>> Cy Schubert
>> or
>> The need of the many outweighs the greed of the few.
>> ---
>> ____
>> From: Devin Teske
>> Sent: 05/12/2017 09:23
>> To: Cy Schubert
>> Cc: Hans Petter Selasky; rgri..
Author: eadler
Date: Wed Dec 6 02:47:46 2017
New Revision: 326614
URL: https://svnweb.freebsd.org/changeset/base/326614
Log:
sponge(1): revert
I did a complete buildworld and test... with the program disconnected
from the tree. Revert the change for now.
(this keeps the change to .a
ot;: "(/tests/)"
},
which simply disables this test during 'arc diff'.
[0] I still owe everyone a reply the original thread
--
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams
___
svn-src-head@freebsd
Author: eadler
Date: Sat Dec 9 08:21:29 2017
New Revision: 326729
URL: https://svnweb.freebsd.org/changeset/base/326729
Log:
arc lint: Explain linting explain
shell scripts in scripts don't need
to be chmod +x to work. In fact most are not.
Of the tests I found from a simple search:
On 8 December 2017 at 20:23, Conrad Meyer wrote:
> On Fri, Dec 8, 2017 at 6:07 PM, Eitan Adler wrote:
> Great. Please re-apply the change with something like that in the
> commit message, when you get a chance. It shouldn't take more than a
> minute or two.
r326729
Once a
Author: eadler
Date: Wed Dec 13 03:36:33 2017
New Revision: 326816
URL: https://svnweb.freebsd.org/changeset/base/326816
Log:
find(1): remove unused variable
Modified:
head/usr.bin/find/extern.h
head/usr.bin/find/main.c
Modified: head/usr.bin/find/extern.h
=
Author: eadler
Date: Fri Dec 15 03:36:48 2017
New Revision: 326868
URL: https://svnweb.freebsd.org/changeset/base/326868
Log:
bsd-family-tree: Add NetBSD 7.0.2
Pulled directly from NetBSD
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
===
Author: eadler
Date: Fri Dec 15 03:46:52 2017
New Revision: 326869
URL: https://svnweb.freebsd.org/changeset/base/326869
Log:
bsd-family-tree: add dfly 5.0.[12]
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
===
Author: eadler
Date: Tue Dec 19 03:35:39 2017
New Revision: 326958
URL: https://svnweb.freebsd.org/changeset/base/326958
Log:
arclint: revert in prep for recommitting
Modified:
head/.arclint
Modified: head/.arclint
=
Author: eadler
Date: Tue Dec 19 03:38:06 2017
New Revision: 326959
URL: https://svnweb.freebsd.org/changeset/base/326959
Log:
arc lint: ignore /tests/ in chmod
shell scripts in scripts don't need
to be chmod +x to work. In fact most are not.
Of the tests I found from a simple search:
quot;spelling"
>> },
>> "chmod": {
>> - "type": "chmod",
>> - "exclude": "(/tests/)"
>> + "type": "chmod"
>> },
>> "merge-conflict": {
>&
Author: eadler
Date: Sat Dec 23 05:13:39 2017
New Revision: 327099
URL: https://svnweb.freebsd.org/changeset/base/327099
Log:
fopen.1: document truncation
This documentation truncation similar to POSIX and glibc.
PR: 202545
Reported by: int...@intron.ac
Modified:
head/l
Author: eadler
Date: Sat Dec 23 19:48:57 2017
New Revision: 327116
URL: https://svnweb.freebsd.org/changeset/base/327116
Log:
ldd: avoid statically linked executables in example
The example works but spews warnings if run over a directory with
statically linked binaries.
PR:
Author: eadler
Date: Sat Dec 23 21:04:32 2017
New Revision: 327117
URL: https://svnweb.freebsd.org/changeset/base/327117
Log:
calendar: add missing header file
time.h is required for strftime and struct tm
Reviewed by: edje
Modified:
head/usr.bin/calendar/io.c
Modified: head/usr.b
Author: eadler
Date: Mon Dec 25 19:49:05 2017
New Revision: 327181
URL: https://svnweb.freebsd.org/changeset/base/327181
Log:
fsync(3): correctly document return values
In r268924 the behavior of fflush was changed to return success
on read only streams. Document this.
Reported by:
Author: eadler
Date: Mon Dec 25 21:07:54 2017
New Revision: 327183
URL: https://svnweb.freebsd.org/changeset/base/327183
Log:
.git*: add gitattributes and gitignore
For users of the git mirrors, lets provide useful git configuration
files.
Added:
head/.gitattributes (contents, props
Author: eadler
Date: Wed Dec 27 03:23:21 2017
New Revision: 327231
URL: https://svnweb.freebsd.org/changeset/base/327231
Log:
kernel: Fix several typos and minor errors
- duplicate words
- typos
- references to old versions of FreeBSD
Reviewed by: imp, benno
Modified:
head/sys/
Author: eadler
Date: Wed Dec 27 03:23:01 2017
New Revision: 327230
URL: https://svnweb.freebsd.org/changeset/base/327230
Log:
userland: Fix several typos and minor errors
- duplicate words
- typos
- references to old versions of FreeBSD
Reviewed by: imp, benno
Modified:
head/bi
Author: eadler
Date: Wed Dec 27 03:23:41 2017
New Revision: 327232
URL: https://svnweb.freebsd.org/changeset/base/327232
Log:
lib: Fix several typos and minor errors
- duplicate words
- typos
- references to old versions of FreeBSD
Reviewed by: imp, benno
Modified:
head/lib/lib
Author: eadler
Date: Wed Dec 27 03:23:58 2017
New Revision: 327233
URL: https://svnweb.freebsd.org/changeset/base/327233
Log:
other: Fix several typos and minor errors
- duplicate words
- typos
- references to old versions of FreeBSD
Reviewed by: imp, benno
Modified:
head/UPDAT
Author: eadler
Date: Thu Dec 28 01:31:28 2017
New Revision: 327259
URL: https://svnweb.freebsd.org/changeset/base/327259
Log:
Fix a few more speelling errors
Reviewed by: bjk
Reviewed by: jilles (incl formal "accept")
Differential Revision:https://reviews.freeb
Author: eadler
Date: Thu Dec 28 08:22:26 2017
New Revision: 327281
URL: https://svnweb.freebsd.org/changeset/base/327281
Log:
Fix a few speelling errors
- man pages
- bin/sh
Reviewed by: jilles
Modified:
head/bin/sh/tests/builtins/var-assign.0
head/share/man/man4/ip.4
Author: eadler
Date: Thu Dec 28 08:25:47 2017
New Revision: 327282
URL: https://svnweb.freebsd.org/changeset/base/327282
Log:
Update pci_vendors to 2017.12.20
Modified:
head/share/misc/pci_vendors
Modified: head/share/misc/pci_vendors
=
Author: eadler
Date: Fri Dec 29 04:49:59 2017
New Revision: 327333
URL: https://svnweb.freebsd.org/changeset/base/327333
Log:
bsd-family-tree: add HardenedBSD
This adds HardenedBSD which is a pseudo-fork of FreeBSD. It hasn't had a
release yet, but does does have active users and a commun
Author: eadler
Date: Fri Dec 29 05:01:07 2017
New Revision: 327334
URL: https://svnweb.freebsd.org/changeset/base/327334
Log:
bsd-family-tree: add NetBSD 6.0.6
This was a missing release. Released on the same day as 6.1.5 per
https://blog.netbsd.org/tnf/entry/netbsd_6_1_5_and
Modified:
Author: eadler
Date: Fri Dec 29 14:31:43 2017
New Revision: 327342
URL: https://svnweb.freebsd.org/changeset/base/327342
Log:
bsd-family-tree: add NetBSD 7.1.1; correct NetBSD abbrev
Reported by: Herbert J. Skuhra
Reported by: N.J. Mann
Modified:
head/share/misc/bsd-family-tree
Mo
Author: eadler
Date: Fri Dec 29 14:56:46 2017
New Revision: 327343
URL: https://svnweb.freebsd.org/changeset/base/327343
Log:
libc/locale: fix an off-by-one in newlocale
Reported by: z...@dragonflybsd.org
Modified:
head/lib/libc/locale/xlocale.c
Modified: head/lib/libc/locale/xlocale.c
Author: eadler
Date: Fri Dec 29 15:04:49 2017
New Revision: 327344
URL: https://svnweb.freebsd.org/changeset/base/327344
Log:
locale: add cnr (Montenegrin)
See https://www.loc.gov/standards/iso639-2/php/code_changes.php
Modified:
head/share/misc/iso639
Modified: head/share/misc/iso639
=
Author: eadler
Date: Fri Dec 29 23:56:06 2017
New Revision: 327365
URL: https://svnweb.freebsd.org/changeset/base/327365
Log:
Remove a reference to burncd
I'm unclear of the purpose of this pseudo-target
but while its here keep it up to date
Modified:
head/targets/pseudo/userland/Makef
Author: eadler
Date: Fri Dec 29 23:58:05 2017
New Revision: 327366
URL: https://svnweb.freebsd.org/changeset/base/327366
Log:
examples: fix typo
Modified:
head/share/examples/sunrpc/msg/msg_proc.c
Modified: head/share/examples/sunrpc/msg/msg_proc.c
===
h.
It was removed in 9.x along with the old ATA stack.
> And if your unclear as to what something is you should probably ask
> before you make a commit to it.
I did ask before r325353 (my first commit to it). Also some things are
pretty clear: removing references to things that no lo
Author: eadler
Date: Sun Dec 31 00:35:11 2017
New Revision: 327396
URL: https://svnweb.freebsd.org/changeset/base/327396
Log:
man(1): document exit code
man(1) uses standard exit codes, document that.
PR: 223517
Reported by: wosch
MFC after:1 week
Modified:
head/u
Author: eadler
Date: Sun Dec 31 00:46:41 2017
New Revision: 327398
URL: https://svnweb.freebsd.org/changeset/base/327398
Log:
isgreater(3): correct description of isunordered macro
PR: 211376
Submitted by: Duane
MFC After:1 week
Modified:
head/lib/libc/gen/isgreater.3
Author: eadler
Date: Sun Dec 31 00:55:00 2017
New Revision: 327400
URL: https://svnweb.freebsd.org/changeset/base/327400
Log:
cacos(3): correct spelling of 'I'
In some cases we had 'i' instead of 'I'.
PR: 195517
Submitted by: stephen
Modified:
head/lib/msun/man/cacos.3
Author: eadler
Date: Sun Dec 31 06:58:58 2017
New Revision: 327420
URL: https://svnweb.freebsd.org/changeset/base/327420
Log:
skel: Quote PAGER in dot.shrc
PR: 181853
Submitted by: p...@catslair.org
MFC After:1 week
Modified:
head/share/skel/dot.shrc
Modified: head/sha
Author: eadler
Date: Sun Dec 31 07:25:55 2017
New Revision: 327421
URL: https://svnweb.freebsd.org/changeset/base/327421
Log:
mtree: remove /etc/skel
We use /usr/share/skel instead of /etc/skel. The existence of /etc/skel
has confused people.
PR: 46062 (submitted 2002-12-07
Author: eadler
Date: Sun Dec 31 07:26:24 2017
New Revision: 327422
URL: https://svnweb.freebsd.org/changeset/base/327422
Log:
s/=/+=
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
--- head/Obsol
Author: eadler
Date: Sun Dec 31 22:01:36 2017
New Revision: 327451
URL: https://svnweb.freebsd.org/changeset/base/327451
Log:
newsyslog: implement 'p' flag
Implement the 'p' flag for newsyslog from NetBSD. This flag results in
the first log file for a given file to not be compressed.
Author: eadler
Date: Mon Jan 1 00:20:35 2018
New Revision: 327455
URL: https://svnweb.freebsd.org/changeset/base/327455
Log:
ieee80211(9): update man page
This copies changes from NetBSD into FreeBSD's man page. I compared the
proposed changes against FreeBSD headers and modified them t
Author: eadler
Date: Mon Jan 1 22:33:57 2018
New Revision: 327476
URL: https://svnweb.freebsd.org/changeset/base/327476
Log:
shutdown: Assume absolute time is in the future
The original bug describes it best:
When an absolute time is specified to shutdown, the program's
behavior dep
On Monday, 1 January 2018, Ian Lepore wrote:
> On Mon, 2018-01-01 at 22:33 +0000, Eitan Adler wrote:
> > Author: eadler
> > Date: Mon Jan 1 22:33:57 2018
> > New Revision: 327476
> > URL: https://svnweb.freebsd.org/changeset/base/327476
> >
> > Log:
>
Author: eadler
Date: Mon Jan 1 22:10:21 2018
New Revision: 327474
URL: https://svnweb.freebsd.org/changeset/base/327474
Log:
bsdinstall: inform users that typing will not be visible
Some users, especially those that are new, might be confused when passwd
does not echo anything. Inform us
Author: eadler
Date: Tue Jan 2 09:02:42 2018
New Revision: 327488
URL: https://svnweb.freebsd.org/changeset/base/327488
Log:
shutdown: Fix r327476 by adding init
Initialize maybe_today. While here sort.
PR: 32411
Additionally reported by: rgrimes, ian
On 1 January 2018 at 15:22, Rodney W. Grimes
wrote:
>>
>> Baah. This is what happens when my build/test and commit box are not the
>> same. Will fix later when I get back home.
Done. One of these days I will actually perfect my edit-test-commit
cycle and make fewer mistakes :
Author: eadler
Date: Wed Jan 3 03:46:28 2018
New Revision: 327510
URL: https://svnweb.freebsd.org/changeset/base/327510
Log:
bsd-family-tree: revert r327333
bsd-family-tree should only contain projects that have had actual
releases.
Requested by: core
Modified:
head/share/misc/bs
Author: eadler
Date: Wed Jan 3 09:08:32 2018
New Revision: 327514
URL: https://svnweb.freebsd.org/changeset/base/327514
Log:
morse(6): add a few missing characters
- add ñ, ', and _
- remove lint support
- add missing header for ioctl
Modified:
head/usr.bin/morse/morse.c
Modified:
Author: eadler
Date: Wed Jan 3 17:04:13 2018
New Revision: 327521
URL: https://svnweb.freebsd.org/changeset/base/327521
Log:
morse(6): fix two typod
Modified:
head/usr.bin/morse/morse.6
head/usr.bin/morse/morse.c
Modified: head/usr.bin/morse/morse.6
===
Author: eadler
Date: Fri Jan 5 07:14:39 2018
New Revision: 327577
URL: https://svnweb.freebsd.org/changeset/base/327577
Log:
cam/da: QUIRK: Add 4K quirks for WD Red and Black MHDDs
PR: 188685
Submitted by: Jeremy Chadwick
Reported by: Martin Birgmeier
Modified:
head/sys
Author: eadler
Date: Fri Jan 5 07:24:43 2018
New Revision: 327578
URL: https://svnweb.freebsd.org/changeset/base/327578
Log:
units(1): add missing ':' for two short arguments
PR: 209850
MFC After:3 days
Modified:
head/usr.bin/units/units.c
Modified: head/usr.bin/units/u
Author: eadler
Date: Sat Jan 6 07:02:24 2018
New Revision: 327614
URL: https://svnweb.freebsd.org/changeset/base/327614
Log:
morse(6): implement support for decoding morse code
- Use `-r` for "reverse" mode and to match DragonFlyBSD.
- Move defines around to clear up logic
- use `errx`
On 5 January 2018 at 23:02, Eitan Adler wrote:
> Author: eadler
> Date: Sat Jan 6 07:02:24 2018
> New Revision: 327614
> URL: https://svnweb.freebsd.org/changeset/base/327614
>
> Log:
> morse(6): implement support for decoding morse code
>
> - Use `-r` for
Author: eadler
Date: Sat Jan 6 07:48:17 2018
New Revision: 327615
URL: https://svnweb.freebsd.org/changeset/base/327615
Log:
morse(6): minor nits
- Use copyright comment header
- Make it easier to compile on !FreeBSD
- Diff reduction against DragonFlyBSD
Modified:
head/usr.bin/morse
-o
morse.full morse.o
objcopy --only-keep-debug morse.full morse.debug
objcopy --strip-debug --add-gnu-debuglink=morse.debug morse.full morse
gzip -cn morse.6 > morse.6.gz
--
Eitan Adler
___
svn-src-head@freebsd.org mailing list
https://lists.free
201 - 300 of 1297 matches
Mail list logo