Author: delphij
Date: Tue Dec 5 07:21:47 2017
New Revision: 326562
URL: https://svnweb.freebsd.org/changeset/base/326562
Log:
Use strlcpy().
MFC after:2 weeks
Modified:
head/libexec/ftpd/ftpd.c
Modified: head/libexec/ftpd/ftpd.c
=
On 12/4/17 19:55, Eitan Adler wrote:
> Added: head/usr.bin/sponge/sponge.1
> ==
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/usr.bin/sponge/sponge.1 Tue Dec 5 03:55:10 2017
>
Author: delphij
Date: Tue Dec 5 07:11:56 2017
New Revision: 326561
URL: https://svnweb.freebsd.org/changeset/base/326561
Log:
Use strlcpy().
MFC after:2 weeks
Modified:
head/usr.bin/su/su.c
Modified: head/usr.bin/su/su.c
=
Author: delphij
Date: Tue Dec 5 07:01:10 2017
New Revision: 326560
URL: https://svnweb.freebsd.org/changeset/base/326560
Log:
Create links for xzdiff.
MFC after:2 weeks
Modified:
head/usr.bin/gzip/Makefile
Modified: head/usr.bin/gzip/Makefile
===
Author: delphij
Date: Tue Dec 5 06:43:58 2017
New Revision: 326559
URL: https://svnweb.freebsd.org/changeset/base/326559
Log:
MFC r326052: Support SIGINFO.
Obtained from:NetBSD
Modified:
stable/11/usr.bin/gzip/gzip.1
stable/11/usr.bin/gzip/gzip.c
stable/11/usr.bin/gzip/unbzi
==
--- head/ObsoleteFiles.inc Tue Dec 5 04:43:39 2017(r326557)
+++ head/ObsoleteFiles.inc Tue Dec 5 05:02:46 2017(r326558)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20171204
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
On Mon, Dec 4, 2017 at 8:30 PM, Conrad Meyer wrote:
> On Mon, Dec 4, 2017 at 7:55 PM, Eitan Adler wrote:
>> Author: eadler
>> Date: Tue Dec 5 03:55:10 2017
>> New Revision: 326554
>> URL: https://svnweb.freebsd.org/changeset/base/326554
>>
>> Log:
>> sponge(1): initial commit
>>
>> sponge(1)
On Mon, Dec 4, 2017 at 7:55 PM, Eitan Adler wrote:
> Author: eadler
> Date: Tue Dec 5 03:55:10 2017
> New Revision: 326554
> URL: https://svnweb.freebsd.org/changeset/base/326554
>
> Log:
> sponge(1): initial commit
>
> sponge(1) is a utility that reads input until
> complete, then opens th
Author: asomers
Date: Tue Dec 5 04:22:35 2017
New Revision: 326556
URL: https://svnweb.freebsd.org/changeset/base/326556
Log:
dc(1): fix input of non-decimal fractional numbers
Inputting fractional non-decimal numbers has never worked correctly in our
OpenBSD-derived dc(1). It truncates
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
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, Ports, Doc
Author: eadler
Date: Tue Dec 5 03:55:10 2017
New Revision: 326554
URL: https://svnweb.freebsd.org/changeset/base/326554
Log:
sponge(1): initial commit
sponge(1) is a utility that reads input until
complete, then opens the output file, then
writes to it. This makes it useful in pipeline
Author: bdrewery
Date: Tue Dec 5 02:23:30 2017
New Revision: 326551
URL: https://svnweb.freebsd.org/changeset/base/326551
Log:
Allow Makefiles to append to DEPENDSRCS.
Sponsored by: Dell EMC
Modified:
head/share/mk/bsd.dep.mk
Modified: head/share/mk/bsd.dep.mk
=
Author: bdrewery
Date: Tue Dec 5 02:23:36 2017
New Revision: 326553
URL: https://svnweb.freebsd.org/changeset/base/326553
Log:
native-xtools: Fix build without META_MODE for GCC archs.
The initial kernel-toolchain is built with TARGET=MACHINE but
we want GCC to have files generated for T
Author: bdrewery
Date: Tue Dec 5 02:23:33 2017
New Revision: 326552
URL: https://svnweb.freebsd.org/changeset/base/326552
Log:
Fix DPSRCS not getting .depend.* files.
Reported by: jhb
MFC after:2 weeks
Sponsored by: Dell EMC
Modified:
head/share/mk/bsd.dep.mk
Modified: head/sh
Author: bdrewery
Date: Tue Dec 5 02:23:27 2017
New Revision: 326550
URL: https://svnweb.freebsd.org/changeset/base/326550
Log:
DEPENDSRCS not used here.
Sponsored by: Dell EMC
Modified:
head/sys/conf/kern.post.mk
Modified: head/sys/conf/kern.post.mk
Author: bdrewery
Date: Tue Dec 5 02:23:23 2017
New Revision: 326549
URL: https://svnweb.freebsd.org/changeset/base/326549
Log:
Rename DEPENDFILES_OBJS to DEPENDFILES.
This is to be consistent with bsd.dep.mk using DEPENDFILES after
r325677.
Sponsored by: Dell EMC
Modified:
head/s
Author: mav
Date: Tue Dec 5 01:54:52 2017
New Revision: 326548
URL: https://svnweb.freebsd.org/changeset/base/326548
Log:
MFC r326288: Fix integer overflow in SLOG test.
Modified:
stable/11/usr.sbin/diskinfo/diskinfo.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11
Author: emaste
Date: Tue Dec 5 01:47:41 2017
New Revision: 326547
URL: https://svnweb.freebsd.org/changeset/base/326547
Log:
lld: make -v behave similarly to GNU ld.bfd
Previously, lld exited with an error status if the only option given to
the command was -v. GNU linkers gracefully exit
Author: emaste
Date: Tue Dec 5 01:35:04 2017
New Revision: 326546
URL: https://svnweb.freebsd.org/changeset/base/326546
Log:
MFC r326074: filter all passwords (not only changed) from periodic passwd
backup
The periodic 200.backup-passwd script outputs any differences it finds
in master.
Author: rmacklem
Date: Mon Dec 4 21:50:27 2017
New Revision: 326544
URL: https://svnweb.freebsd.org/changeset/base/326544
Log:
Avoid the overhead of acquiring a lock in nfsrv_checkgetattr() when
there are no write delegations issued.
manu@ reported on the freebsd-current@ mailing list th
Author: wulf
Date: Mon Dec 4 21:12:05 2017
New Revision: 326543
URL: https://svnweb.freebsd.org/changeset/base/326543
Log:
MFC r325295:
evdev: Lock Giant around keyboard ioctls
This fixes turning ukbd(4) LEDs on/off with evdev interface as well
MFC r325296:
evdev: Take driver's
Author: manu
Date: Mon Dec 4 20:45:15 2017
New Revision: 326542
URL: https://svnweb.freebsd.org/changeset/base/326542
Log:
Allwinner: Add H5 compatible to aw_ccu
Recent DTS (from Linux 4.14) specify a compatible "allwinner,sun50i-h5-ccu"
for H5 SoC. Since we get the DTB from u-boot this
Author: wulf
Date: Mon Dec 4 20:22:26 2017
New Revision: 326541
URL: https://svnweb.freebsd.org/changeset/base/326541
Log:
MFC r325269:
evdev: Translate KEY_102ND in evdev_scancode2key()
MFC r326020:
Fix evdev codes for slash and asterisk numpad keys of AT-keyboards
MFC r326
Author: wulf
Date: Mon Dec 4 20:09:38 2017
New Revision: 326540
URL: https://svnweb.freebsd.org/changeset/base/326540
Log:
MFC r325294:
evdev: Hide "kern.evdev.rcpt_mask" sysctl if kernel is compiled
w/o EVDEV_SUPPORT as it's value has no meaning in this case.
MFC r326019:
evde
On Tue, 28 Nov 2017 23:40:55 + (UTC)
Jeff Roberson wrote:
> Author: jeff
Hi Jeff,
> Date: Tue Nov 28 23:40:54 2017
> New Revision: 326347
> URL: https://svnweb.freebsd.org/changeset/base/326347
>
> Log:
> Eliminate kmem_arena and kmem_object in preparation for further NUMA
> commits.
>
On Mon, Dec 4, 2017 at 10:14 AM, Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> [ Charset UTF-8 unsupported, converting... ]
> > Author: imp
> > Date: Mon Dec 4 16:38:20 2017
> > New Revision: 326535
> > URL: https://svnweb.freebsd.org/changeset/base/326535
> >
> > Log:
> > Just us
[ Charset UTF-8 unsupported, converting... ]
> Author: imp
> Date: Mon Dec 4 16:38:20 2017
> New Revision: 326535
> URL: https://svnweb.freebsd.org/changeset/base/326535
>
> Log:
> Just use the last line of the output from getting .OBJDIR. The
> buildenv target prints other stuff too that nee
> On 4 Dec 2017, at 11:16, Andrew Turner wrote:
>
> Author: andrew
> Date: Mon Dec 4 11:16:51 2017
> New Revision: 326524
> URL: https://svnweb.freebsd.org/changeset/base/326524
>
> Log:
> Print the correct value when freelist is out of range.
>
> Security::
This was a build failure, n
Author: avg
Date: Mon Dec 4 17:10:52 2017
New Revision: 326539
URL: https://svnweb.freebsd.org/changeset/base/326539
Log:
amd-vi: set iommu msi configuration using pci_enable_msi method
This is better than directly changing PCI configuration space of the
device because it makes the PCI b
Author: avg
Date: Mon Dec 4 17:08:03 2017
New Revision: 326538
URL: https://svnweb.freebsd.org/changeset/base/326538
Log:
vmm/amd: add ivhd device with a higher order
ivhd should attach after the root PCI bus and, thus, after the ACPI
Host-PCI bridge off which the bus hangs. This is bec
Author: avg
Date: Mon Dec 4 17:02:53 2017
New Revision: 326537
URL: https://svnweb.freebsd.org/changeset/base/326537
Log:
amd-vi: clear event interrupt and overflow bits upon handling the interrupt
This ensures that we can receive further event interrupts.
See the description of the bits
Author: avg
Date: Mon Dec 4 16:47:19 2017
New Revision: 326536
URL: https://svnweb.freebsd.org/changeset/base/326536
Log:
MFC r326150: zdb: use a heap allocation instead of a huge array on stack
Modified:
stable/11/cddl/contrib/opensolaris/cmd/zdb/zdb.c
Directory Properties:
stable/11/ (
Author: imp
Date: Mon Dec 4 16:38:20 2017
New Revision: 326535
URL: https://svnweb.freebsd.org/changeset/base/326535
Log:
Just use the last line of the output from getting .OBJDIR. The
buildenv target prints other stuff too that needs to be ignored.
Sponsored by: Netflix
Modified:
hea
Author: gjb
Date: Mon Dec 4 15:28:07 2017
New Revision: 326534
URL: https://svnweb.freebsd.org/changeset/base/326534
Log:
MFC r326315, r326330, r326331, r326412:
r326315:
Set DISTDIR and WRKDIRPREFIX when building ports within the
chroot(8) to avoid mtime changes within the ports
Author: gjb
Date: Mon Dec 4 15:28:07 2017
New Revision: 326534
URL: https://svnweb.freebsd.org/changeset/base/326534
Log:
MFC r326315, r326330, r326331, r326412:
r326315:
Set DISTDIR and WRKDIRPREFIX when building ports within the
chroot(8) to avoid mtime changes within the ports
Author: markj
Date: Mon Dec 4 15:22:06 2017
New Revision: 326533
URL: https://svnweb.freebsd.org/changeset/base/326533
Log:
MFC r326175, r326176:
Lockstat fixes for sx locks.
Modified:
stable/11/sys/kern/kern_sx.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sy
Author: markj
Date: Mon Dec 4 15:20:39 2017
New Revision: 326532
URL: https://svnweb.freebsd.org/changeset/base/326532
Log:
MFC r326177:
Fix the type signature for sx(9) DTrace subroutines.
Modified:
stable/11/cddl/contrib/opensolaris/lib/libdtrace/common/dt_open.c
Directory Properties:
Author: markj
Date: Mon Dec 4 15:19:50 2017
New Revision: 326531
URL: https://svnweb.freebsd.org/changeset/base/326531
Log:
MFC r326178:
Don't redefine _KERNEL.
Modified:
stable/11/sys/modules/dtrace/dtrace_test/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stabl
Author: markj
Date: Mon Dec 4 15:19:09 2017
New Revision: 326530
URL: https://svnweb.freebsd.org/changeset/base/326530
Log:
MFC r326132:
Allow kern.geom.mirror.debug to be negative.
Modified:
stable/11/sys/geom/mirror/g_mirror.c
stable/11/sys/geom/mirror/g_mirror.h
Directory Properties:
Author: markj
Date: Mon Dec 4 15:18:08 2017
New Revision: 326529
URL: https://svnweb.freebsd.org/changeset/base/326529
Log:
MFC r326234, r326235, r326284:
vm_page_array initialization improvements.
Modified:
stable/11/sys/vm/vm_page.c
stable/11/sys/vm/vm_phys.c
stable/11/sys/vm/vm_phys
Author: manu
Date: Mon Dec 4 13:28:56 2017
New Revision: 326528
URL: https://svnweb.freebsd.org/changeset/base/326528
Log:
dts: arm: Remove imx6 related dts
Everything should work with dts from sys/gnu/dts
Discussed with: ian
Deleted:
head/sys/dts/arm/apalis-imx6.dts
head/s
Author: bapt
Date: Mon Dec 4 12:51:05 2017
New Revision: 326527
URL: https://svnweb.freebsd.org/changeset/base/326527
Log:
Only skip looking for manpages if both man directory and cat directory
are not existing.
This allows man(1) to read catpages when no man directories are available at
On Mon, Dec 4, 2017 at 10:53:35AM +0100, Ed Schouten wrote:
2017-12-04 10:48 GMT+01:00 Baptiste Daroussin :
Log:
Add Posix 2013 référence for manpages
I'm not sure that's correct. As far as I know, it's called "IEEE Std
1003.1-2008, 2013 Edition".
The top of this page is a bit ambiguous a
Author: bapt
Date: Mon Dec 4 12:33:46 2017
New Revision: 326526
URL: https://svnweb.freebsd.org/changeset/base/326526
Log:
In case man(1) found a catpage to display skip looking ".so" which is manpage
only.
In case we are trying to read a catpage, the manpage variable is not defined.
I
Author: andrew
Date: Mon Dec 4 11:25:34 2017
New Revision: 326525
URL: https://svnweb.freebsd.org/changeset/base/326525
Log:
Use the module pointer to find the address we need to map to in the early
arm64 boot sequence. This will be a virtual address in the kernel space
after the kernel and
Author: andrew
Date: Mon Dec 4 11:16:51 2017
New Revision: 326524
URL: https://svnweb.freebsd.org/changeset/base/326524
Log:
Print the correct value when freelist is out of range.
Security: :
Sponsored by: DARPA, AFRL
Modified:
head/sys/vm/vm_phys.c
Modified: head/sys/vm/vm_phys.
2017-12-04 10:57 GMT+01:00 Baptiste Daroussin :
> I just have one thing to say here: why? seriously why? :)
It's just a branching thing. The 2013 and 2016 editions are the same
as the 2008 standard, but have fixes for some of the errata. Think of
the 2008 standard being "POSIX 7.0" and the 2013 an
Author: kib
Date: Mon Dec 4 10:05:59 2017
New Revision: 326523
URL: https://svnweb.freebsd.org/changeset/base/326523
Log:
MFC r326424:
Add comment for vm_map_find_min().
Modified:
stable/10/sys/vm/vm_map.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/vm/vm_
Author: bapt
Date: Mon Dec 4 09:58:38 2017
New Revision: 326522
URL: https://svnweb.freebsd.org/changeset/base/326522
Log:
Properly name the 2013 edition
Reported by: ed
Modified:
head/contrib/mdocml/st.in
Modified: head/contrib/mdocml/st.in
===
On Mon, Dec 04, 2017 at 10:53:35AM +0100, Ed Schouten wrote:
> 2017-12-04 10:48 GMT+01:00 Baptiste Daroussin :
> > Log:
> > Add Posix 2013 référence for manpages
>
> I'm not sure that's correct. As far as I know, it's called "IEEE Std
> 1003.1-2008, 2013 Edition".
>
> The top of this page is a
2017-12-04 10:48 GMT+01:00 Baptiste Daroussin :
> Log:
> Add Posix 2013 référence for manpages
I'm not sure that's correct. As far as I know, it's called "IEEE Std
1003.1-2008, 2013 Edition".
The top of this page is a bit ambiguous about it:
http://pubs.opengroup.org/onlinepubs/9699919799.2013e
Author: hselasky
Date: Mon Dec 4 09:54:03 2017
New Revision: 326521
URL: https://svnweb.freebsd.org/changeset/base/326521
Log:
MFC r325897:
Improve the library dependencies helper script in src/tools.
Implement double pass of the relevant Makefiles. First make a list of
library names a
Author: hselasky
Date: Mon Dec 4 09:53:03 2017
New Revision: 326520
URL: https://svnweb.freebsd.org/changeset/base/326520
Log:
MFC r325897:
Improve the library dependencies helper script in src/tools.
Implement double pass of the relevant Makefiles. First make a list of
library names a
Author: hselasky
Date: Mon Dec 4 09:51:08 2017
New Revision: 326519
URL: https://svnweb.freebsd.org/changeset/base/326519
Log:
MFC r326058:
Make sure all initialized mutexes are destroyed in the iser module,
else WITNESS will panic. Prefix all mutex names with "iser_" to
prevent future WI
Author: bapt
Date: Mon Dec 4 09:48:55 2017
New Revision: 326518
URL: https://svnweb.freebsd.org/changeset/base/326518
Log:
Add Posix 2013 référence for manpages
PR: 223930
Reported by: Mateusz Piotrowski
MFC after:2 days
Modified:
head/contrib/mdocml/st.in
Modified:
Author: hselasky
Date: Mon Dec 4 09:48:31 2017
New Revision: 326517
URL: https://svnweb.freebsd.org/changeset/base/326517
Log:
MFC r326161:
Implement atomic_fetchadd_64() for i386. This function is needed by the
atomic64 header file in the LinuxKPI for i386.
Reviewed by: kib
Sponsor
Author: kib
Date: Mon Dec 4 09:47:42 2017
New Revision: 326516
URL: https://svnweb.freebsd.org/changeset/base/326516
Log:
MFC r326424:
Add comment for vm_map_find_min().
Modified:
stable/11/sys/vm/vm_map.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/vm/vm_
Author: hselasky
Date: Mon Dec 4 09:46:08 2017
New Revision: 326515
URL: https://svnweb.freebsd.org/changeset/base/326515
Log:
MFC r326161:
Implement atomic_fetchadd_64() for i386. This function is needed by the
atomic64 header file in the LinuxKPI for i386.
Reviewed by: kib
Sponsor
Author: hselasky
Date: Mon Dec 4 09:41:57 2017
New Revision: 326514
URL: https://svnweb.freebsd.org/changeset/base/326514
Log:
MFC r326161:
Implement atomic_fetchadd_64() for i386. This function is needed by the
atomic64 header file in the LinuxKPI for i386.
Reviewed by: kib
Sponsor
Author: hselasky
Date: Mon Dec 4 09:36:47 2017
New Revision: 326513
URL: https://svnweb.freebsd.org/changeset/base/326513
Log:
MFC r326392:
Properly define the VLAN_XXX() function macros to avoid miscompilation when
used inside "if" statements comparing with another value.
Detailed exp
Author: hselasky
Date: Mon Dec 4 09:27:36 2017
New Revision: 326512
URL: https://svnweb.freebsd.org/changeset/base/326512
Log:
MFC r326392:
Properly define the VLAN_XXX() function macros to avoid miscompilation when
used inside "if" statements comparing with another value.
Detailed exp
Author: hselasky
Date: Mon Dec 4 09:26:12 2017
New Revision: 326511
URL: https://svnweb.freebsd.org/changeset/base/326511
Log:
MFC r326392:
Properly define the VLAN_XXX() function macros to avoid miscompilation when
used inside "if" statements comparing with another value.
Detailed exp
Author: ae
Date: Mon Dec 4 09:17:28 2017
New Revision: 326510
URL: https://svnweb.freebsd.org/changeset/base/326510
Log:
Fix format string warning with enabled DEBUGGING.
MFC after:1 week
Modified:
head/contrib/bsnmp/snmpd/config.c
Modified: head/contrib/bsnmp/snmpd/config.c
==
Author: tsoome
Date: Mon Dec 4 08:50:00 2017
New Revision: 326509
URL: https://svnweb.freebsd.org/changeset/base/326509
Log:
loader.efi: add note about iPXE into the efipart.c
Commant update.
Modified:
head/stand/efi/libefi/efipart.c
Modified: head/stand/efi/libefi/efipart.c
==
Author: mizhka
Date: Mon Dec 4 08:08:55 2017
New Revision: 326508
URL: https://svnweb.freebsd.org/changeset/base/326508
Log:
[mips] [vm] restore translation of freelist to flind for page allocation
Commit r326346 moved domain iterators from physical layer to vm_page one,
but it also remo
67 matches
Mail list logo