Author: lwhsu
Date: Mon Sep 7 07:44:14 2020
New Revision: 365403
URL: https://svnweb.freebsd.org/changeset/base/365403
Log:
Slightly improve usb(4)
- Mention USB 3.0
- Update links
- Fix `mandoc -T lint` warnings
Reviewed by: bcr, hselasky
MFC after:3 days
Differential Re
Author: melifaro
Date: Mon Sep 7 10:13:54 2020
New Revision: 365404
URL: https://svnweb.freebsd.org/changeset/base/365404
Log:
Consistently use the same gateway when adding/deleting interface routes.
Use the same link-level gateway when adding or deleting interface routes.
This helps nex
Author: asomers
Date: Mon Sep 7 13:44:54 2020
New Revision: 365415
URL: https://svnweb.freebsd.org/changeset/base/365415
Log:
nsswitch.conf.5: style fixes
Fix some whitespace, and remove the .Tn macro
Reported by: mandoc, igor
Reviewed by: bcr (manpages)
MFC after:1 week
D
Hello Dear client,
Remuneration invoicing #255646
Click here for download Document
Best Regards
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...
Author: bz
Date: Mon Sep 7 15:35:40 2020
New Revision: 365419
URL: https://svnweb.freebsd.org/changeset/base/365419
Log:
WiFi: fix ieee80211_media_change() callers
In r178354 with the introduction of multi-bss ("vap") support factoring
out started and with r193340 ieee80211_media_change(
Author: emaste
Date: Mon Sep 7 17:19:31 2020
New Revision: 365422
URL: https://svnweb.freebsd.org/changeset/base/365422
Log:
ntp: whitespace and typo fix in conf file
PR: 248942
Submitted by: Jose Luis Duran (whitespace), igor (typo)
MFC after:1 week
Modified:
head/usr
Author: lwhsu
Date: Mon Sep 7 18:15:58 2020
New Revision: 365424
URL: https://svnweb.freebsd.org/changeset/base/365424
Log:
Call atf_skip function in cleanup procedure as it also triggers zfs.ko loading
PR: 249055
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/bect
Author: bdragon
Date: Mon Sep 7 20:05:18 2020
New Revision: 365428
URL: https://svnweb.freebsd.org/changeset/base/365428
Log:
Fix vdso compat32 timekeeping on !=x86.
Since x86 is the only 32-bit arch that has a 32-bit time_t, adjust the
private bintime32 struct in vdso to only use a 32 b
Author: dim
Date: Mon Sep 7 20:10:03 2020
New Revision: 365429
URL: https://svnweb.freebsd.org/changeset/base/365429
Log:
Merge commit 47b0262d3 from llvm git (by me):
Add include to kmp_os.h, to get the va_list type, required
after cde8f4c164a2. Sort system includes, while here.
Author: bdragon
Date: Mon Sep 7 20:25:54 2020
New Revision: 365431
URL: https://svnweb.freebsd.org/changeset/base/365431
Log:
[PowerPC] Initialize ELFv1 as a secondary sysvec to ELFv2.
In order to enable VDSO timekeeping, it is necessary that there be exactly
one primary FreeBSD sysvec f
Author: kib
Date: Mon Sep 7 21:32:27 2020
New Revision: 365432
URL: https://svnweb.freebsd.org/changeset/base/365432
Log:
rtld: pass argc/argv/env to dso inits.
This is consistent with how array inits are called, and also makes us
more compatible with glibc environment.
Requested by
Author: kib
Date: Mon Sep 7 21:37:16 2020
New Revision: 365433
URL: https://svnweb.freebsd.org/changeset/base/365433
Log:
imgact_elf.c: unify check for phdr fitting into the first page.
Similar to the userspace rtld check.
Reviewed by: dim, emaste (previous versions)
Sponsored by:
Author: markj
Date: Mon Sep 7 23:28:33 2020
New Revision: 365437
URL: https://svnweb.freebsd.org/changeset/base/365437
Log:
vm_object_split(): Handle orig_object type changes.
orig_object->type can change from OBJT_DEFAULT to OBJT_SWAP while
vm_object_split() is sleeping. In this case s
Author: emaste
Date: Tue Sep 8 00:15:18 2020
New Revision: 365438
URL: https://svnweb.freebsd.org/changeset/base/365438
Log:
retire an old NO_CLEAN dependency cleanup hack
We have some hacks to remove stale dependency files for NO_CLEAN
builds that are missed by make's dependency handlin
Author: emaste
Date: Tue Sep 8 00:44:35 2020
New Revision: 365439
URL: https://svnweb.freebsd.org/changeset/base/365439
Log:
Add WITH_/WITHOUT_CLEAN option to replace NO_CLEAN
This allows use of the standard src.conf configuration for controlling
whether the tree is cleaned before build
Author: emaste
Date: Tue Sep 8 00:48:18 2020
New Revision: 365440
URL: https://svnweb.freebsd.org/changeset/base/365440
Log:
src.conf.5: regen after r365439, WITH_/WITHOUT_CLEAN option
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
Author: bdragon
Date: Tue Sep 8 01:27:03 2020
New Revision: 365441
URL: https://svnweb.freebsd.org/changeset/base/365441
Log:
[PowerPC] Work around -O miscompile on powerpc 32 bit.
Work around llvm 11 miscompile in 32 bit powerpc that appears to cause ifuncs
to branch to the wrong addres
Author: bdragon
Date: Tue Sep 8 03:00:31 2020
New Revision: 365442
URL: https://svnweb.freebsd.org/changeset/base/365442
Log:
[PowerPC] Implement VDSO timebase access on powerpc*
Implement the remaining pieces needed to allow userland timestamp reading.
Rewritten based on an intial es
Author: lwhsu
Date: Tue Sep 8 04:44:37 2020
New Revision: 365444
URL: https://svnweb.freebsd.org/changeset/base/365444
Log:
Add support to BELKIN B2B128 USB3 Ethernet Adapter to axge(4)
Github PR:https://github.com/freebsd/freebsd/pull/439
Submitted by: https://github.com/jdpc86
MF
Author: avg
Date: Tue Sep 8 05:46:10 2020
New Revision: 365445
URL: https://svnweb.freebsd.org/changeset/base/365445
Log:
mmc_da: make sure that part_index is not used uninitialized in sddastart
This is a fix to r334065.
Without this change I once got stuck I/O with endless partition
Author: avg
Date: Tue Sep 8 06:18:34 2020
New Revision: 365446
URL: https://svnweb.freebsd.org/changeset/base/365446
Log:
mmc_da: fix a typo and a too long line
MFC after:1 week
Modified:
head/sys/cam/mmc/mmc_da.c
Modified: head/sys/cam/mmc/mmc_da.c
Author: avg
Date: Tue Sep 8 06:19:23 2020
New Revision: 365447
URL: https://svnweb.freebsd.org/changeset/base/365447
Log:
mmc_da: universally use uint8_t for the partition index
Also, assert in sdda_init_switch_part() that the index is within the
defined range.
MFC after:1 week
22 matches
Mail list logo