Author: ngie
Date: Thu Nov 26 07:58:22 2015
New Revision: 291362
URL: https://svnweb.freebsd.org/changeset/base/291362
Log:
r291359 was incorrect. Skip over tokens that start with `#' as fgetln can
return more than one '\n' delimited line in a buffer
Handle empty lines too, just in case
Author: ngie
Date: Thu Nov 26 07:03:59 2015
New Revision: 291359
URL: https://svnweb.freebsd.org/changeset/base/291359
Log:
Skip over lines that start with # (comments)
MFC after: 3 days
Modified:
head/tools/regression/lib/libc/resolv/resolv.c
Modified: head/tools/regression/lib/libc/re
Author: ngie
Date: Thu Nov 26 07:03:26 2015
New Revision: 291358
URL: https://svnweb.freebsd.org/changeset/base/291358
Log:
Remove cnftp.bjpu.edu.cn (it no longer resolves)
Add localhost to resolv/mach for parity with nss/mach
MFC after: 3 days
Modified:
head/tools/regression/lib/libc/
Author: gnn
Date: Thu Nov 26 02:24:45 2015
New Revision: 291355
URL: https://svnweb.freebsd.org/changeset/base/291355
Log:
MFC 290028:
Turning on IPSEC used to introduce a slight amount of performance
degradation (7%) for host host TCP connections over 10Gbps links,
even when there were no
Author: adrian
Date: Thu Nov 26 02:00:37 2015
New Revision: 291353
URL: https://svnweb.freebsd.org/changeset/base/291353
Log:
[wpa] handle IBSS mediatype.
same as the previous commit to ifconfig - handle a mediatype of IBSS
without failing/complaining.
Internally inside wpa_s things
Author: adrian
Date: Thu Nov 26 01:58:50 2015
New Revision: 291352
URL: https://svnweb.freebsd.org/changeset/base/291352
Log:
[ifconfig] handle IBSS mediatype correctly.
Right now net80211 is configured as type IBSS but then treats it
as mediatype ADHOC. This doesn't change that; it just
Author: adrian
Date: Thu Nov 26 01:54:58 2015
New Revision: 291351
URL: https://svnweb.freebsd.org/changeset/base/291351
Log:
[net80211] decode WPA cipher config '0' as "clear cipher config".
wpa_supplicant actually calls the wpa ioctl with cipher 0 as part
of the teardown process and thi
Author: bdrewery
Date: Thu Nov 26 01:54:09 2015
New Revision: 291350
URL: https://svnweb.freebsd.org/changeset/base/291350
Log:
Always build libevent, which fixes the build for usr.sbin/ypldap after
r291230.
The dependency for ypldap is only with WITH_NIS, but libevent is small
enough to
On Thu, Nov 26, 2015 at 12:53:40AM +, George V. Neville-Neil wrote:
> New Revision: 291344
> URL: https://svnweb.freebsd.org/changeset/base/291344
>
> Log:
> Replace the retval.sh shell script with a native DTrace script.
>
> Suggested by: markj
>
> Added:
> head/share/dtrace/retval
Author: bdrewery
Date: Thu Nov 26 01:47:56 2015
New Revision: 291349
URL: https://svnweb.freebsd.org/changeset/base/291349
Log:
Standardize on OBJTOP in and outside of META MODE.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/bsd.obj.mk
head/share/mk/local.dirdeps.
Author: bdrewery
Date: Thu Nov 26 01:14:40 2015
New Revision: 291348
URL: https://svnweb.freebsd.org/changeset/base/291348
Log:
Use LIBEXECDIR for /usr/libexec.
MFC after:1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/gnu/usr.bin/cc/cc1/Makefile
head/gnu/usr.bi
Author: bdrewery
Date: Thu Nov 26 01:14:27 2015
New Revision: 291347
URL: https://svnweb.freebsd.org/changeset/base/291347
Log:
META MODE: These need object directories to handle staging.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/libexec/hyperv/Makefile
head/share/dtra
Author: ngie
Date: Thu Nov 26 00:56:07 2015
New Revision: 291345
URL: https://svnweb.freebsd.org/changeset/base/291345
Log:
MFC r291172:
Use __MAKE_SHELL instead of HOST_SHELL when generating aton_ether_subr.c
(HOST_SHELL is used in NetBSD)
This fixes permission denied issues when ge
On 25 Nov 2015, at 18:20, Mark Johnston wrote:
On Wed, Nov 25, 2015 at 10:59:41PM +, George V. Neville-Neil
wrote:
Author: gnn
Date: Wed Nov 25 22:59:41 2015
New Revision: 291341
URL: https://svnweb.freebsd.org/changeset/base/291341
Log:
Summary: A simple script to print the return value
Author: gnn
Date: Thu Nov 26 00:53:39 2015
New Revision: 291344
URL: https://svnweb.freebsd.org/changeset/base/291344
Log:
Replace the retval.sh shell script with a native DTrace script.
Suggested by: markj
Added:
head/share/dtrace/retval (contents, props changed)
Deleted:
head/share
Author: ngie
Date: Thu Nov 26 00:48:09 2015
New Revision: 291343
URL: https://svnweb.freebsd.org/changeset/base/291343
Log:
Fix bad MFC (r291175)
Replace SRCTOP with the relevant path via .CURDIR
Pointyhat to: ngie
Sponsored by: EMC / Isilon Storage Division
Modified:
stable/10/li
Author: sjg
Date: Thu Nov 26 00:26:23 2015
New Revision: 291342
URL: https://svnweb.freebsd.org/changeset/base/291342
Log:
ParseTrackInput: do not access beyond end of buffer.
Reviewed by: dim
Modified:
head/contrib/bmake/parse.c
Modified: head/contrib/bmake/parse.c
===
On Wed, Nov 25, 2015 at 10:59:41PM +, George V. Neville-Neil wrote:
> Author: gnn
> Date: Wed Nov 25 22:59:41 2015
> New Revision: 291341
> URL: https://svnweb.freebsd.org/changeset/base/291341
>
> Log:
> Summary: A simple script to print the return value of any function,
> with or without
Author: gnn
Date: Wed Nov 25 22:59:41 2015
New Revision: 291341
URL: https://svnweb.freebsd.org/changeset/base/291341
Log:
Summary: A simple script to print the return value of any function,
with or without wild cards.
Added:
head/share/dtrace/retval.sh (contents, props changed)
Added: h
Author: bdrewery
Date: Wed Nov 25 22:40:14 2015
New Revision: 291340
URL: https://svnweb.freebsd.org/changeset/base/291340
Log:
Follow-up r291338 to handle .d, .y and .l files better as well.
X-MFC-With: r291338
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modifi
Author: bdrewery
Date: Wed Nov 25 22:33:25 2015
New Revision: 291339
URL: https://svnweb.freebsd.org/changeset/base/291339
Log:
Follow-up r291330: h_testbits.h is only needed by xdr_test.
X-MFC-With: r291330
MFC after:1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
Author: bdrewery
Date: Wed Nov 25 22:32:16 2015
New Revision: 291338
URL: https://svnweb.freebsd.org/changeset/base/291338
Log:
Fix the "common object" handling to not depend on ".o" if SRCS only contains
headers.
This resulted in 'don't know how to make .o.' errors after the changes in
Fabien,
On Wed, Nov 25, 2015 at 02:45:44PM +, Fabien Thomas wrote:
F> Author: fabient
F> Date: Wed Nov 25 14:45:43 2015
F> New Revision: 291301
F> URL: https://svnweb.freebsd.org/changeset/base/291301
F>
F> Log:
F> The r241129 description was wrong that the scenario is possible
F> only
Author: ngie
Date: Wed Nov 25 22:07:18 2015
New Revision: 291337
URL: https://svnweb.freebsd.org/changeset/base/291337
Log:
Link fclose(3) to fdclose(3)
X-MFC with: r285140
MFC after: 3 weeks (need to evaluate whether or not r285140 can be MFCed)
Sponsored by: EMC / Isilon Storage Divis
Author: ngie
Date: Wed Nov 25 21:43:05 2015
New Revision: 291336
URL: https://svnweb.freebsd.org/changeset/base/291336
Log:
MFC r288006,r288031,r288032,r288033:
r288006 (by rodrigc):
Add declarations to eliminate -Wmissing-prototypes warnings
r288031 (by rodrigc):
Remove name
Author: ngie
Date: Wed Nov 25 21:16:10 2015
New Revision: 291335
URL: https://svnweb.freebsd.org/changeset/base/291335
Log:
Fix building sys/modules/if_enc by adding missing headers
X-MFC with: r291292, r291299 (if that ever happens)
Pointyhat to: ae
Modified:
head/sys/net/if_enc.c
Mo
Author: jkim
Date: Wed Nov 25 21:05:23 2015
New Revision: 291334
URL: https://svnweb.freebsd.org/changeset/base/291334
Log:
Tag ACPICA 20151124.
Added:
vendor-sys/acpica/20151124/
- copied from r291333, vendor-sys/acpica/dist/
___
svn-src-all@f
Author: jkim
Date: Wed Nov 25 21:04:42 2015
New Revision: 291333
URL: https://svnweb.freebsd.org/changeset/base/291333
Log:
Import ACPICA 20151124.
Added:
vendor-sys/acpica/dist/source/common/acfileio.c (contents, props changed)
vendor-sys/acpica/dist/source/common/dmtables.c (contents,
Author: bdrewery
Date: Wed Nov 25 20:43:45 2015
New Revision: 291332
URL: https://svnweb.freebsd.org/changeset/base/291332
Log:
Rename Makefile.inc1 to dtrace.test.mk to avoid clash with top-level
Makefile.inc1.
Discussed with: ngie, markj
Sponsored by: EMC / Isilon Storage Divisio
Author: bdrewery
Date: Wed Nov 25 20:38:17 2015
New Revision: 291330
URL: https://svnweb.freebsd.org/changeset/base/291330
Log:
Replace DPSRCS that work fine in SRCS.
This is so that 'make depend' is not a required build step in these
files.
DPSRCS is overall unneeded. DPSRCS alread
Author: bdrewery
Date: Wed Nov 25 20:38:20 2015
New Revision: 291331
URL: https://svnweb.freebsd.org/changeset/base/291331
Log:
Avoid requiring 'make depend' here.
Really this should not be a DPSRCS. The acct_test.c should not #include
convert.c, but just link it in as a normal SRCS.
Author: bdrewery
Date: Wed Nov 25 20:38:07 2015
New Revision: 291329
URL: https://svnweb.freebsd.org/changeset/base/291329
Log:
Remove redundant DPSRCS which were already in SRCS.
DPSRCS already contains all of SRCS.
MFC after:1 week
Sponsored by: EMC / Isilon Storage Division
M
On 11/25/2015 3:31 AM, Andrey V. Elsukov wrote:
> Author: ae
> Date: Wed Nov 25 11:31:07 2015
> New Revision: 291299
> URL: https://svnweb.freebsd.org/changeset/base/291299
>
> Log:
> Fix the build.
>
> Modified:
> head/sys/net/if_enc.c
>
> Modified: head/sys/net/if_enc.c
> =
Author: lidl
Date: Wed Nov 25 20:01:11 2015
New Revision: 291328
URL: https://svnweb.freebsd.org/changeset/base/291328
Log:
Have syslogd honor 'mesg' status when logging to users.
PR: bin/196742
Submitted by: jef at mail acme com
Approved by: rpaulo (mentor)
Differential Re
Author: bdrewery
Date: Wed Nov 25 19:49:55 2015
New Revision: 291327
URL: https://svnweb.freebsd.org/changeset/base/291327
Log:
Define a LIBDIR for every library that LIBADD provides.
This is going to be used to allow DIRDEPS to be bootstrapped off of
LIBADD/DPADD. It currently works for
Author: bdrewery
Date: Wed Nov 25 19:48:09 2015
New Revision: 291326
URL: https://svnweb.freebsd.org/changeset/base/291326
Log:
Fix spelling error.
Modified:
head/usr.bin/readelf/Makefile
Modified: head/usr.bin/readelf/Makefile
Author: bdrewery
Date: Wed Nov 25 19:45:04 2015
New Revision: 291325
URL: https://svnweb.freebsd.org/changeset/base/291325
Log:
META MODE: Avoid dirdep dependency on lib/libmd.
This avoids using the staged headers for sys/crypto/sha2/*.h, such as
sha256.h,
which added an unneeded pre-bui
Author: bdrewery
Date: Wed Nov 25 19:44:55 2015
New Revision: 291322
URL: https://svnweb.freebsd.org/changeset/base/291322
Log:
META MODE: Remove unneeded libmd.host dependency for xinstall.host.
This is chasing r291026.
Sponsored by: EMC / Isilon Storage Division
Deleted:
head/lib/
Author: bdrewery
Date: Wed Nov 25 19:44:51 2015
New Revision: 291321
URL: https://svnweb.freebsd.org/changeset/base/291321
Log:
META MODE: Fix 'make bootstrap-tools'.
The main problem was bitrot after elftoolchain being swapped in for the
GNU toolchain.
This also reworks how the list
Author: bdrewery
Date: Wed Nov 25 19:44:58 2015
New Revision: 291323
URL: https://svnweb.freebsd.org/changeset/base/291323
Log:
Stop looking up the same id(1) results in sub-makes.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/bsd.own.mk
Modified: head/share/mk/bsd
Author: bdrewery
Date: Wed Nov 25 19:45:01 2015
New Revision: 291324
URL: https://svnweb.freebsd.org/changeset/base/291324
Log:
META MODE: Fix MACHINE=host builds.
We need to not use -nostdinc since it breaks building of clang itself. Use
-isystem rather than -I/usr/include and -nostdinc
Author: bdrewery
Date: Wed Nov 25 19:44:28 2015
New Revision: 291317
URL: https://svnweb.freebsd.org/changeset/base/291317
Log:
META MODE: Need to include the LEGACY_TOOLS directories into PATH.
This is just as Makefile.inc1 does it for these phases. Otherwise some
of the build tools are
Author: bdrewery
Date: Wed Nov 25 19:44:43 2015
New Revision: 291320
URL: https://svnweb.freebsd.org/changeset/base/291320
Log:
META MODE: Don't create .meta files when symlinking sources into the obj
directory.
Tracking these leads to situations where meta mode will consider the
file to
Author: bdrewery
Date: Wed Nov 25 19:44:31 2015
New Revision: 291318
URL: https://svnweb.freebsd.org/changeset/base/291318
Log:
META MODE: Show PATH on errors.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/local.sys.mk
Modified: head/share/mk/local.sys.mk
=
Author: bdrewery
Date: Wed Nov 25 19:44:34 2015
New Revision: 291319
URL: https://svnweb.freebsd.org/changeset/base/291319
Log:
META MODE: Add more hosttools needed pre-universe.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/targets/pseudo/hosttools/Makefile.depend
Modified
Author: bdrewery
Date: Wed Nov 25 19:13:42 2015
New Revision: 291315
URL: https://svnweb.freebsd.org/changeset/base/291315
Log:
META MODE: Define variables this file uses that were defined elsewhere.
Discussed with: sjg
Sponsored by: EMC / Isilon Storage Division
Modified:
head/s
Author: bdrewery
Date: Wed Nov 25 19:13:45 2015
New Revision: 291316
URL: https://svnweb.freebsd.org/changeset/base/291316
Log:
META MODE: Don't add staged DPADDs to DIRDEPS when bootstrapping gendirdeps.
This was finding libraries that were installed into DESTDIR/usr/lib,
where DESTDIR i
Author: bdrewery
Date: Wed Nov 25 19:13:39 2015
New Revision: 291314
URL: https://svnweb.freebsd.org/changeset/base/291314
Log:
META MODE: Don't truncate DIRDEPS for bootstrapping during gendirdeps.
Reviewed by: sjg
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/m
Author: bdrewery
Date: Wed Nov 25 19:13:35 2015
New Revision: 291313
URL: https://svnweb.freebsd.org/changeset/base/291313
Log:
META MODE: Rework circular dependency guard for librtld_db/libproc.
librtld_db only needs libutil.h to build, not the libproc library. So
it can safely use its
Author: bdrewery
Date: Wed Nov 25 19:13:28 2015
New Revision: 291311
URL: https://svnweb.freebsd.org/changeset/base/291311
Log:
META MODE: Fix 'make the-lot' with recent locale changes
Sponsored by: EMC / Isilon Storage Division
Added:
head/share/ctypedef/Makefile.depend
- copied, c
Author: bdrewery
Date: Wed Nov 25 19:13:32 2015
New Revision: 291312
URL: https://svnweb.freebsd.org/changeset/base/291312
Log:
META MODE: Revert r287879 so that 'make -V' still uses AUTO_OBJ.
This has caused much confusion for myself as there are quite a lot of
variables that depend on h
Author: bdrewery
Date: Wed Nov 25 19:10:56 2015
New Revision: 291309
URL: https://svnweb.freebsd.org/changeset/base/291309
Log:
META MODE: Avoid creating TESTS directories for bootstrap.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/targets/pseudo/bootstrap-tools/Makefile
M
Author: bdrewery
Date: Wed Nov 25 19:10:28 2015
New Revision: 291307
URL: https://svnweb.freebsd.org/changeset/base/291307
Log:
META MODE: Prefer INSTALL=tools/install.sh to lessen the need for
xinstall.host.
This both avoids some dependencies on xinstall.host and allows
bootstrapping on
Author: gjb
Date: Wed Nov 25 19:10:04 2015
New Revision: 291306
URL: https://svnweb.freebsd.org/changeset/base/291306
Log:
Fix tmpfs(5) '/tmp' mount point.
A stray trailing space snuck in with one of the recent
changes, making r290550 and r290573 effectively no-op.
MFC after:3 da
Author: bdrewery
Date: Wed Nov 25 19:10:53 2015
New Revision: 291308
URL: https://svnweb.freebsd.org/changeset/base/291308
Log:
META MODE: Don't override DESTDIR to the default when building the toolchain.
For this case, the normal META MODE staging logic should be used. The
BSARGS havin
Author: bdrewery
Date: Wed Nov 25 19:10:59 2015
New Revision: 291310
URL: https://svnweb.freebsd.org/changeset/base/291310
Log:
Stop building vers.c in include/ and only build the needed osreldate.h.
Because of how osreldate.h was being built with newvers.sh, which always
spat out a vers.
Author: bdrewery
Date: Wed Nov 25 18:37:42 2015
New Revision: 291305
URL: https://svnweb.freebsd.org/changeset/base/291305
Log:
META MODE: Remove bin/cat.host dependency.
This likely slipped in during early testing; local.dirdeps.mk always
excludes bin/cat.host now.
Sponsored by: EMC
Author: adrian
Date: Wed Nov 25 18:24:49 2015
New Revision: 291304
URL: https://svnweb.freebsd.org/changeset/base/291304
Log:
[ath] listen to all beacons in IBSS and software beacon miss.
I added MYBEACON support a while ago to listen to beacons that are only
for your configured BSSID. F
Author: adrian
Date: Wed Nov 25 18:16:42 2015
New Revision: 291303
URL: https://svnweb.freebsd.org/changeset/base/291303
Log:
[net80211] log the A-MPDU setup attempt count as part of debugging.
I've seen some cases where we get stuck in a loop constantly trying to
negotiate A-MPDU TX whic
Author: hselasky
Date: Wed Nov 25 14:51:44 2015
New Revision: 291302
URL: https://svnweb.freebsd.org/changeset/base/291302
Log:
Update usage:
- Add missing description of "-c" option.
- Add one more usage example.
Modified:
head/tools/tools/indent_wrapper/indent_wrapper.c
Modified: head/
Author: fabient
Date: Wed Nov 25 14:45:43 2015
New Revision: 291301
URL: https://svnweb.freebsd.org/changeset/base/291301
Log:
The r241129 description was wrong that the scenario is possible
only for read locks on pcbs. The same race can happen with write
lock semantics as well.
The rac
Author: hselasky
Date: Wed Nov 25 13:26:42 2015
New Revision: 291300
URL: https://svnweb.freebsd.org/changeset/base/291300
Log:
Add simple indent wrapper tool for style(9) checking GIT/SVN patches.
The indent_wrapper tool only accepts full context diffs and works by
identifying the surroundi
Author: ae
Date: Wed Nov 25 11:31:07 2015
New Revision: 291299
URL: https://svnweb.freebsd.org/changeset/base/291299
Log:
Fix the build.
Modified:
head/sys/net/if_enc.c
Modified: head/sys/net/if_enc.c
==
--- head/sys
Author: ume
Date: Wed Nov 25 11:20:54 2015
New Revision: 291298
URL: https://svnweb.freebsd.org/changeset/base/291298
Log:
Fix udp entry of `netstat -TW'.
Modified:
head/usr.bin/netstat/inet.c
Modified: head/usr.bin/netstat/inet.c
=
Author: ngie
Date: Wed Nov 25 09:19:32 2015
New Revision: 291297
URL: https://svnweb.freebsd.org/changeset/base/291297
Log:
MFstable/10 r291294:
MFC r258245:
r258245 (by eadler):
Add missing include files for the printf_l and scanf_l man pages.
Reported by: swild...@dragonflybs
Author: ngie
Date: Wed Nov 25 09:12:30 2015
New Revision: 291296
URL: https://svnweb.freebsd.org/changeset/base/291296
Log:
Link localeconv(3) to localeconv_l(3)
MFC after: 3 days
Modified:
head/lib/libc/locale/Makefile.inc
Modified: head/lib/libc/locale/Makefile.inc
===
Author: smh
Date: Wed Nov 25 08:58:07 2015
New Revision: 291295
URL: https://svnweb.freebsd.org/changeset/base/291295
Log:
MFC r291012:
Document loader(8) dumpdev option
Sponsored by: Multiplay
Modified:
stable/10/sys/boot/common/loader.8
Directory Properties:
stable/10/ (props
Author: ngie
Date: Wed Nov 25 08:51:43 2015
New Revision: 291294
URL: https://svnweb.freebsd.org/changeset/base/291294
Log:
MFC r258245:
r258245 (by eadler):
Add missing include files for the printf_l and scanf_l man pages.
Reported by: swild...@dragonflybsd.org
Modified:
stable/
Author: ngie
Date: Wed Nov 25 08:19:01 2015
New Revision: 291293
URL: https://svnweb.freebsd.org/changeset/base/291293
Log:
MFC r264737:
Discussed with: jilles
r264737 (by jilles):
libc/stdio: Fail fdopen() on an execute-only fd.
An execute-only fd (opened with O_EXEC) allows
69 matches
Mail list logo