Commit Graph

17569 Commits

Author SHA1 Message Date
wiz d21e55a432 Break line after macro ends; add article 2020-01-01 20:13:19 +00:00
ryo 6d2cfc2125 add support Aquantia AQC seriese 10G network adapters.
this driver is based on the FreeBSD version https://github.com/Aquantia/aqtion-freebsd ,
but drastically rewritten for NetBSD.
2020-01-01 10:11:21 +00:00
uwe 7b0d3f464c Use -dash list instead of -tag list without content. 2019-12-30 00:49:56 +00:00
wiz 37492cb5bd Add missing '-width' argument to macro. 2019-12-29 23:03:20 +00:00
triaxx f47126f28c urndis.4: add LGE Nexus 5 as a knonw working device. 2019-12-29 20:58:34 +00:00
msaitoh 417c7af79c s/conjuction/conjunction/ 2019-12-27 10:13:59 +00:00
msaitoh a0403cde04 s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
msaitoh 157af15806 Update supported device list with part number. From FreeBSD. 2019-12-25 15:56:35 +00:00
uwe 6c118d6c68 G/c the list of old files that are gone for decades. 2019-12-24 23:41:05 +00:00
sevan 40e981e167 AVB 2019-12-23 23:31:18 +00:00
sevan beae28131c Update to r355063 2019-12-23 23:11:01 +00:00
uwe 51f8282d94 Fix if/else syntax in previous. 2019-12-23 20:17:33 +00:00
reed 99bf06da72 Simplify Subsection formatting
Had a formatting issue with mandoc but not groff.
Reported to mandoc developer. Bug in mandoc
but was recommended to not use the "weird" feature.
2019-12-23 17:31:54 +00:00
maxv 87107185b5 Revert the removal of filemon. 2019-12-23 06:45:36 +00:00
wiz 1d3f9bf21d Improve wording. 2019-12-20 14:09:23 +00:00
christos e33a0ba00d move MV to sys.mk because it is used there. Pointed out by joerg@ 2019-12-20 04:04:25 +00:00
yamaguchi e8ed765847 Add information for ixl(4)'s VLAN hardware filter 2019-12-20 02:24:02 +00:00
maxv e67f51b8f7 Retire filemon, discussed on tech-kern@. 2019-12-18 07:37:17 +00:00
joerg fcbdfe5fba Teach ddb(4) about printing the full mount list. 2019-12-15 20:29:08 +00:00
sevan 40db275b26 PCBC 2019-12-14 13:36:14 +00:00
mrg 74b9b609f1 switch powerpc to GCC 8. 2019-12-14 10:59:25 +00:00
pgoyette 08f76bd663 Point out that spurious wake-ups are possible, and that an LWP should
check for resource availability after being awoken.
2019-12-12 02:34:55 +00:00
scole bb0577334b Synchronize htdocs, manual, comments, and code so that enabling the platinumfb is done using "platinum" in openfirmware settings. Remove "screen" option which was somewhat disingenuous. 2019-12-11 21:04:47 +00:00
yamaguchi ab26da02e0 Added the manual for ixl(4) 2019-12-10 13:07:28 +00:00
yamaguchi a5e8635231 Ported driver for Intel Ethernet 700 series
reviewed by msaitoh and knakahara
2019-12-10 12:08:52 +00:00
mlelstv f12d5d1854 Drop comment about dk_lookup being in the wrong place. 2019-12-08 12:23:00 +00:00
wiz 27a591f890 Sort SEE ALSO. 2019-12-08 10:57:17 +00:00
nia d4aa4cb973 Replace mention of azalia with hdaudio 2019-12-08 02:57:52 +00:00
nia ff58397b58 Add hdaudio 2019-12-08 02:54:54 +00:00
uwe 55d76dd035 Simplify markup for inline code to plain .Li in most places.
Use backslashes to protetect embedded spaces in inline code to prevent
filling from stretching them.

Use .Fn and .Fa to refer only to things this manual page documents,
they are not to be used for "a function" or "a function argument" in
general.

In code examples drop the empty line at the beginning of a function
(mandated by the KNF when there are no variables) - it doesn't help
readability here.
2019-12-08 00:00:59 +00:00
wiz 70da9690a6 Simplify macro usage. 2019-12-07 12:22:19 +00:00
kamil 86db9970db Remove misleading comments from core(5)
netbsd_elfcore_procinfo is still in version 1.
cpi_siglwp is stored in the same netbsd_elfcore_procinfo version (1).

The size of struct is stored in cpi_cpisize and the struct can be
expanded without versioning the struct.
2019-12-06 18:03:49 +00:00
riastradh c91905c4be Save the entropy seed daily in /etc/security. 2019-12-06 14:43:29 +00:00
jmcneill 2aeb9a97d8 Enable DTrace on aarch64 2019-12-04 11:47:52 +00:00
riastradh 915366b261 Update rnd(9) man page to reflect reality since netbsd-7.
- Note rndsource_setcb, RND_FLAG_HASCB, and rnd_add_data_sync.
- Note user's obligation to serialize access to each rndsource.
2019-12-04 03:04:43 +00:00
uwe e7dd57c6e6 Use groff -Tencoding argument to emit <meta charset="..."/> 2019-12-03 14:41:00 +00:00
sevan b0d24b3c37 SCSI OSD 2019-12-01 23:08:09 +00:00
jmcneill 84d4c1fb40 Enable ZFS support on aarch64 2019-12-01 20:28:25 +00:00
jmcneill 2e3c4047ee Build aarch64 modules without fp or simd instructions. 2019-12-01 20:24:47 +00:00
kamil 018b416e9d Disable KCOV instrumentation in x86_machdep.c
This allows to use cpu_intr_p() directly inside KCOV.
2019-12-01 17:25:47 +00:00
riastradh 560cfcce81 Use .Sy, not .Em, for bold-faced WARNING of impending doom.
Underline and, worse, italic aren't as good at catching the eye.
2019-11-30 02:47:14 +00:00
riastradh 4ff9c3de4a Document relation to atomic_ops(3) and membar_ops(3). 2019-11-30 02:38:44 +00:00
riastradh 44366f2bcd Document xc_barrier. 2019-11-30 02:22:23 +00:00
riastradh be06bc7780 Missed a spot: delete mb.9 from MLINKS too. 2019-11-29 22:38:28 +00:00
riastradh 86f9decda4 New atomic load/store operations for the kernel.
Guarantee no fusing and no tearing, and can optionally impose
ordering relative to other memory operations.

Unordered:
- atomic_load_relaxed
- atomic_store_relaxed

Ordered:
- atomic_load_acquire
- atomic_load_consume
- atomic_store_release

These are intended to match C11 semantics, and can be defined in
terms of the C11 atomic API when ready.
2019-11-29 22:17:23 +00:00
riastradh bb04fd03e6 Nix obsolete mb(9) man page. 2019-11-29 20:31:35 +00:00
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