Author: ngie
Date: Sun Dec 4 02:08:40 2016
New Revision: 309521
URL: https://svnweb.freebsd.org/changeset/base/309521
Log:
Unbreak "make depend" with sys/modules/ioat by adding opt_ddb.h to SRCS
MFC after: 2 weeks
Modified:
head/sys/modules/ioat/Makefile
Modified: head/sys/modules/ioat
Author: ngie
Date: Tue Dec 6 06:04:13 2016
New Revision: 309602
URL: https://svnweb.freebsd.org/changeset/base/309602
Log:
Remove svn[lite]{bench,fsfs} if either MK_SVN == no or MK_SVNLITE == no
MFC after:1 week
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head
Author: ngie
Date: Fri Dec 9 22:50:43 2016
New Revision: 309774
URL: https://svnweb.freebsd.org/changeset/base/309774
Log:
Only run mdconfig -d -u 3 if /dev/md3 exists on the system
This will prevent "cleanup failures" (exit code != 0 returned) when
tmpfs is not loaded
MFC after:
Author: ngie
Date: Fri Dec 9 23:42:04 2016
New Revision: 309778
URL: https://svnweb.freebsd.org/changeset/base/309778
Log:
Make test_unmount usable in cleanup subroutines
- Duplicate test_unmount to _test_unmount
- Remove atf_check calls
- Call _test_unmount from test_unmount, checking
Author: ngie
Date: Fri Dec 9 23:43:33 2016
New Revision: 309779
URL: https://svnweb.freebsd.org/changeset/base/309779
Log:
- Ignore errors from umount
- Use _test_unmount instead of test_unmount in cleanup
MFC after:1 week
Modified:
head/contrib/netbsd-tests/fs/tmpfs/t_mount.sh
M
Author: ngie
Date: Fri Dec 9 23:44:25 2016
New Revision: 309780
URL: https://svnweb.freebsd.org/changeset/base/309780
Log:
Use _test_unmount instead of test_unmount in cleanup to avoid
false positives with atf_check when tmpfs is not loaded, etc
MFC after:1 week
Modified:
head/con
Author: ngie
Date: Sat Dec 10 22:08:33 2016
New Revision: 309837
URL: https://svnweb.freebsd.org/changeset/base/309837
Log:
Change the process limits for RLIMIT_MEMLOCK to RLIM_INFINITY when
executing :mincore_resid
The default process limits in FreeBSD is 64kB for unprivileged users,
w
Author: ngie
Date: Sat Dec 10 23:26:34 2016
New Revision: 309839
URL: https://svnweb.freebsd.org/changeset/base/309839
Log:
free/NULL out variables prior to calling strdup to avoid leaking memory
if arguments are specified more than once with "camcontrol timestamp".
CID: 1366829,
Author: ngie
Date: Sat Dec 10 23:58:14 2016
New Revision: 309840
URL: https://svnweb.freebsd.org/changeset/base/309840
Log:
Cut to the chase and just call free instead of free(x) + x = NULL
NULLing out x wasn't required as the memory was immediately scribbled
over with strdup in the follo
Author: ngie
Date: Mon Dec 12 02:21:56 2016
New Revision: 309869
URL: https://svnweb.freebsd.org/changeset/base/309869
Log:
Merge changes from vendor to address several Coverity issues with
contrib/libarchive's tests
MFC after:2 weeks
Obtained from:libarchive (ebe29c, fd0ea2
> On Oct 4, 2017, at 01:43, Emmanuel Vadot wrote:
>
> Author: manu
> Date: Wed Oct 4 08:43:56 2017
> New Revision: 324257
> URL: https://svnweb.freebsd.org/changeset/base/324257
>
> Log:
> mountd: Convert exportlist to SLIST
>
> Use SLIST from sys/queue.h instead of homebrew linked list for
> On Oct 3, 2017, at 23:06, Cy Schubert wrote:
>
> Author: cy
> Date: Wed Oct 4 06:06:22 2017
> New Revision: 324249
> URL: https://svnweb.freebsd.org/changeset/base/324249
>
> Log:
> Clarify the wording describing the stayopen flag.
>
> MFC after:1 week
>
> Modified:
> head/lib/libc/
Author: ngie
Date: Sat Oct 7 17:40:31 2017
New Revision: 324388
URL: https://svnweb.freebsd.org/changeset/base/324388
Log:
Unbreak building efiboot with MK_ZFS == no
Wrap `efi_zfs_is_preferred` with `#ifdef EFI_ZFS_BOOT`.
Reported by: Guy Yur
Modified:
head/sys/boot/efi/loader/ma
> On Oct 7, 2017, at 16:33, Sean Bruno wrote:
>
> Author: sbruno
> Date: Sat Oct 7 23:33:14 2017
> New Revision: 324406
> URL: https://svnweb.freebsd.org/changeset/base/324406
>
> Log:
> Fix symlink if_igb.ko in -current such that its relative and doesn't
> end up with non-standard DESTDIR i
Author: ngie
Date: Tue Oct 10 04:47:01 2017
New Revision: 324469
URL: https://svnweb.freebsd.org/changeset/base/324469
Log:
Sort SUBDIR and put entries on a single list
This is to aid with identifying diffs between commits.
MFC after:3 days
Modified:
head/sys/modules/iwmfw/Makef
Author: ngie
Date: Tue Oct 10 04:50:05 2017
New Revision: 324470
URL: https://svnweb.freebsd.org/changeset/base/324470
Log:
Add missing SUBDIR needed for iwmfw to load after ^/head@r324434
Submitted by: Pete Wright
MFC after:1 month
MFC with: r324434
Modified:
head/sys/modul
Author: ngie
Date: Tue Oct 10 04:53:26 2017
New Revision: 324471
URL: https://svnweb.freebsd.org/changeset/base/324471
Log:
Fix typos: `stand alon{e,g}` should be spelled like `standalone`
Modified:
head/sys/boot/Makefile.inc
Modified: head/sys/boot/Makefile.inc
=
Author: ngie
Date: Tue Oct 10 05:58:33 2017
New Revision: 324478
URL: https://svnweb.freebsd.org/changeset/base/324478
Log:
Check the exit code from fsck_ffs instead of relying on MODIFIED being in the
output
^/head@r323923 changed when MODIFIED is printed at exit. It's better to
follow t
Author: ngie
Date: Tue Oct 10 15:41:35 2017
New Revision: 324497
URL: https://svnweb.freebsd.org/changeset/base/324497
Log:
Mute gcc warning about p not being possibly initialized
I'm running into this warning on a tinderbox run with gcc 4.2.1 with mips and
powerpc.
MFC after:1 w
> On Oct 9, 2017, at 21:57, Ngie Cooper (yaneurabeya)
> wrote:
>
>
>> On Oct 9, 2017, at 21:56, Warner Losh wrote:
>>
>> DO NOT MAKE EDITS TO sys/boot. YOU ARE CREATING CONFLICTS FOR ME.
>>
>> DO NOT MAKE ANY COMMITS TO sys/boot.
>>
>
Author: ngie
Date: Sun Oct 22 07:36:28 2017
New Revision: 324851
URL: https://svnweb.freebsd.org/changeset/base/324851
Log:
Regenerate src.conf(5) after r324340 (armv7 addition)
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
Author: ngie
Date: Sun Oct 22 12:12:52 2017
New Revision: 324862
URL: https://svnweb.freebsd.org/changeset/base/324862
Log:
Clean up trailing whitespace in kdb_thr_ctx(..)
MFC after:1 week
Modified:
head/sys/kern/subr_kdb.c
Modified: head/sys/kern/subr_kdb.c
Author: ngie
Date: Mon Oct 23 07:56:56 2017
New Revision: 324911
URL: https://svnweb.freebsd.org/changeset/base/324911
Log:
Fix an omission in a comment
Soft float API support applies to armv7 too after r324340
Modified:
head/share/mk/src.opts.mk
Modified: head/share/mk/src.opts.mk
> On Oct 23, 2017, at 01:48, Konstantin Belousov wrote:
>
>> On Mon, Oct 23, 2017 at 07:56:56AM +, Ngie Cooper wrote:
>> Author: ngie
>> Date: Mon Oct 23 07:56:56 2017
>> New Revision: 324911
>> URL: https://svnweb.freebsd.org/changeset/base/324911
Author: ngie
Date: Mon Oct 23 16:54:30 2017
New Revision: 324928
URL: https://svnweb.freebsd.org/changeset/base/324928
Log:
Remove dead stores
The return value of various snprintf calls was stored in `len` and not used
in many functions.
MFC after:1 week
Reported by: clang-sca
Author: ngie
Date: Mon Oct 23 16:55:22 2017
New Revision: 324929
URL: https://svnweb.freebsd.org/changeset/base/324929
Log:
Clean up trailing whitespace
MFC after:1 week
Modified:
head/lib/libugidfw/Makefile
head/lib/libugidfw/ugidfw.c
Modified: head/lib/libugidfw/Makefile
===
> On Oct 26, 2017, at 10:56, Alan Somers wrote:
>
> Author: asomers
> Date: Thu Oct 26 17:56:34 2017
> New Revision: 325016
> URL: https://svnweb.freebsd.org/changeset/base/325016
>
> Log:
> Partially revert r325011: restore Guid's default constructor
>
> Reported by:ohartmann
> MFC aft
Author: ngie
Date: Mon Oct 30 06:06:37 2017
New Revision: 325121
URL: https://svnweb.freebsd.org/changeset/base/325121
Log:
iwmfw(4): update support info
- Document iwm8265fw firmware knobs.
- Note that 8000 series cards are also covered by the iwmfw(4) firmware module
set.
Modified:
Author: ngie
Date: Mon Oct 30 06:35:09 2017
New Revision: 325122
URL: https://svnweb.freebsd.org/changeset/base/325122
Log:
Fill in the blanks for iwm8265fw(4) rules, missed in r324434
Now using "device iwmfw" or "device iwm8265fw" in one's kernel configuration
will potentially result in
Author: ngie
Date: Mon Oct 30 06:43:40 2017
New Revision: 325123
URL: https://svnweb.freebsd.org/changeset/base/325123
Log:
Reference iwm8265fw support in iwm(4) as well
This documentation update is similar to what was done in iwmfw(4) in r325121.
MFC after:1 month
MFC with:
Author: ngie
Date: Mon Oct 30 06:48:38 2017
New Revision: 325124
URL: https://svnweb.freebsd.org/changeset/base/325124
Log:
Fix a bad copy-paste (8000C -> 8265) done in r325122
This fixes the clean rule for "device iwm8265fw".
MFC after:1 month
MFC with: r325122
Modified:
Author: ngie
Date: Mon Oct 30 06:51:03 2017
New Revision: 325125
URL: https://svnweb.freebsd.org/changeset/base/325125
Log:
Remove unnecessary C in .fwo file I accidentally made consistent
MFC after:1 month
MFC with: r325122, r325124
Modified:
head/sys/conf/files
Modified: hea
Author: ngie
Date: Tue Oct 31 04:02:50 2017
New Revision: 325208
URL: https://svnweb.freebsd.org/changeset/base/325208
Log:
Add `static` to `cap_setgrent` prototype in !WITH_CASPER case
This unbreaks the default powerpc/sparc64 build configuration after r325062.
Modified:
head/lib/libcas
> On Oct 30, 2017, at 18:43, Bryan Drewery wrote:
>
> Author: bdrewery
> Date: Tue Oct 31 01:43:36 2017
> New Revision: 325192
> URL: https://svnweb.freebsd.org/changeset/base/325192
>
> Log:
> Fix installworld/distrib-dirs for pathconv after r325186.
*sigh*
Julian never completed the tests.
> On Nov 2, 2017, at 06:49, Andriy Gapon wrote:
>
> Author: avg
> Date: Thu Nov 2 13:49:08 2017
> New Revision: 325320
> URL: https://svnweb.freebsd.org/changeset/base/325320
>
> Log:
> Disable posix_fallocate(2) for ZFS
>
> The generic (naive) implementation of posix_fallocate cannot provi
Author: ngie
Date: Sun Nov 5 19:25:06 2017
New Revision: 325442
URL: https://svnweb.freebsd.org/changeset/base/325442
Log:
Support compiling lib/libclang_rt/profile a bit more with recent versions of
gcc
Several of the flags were being treated as CFLAGS, when they were actually
technica
Author: ngie
Date: Sun Nov 5 19:38:51 2017
New Revision: 325443
URL: https://svnweb.freebsd.org/changeset/base/325443
Log:
Fix paths for cross-built versions of lib/libclang_rt and hardfloat arm
variants
- Define TARGET_CPUARCH and use in libclang_rt as the basis for CRTARCH
When c
Author: ngie
Date: Sun Nov 5 20:01:00 2017
New Revision: 325446
URL: https://svnweb.freebsd.org/changeset/base/325446
Log:
Revert r325443
Despite the fact that it's a working solution, it doesn't follow the design
philosophy of only doing TARGET_* in Makefile.inc1 and special locations i
Author: ngie
Date: Sun Nov 5 20:38:40 2017
New Revision: 325449
URL: https://svnweb.freebsd.org/changeset/base/325449
Log:
Choose a simpler, more philosophically correct version for CRTARCH with
armv[67]
This is a rework of r325443.
PR: 222925
Tested with: make buildenv
Author: ngie
Date: Sun Nov 5 21:43:26 2017
New Revision: 325450
URL: https://svnweb.freebsd.org/changeset/base/325450
Log:
Fix cosmetic nit when printing out "override $mode" and "$owner/$group ..."
The wrong index was being checked for == ' ' in the resulting stringified
mode from strmo
Author: ngie
Date: Tue Nov 7 04:55:23 2017
New Revision: 325500
URL: https://svnweb.freebsd.org/changeset/base/325500
Log:
Use bsd.compiler.mk instead of src.opts.mk
- MK_PROFILE is controlled in bsd.opts.mk, which is pulled in via bsd.own.mk,
which is pulled in via bsd.init.mk . All u
Author: ngie
Date: Tue Nov 7 04:56:53 2017
New Revision: 325501
URL: https://svnweb.freebsd.org/changeset/base/325501
Log:
Remove unnecessary src.opts.mk .include
MK_ isn't used in lib/libcompiler_rt/Makefile at all. Remove it to reduce
namespace pollution.
MFC after:1 week
Mod
Author: ngie
Date: Tue Nov 7 05:02:36 2017
New Revision: 325502
URL: https://svnweb.freebsd.org/changeset/base/325502
Log:
Handle arm/armv[67] hosted/targeted builds gracefully
CPUTYPE (apparently) isn't defined in non-cross-builds, which caused
arm/armv[67] hosted/targeted builds to fai
Author: ngie
Date: Tue Nov 7 06:26:48 2017
New Revision: 325504
URL: https://svnweb.freebsd.org/changeset/base/325504
Log:
Redo r325502
:U:Mfoo expands to :Mfoo, apparently. Explicit check for CPUTYPE being
defined, and test for it's value not containing *soft* before calling CRTARCH
a
Author: ngie
Date: Tue Mar 14 06:52:54 2017
New Revision: 315228
URL: https://svnweb.freebsd.org/changeset/base/315228
Log:
Redirect standard error from find /rescue to /dev/null
This mutes noise from find when /rescue doesn't exist.
MFC after:1 week
Sponsored by: Dell EMC Isilon
Author: ngie
Date: Tue Mar 14 07:09:51 2017
New Revision: 315232
URL: https://svnweb.freebsd.org/changeset/base/315232
Log:
Remove /usr/tests/sys/geom/eli/...
The path was elided with the existing geli tests under
/usr/tests/sys/geom/class/eli/... in r315230.
MFC after:2 weeks (i
On Tue, Mar 14, 2017 at 12:06 PM, Eric van Gyzen wrote:
> Author: vangyzen
> Date: Tue Mar 14 19:06:44 2017
> New Revision: 315280
> URL: https://svnweb.freebsd.org/changeset/base/315280
>
> Log:
> When the RTC is adjusted, reevaluate absolute sleep times based on the RTC
>
> POSIX 2008 says t
On Tue, Mar 14, 2017 at 11:27 AM, Eric van Gyzen wrote:
> Author: vangyzen
> Date: Tue Mar 14 18:27:48 2017
> New Revision: 315277
> URL: https://svnweb.freebsd.org/changeset/base/315277
>
> Log:
> KTR: log IPv4 addresses in hex rather than dotted-quad
>
> When I made the changes in r313821, I
Author: ngie
Date: Wed Mar 15 06:18:14 2017
New Revision: 315293
URL: https://svnweb.freebsd.org/changeset/base/315293
Log:
Integrate contrib/netbsd-tests/usr.bin/diff/t_diff.sh in as
.../usr.bin/diff/diff_test
Some minor adjustment needed to be done for :same as it currently
has the te
Author: ngie
Date: Wed Mar 15 17:54:47 2017
New Revision: 315319
URL: https://svnweb.freebsd.org/changeset/base/315319
Log:
diff(1): sort long options under -D example in SYNOPSYS
Sponsored by: Dell EMC Isilon
Modified:
head/usr.bin/diff/diff.1
Modified: head/usr.bin/diff/diff.1
===
(r315320)
@@ -0,0 +1,217 @@
+/*-
+ * Copyright (c) 2017 Ngie Cooper
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the
Author: ngie
Date: Wed Mar 15 18:15:30 2017
New Revision: 315322
URL: https://svnweb.freebsd.org/changeset/base/315322
Log:
syslogd: fix memory leaks in main(..) and allowaddr(..)
- main(..): free memory assigned to fdsr before calling die(..).
- allowaddr(..): free memory assigned to ap
Author: ngie
Date: Thu Mar 16 02:31:42 2017
New Revision: 315360
URL: https://svnweb.freebsd.org/changeset/base/315360
Log:
Return NULL instead of 0 on failure in _kvm_open, kvm_open{,2,files}
This is being done for the following reasons:
- kvm_open(3), etc says they will return NULL.
-
Author: ngie
Date: Thu Mar 16 03:18:06 2017
New Revision: 315362
URL: https://svnweb.freebsd.org/changeset/base/315362
Log:
Capitalize .Dt macro argument
By convention, per mdoc(7), the document title should be all caps.
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
Author: ngie
Date: Thu Mar 16 03:20:59 2017
New Revision: 315363
URL: https://svnweb.freebsd.org/changeset/base/315363
Log:
Fix manlint errors
- Add missing comma after kvm_dpcpu_setcpu .Nm macro use (multiple
.Nm entries should be separated by commas)
- Add missing section for kvm_dp
Author: ngie
Date: Thu Mar 16 03:24:15 2017
New Revision: 315365
URL: https://svnweb.freebsd.org/changeset/base/315365
Log:
Tweak r315363 slightly
I noticed after commit that kvm_dpcpu_setcpu was defined in the manpage.
Thus, the correct macro for the function reference is .Fn, not .Xr.
Author: ngie
Date: Sun Mar 19 21:49:15 2017
New Revision: 315590
URL: https://svnweb.freebsd.org/changeset/base/315590
Log:
diff(1): add --strip-trailing-cr to last example in the SYNOPSIS
This syncs the last example in the SYNOPSIS with the other examples.
Reviewed by: bapt
Sponsor
Author: ngie
Date: Sun Mar 19 23:04:58 2017
New Revision: 315595
URL: https://svnweb.freebsd.org/changeset/base/315595
Log:
Remove a commented out line before kvm_getprocs(3)
The commented out return value for kvm_getprocs(3) was misleading -- the
uncommented line is correct.
No cont
Author: ngie
Date: Mon Mar 20 01:19:04 2017
New Revision: 315601
URL: https://svnweb.freebsd.org/changeset/base/315601
Log:
kvm_open2(3): remove '*' when describing addr argument for `resolver`
As noted by vangyzen, with a similar issue in D10022, the pointer portion of
the .Fa macro call
Author: ngie
Date: Mon Mar 20 02:47:28 2017
New Revision: 315603
URL: https://svnweb.freebsd.org/changeset/base/315603
Log:
kvm_close(3): return `error` instead of blindly returning `0`
`error` is the accumulated error from previous close(2) calls.
This bug has been present since the l
Author: ngie
Date: Mon Mar 20 03:42:14 2017
New Revision: 315614
URL: https://svnweb.freebsd.org/changeset/base/315614
Log:
Fix date added in r315570 so it's sorted properly
Sponsored by: Dell EMC Isilon
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
=
Author: ngie
Date: Mon Mar 20 03:50:22 2017
New Revision: 315616
URL: https://svnweb.freebsd.org/changeset/base/315616
Log:
Don't build/install lib/libc/io_test anymore
The failing test requires the zh_TW.Big5 locale, which is no longer
installed as of r315568.
Add a note/pointer jus
Author: ngie
Date: Mon Mar 20 03:52:06 2017
New Revision: 315617
URL: https://svnweb.freebsd.org/changeset/base/315617
Log:
Remove all expected failures from lib/libc/locale/io_test for FreeBSD
This is no longer required as of r315616, as the test is no longer
built/installed.
This i
Author: ngie
Date: Mon Mar 20 04:25:40 2017
New Revision: 315618
URL: https://svnweb.freebsd.org/changeset/base/315618
Log:
syslogd: don't leak `f` on failure in cfline(..)
Free `f` if an unknown priority or facility is parsed with the function.
MFC after:1 week
Reported by: Cov
Author: ngie
Date: Mon Mar 20 05:12:27 2017
New Revision: 315620
URL: https://svnweb.freebsd.org/changeset/base/315620
Log:
syslogd: fix dprintf in socksetup(..)
- Make the explanation more complete
- Correct a minor grammar nit with verb tense.
- Don't emit the message if `pe->pe_name`
Author: ngie
Date: Mon Mar 20 06:12:55 2017
New Revision: 315622
URL: https://svnweb.freebsd.org/changeset/base/315622
Log:
syslogd: try to print out a more helpful message in socksetup(..) if/when
getaddrinfo fails
If the asprintf call fails, fall back to the old code (as a last ditch ef
Author: ngie
Date: Mon Mar 20 16:30:02 2017
New Revision: 315639
URL: https://svnweb.freebsd.org/changeset/base/315639
Log:
libcam: NULL out freed `ccb.cdm.matches` and `ccb.cdm.patterns` pointers
This is being done to avoid potential double frees with the values.
Differential Revision
Author: ngie
Date: Mon Mar 20 17:17:54 2017
New Revision: 315641
URL: https://svnweb.freebsd.org/changeset/base/315641
Log:
bsnmp: don't leak snmp_client.fd in open_client_udp(..) on connect(2) failure
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
head/contrib/bsnmp/lib/
Author: ngie
Date: Mon Mar 20 17:26:13 2017
New Revision: 315642
URL: https://svnweb.freebsd.org/changeset/base/315642
Log:
bsnmp: explicitly test the return value for open_client_{local,udp} in
snmp_open(..)
open_client_* returns -1 on failure; 0 on success. Ensure that the return
value
Author: ngie
Date: Mon Mar 20 18:28:22 2017
New Revision: 315647
URL: https://svnweb.freebsd.org/changeset/base/315647
Log:
Handle kd == NULL gracefully with kvm_close(3)
Don't segfault in kvm_close(3) if provided a NULL pointer. Instead, return
-1 and set errno to EINVAL.
Document t
Author: ngie
Date: Mon Mar 20 22:33:22 2017
New Revision: 315654
URL: https://svnweb.freebsd.org/changeset/base/315654
Log:
Fix linking /rescue/rescue to multiple programs in usr.bin after r315113
I meant for the line that conditionally added in /usr/bin/nc support to
be `+=', not `=`. Th
On Mon, Mar 20, 2017 at 4:07 PM, Alan Somers wrote:
> Author: asomers
> Date: Mon Mar 20 23:07:34 2017
> New Revision: 315656
> URL: https://svnweb.freebsd.org/changeset/base/315656
>
> Log:
> Fix back-to-back runs of sys/netinet/fibs_test;slaac_on_nondefault_fib6
>
> This test was failing if
Author: ngie
Date: Tue Mar 21 19:02:17 2017
New Revision: 315686
URL: https://svnweb.freebsd.org/changeset/base/315686
Log:
kvm_geterr: handle `kd` == NULL in a deterministic/graceful manner
Return a NUL string instead of just working by accident with kvm_geterr(3)
when MALLOC_PRODUCTION
Author: ngie
Date: Tue Mar 21 19:10:07 2017
New Revision: 315687
URL: https://svnweb.freebsd.org/changeset/base/315687
Log:
Document sbuf_hexdump(9) in just sbuf(9)
- Remove duplicate references to sbuf_hexdump(9) from hexdump(3).
sbuf_hexdump(9) already pointed back to hexdump(3) for i
Author: ngie
Date: Tue Mar 21 20:48:36 2017
New Revision: 315688
URL: https://svnweb.freebsd.org/changeset/base/315688
Log:
kvm_write: fix -Wcast-qual warning in pointer arithmetic argument
Cast buf to `const char *` when doing arithmetic operation to match
`cp`'s type [1].
Different
Author: ngie
Date: Tue Mar 21 22:00:52 2017
New Revision: 315690
URL: https://svnweb.freebsd.org/changeset/base/315690
Log:
Delete trailing whitespace (no functional change)
MFC after:3 days
Sponsored by: Dell EMC Isilon
Modified:
head/sbin/route/route.c
Modified: head/sbin/route/
Author: ngie
Date: Wed Mar 22 02:42:00 2017
New Revision: 315697
URL: https://svnweb.freebsd.org/changeset/base/315697
Log:
libkvm: fix warning issues post-r291406
- Fix -Wunused warnings with *_native detection handlers by marking `kd`
__unused, except with arm/mips, where a slightly m
Author: ngie
Date: Wed Mar 22 02:44:39 2017
New Revision: 315698
URL: https://svnweb.freebsd.org/changeset/base/315698
Log:
libkvm: bump WARNS to 6 after recent commits done to resolve warnings issues
MFC after:1 month
Tested with: make tinderbox; clang 4.0.0 (amd64), gcc 4.2.1/6.3.0
Author: ngie
Date: Wed Mar 22 05:27:20 2017
New Revision: 315699
URL: https://svnweb.freebsd.org/changeset/base/315699
Log:
Print out name of non-dynamic sysctl in sysctl_remove_oid_locked
This will provide a slightly better smoking gun than just stating
"can't remove non-dynamic nodes!"
Author: ngie
Date: Wed Mar 22 17:28:53 2017
New Revision: 315717
URL: https://svnweb.freebsd.org/changeset/base/315717
Log:
ctm: fix memory leaks in Pass1(..)
Call `Delete(..)` (a free(3) wrapper) on `name` when bailing from the
function.
Submitted by: Tom Rix
Reviewed by: ngie
Author: ngie
Date: Wed Mar 22 18:13:14 2017
New Revision: 315726
URL: https://svnweb.freebsd.org/changeset/base/315726
Log:
diff(1): fix SYNOPSIS section noting non-existent option, --no-ignore-case
`--no-ignore-case` should be `--no-ignore-file-name-case` per code for
compatibility with
Author: ngie
Date: Wed Mar 22 19:17:13 2017
New Revision: 315734
URL: https://svnweb.freebsd.org/changeset/base/315734
Log:
style(9): sort #includes
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
head/lib/libc/gen/getttyent.c
Modified: head/lib/libc/gen/getttyent.c
=
Author: ngie
Date: Wed Mar 22 19:23:13 2017
New Revision: 315737
URL: https://svnweb.freebsd.org/changeset/base/315737
Log:
Unbreak world by adding sys/stat.h for stat(2)
X-MFC with: r315733
Reported by: O. Hartmann
Sponsored by: Dell EMC Isilon
Modified:
head/lib/libc/gen/gettty
Author: ngie
Date: Wed Mar 22 19:48:09 2017
New Revision: 315738
URL: https://svnweb.freebsd.org/changeset/base/315738
Log:
Document some more 10GbE+ network drivers in loader.conf
- if_cxgbe
- if_ixl
- if_ixlv
- sfxge
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modifie
Author: ngie
Date: Wed Mar 22 20:06:29 2017
New Revision: 315739
URL: https://svnweb.freebsd.org/changeset/base/315739
Log:
Garbage collect if_igb reference in loader.conf
if_igb was merged with if_em in r311849
X-MFC with: r311849
Sponsored by: Dell EMC Isilon
Modified:
head/sy
Author: ngie
Date: Wed Mar 22 21:32:44 2017
New Revision: 315742
URL: https://svnweb.freebsd.org/changeset/base/315742
Log:
Merge documentation for em(4) and igb(4)
Document work done by mmacy/sbruno to merge the two drivers together
and convert em(4) to the iflib framework.
X-MFC wi
Author: ngie
Date: Wed Mar 22 21:39:00 2017
New Revision: 315744
URL: https://svnweb.freebsd.org/changeset/base/315744
Log:
Commit Makefiles changes not build manpage for igb(4), accidentally
forgotten in r315742.
X-MFC with: r311849, r315742
Pointyhat to: ngie
Sponsored by: Dell EM
Author: ngie
Date: Thu Mar 23 00:56:52 2017
New Revision: 315761
URL: https://svnweb.freebsd.org/changeset/base/315761
Log:
Add cxgbe(4), ixl(4), and mlx4en(4) to the hardware release notes
MFC after:1 week
Reviewed by: gjb
Sponsored by: Dell EMC Isilon
Modified:
head/release/do
Author: ngie
Date: Thu Mar 23 01:16:26 2017
New Revision: 315762
URL: https://svnweb.freebsd.org/changeset/base/315762
Log:
rc.conf(5): fix a .Xr call for chroot(8)
Add the missing section number to the .Xr call.
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
head/sh
Author: ngie
Date: Thu Mar 23 01:44:17 2017
New Revision: 315763
URL: https://svnweb.freebsd.org/changeset/base/315763
Log:
Add a WITHOUT_RATELIMIT option description for src.conf(5)
This is a follow up commit for r312379
MFC after:1 month
X-MFC with: r312379
Sponsored by: De
Author: ngie
Date: Thu Mar 23 02:01:25 2017
New Revision: 315764
URL: https://svnweb.freebsd.org/changeset/base/315764
Log:
Add a WITHOUT_IPSEC_SUPPORT option description for src.conf(5)
This is a follow up commit to r313330.
MFC after:1 week
Sponsored by: Dell EMC Isilon
Added:
Author: ngie
Date: Thu Mar 23 02:13:59 2017
New Revision: 315765
URL: https://svnweb.freebsd.org/changeset/base/315765
Log:
Fix mdoc(7) warning: new sentences should start on new lines
MFC after:1 week
X-MFC with: r315764
Sponsored by: Dell EMC Isilon
Modified:
head/tools/build
Author: ngie
Date: Thu Mar 23 02:16:56 2017
New Revision: 315766
URL: https://svnweb.freebsd.org/changeset/base/315766
Log:
Note that tools/build/options/makeman automatically generated src.conf(5)
This (as a bonus) fixes mdoc warnings with src.conf(5) :)..
MFC after:1 month
Spon
Author: ngie
Date: Thu Mar 23 02:21:59 2017
New Revision: 315767
URL: https://svnweb.freebsd.org/changeset/base/315767
Log:
Regenerate src.conf(5)
Sponsored by: Dell EMC Isilon
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
Author: ngie
Date: Thu Mar 23 02:26:15 2017
New Revision: 315768
URL: https://svnweb.freebsd.org/changeset/base/315768
Log:
Remove the .Pa portion I added to the .An macro in AUTHORS section
That doesn't work (mandoc complains about the macro being empty).
That's what I get for being c
Author: ngie
Date: Thu Mar 23 02:29:59 2017
New Revision: 315769
URL: https://svnweb.freebsd.org/changeset/base/315769
Log:
Regenerate src.conf(5) (again)
Sponsored by: Dell EMC Isilon
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
Author: ngie
Date: Thu Mar 23 02:33:27 2017
New Revision: 315772
URL: https://svnweb.freebsd.org/changeset/base/315772
Log:
tmpfs(5): fix mdoc warnings
- Delete trailing whitespace
- Sort SEE ALSO order: mmap(2)'s Xr should come before nmount(2)'s Xr.
MFC after:1 week
Reported
Author: ngie
Date: Thu Mar 23 02:50:35 2017
New Revision: 315774
URL: https://svnweb.freebsd.org/changeset/base/315774
Log:
mount.conf(8): fix a .Xr call
Add the missing section number for devfs(5)
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
head/sbin/mount/mount.
+1,5 @@
.\"
-.\" Copyright (c) 2006 Craig Rodrigues
+.\" Copyright (c) 2017 Ngie Cooper
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -26,64 +26,57 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 23, 2016
Author: ngie
Date: Thu Mar 23 03:28:24 2017
New Revision: 315776
URL: https://svnweb.freebsd.org/changeset/base/315776
Log:
Rename tests from to _test to match the FreeBSD test suite
naming scheme
usr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_test
to avoid collisions w
201 - 300 of 1553 matches
Mail list logo