Commit Graph

17988 Commits

Author SHA1 Message Date
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
mrg
210197e402 switch mips to binutils 2.34. 2020-09-07 10:19:02 +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
mrg
cb93b81028 add support for new GCC 9 warnings that may be too much to fix
right now.  new address-of-packed-member and format-overflow
warnings have new GCC_NO_ADDR_OF_PACKED_MEMBER amd
GCC_NO_FORMAT_OVERFLOW variables to remove these warnings.

apply to a bunch of the tree.  mostly, these are real bugs that
should be fixed, but in many cases, only by removing the 'packed'
attribute from some structure that doesn't really need it.  (i
looked at many different ones, and while perhaps 60-80% were
already properly aligned, it wasn't clear to me that the uses
were always coming from sane data vs network alignment, so it
doesn't seem safe to remove packed without careful research for
each affect struct.)  clang already warned (and was not erroring)
for many of these cases, but gcc picked up dozens more.
2020-09-06 07:20:26 +00:00
mrg
05e7ff1ac3 disable -Wabi for GCC 9. 2020-09-05 13:38:43 +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
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