Commit Graph

17523 Commits

Author SHA1 Message Date
christos
8dc6c738dd simple import script 2019-11-27 19:00:25 +00:00
christos
bd9bf8b634 merge our changes 2019-11-27 18:58:57 +00:00
kre
2dbb2da38b PR toolchain/54715
Remove duplicate (incorrect) version of the .Lk macro, so the
earlier (fancier and functional) definition survives.

For now simply comment it out.  Sometime later this one should be
removed - but the two have been present since these macros were
first imported (1999) so leaving this visible (but removed) a
little longer shouldn't hurt.

I (believe) this one is the only duplicate of this form.

With this change the Lk macro in doc2html should work as it is designed
(but does not call other macros, and can only have punctuation following
the URL and (optional) anchor args (2nd arg is the anchor if it isn't
punctuation).

Tested by martin@
2019-11-26 08:38:19 +00:00
ad
e1ebacd1d3 Update to match recent changes. 2019-11-23 19:46:38 +00:00
martin
9d445e0761 Document NETBSD_OFFICIAL_RELEASE and add it to /etc/release - it is
important information when trying to reproduce a build.
2019-11-22 13:30:19 +00:00
tkusumi
b94e44675e autofs: Change my email address in man pages to netbsd.org 2019-11-21 15:24:17 +00:00
mrg
540580a78d switch riscv32/64 to GCC 8. 2019-11-21 07:56:58 +00:00
hikaru
87bee1d028 Add opencrypto driver for Intel QuickAssist. 2019-11-20 09:37:44 +00:00
christos
ee0c356bd6 Sync with FreeBSD which capitalizes the control character names, and adds
a binary set.
Add a table with the full names for the control character set.
2019-11-19 05:11:33 +00:00
sevan
f692f6d8b0 Rename the block table to something else to make it easier to differentiate
between action and name. Use this table as the example for populating by npfctl.

Drop the int-block table, it's quite cumbersome to have a firewall which
needs the internal network lists added if reboot. Use the localnet variable to
indicated which network we should pass in traffic from instead.
2019-11-18 22:27:27 +00:00
christos
249752ac15 Compare libraries that the bsd.prog.mk "knows about" vs the ones we actually
install... Yes, pretty bad right now.
2019-11-18 16:23:28 +00:00
christos
4d3961b8b8 Improve the script to check for installed libraries, and fix the wrong
names and obsolete libraries it found.
2019-11-18 16:09:21 +00:00
christos
e2cf0109bf switch arm to gcc-8 2019-11-18 15:38:07 +00:00
gutteridge
360e979690 re.4: msaitoh@ added the NCube vendor ID that identifies the TP-Link
TG-3468 v2 as well.
2019-11-18 05:01:36 +00:00
wiz
99bcd5fce2 file system police. New sentence, new line. 2019-11-17 11:46:38 +00:00
mrg
bc98eb4506 switch powerpc64 to GCC 8. 2019-11-17 02:59:25 +00:00
mrg
1cf39b370c switch ia64 to GCC 8. boots just as far as GCC 7 in ski. 2019-11-17 02:52:18 +00:00
mlelstv
7bc0ae990c Document new functions vn_bdev_open and vn_bdev_openpath. 2019-11-16 22:09:56 +00:00
nia
dc40b3d931 Document usage of KERN_ARND 2019-11-16 17:33:09 +00:00
mrg
a7e410a84d sparc & sparc64 -> GCC 8. 2019-11-16 10:23:36 +00:00
mrg
0d35e2c2c3 i386 -> GCC 8. 2019-11-16 10:22:20 +00:00
maxv
65ee926c5a Make kMSan compatible with KCOV. With kMSan we are forced to stay with the
fsanitize flag on subr_kcov.c, which means that kMSan will instrument KCOV.
We add a bunch of __nomsan attributes to reduce this instrumentation, but
it does not remove it completely. That's fine.
2019-11-15 09:44:44 +00:00
jdolecek
bff033fe7d document vm.ubc_direct 2019-11-14 21:23:46 +00:00
joerg
3cdbfa93d9 Restore pax-as-tar. 2019-11-13 22:32:16 +00:00
isaki
8799519c62 Add some audio drivers in SEE ALSO. 2019-11-13 07:52:25 +00:00
wiz
625842098e Remove self-reference 2019-11-12 12:50:04 +00:00
wiz
3f63b553ac Update list of audio drivers in SEE ALSO.
Based on audioplay(1) man page, where I'll remove them shortly.
2019-11-12 12:49:06 +00:00
wiz
5952ea0ef1 Make a sentence easier to read, and fix some nits. 2019-11-11 11:06:27 +00:00
pgoyette
834dafbf7a Add UPC - universal product code 2019-11-11 04:11:53 +00:00
gutteridge
2ce1a612c2 re.4: note additional cards supported, and tweak another detail
This driver also works as-is with a D-Link DGE-530T rev. D2 and a
TP-Link TG-3468 v3, as both match pre-existing PCI vendor and device ID
values. (It should also work with a TG-3468 v2, but would need another
vendor ID match added for that variant.) While here, also note it
supports UDP checksum offload, too.
2019-11-10 23:14:16 +00:00
christos
bfcdd97237 Document __FPTRCAST
XXX: more macros need documentation (__CAST etc.)
2019-11-10 18:45:09 +00:00
sevan
df20fab130 sync with FreeBSD r354417 2019-11-06 23:43:35 +00:00
msaitoh
9068f29f34 Add support for KSZ80[0456]1, KSZ8721, KSZ9[01]31, KS8731 and KSZ9477.
It also supports LAN7430's internal PHY. First wrote by nisimura@ and added
some device support by me. Not tested well.
2019-11-06 16:02:53 +00:00
wiz
39fe99ec7b Remove superfluous Pp. 2019-11-06 11:55:18 +00:00
dyoung
19dbe0f014 Fix typo: vmem_add(9) does not actually take an addrp argument. 2019-11-05 22:19:43 +00:00
maxv
b7edd3d132 Add Kernel Concurrency Sanitizer (kCSan) support. This sanitizer allows us
to detect race conditions at runtime. It is a variation of TSan that is
easy to implement and more suited to kernel internals, albeit theoretically
less precise than TSan's happens-before.

We do basically two things:

 - On every KCSAN_NACCESSES (=2000) memory accesses, we create a cell
   describing the access, and delay the calling CPU (10ms).

 - On all memory accesses, we verify if the memory we're reading/writing
   is referenced in a cell already.

The combination of the two means that, if for example cpu0 does a read that
is selected and cpu1 does a write at the same address, kCSan will fire,
because cpu1's write collides with cpu0's read cell.

The coverage of the instrumentation is the same as that of kASan. Also, the
code is organized in a way similar to kASan, so it is easy to add support
for more architectures than amd64. kCSan is compatible with KCOV.

Reviewed by Kamil.
2019-11-05 20:19:17 +00:00
tnn
089ec8953f documentation for WSDISPLAYIO_FBINFO 2019-11-02 19:22:36 +00:00
tnn
81811bfe84 expand section on GPIOREAD 2019-11-02 18:56:41 +00:00
wiz
8cce55b527 Mention smscphy. Link to jmphy. Bump date. 2019-11-02 16:36:56 +00:00
wiz
c410605877 Fix date. Improve history. Wording. Punctuation nit. 2019-11-02 16:34:49 +00:00
wiz
aa781b6b21 Add missing quote. 2019-11-02 16:34:30 +00:00
wiz
6c167d6055 Fix RCS Id. Improve history. Punctuation nits. 2019-11-02 16:34:14 +00:00
tnn
29b6793c06 ssdfb: update manpage 2019-11-02 14:47:35 +00:00
msaitoh
2eec381762 Port SMSC LAN87xx 10/100 Ethernet PHY driver from FreeBSD with some cleanup
and IFM_NONE support.
2019-11-01 02:53:22 +00:00
martin
66ef6a30f0 PR misc/54657: let RELEASEMACHINEDIR default to ${MACHINE}-${MACHINE_ARCH}
for evb{arm,mips,sh3}*.
2019-10-31 06:43:19 +00:00
msaitoh
c9c1388e4a Add jmphy.4. 2019-10-30 13:32:32 +00:00
msaitoh
d4bacf091b Add jmphy(4) from OpenBSD. 2019-10-30 12:06:25 +00:00
wiz
ca05e4ffba "file system" police. 2019-10-28 13:43:10 +00:00
wiz
fb89dfc245 Use Nx. Improve wording. Sort SEE ALSO. 2019-10-28 13:41:31 +00:00
wiz
78ec798ef6 Sort SEE ALSO. 2019-10-28 13:38:03 +00:00