summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2023-03-31Man page for ngbe(4).Kevin Lo
ok miod@
2023-03-31Document i226.Kevin Lo
From Brad.
2023-03-28Apply changes from tzdata2023c.Todd C. Miller
This reverts the controversial Lebanon DST change which led to a partly-sectarian divide within the country.
2023-03-23This year Lebanon springs forward April 20/21 not March 25/26.Todd C. Miller
This change is not yet part of an iana-tz or global-tz release.
2023-03-23Update to 2023agtz from https://github.com/JodaOrg/global-tzTodd C. Miller
* Egypt now uses DST again, from April through October. * This year Morocco springs forward April 23, not April 30. * Palestine delays the start of DST this year. * Much of Greenland still uses DST from 2024 on. * America/Yellowknife now links to America/Edmonton.
2023-03-23update sppp(4) docs to mention remote address range hackStefan Sperling
As already documented in pppoe(4). I missed updating sppp(4) years ago when support for the wildcard address range was added.
2023-03-21update the description for bwfm(4);Jason McIntyre
2023-03-21Document support for the BCM4378 / BCM4387 chipsets.Patrick Wildt
from Brad
2023-03-19rkpciephy(4)Mark Kettenis
2023-03-17Document M_LOG flag; from Peter J. Philipp.Todd C. Miller
2023-03-16revert previous, stsp made WEP work on bwfm(4)Klemens Nanni
2023-03-15state that binary updates are not available for all platforms/architectures.Sebastian Benoit
triggered by a bug report by 'kodcode', thanks. wording adjusted by jmc@, ok phessler@
2023-03-14WEP in bfwm(4) never worked, sync with realityKlemens Nanni
"ifconfig bwfm0 [-]nwkey ..." does not work and thus the installer no longer offers WEP, so unmention support while leaving the recommendation against it.
2023-03-13Point people to boot(8) rather than duplicating information.Miod Vallat
2023-03-12correct macro request (.nm -> .Nm);Jason McIntyre
2023-03-12rkcomphy(4)Mark Kettenis
2023-03-12Update supported hardware list and fix spelling of Marvell while I'm hereJonathan Matthew
2023-03-09document BIOC[SGD]WTIMEOUTDavid Gwynne
2023-03-08update the list of firmware files in the iwx(4) man pageStefan Sperling
2023-03-06whack the *phy entries in SEE ALSO: it was becoming unwieldy, and they areJason McIntyre
already listed in SYNOPSIS; while here, rework the ifconfig sentence into something simpler, tweaked by jsg to mention the "media" keyword; ok jsg
2023-03-05knock out double .Pp;Jason McIntyre
2023-03-05adjust documentation to explain tags, which are still there just in caseMarc Espie
2023-03-05Xt -> XrJonathan Gray
2023-03-04Add ytphy(4); pointed out by jmc@Mark Kettenis
2023-03-04ytphy(4)Mark Kettenis
2023-03-04move to 7.3-betaTheo de Raadt
2023-03-02add arch to DtJonathan Gray
2023-03-02mention eephy(4)Jonathan Gray
ok jmatthew@
2023-03-02mvodog(4) and mvortc(4)Jonathan Matthew
2023-02-21some nameserver proposal bits:Jason McIntyre
unwind.8: point to resolvd(8) for autoconf sources unwind.conf.5: order preferred list by order of preference resolvd.8: reformat to read better route.8: no need to discuss unwind in the nameserver command umb.4 + sppp.4: note the sending of nameserver proposals the umb/sppp text is from claudio tobhe confirmed iked sending proposals when configured to do so much assistance and ok: florian claudio
2023-02-20sndiod(8) is the audio daemon now; from david demelierJason McIntyre
2023-02-19Remove non-existent make targets from ports(7) and bsd.port.mk(5)Stefan Hagen
Removed from ports(7): - describe, homepage-links, (un)link-categories, unlink-categories Removed from bsd.port.mk(5): - (un)link-categories OK op@
2023-02-16Regen en_US.UTF-8.src for Unicode 14.0.0Andrew Fresh
That comes with perl 5.36. OK millert@
2023-02-16WhitespaceAndrew Fresh
I am pretty sure it was schwarze@ who pointed this out long ago.
2023-02-14smci -> scmiJonathan Gray
2023-02-13scmi(4)Mark Kettenis
2023-02-13Mention TCS4525.Mark Kettenis
2023-02-10Adjust knote(9) APIVisa Hankala
Make knote(9) lock the knote list internally, and add knote_locked(9) for the typical situation where the list is already locked. Remove the KNOTE(9) macro to simplify the API. Manual page OK jmc@ OK mpi@ mvs@
2023-02-09use newer, much easier disklabel template stringsKlemens Nanni
2023-02-05add ufshci(4);Jason McIntyre
2023-02-04Initial driver for Universal Flash Storage (UFS) Host Controllers.Marcus Glocker
ok kettenis@
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
The timecounting code has had stubs for pulse-per-second (PPS) polling since it was imported in 2004. At this point it seems unlikely that anyone is going to finish adding PPS support, so let's remove the stubs: - Delete the dead tc_poll_pps() call from tc_windup(). - Remove all tc_poll_pps symbols from the kernel. Link: https://marc.info/?l=openbsd-tech&m=167519035723210&w=2 ok miod@
2023-02-03add sncodec(4);Jason McIntyre
2023-02-03sncodec(4)Mark Kettenis
2023-01-31typo, fix variable nameMarc Espie
2023-01-30The APM_IOC_NEXTEVENT ioctl was removed in the mickey era, removeJoshua Stein
documentation about it ok deraadt, miod
2023-01-28syncTheo de Raadt
2023-01-22Fix list of possible values of MODRUBY_REVTheo Buehler
With Ruby 2.7 in the attic, MODRUBY_REV can no longer be set to 2.7. It has been possible to set it to 3.2 for a while.
2023-01-22Update documentation for removal of ruby27 FLAVORJeremy Evans
2023-01-21sync EXTRACT_CASES and PATCH_CASES with realityKlemens Nanni
xz handles .lz now, we deal with zstd patches by default, bzip2 and gzip have command variables.