Author: gbe (doc committer)
Date: Sun Jun 14 05:59:30 2020
New Revision: 362171
URL: https://svnweb.freebsd.org/changeset/base/362171
Log:
libc manpages: various improvements from NetBSD
- Add STANDARDS and HISTORY sections within the appropriate manpages
- Mention two USENIX papers withi
Author: gbe (doc committer)
Date: Sun Jun 14 05:50:28 2020
New Revision: 362170
URL: https://svnweb.freebsd.org/changeset/base/362170
Log:
Add HISTORY sections to ZFS and dtrace manpage
Reviewed by: bcr (mentor)
Approved by: bcr (mentor)
MFC after:7 days
Differential Rev
Author: gbe (doc committer)
Date: Sun Jun 14 05:35:02 2020
New Revision: 362169
URL: https://svnweb.freebsd.org/changeset/base/362169
Log:
libutil: Document function HISTORY within the manpages
Reviewed by: bcr (mentor)
Approved by: bcr (mentor)
MFC after:7 days
Differential Rev
Author: hselasky
Date: Sun Jun 14 05:33:25 2020
New Revision: 362168
URL: https://svnweb.freebsd.org/changeset/base/362168
Log:
MFC r362056:
Add missing range checks when receiving USB ethernet packets.
Found by: Ilja Van Sprundel, IOActive
Sponsored by: Mellanox Technologies
Modif
Author: hselasky
Date: Sun Jun 14 05:27:37 2020
New Revision: 362167
URL: https://svnweb.freebsd.org/changeset/base/362167
Log:
MFC r362056:
Add missing range checks when receiving USB ethernet packets.
Found by: Ilja Van Sprundel, IOActive
Sponsored by: Mellanox Technologies
Modif
Author: hselasky
Date: Sun Jun 14 05:25:06 2020
New Revision: 362166
URL: https://svnweb.freebsd.org/changeset/base/362166
Log:
MFC r362056:
Add missing range checks when receiving USB ethernet packets.
Found by: Ilja Van Sprundel, IOActive
Sponsored by: Mellanox Technologies
Modif
Author: gbe (doc committer)
Date: Sun Jun 14 05:08:15 2020
New Revision: 362165
URL: https://svnweb.freebsd.org/changeset/base/362165
Log:
Add a HISTORY section to ctime(3)
Reviewed by: bcr (mentor)
Approved by: bcr (mentor)
Obtained from:OpenBSD
MFC after:7 days
Diffe
Author: rmacklem
Date: Sun Jun 14 01:22:19 2020
New Revision: 362164
URL: https://svnweb.freebsd.org/changeset/base/362164
Log:
Oops, r362158 committed a duplicate definition of MAXSECFLAVORS.
This patch gets rid of the duplicate.
Modified:
head/sys/sys/mount.h
Modified: head/sys/sys/mo
Author: rmacklem
Date: Sun Jun 14 00:40:00 2020
New Revision: 362163
URL: https://svnweb.freebsd.org/changeset/base/362163
Log:
Modify mountd to use the new struct export_args committed by r362158.
r362158 modified struct export_args for make the ex_flags field 64bits
and also changed the
Author: adrian
Date: Sun Jun 14 00:23:06 2020
New Revision: 362162
URL: https://svnweb.freebsd.org/changeset/base/362162
Log:
[net80211] Treat frames without an rx status as not a decap'ed A-MSDU.
Drivers for NICs which do A-MSDU decap in hardware / driver will need to
set the rx status,
Author: adrian
Date: Sun Jun 14 00:21:48 2020
New Revision: 362161
URL: https://svnweb.freebsd.org/changeset/base/362161
Log:
[net80211] Also convert the ddb path
Whoops - this belonged in my previous commit.
Modified:
head/sys/net80211/ieee80211_ddb.c
Modified: head/sys/net80211/ieee80
bort:false,junk:false' /etc/malloc.conf".)
+20200613:
+ r362158 changed the arguments for VFS_CHECKEXP(). As such, any
+ out of tree file systems need to be modified and rebuilt.
+ Also, any file systems that are modules must be rebuilt.
+
20200604:
read(2) of a
Author: rmacklem
Date: Sun Jun 14 00:12:29 2020
New Revision: 362159
URL: https://svnweb.freebsd.org/changeset/base/362159
Log:
Version bump for r362158, since the arguments for vfs_checkexp() changed.
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
Author: rmacklem
Date: Sun Jun 14 00:10:18 2020
New Revision: 362158
URL: https://svnweb.freebsd.org/changeset/base/362158
Log:
Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.
Since mnt_flags was upgraded to 64bits there has been a quirk in
"struct export_args", s
Author: adrian
Date: Sat Jun 13 23:35:22 2020
New Revision: 362157
URL: https://svnweb.freebsd.org/changeset/base/362157
Log:
[net80211] Handle offloaded AMSDU in AMPDU reordering.
In the 11n world, most NICs did A-MPDU receive/transmit offloading but
not A-MSDU offloading. So, the net80
Author: adrian
Date: Sat Jun 13 22:20:02 2020
New Revision: 362156
URL: https://svnweb.freebsd.org/changeset/base/362156
Log:
[net80211] separate out node allocation and node initialisation.
This is a new, optional (for now!) method that drivers can use to separate
node allocation and nod
Author: tuexen
Date: Sat Jun 13 21:23:26 2020
New Revision: 362155
URL: https://svnweb.freebsd.org/changeset/base/362155
Log:
Remove usage of empty macro.
MFC after:1 week
Modified:
head/sys/netinet/sctp_os_bsd.h
head/sys/netinet/sctp_pcb.c
Modified: head/sys/netinet/sctp_
Author: tuexen
Date: Sat Jun 13 18:38:59 2020
New Revision: 362153
URL: https://svnweb.freebsd.org/changeset/base/362153
Log:
Simpify a condition, no functional change.
MFC after:1 week
Modified:
head/sys/netinet/sctp_input.c
Modified: head/sys/netinet/sctp_input.c
=
Author: kib
Date: Sat Jun 13 18:21:31 2020
New Revision: 362152
URL: https://svnweb.freebsd.org/changeset/base/362152
Log:
Fix ldd for PIE binaries after rtld stopped accepting binaries for dlopen.
ldd proclaims ET_DYN objects as shared libraries and tries to
dlopen(RTLD_TRACE) them to ge
Author: kib
Date: Sat Jun 13 18:19:42 2020
New Revision: 362151
URL: https://svnweb.freebsd.org/changeset/base/362151
Log:
procctl(2): document PROC_KPTI
Reviewed by: bcr
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Differential revision:https://reviews.freebsd.o
Author: kib
Date: Sat Jun 13 18:18:34 2020
New Revision: 362150
URL: https://svnweb.freebsd.org/changeset/base/362150
Log:
procctl(2): consistently refer to the data pointer as 'data'.
Reviewed by: bcr
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Differential revision:
On r362149 I forgot to reference the review: https://reviews.freebsd.org/D25240
Sorry for that.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@free
Author: fernape (ports committer)
Date: Sat Jun 13 17:36:08 2020
New Revision: 362149
URL: https://svnweb.freebsd.org/changeset/base/362149
Log:
sockstat(1): Add EXAMPLES to man page
Add three examples showing the use of -4, -6, -l, -L, -p and -P
Reviewed by: gbe@
Approved by: bcr@
Author: yuripv
Date: Sat Jun 13 14:11:02 2020
New Revision: 362148
URL: https://svnweb.freebsd.org/changeset/base/362148
Log:
nvi: fallback to ISO8859-1 as last resort
Current logic of using user's locale encoding that is UTF-8 doesn't make
much sense if we already failed the looks_utf8()
Author: yuripv
Date: Sat Jun 13 09:16:07 2020
New Revision: 362147
URL: https://svnweb.freebsd.org/changeset/base/362147
Log:
awk(1): use -version instead of -V
-V is OpenBSD specific, use -version instead.
While here, fix issue reported by mandoc lint and drop nonexistent
script(7)
Author: yuripv
Date: Sat Jun 13 08:37:24 2020
New Revision: 362146
URL: https://svnweb.freebsd.org/changeset/base/362146
Log:
locale: exit 1 if unknown keyword was specified
PR: 241906
Submitted by: Akos Somfai
Modified:
head/usr.bin/locale/locale.c
head/usr.bin/locale/tes
26 matches
Mail list logo