Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-12 | Remove x11/kde (kde3) | rsadowski | |
2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. | jan | |
OK dlg@, bluhm@ No Opinion mpi@ Not against it claudio@ | |||
2020-12-08 | correct pseudo-device in synopsis | anton | |
2020-12-07 | synproxy should be processing incoming SYN packets only. | Alexandr Nedvedicky | |
issue noticed by sthen@. fix discussed with bluhm@ and procter@ OK bluhm@, kn@, procter@ | |||
2020-12-06 | add dwgpio to acpi.4, and remove a trailing newline from dwgpio.4; | Jason McIntyre | |
2020-12-06 | dwgpio(4) | Mark Kettenis | |
2020-12-05 | couple more article fixes; | Jason McIntyre | |
2020-12-03 | add mvkpcie; | Jason McIntyre | |
2020-12-03 | grammar fixes from Varik "The Genuine Article!!!" Valefor; | Jason McIntyre | |
2020-12-03 | mvkpcie(4) | Mark Kettenis | |
2020-12-02 | Bring back cross references now that all manuals are installed. | anton | |
ok jmc@ | |||
2020-11-30 | zap double .Pp; | Jason McIntyre | |
2020-11-29 | mvsw(4) | Mark Kettenis | |
2020-11-29 | Add support for !command to mygate, so that netstart has a late opportunity | Theo de Raadt | |
to perform network configuration (for example, "!route source -ifp em0") Split mygate and myname manual pages (how did anyone ever believe these are related), and perform hostname configuration much earlier in rc. discussed with benno, claudio, jmc, etc etc, last version of !command parser by tb | |||
2020-11-27 | tweak previous as suggested by jmc | Stuart Henderson | |
2020-11-27 | wg(4): show an actual command to retrieve wgpubkey to go with the text which | Stuart Henderson | |
says "shown in the status output of the interface"; this makes it clear that 1) ifconfig is used, 2) the interface must be specified (either that or -A; it is not shown in the default output with no parameters), and 3) hints that it must be run as root. ok jmc@ | |||
2020-11-27 | wg(4): add comments for the shell script in EXAMPLES, feedback jmc@ | Stuart Henderson | |
2020-11-24 | use non-reserved ports in the wg(4) example, the previous 111 was quite | Stuart Henderson | |
a bad choice as it conflicts with portmap. ok deraadt | |||
2020-11-18 | s/explicitley/explicitly/ | Stuart Henderson | |
2020-11-17 | add imxiic(4); | Jason McIntyre | |
2020-11-17 | Update imxiic(4) to reflect newly added ACPI support. | Patrick Wildt | |
2020-11-17 | Update ruby-module.5 for change in default Ruby version | Jeremy Evans | |
2020-11-16 | add acpige(4) and pchgpio(4); | Jason McIntyre | |
2020-11-15 | Add acpige(4), a driver for ACPI generic event devices. This is a rather | Patrick Wildt | |
simple device that simply reacts to interrupts by invoking _EVT with the interrupt number. This is used on the HoneyComb LX2K to implement power button handling. ok kettenis@ | |||
2020-11-15 | pchgpio(4) | Mark Kettenis | |
2020-11-15 | add Edimax EW-7811Un v2 to the list of working devices, suggested by jmc | Jonathan Matthew | |
2020-11-14 | remove macro instances from arbitrary string width specifiers. for example | Jason McIntyre | |
-width ".Dv BOB" -> -width "BOB" although they are not errors, they are misleading and probably should not get pasted around | |||
2020-11-13 | Add support for the PCA9547 I2C mux to pcamux(4). In comparison to | Patrick Wildt | |
the PCA954[68], this is a mux instead of a switch and can only have one active channel at a time. On the bright side, we treat switches like a mux, so only the bits have to be set a little bit differently. ok kettenis@ | |||
2020-11-08 | document -f option to force pkg_locatedb for all files | Marc Espie | |
new behavior is to only check for conflicts on new files | |||
2020-11-03 | rachel roch pointed out that wg was missing from DESCRIPTION; address | Jason McIntyre | |
this and update the text somewhat to make it clear we are not trying to exhaustively list all devices; at the same time, update the lists ;) help/ok claudio deraadt | |||
2020-11-01 | some comma fixes; from varik valefor | Jason McIntyre | |
(audio.4 tweaked from that submitted) | |||
2020-10-31 | Delete a sentence pointing to "the Predefined Strings subsection | Ingo Schwarze | |
of the roff(7) manual." Such a subsection does not exist, and i do not see why it should. Predefined strings are an obsolete feature of macro packages, not a feature of the roff language. | |||
2020-10-31 | reformat previous example; ok denis | Jason McIntyre | |
2020-10-30 | Document configuration of source IP address | denis | |
Looks good, deraadt@ | |||
2020-10-28 | Correct an embarrassing spelling mistake: | Ingo Schwarze | |
The last name of the author of groff is "Clark". | |||
2020-10-28 | Improve the HISTORY and AUTHORS sections, using information | Ingo Schwarze | |
received from Douglas McIlroy in private mail: https://manpages.bsd.lv/history/mcilroy_26_10_2020.txt | |||
2020-10-26 | add a top-level "reboot" command, for people who keep forgetting "boot reboot" | Theo de Raadt | |
ok kn | |||
2020-10-26 | subagentx -> agentx; ok martijn | Jason McIntyre | |
2020-10-26 | Document the hw.sensors.softraid0.drive sysctl. | Ingo Schwarze | |
The text was written by an OpenBSD developer in 2018, but i do not remember by whom. Tweaks and OK deraadt@, OK kn@ stsp@ | |||
2020-10-25 | mention that stacking disciplines is not supported, | Ingo Schwarze | |
with wording similar to the FAQ; suggested by Filippo Valsorda <filippo at ml dot filippo dot io>; tweak and OK jca@ | |||
2020-10-25 | Document that abl(4) is only required on iMacs. | Marcus Glocker | |
2020-10-25 | needs a Makefile... | Theo de Raadt | |
2020-10-24 | Add man8.powerpc64 to SUBDIR. | Mark Kettenis | |
2020-10-24 | regen | Mark Kettenis | |
2020-10-23 | zap trailing whitespace; | Jason McIntyre | |
2020-10-20 | Remove calls for df(1), netstat(1), and the verbose dump(1) | Daniel Jakots | |
With this change, daily(8) only sends email when something looks dubious. Consequently VERBOSESTATUS is now a no-op and may be unset. The code is trivial and riddled with choices that look like personal preferences. The old behavior can be achieved through /etc/daily.local. With schwarze@, tweak kn@, sthen@ OK schwarze@, kn@, jung@ | |||
2020-10-17 | Logitech Webcam Pro 9000 works. | Marcus Glocker | |
2020-10-14 | add missing mention of Werner Lemberg, | Ingo Schwarze | |
noticed by Werner himself on <groff at gnu dot org>; while here, add missing .An macros | |||
2020-10-12 | update retguard list | Theo de Raadt | |
2020-10-12 | Mention TP-LINK TL-NG421. | Kevin Lo | |
From Brad. |