Author: imp
Date: Sat Jun 6 07:13:06 2020
New Revision: 361869
URL: https://svnweb.freebsd.org/changeset/base/361869
Log:
Sort alphabetically.
Modified:
head/share/man/man4/Makefile
Modified: head/share/man/man4/Makefile
==
Author: cem
Date: Sat Jun 6 14:19:16 2020
New Revision: 361870
URL: https://svnweb.freebsd.org/changeset/base/361870
Log:
Revert r361838
Reported by: delphij
Modified:
head/sys/geom/geom_dev.c
head/sys/geom/label/g_label.c
Modified: head/sys/geom/geom_dev.c
=
On Sat, Jun 06, 2020 at 02:19:16PM +, Conrad Meyer wrote:
> Author: cem
> Date: Sat Jun 6 14:19:16 2020
> New Revision: 361870
> URL: https://svnweb.freebsd.org/changeset/base/361870
>
> Log:
> Revert r361838
Why?
--
Shawn Webb
Cofounder / Security Engineer
HardenedBSD
GPG Key ID:
On 2020-06-06 10:55, Shawn Webb wrote:
> On Sat, Jun 06, 2020 at 02:19:16PM +, Conrad Meyer wrote:
>> Author: cem
>> Date: Sat Jun 6 14:19:16 2020
>> New Revision: 361870
>> URL: https://svnweb.freebsd.org/changeset/base/361870
>>
>> Log:
>> Revert r361838
>
> Why?
>
https://lists.freebsd
Author: yuripv
Date: Sat Jun 6 17:48:55 2020
New Revision: 361871
URL: https://svnweb.freebsd.org/changeset/base/361871
Log:
stats(7): fix bad Xr references and lint noise
Reviewed by: bjk, debdrup
Differential Revision:https://reviews.freebsd.org/D25166
Modified:
head/share/
Author: tuexen
Date: Sat Jun 6 18:20:09 2020
New Revision: 361872
URL: https://svnweb.freebsd.org/changeset/base/361872
Log:
Non-functional changes due to cleanup (upstream removing of Panda support)
of the code
MFC after:1 week
Modified:
head/sys/netinet/sctp_constants.h
Author: imp
Date: Sat Jun 6 18:43:08 2020
New Revision: 361873
URL: https://svnweb.freebsd.org/changeset/base/361873
Log:
Add a section on CAM architecture.
Add xref to all SIM devices we currently have (including a rough indication
which ones are likely to fail).
Update to include all th
Author: jhibbits
Date: Sat Jun 6 18:56:40 2020
New Revision: 361874
URL: https://svnweb.freebsd.org/changeset/base/361874
Log:
powerpc: Fix nits in copyinout comments from r361861
Also, remove useless nested #ifdefs in the IFUNC block.
Reported by: bdragon@
Modified:
head/sys/powe
Out of curiosity what is panda?
On Sat, Jun 6, 2020 at 11:20 AM Michael Tuexen wrote:
>
> Author: tuexen
> Date: Sat Jun 6 18:20:09 2020
> New Revision: 361872
> URL: https://svnweb.freebsd.org/changeset/base/361872
>
> Log:
> Non-functional changes due to cleanup (upstream removing of Panda s
Author: mckusick
Date: Sat Jun 6 20:17:56 2020
New Revision: 361875
URL: https://svnweb.freebsd.org/changeset/base/361875
Log:
Clear the IN_SIZEMOD and IN_IBLKDATA flags only when doing a
synchronous inode update.
The IN_SIZEMOD and IN_IBLKDATA flags indicate changes to the
file size a
> On 6. Jun 2020, at 20:56, Kevin Bowling wrote:
>
> Out of curiosity what is panda?
Hi Kevin,
it was the name used (#ifdef __Panda__) in the upstream SCTP code for
using it in an Cisco proprietary product.
Since I don't know if that code is still used, but they haven't
contributed anything back
Author: emaste
Date: Sat Jun 6 21:07:50 2020
New Revision: 361876
URL: https://svnweb.freebsd.org/changeset/base/361876
Log:
Update SYSTEM_LINKER descriptions wrt BINUTILS
GNU ld hasn't been built with the BINUTILS option for some time.
Modified:
head/tools/build/options/WITHOUT_SYSTEM_
Author: tuexen
Date: Sat Jun 6 21:26:34 2020
New Revision: 361877
URL: https://svnweb.freebsd.org/changeset/base/361877
Log:
Fix typo in comment.
Submitted by Orgad Shaneh for the userland stack.
MFC after:1 week
Modified:
head/sys/netinet/sctp_pcb.c
Modified: head/sys/ne
Author: adrian
Date: Sat Jun 6 22:25:00 2020
New Revision: 361878
URL: https://svnweb.freebsd.org/changeset/base/361878
Log:
[net80211] Flip on A-MPDU, A-MSDU, A-MPDU+A-MSDU and Fast frames options.
This updates the logic to allow:
* A-MPDU if available;
* A-MSDU if available and A-
Author: emaste
Date: Sat Jun 6 22:26:44 2020
New Revision: 361879
URL: https://svnweb.freebsd.org/changeset/base/361879
Log:
src.conf.5: regen after r361876, SYSTEM_LINKER description update
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
usr.bin/ar \
${_clang}
Modified: head/ObsoleteFiles.inc
==
--- head/ObsoleteFiles.inc Sat Jun 6 22:26:44 2020(r361879)
+++ head/ObsoleteFiles.inc Sun Jun 7 00:07:21 2020(r361880)
@@ -36,6 +36,212 @@
# xargs -n1 | sort | uniq -d;
# done
Author: imp
Date: Sun Jun 7 02:40:21 2020
New Revision: 361882
URL: https://svnweb.freebsd.org/changeset/base/361882
Log:
Mention nda where we mention nvd.
Modified:
head/share/man/man4/nvme.4
Modified: head/share/man/man4/nvme.4
=
Author: kevans
Date: Sun Jun 7 04:32:38 2020
New Revision: 361884
URL: https://svnweb.freebsd.org/changeset/base/361884
Log:
sed: attempt to learn about hex escapes (e.g. \x27)
Somewhat predictably, software often wants to use \x27/\x24 among others so
that they can decline worrying abou
Author: adrian
Date: Sun Jun 7 04:57:48 2020
New Revision: 361885
URL: https://svnweb.freebsd.org/changeset/base/361885
Log:
[net80211] Add a method to return the vap's ifname.
This removes the requirement to know what's in the ifp.
(If someone wants a quick clean-up task, it'd be nic
Author: adrian
Date: Sun Jun 7 05:08:44 2020
New Revision: 361886
URL: https://svnweb.freebsd.org/changeset/base/361886
Log:
[if_ath] Don't update the beacon bits from beacon frames in hostapd mode.
This logic is running the beacon receive bits in STA+AP mode on both the
STA and AP side.
20 matches
Mail list logo