christos
e5e40d965d
Add IP_BINDANY, IPV6_BINDANY which can be used to bind to any address in
...
order to implement transparent proxies.
2020-09-08 14:12:57 +00:00
wiz
dd6ca9990a
Remove empty line. End sentence with dot. Avoid unnecessary linebreak.
2020-09-08 10:07:35 +00:00
yamaguchi
f474b47c56
Added iavf(4) that is based on OpenBSD's iavf(4) implementation
...
reviewed by msaitoh@n.o and knakahara@n.o
2020-09-08 10:05:47 +00:00
riastradh
11002ee06b
threadpool: Fix man page for threadpool_job_init.
...
This is threadpool_job_init(job, fn, interlock, fmt, args...), not
just threadpool_job_init(job, fn, interlock).
2020-09-07 01:07:38 +00:00
maxv
4a2e4dc388
nvmm: update copyright headers
2020-09-05 07:22:25 +00:00
riastradh
be78b0a273
atomic_load/store_* appeared in NetBSD 9, not 10.
...
Pullup preceded release of 9.0.
2020-09-03 00:23:57 +00:00
uwe
913086d6b0
More clarifications from Dan Plassche.
2020-09-02 23:38:11 +00:00
riastradh
63ba4b950e
Spell out acronyms in title for clarity.
2020-09-02 19:04:05 +00:00
uwe
cadd41c60c
Fix chroot path (in a comment).
2020-09-02 00:15:15 +00:00
uwe
4895509f32
Improvements from Dan Plassche.
2020-09-01 01:15:28 +00:00
riastradh
4bf5fd0b75
wg: Remove IFF_POINTOPOINT.
...
Unclear why this was set; setting it seems to have required a kludge
in netinet/in.c that broke ipsec tunnels. Clearing it makes wg work
again after that kludge was reverted.
2020-08-31 20:20:22 +00:00
uwe
9158e53999
Minor wording tweaks from Dan Plassche.
2020-08-29 21:42:25 +00:00
fcambus
527132cc8c
Fix a bunch of typos in various man pages.
2020-08-29 13:32:27 +00:00
wiz
50aa92b7d9
Add RCS Id. Remove Pp before/after Sh. Remove port after section,
...
since the man page is in man8 directly (the ports are mentioned
in the text).
2020-08-28 17:13:13 +00:00
fcambus
a3f30bc3f5
Fix a bunch of typos in various device drivers and kernel man pages.
2020-08-28 16:07:49 +00:00
uwe
a839347f7f
Formatting tweaks.
2020-08-28 15:35:34 +00:00
christos
fd1af70506
New man page from Dan Plassche.
2020-08-28 12:13:09 +00:00
hannken
c1106e4a4f
Another typo -- its vfs_newvnode().
2020-08-28 07:28:59 +00:00
riastradh
5307371bf3
thmap(9): Minor readability and style tweaks.
...
- Fix typo: hmap -> thmap
- Reduce excessive indentation.
- Specify largest entry width for flag name table.
- Include parameter names in function descriptions for easier
reference.
2020-08-28 07:03:41 +00:00
fcambus
aa9ad6b429
Fix a bunch of typos in various kernel man pages.
2020-08-27 14:14:00 +00:00
riastradh
25154f5f0c
Clarify wg(4)'s relation to WireGuard, pending further discussion.
...
Still planning to replace wgconfig(8) and wg-keygen(8) by one wg(8)
tool compatible with wireguard-tools; update wg(4) for the minor
changes from the 2018-06-30 spec to the 2020-06-01 spec; &c. This just
clarifies the current state of affairs as it exists in the development
tree for now.
Mark the man page EXPERIMENTAL for extra clarity.
2020-08-26 16:03:40 +00:00
ryoon
3ea17bd477
Sort correctly, pointed by wiz@. Thank you
2020-08-25 15:31:24 +00:00
ryoon
c0e80e46cf
Do not split for AUTHORS
...
And bump date.
2020-08-24 19:36:32 +00:00
ryoon
2906f3a5f1
Add a missing comma
...
And bump date
2020-08-24 19:32:33 +00:00
ryoon
2f676885a3
Add COMPAT_90
...
And bump date.
2020-08-24 19:30:00 +00:00
ryoon
1a756d3f9b
Add a missing comma
...
And bump date.
2020-08-24 19:27:36 +00:00
ryoon
ffc2b60eb2
Markup authors
...
And bump date.
2020-08-24 19:25:57 +00:00
ryoon
061048509a
Link to i386/spic(4) instead of spic(4)
...
And bump date.
2020-08-24 19:22:06 +00:00
ryoon
c48880b9cf
Link to i386/pnpbios(4) instead of pnpbios(4)
...
And bump date.
2020-08-24 19:16:42 +00:00
nia
e0214d24d5
afterboot.8: If it needs a disclaimer that most people shouldn't do it...
2020-08-24 12:58:16 +00:00
nia
cc5aa5b8ac
afterboot.8: uname -p, pointed out by various people
2020-08-24 12:45:48 +00:00
nia
5312d4af65
afterboot.8: Start the daemons after configuring wpa_supplicant.
2020-08-24 12:35:48 +00:00
nia
2143acc357
afterboot.8: Use wpa_* for everything WiFi, update links
...
reasoning: ifconfig scan is unreliable while wpa_supplicant is running
2020-08-24 12:29:30 +00:00
tpaul
0a69e03611
Man page typo fix.
2020-08-23 20:23:56 +00:00
ryoon
27be0897f2
Link to i386/pnpbios(4) instead of pnpbios(4)
...
And bump date.
2020-08-23 13:35:46 +00:00
wiz
1f2c862562
Fix editor mistake in previous.
2020-08-23 09:55:58 +00:00
simonb
b60880f7ca
Document the MIPs "mips machine {cpu,nmi,watch,unwatch}" commands.
...
Add commented out stubs for the mfcr and mtcr commands.
2020-08-23 03:23:53 +00:00
simonb
5ec8357b74
Use upper-case "CPU" consistently in all text except DDB command names.
2020-08-23 03:17:00 +00:00
wiz
a594b160b2
Quote dot.
2020-08-21 08:09:55 +00:00
riastradh
1690246c02
Slightly less indentation.
2020-08-20 22:20:50 +00:00
riastradh
d324f7ae25
Fix self-xref. Indent example displays.
2020-08-20 22:19:56 +00:00
riastradh
0252686c58
Fill out WireGuard man pages.
2020-08-20 21:35:59 +00:00
msaitoh
cc67c5474a
s/ be be / be /
2020-08-19 02:19:06 +00:00
riastradh
07c506680f
Move wayward clause to where it belongs and makes sense.
...
Note how blowfish-cbc chooses the CBC IV.
2020-08-17 17:18:02 +00:00
wiz
106ec726e5
cprng(9): Remove trailing comma.
2020-08-17 06:07:53 +00:00
riastradh
c4125b7509
Update cprng_strong API documentation.
...
Should maybe just get rid of the flags arguments.
2020-08-17 00:55:05 +00:00
riastradh
819baeb60c
Update cprng(9) man page for CTR_DRBG -> Hash_DRBG change last year.
2020-08-17 00:49:53 +00:00
riastradh
9493ed8295
Update cgd(4) man page.
...
- Highlight security model at top.
- Add adiantum and aes-xts.
- Split ciphers into `ciphers' and `obsolete ciphers'.
- Specify the parameters to the ciphers: tweak, CBC IV.
- Relegate obsolete `IV method' concept to a much shorter section.
- Add references.
2020-08-17 00:43:15 +00:00
thorpej
2ba5a80446
Be explcit that all calls to pmap_activate() and pmap_deactivate()
...
from MI code are made with preemption disabled and with l == curlwp.
2020-08-16 16:48:08 +00:00
nia
a39c900319
afterboot.8: Correct URL directory order
2020-08-15 14:45:31 +00:00