summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2023-01-09tweak text for USE_NOEXECONLYStuart Henderson
2023-01-09document USE_NOEXECONLYStuart Henderson
2023-01-07fix firmware filename typo in iwx(4) man page: ao -> a0Stefan Sperling
2023-01-07The maximum length of the value is extended to 64k bytes.ASOU Masato
ok yasuoka
2023-01-06Remove copystr(9), unless used internally by copy{in,out}str.Miod Vallat
2023-01-01timeout.9: document new interfaces, miscellaneous rewrites and cleanupScott Soule Cheloha
- Document timeout_abs_ts(9). - Add the kclock arguments to timeout_set_flags(9) and TIMEOUT_INITIALIZER_FLAGS(9). - Document KCLOCK_NONE and KCLOCK_UPTIME. - Mention the static initialization macros alongside timeout_set(9) etc.; keep relevant information adjacent. - Mention timeout_add_sec(9) etc. alongside timeout_add(9); keep relevant information adjacent. ... plus many other cleanups, rewrites, and rearrangements. Prompted by mvs@ and many others. With input from jmc@, mvs@, kn@, schwarze@, and probably a few others I have forgotten. v1: https://marc.info/?l=openbsd-tech&m=162449274513068&w=2 v2: https://marc.info/?l=openbsd-tech&m=165851505627764&w=2 v3: https://marc.info/?l=openbsd-tech&m=167250339811308&w=2 ok jmc@ mvs@ schwarze@
2022-12-29capital letter at sentence start;Jason McIntyre
2022-12-29FORK_SIGHAND and the handling of func==NULL disappeared in 2017 inPhilip Guenther
sys/kern/kern_fork.c rev 1.195.
2022-12-28microtime.9: rewrite description, miscellaneous cleanupScott Soule Cheloha
- Remove the bintime interfaces. They should not be used outside of the timecounting layer. Unsure whether they warrant a manpage of their own. - In the SYNOPSIS, change the variable names for timespec interfaces from "tv" to "ts". - Document the new-ish "nsec" interfaces. - Rewrite the DESCRIPTION. Describe every clock completely in its own paragraph. Enumerate all the interfaces in tables. Explicitly state the output format for each interface in said tables. Add new vocab ("hardware", "timestamp") to clarify the differences between the "get" and non-"get" interfaces. - Add the CONTEXT, RETURN VALUES, and ERRORS sections. - Cross-reference clock_settime(2), timeradd(3), and tc_init(9). Lots of input from schwarze@. ok jmc@ schwarze@
2022-12-26spelling fix; from paul tagliamonteJason McIntyre
ok millert
2022-12-26Document ruby32 FLAVOR for Ruby portsJeremy Evans
2022-12-23- hostname.if can handle lladdr as well as if names nowJason McIntyre
- mention that they can be used for dynamic addressing - lower the reading order of multicast routing (it makes sense to place this at the end) - Xr route(8) up front of the route text, not the end - use Xr rather than Pa where possible - reorder the forwarding text
2022-12-23point readers, where relevant, to route(8) rather than netstat(1) or route(4);Jason McIntyre
remove some redundant info regarding netstat -r from ipcomp/ipsec feedback claudio sthen ok claudio kn sthen
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
A few programs used the plural in their synopsis which doesn't read as clear as the obvious triple-dot notation. mdoc(7) .Ar defaults to "file ..." if no arguments are given and consistent use of 'arg ...' matches that behaviour. Cleanup a few markups of the same argument so the text keeps reading naturally; omit unhelpful parts like 'if optional arguments are given, they are passed along' for tools like time(1) and timeout(1) that obviously execute commands with whatever arguments where given -- just like doas(1) which doesn't mention arguments in its DESCRIPTION in the first place. For expr(1) the difference between 'expressions' and 'expression ...' is crucial, as arguments must be passed as individual words. Feedback millert jmc schwarze deraadt OK jmc
2022-12-17add arch to Dt;Jason McIntyre
2022-12-17aplefuse(4)Mark Kettenis
2022-12-16Prioritize lladdr over name/unit in hostname.if processingAndrew Fresh
When needed, lladdr is more precise and enduring. Suggested by deraadt@ Many improvments and OK kn@
2022-12-15rework the text describing interface name;Jason McIntyre
feedback deraadt afresh kn
2022-12-13add tipd(4);Jason McIntyre
2022-12-13The C compiler -rdynamic argument is not specific to gcc, so just say 'cc'Philip Guenther
queried by and ok jcw@
2022-12-12Fix typo.Mark Kettenis
2022-12-12tipd(4)Mark Kettenis
2022-12-09fix double word and Ar -> Dv;Jason McIntyre
2022-12-09document changes to uvm_map_protect() for setting the UVM_ET_STACK inTheo de Raadt
some cases (setrlimit, atomically, only kernel reachable, ...)
2022-12-09Allow overriding default run-regress-* targetsTheo Buehler
Overriding a default run-regress-* target with custom commands is already possible and done by many tests. The fact that it currently works depends on behavior in the BUGs section of make.1, however. The fix is not to add commands if the target is already defined with commands. tested by anton correct fix from espie, ok anton
2022-12-06list hatch-vcs for MODPY_PYBUILDStuart Henderson
2022-12-05make all lists non -compact, to keep spacing consistent;Jason McIntyre
from brad ok jca while here knock out the resulting unnecessary Pp and wrap some long lines
2022-12-05Add support configuring hostname.if(5) by lladdrAndrew Fresh
Original implementation by martijn@ Feedback and suggestions from kn@, sthen@, claudio@, florian@, and deraadt@. ok deraadt
2022-11-30Update to 2022ggtz from https://github.com/JodaOrg/global-tzTodd C. Miller
Major changes: * The northern edge of Chihuahua changes to US timekeeping. * Much of Greenland stops changing clocks after March 2023. * Fix some pre-1996 timestamps in northern Canada.
2022-11-27Zap qt3/4 remnants, MODQMAKE_RECURSIVE always defaults to yesKlemens Nanni
Like that since ports devel/qmake/qmake.port.mk r1.11 Zap qt3 remnants
2022-11-27x11/qt3 and qt4 are no more, say x11/qt* like the module's error messageKlemens Nanni
2022-11-23pwmleds(4)Mark Kettenis
2022-11-21aplpwm(4)Mark Kettenis
2022-11-20Sync struct pfi_kif with realityKlemens Nanni
pfik_srcnodes and pfik_flagrefs members were added in sys/net/pfvar.h r1.492 (jul 2019) and r1.505 (dec 2021), respectively.
2022-11-18Improve "once" bitsKlemens Nanni
- use imperative tense in the pf.conf(5) "once" part - leave printing implementation details to pfctl(8)'s "-s rules" part - use more markup - debug mode also prints expired rules OK jmc sashan
2022-11-14Document arm64 as supporting RAID 1C bootKlemens Nanni
Now that installboot(8) -p is softraid(4) aware, fresh arm64 installations actually boot out of the box without manual intervention, as expected.
2022-11-11fix ounctuation and SEE ALSO;Jason McIntyre
2022-11-11Add icc(4) to handle Customer Control keyboards attached to i2c bus.Matthieu Herrb
ok anton@ patrick@
2022-11-11resync with ISO web site; ok kmos@Daniel Dickman
2022-11-10divison -> divisionJonathan Gray
2022-11-10fix SEE ALSO and new sentence, new line;Jason McIntyre
similar patch floated by josian frentsos on tech
2022-11-10tweak the "once" text; ok sashanJason McIntyre
2022-11-10qcpon(4), qcpwm(4), qcrtc(4)Patrick Wildt
2022-11-10update for consistencyPatrick Wildt
2022-11-10qcpmic(4), qcpmicgpio(4), qcspmi(4)Patrick Wildt
2022-11-10qcpdc(4)Patrick Wildt
2022-11-10Move manpages for Qualcomm devices over to the MI directory. kettenis@ putPatrick Wildt
them into the arm64-specific one mostly because they were for ACPI and that will definitely be arm64-specific. I have committed most of the FDT ones to the MI fdt directory. dlg@ would be happier with those manpages in the MI one. There are more manpages to come as well.
2022-11-10RegenKenneth R Westerback
2022-11-10Add support for per-cpu event counters, to be used for clock and IPIJonathan Matthew
counters where the event being counted occurs across all CPUs in the system. Counter instances can be made per-cpu by calling evcount_percpu() after the counter is attached, and this can occur before or after all system CPUs are attached. Per-cpu counter instances should be incremented using evcount_inc(). ok kettenis@ jca@ cheloha@
2022-11-09simplify expiration of 'once' rules.Alexandr Nedvedicky
let packet to mark 'once' rule as expired. The rule will be removed by pfctl(8) when rules are updated. OK kn@