Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-17 | Update to tzdata2020c from www.iana.org. | Todd C. Miller | |
Fiji starts DST later than usual, on 2020-12-20. | |||
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. | |||
2020-10-10 | Remove unnecessary count of device instances. | Visa Hankala | |
2020-10-10 | Add a manual page for octboot(4). | Visa Hankala | |
2020-10-09 | document lang/go new target modgo-gen-modules | paco | |
It generates MODGO_MODULES and MODGO_MODFILES for Go port updates ok abieber@ | |||
2020-10-09 | Kill unused IEEE80211_RADIOTAP_HWQUEUE. | Martin Pieuchot | |
Its value is conflicting with an effort to standardize TX flags fields of the radiotap header from Mathy Vanhoef. This flag used to indicate the presence of a specific hardware queue used by WME but is unchecked. ok sthen@, kn@ | |||
2020-10-07 | Update to tzdata2020b from www.iana.org. Major changes: | Todd C. Miller | |
Revised predictions for Morocco's changes starting in 2023. Canada's Yukon changes to -07 on 2020-11-01, not 2020-03-08. Macquarie Island has stayed in sync with Tasmania since 2011. Casey, Antarctica is at +08 in winter and +11 in summer. Removed obsolete files pacificnew, systemv and yearistype.sh | |||
2020-10-05 | Update ruby-module.5 for removal of Ruby 2.5 | Jeremy Evans | |
2020-10-04 | Fix IEEE 802.1Q link | kn | |
2020-10-03 | tweak previous; ok kettenis | Jason McIntyre | |
2020-10-03 | phb(4) | Mark Kettenis | |
2020-10-03 | opal(4), opalcons(4) and opalsens(4) | Mark Kettenis | |
2020-10-03 | Add HISTORY and AUTHORS sections. | Mark Kettenis | |
2020-10-03 | xicp(4), xics(4) and xive(4) | Mark Kettenis | |
2020-10-03 | Mention that kcov_remote_enter() and kcov_remote_leave() can now be | anton | |
called from interrupt context. | |||
2020-10-02 | Add man4.powerpc64 to SUBDIR. | Mark Kettenis | |
2020-10-02 | intro(4) and astfb(4) | Mark Kettenis | |
2020-10-01 | mfokclock renamed to mfokrtc; | Jason McIntyre | |
2020-09-30 | Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more | Patrick Wildt | |
platforms than just loongson. Rename it to mfokrtc(4) for consistency with other RTC drivers. Make it match on st,m41t83, since that was the chip for which the driver was written for. More compatible strings can be added for each chip of the series verified to behave the same. Discussed with kettenis@ Compile tested on loongson by kn@ Tested on loongson by and ok visa@ | |||
2020-09-30 | Document BPF_RND. Missed part of the xBPF commit (bpf_filter.c -r1.34). | Theo Buehler | |
from dlg, ok kn tb jmatthew | |||
2020-09-30 | document EINVAL for denorm timeval in BIOCSRTIMEOUT; ok jmc | Theo de Raadt | |
2020-09-29 | Edit for clarity and precision. | Richard Procter | |
Feedback and "Looks good to me" from Matt Dunwoodie ok jmc@ | |||
2020-09-29 | Add a reference to ruby-module(5) in SEE ALSO since port-modules(5) | kmos | |
explicitly tells folks to read there for information about the lang/ruby module. ok kn | |||
2020-09-29 | Add support for the PCA9546 I2C switch to pcamux(4). In comparison to | Patrick Wildt | |
PCA9548, this variant supports only 4 instead of 8 channels. ok kettenis@ | |||
2020-09-25 | documentation should say pool_init, not pmap_init | Theo de Raadt | |
2020-09-24 | On removing an rtable | kn | |
It is currently not possible to remove an rtable; claudio made the default rtable of an rdomain move back into the default rdomain upon deletion of the non-default rdmoain with sys/net/if_loop.c r1.90 - previously such orphaned rtables would also continue to exist as well be assigned to any existent rdomain. Document the status quo under CAVEATS as it seems unexpected behaviour and the manual otherwise does not talk about deletion/invaldation of an rtable at all. OK remi jmc | |||
2020-09-22 | Use user prompt for ps(1) and netstat(1) examples | kn | |
Those do not need root privileges to work. Prompted by jmc | |||
2020-09-22 | Add "netstat -R" example | kn | |
It's handy and otherwise easily missed when reading up on routing domains and tables; wording taken from netstat(1) as is. Not listing pgrep(1)'s `-T' because examples don't have to be exhaustive and ps(1) is already demonstrated; same for top(1) users which more likely come across its `t' and `T' in the help page anyway (I guess). OK jmc remi | |||
2020-09-22 | Add a libagentx reference here as well. | Martijn van Duren | |
Pointed out by jsg@ | |||
2020-09-22 | Link up libagentx | Martijn van Duren | |
2020-09-18 | zap trailing whitespace; | Jason McIntyre | |
2020-09-17 | Document the WSDISPLAYIO_GETSCREENTYPE ioctl in wsdisplay.4. | Frederic Cambus | |
OK jmc@, kn@, "go for it" kettenis@ | |||
2020-09-15 | rework a sentence in abl.4, and add an entry for it to acpi.4; | Jason McIntyre | |
ok mglocker |