Commit Graph

17978 Commits

Author SHA1 Message Date
riastradh 63ba4b950e Spell out acronyms in title for clarity. 2020-09-02 19:04:05 +00:00
jakllsch 80196aad5b Teach bsd.endian.mk about aarch64eb 2020-09-02 15:17:19 +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
christos 53f0e087ea add WGACA 2020-08-29 18:54:33 +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
nia ffef9ea467 a theoretical computer, as referenced in at least one NetBSD commit msg 2020-08-22 07:24:40 +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
mrg 8b6f6bbcd0 make GCC 8 consumers to use gcc.old. 2020-08-20 03:08:07 +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
mrg 16596b51e5 switch netbsd/m68k to GCC 8.
special thanks to rin@ for fixing many things and figuring out
what was the major issue (STACK_BOUNDARY.)
2020-08-16 06:43:05 +00:00
nia a39c900319 afterboot.8: Correct URL directory order 2020-08-15 14:45:31 +00:00
nia aec9844dc5 afterboot.8: Use cdn. Don't be arch specific. Requested by leot. 2020-08-15 14:42:02 +00:00
nia 5d8c072424 afterboot.8: Mention mdnsd 2020-08-15 13:49:09 +00:00