IABSD.fr/src/share

Branch :


Log

Author Commit Date CI Message
c9bf0f71 2025-05-18 23:01:43 extra SEE ALL and HISTORY
277bd516 2025-05-18 00:13:57 deprecate RW_SLEEPFAIL. it was documented as: Wait for busy locks, but do not obtain them, fail with EAGAIN instead. nothing uses it anymore. the few things that did use it were too tricky, so i'm not keen to leave it around for people to cause confusion with in the future. ok claudio@ mpi@ mvs@
ff99cb2f 2025-05-17 10:13:40 remove unused bufq_switch() bufq_requeue() ok kn@ miod@ tedu@
7c06e100 2025-05-16 02:50:12 fix the example code a bit
c8d6766a 2025-05-15 00:04:30 install erspan(4)
343220f0 2025-05-14 04:28:46 spelling; ok dlg@
18f00cd4 2025-05-14 01:56:58 first pass at a manpage.
6405849d 2025-05-13 15:49:42 add missing MODPY_PYBUILD backends
ffee0fd9 2025-05-08 23:04:35 Fix a typo. 82559 must be 82599. found by Dmitry Bogdan
987e6c5a 2025-05-08 10:36:54 DIST_TUPLE can now do fdo
e0b32dbd 2025-05-07 19:08:52 Fix description of relaydRelay{Last,Avg} counters. These counters describe the number of sessions created on a given relay, not the number of packets passed. ok sthen@
c301b4b0 2025-05-05 20:50:03 clean up and revise some wording. delete lots of junk that maybe sounded good 20 years ago in starttls.8 ok benno jmc
6bc872b6 2025-05-04 23:45:28 remove outdated list of devices. ok jmc jsg
eacfe1d9 2025-04-29 17:44:00 remove references to fs.posix.setuid; ok tedu
825e5031 2025-04-27 07:53:12 sync the ice(4) entry;
a7ff54be 2025-04-26 19:49:21 state the device speeds in the title like all the other drivers do ok stsp@
43713187 2025-04-21 19:46:18 We also provide debug packages on aarch64 (arm64)
69e74f77 2025-04-14 05:37:58 Add support for the Realtek RTL8125D chip to the rge(4) driver and update microcode for RTL8125B. The RTL8125D chip can be found on motherboards like MSI PRO B840-P WIFI.
db88f335 2025-04-13 13:17:31 - shorten the platform support text - Xr boot(8) - change a caveat to be less ambiguous - mark up the RAID 5 discipline, in line with others from h. hartzer ok kn
c16771e8 2025-04-05 16:56:29 repeat less and distinguish beteen format and default file input OK jmc
ca1c44c1 2025-04-01 12:13:50 ice(4) manual page updates regarding firmware support
22339438 2025-03-31 17:35:28 Support setting the new variable PASSWDSKIP in /etc/daily.local to prevent security(8) from complaining about specific accounts that have no password, typically used for services like anoncvs and gotd. In addition to improving support for gotd, this also improves security for everyone because the exception will now only exist on machines where the admin explicitly enables it. Based on an idea from stsp@; OK stsp@. (Actually, sthen@ also mentioned a similar idea in 2009, and afresh1@ indicated potential support for the general direction in 2024.)
8183a312 2025-03-29 11:24:02 Mention below HISTORY when this was first supported. For a long discussion of the sources, see https://marc.info/?l=openbsd-misc&m=174320506004836 . OK jsg@
36238301 2025-03-27 15:12:14 remove the note about powersave being unsupported: it is powersave via "ifconfig powersave" that is unsupported for these devices, and instead handled by firmware; drivers which support "ifconfig powersave" document that they do; help/ok stsp
26990f7c 2025-03-27 10:21:53 ath/athn/atw/rtw don;t actually support powersave via ifconfig so remove the note that says they do (athn supports it for clients when in hostap, so that note remains); wi does support powersave via ifconfig so add the relevant text there; help/ok stsp
5a47929a 2025-03-27 09:38:38 add missing notes re driver modes and wpa; omission noted by/ok stsp
b9214d32 2025-03-26 23:39:00 Add an arm specific subsection and device tree attachments to usb(4) synopsis. Make it pretty with paragraph breaks. input and ok jmc@, ok miod@
c7f5171b 2025-03-26 09:51:08 some wording tweaks for precision and conciseness; triggered by a question from Martin Schroeder <martin at oneiros dot de>; tweaks and OK jmc@, OK danj@, and OK sthen@ on an earlier version
98cd71d6 2025-03-25 19:57:54 be somewhat more circumspect with our description of wpa2: -WPA2 is the current encryption standard for wireless networks. +WPA2 is currently the most secure encryption standard for wireless networks +supported by +.Ox .
2b848af5 2025-03-25 14:34:41 Update to 2025bgtz from https://github.com/JodaOrg/global-tz New zone for Aysen Region in Chile which moves from -04/-03 to -03.
dce7ab62 2025-03-25 04:21:07 Add manual page for mtxhci(4). ok kettenis@
50bf7085 2025-03-25 00:16:01 Update to Unicode Version 15.0.0 This is a mechanical update using gen_ctype_utf8.pl you should put this in schwarze@
7a20fd92 2025-03-04 01:33:42 add bpfxattach.
10fc8ac3 2025-03-01 19:44:07 move to 7.7-beta
15f54384 2025-02-18 22:08:17 reproductibility -> reproducibility; ok semarie@
f3e19b3a 2025-02-16 09:15:54 hook opam-module.5 page in man5/Makefile reminder by tb@
ab7d5da6 2025-02-16 09:03:31 add opam-module.5 man page to document sysutils/opam module. with help from jmc@
9c575bff 2025-02-14 03:15:06 Add manual page for mtrng(4). ok kettenis@
719e8131 2025-02-10 11:41:19 Although one would expect systems emulating the legacy PS/2 keyboard controller to do this faithfully, there are more and more systems which use creative interrupt configurations differing from the ISA defaults, and cause pckbc@isa to not behave correctly, making these keyboards (and sometimes trackpads, too) unusable. This commit introduces a pckbc@acpi attachment, which will attach instead of pckbc@isa if it detects an interrupt configuration which would not be handled correctly by the isa attachment. This unbreaks, among other things, the keyboards in various ChromeBook. ok kettenis@, thanks to everyone who tested.
6f5e57c3 2025-02-07 02:53:30 go-module(5): document MODGO_ARCH ok sthen
b1b19b53 2025-02-05 11:10:19 mention pbr as another available MODPY_PYBUILD backend drop the "packing list generation" section which relates to ports where a single port handles python 2+3 versions of some software, which we've now stopped using other small tweaks
8eac1d8a 2025-01-30 02:14:17 order Xr alphabetically
e39f13f7 2025-01-30 00:31:55 Add manual page for mtintc(4).
380dd543 2025-01-29 15:10:35 Document RW_UPGRADE.
1f33ff36 2025-01-29 14:03:18 virtio: Prefer 1.x over 0.9 Make virtio 1.x the default if the hypervisor offers both 0.9 and 1.x. Version 1.x is required for feature bits >= 32, as in vio(4) multiqueue. Also be more compliant to the virtio 1.x standard, which says "Drivers MUST match any PCI Revision ID value". tested by bluhm@
e9fa38a0 2025-01-27 03:15:20 Weaken the recommendation to use conventional sections; the wording "absolutely necessary" was an exaggeration that confused people. I noticed this problem because <onf at disroot dot org> quoted the text on the groff mailing list. While here, strengthen the recommendation to not use macros inside title lines of sections and subsections, and to keep title lines unique. Feedback and OK jmc@
e5de2730 2025-01-26 05:47:17 login.conf.5: document "infinity" value in number, size and time argument type tweaks from Evan Silberman and schwarze@ ok landry@ jmc@ schwarze@
2a69d363 2025-01-19 22:14:45 Document pmap_populate(9).
8c2f694a 2025-01-19 22:03:27 Update to 2025agtz from https://github.com/JodaOrg/global-tz o Paraguay adopts permanent -03 starting spring 2024. o Improve pre-1991 data for the Philippines. o Etc/Unknown is now reserved.
5771aeff 2025-01-17 08:52:01 mention MODPY_TEST_LINK_SRC
8a8057a7 2025-01-15 20:34:50 sys/videoio.h: sync V4L2 with Linux-6.13-rc7 also, cleanup all __KERNEL__ macroses man update by mglocker@ bulk build and feedback by jca@ OK: jca@ mglocker@
529720d4 2025-01-13 18:20:47 man/cargo-module.5: document MODCARGO_CARGOLOCK OK semarie@ tb@
9d930ed6 2025-01-10 03:41:02 Update ruby-module.5 for Ruby 3.4 addition
02fa9548 2025-01-09 17:42:38 Return EPROTO error when attempting to unsplice the not spliced socket. The EPROTO error was suggested by bluhm. ok bluhm
a675726c 2025-01-08 22:26:22 Add Псков/Pskov, Russia Small single-gate one, apartment buildings next door, 4km from city centre. Great place for a short holiday trip, like I did.
81c35b85 2025-01-02 13:52:17 Document .St -isoC-2023 . While here, change the wording from "major version" to "edition" because that's how the C standards call themselves and because not every edition is a major version in the normal sense of the word. In particular, it is not an oversight that there is no macro argument for edition 4 = C17 precisely because that is *not* a major version but merely a minor bugfix update of C11 not adding any new features. OK jmc@
b9f606a9 2024-12-24 17:08:50 Add preservation of fdisk info to libexec/security daily script. perl fix && ok afresh1@
2baa90be 2024-12-24 07:10:18 typo: progress -> proress From Mark Jamsek
a80738d8 2024-12-21 03:34:31 correct history; ascii(7) is the first edition manual
f1f9609d 2024-12-21 03:10:46 ddb was not part of Mach until 3.0 "The Mach kernel has a builtin kernel debugger (kdb) based on adb" Mach: A New Kernel Foundation For UNIX Development, USENIX Summer 1986 "The new kernel debugger has most of the features of the old kdb, but with a more rational (gdb-like) syntax." Mach 3.0 (mk83), ddb.man Mark W. Eichin explains how ddb came to be in 386BSD 0.1 in a June 1992 post to comp.unix.bsd https://groups.google.com/g/comp.unix.bsd/c/LY3hbHwjdG0/m/ca1hS0Hp5HcJ
ce1c3cff 2024-12-21 01:00:31 Julian Elischer's scsi code was not part of 386BSD 0.1. It was posted to comp.unix.bsd and was part of the 0.2.2 patchkit. The first two commits to NetBSD were 386BSD 0.1 and the 0.2.2 patches. uk.c did not appear till NetBSD 1.0. ok miod@
825a12c4 2024-12-16 21:39:29 rewrite a sentence, add a width specifier to a list, and some "a" -> "an"; ok dlg
f77c65ef 2024-12-15 11:07:08 add a manpage for AF_FRAME and how to use Ethernet dgram sockets.
8e650cf5 2024-12-01 09:05:05 upd(4): add PercentLoad sensor Reports the % of the available UPS power drawed by output outlets. tested by sthen@, matthieu@ and Walter Alejandro Iglesias ok sthen@ as part of a larger diff
ac4b1d57 2024-12-01 08:11:14 Properly document TCP_SACK_ENABLE socket option. This used to be documented in options(4), but was deleted there in 2017. Reinstate the same text here. ok jmc@
06a3f189 2024-11-30 20:15:03 uvideo.4: add Jabra PanaCast 20 as known to work OK mglocker@
00e420e5 2024-11-26 21:59:29 add a manual page for ice(4)
7fb791d7 2024-11-26 06:12:44 Pass -g to CFLAGS for regression testing It is annoying to have a regress test crash and then be faced with question marks in the backtrace, and then have to recompile and pass -g via DEBUG or similar. This may bite people with small obj/. Let's see if anyone shouts. ok anton claudio
7556e2da 2024-11-21 06:12:23 Update lang/ruby module documentation for the removal of Ruby 3.1
b0f15588 2024-11-19 18:39:34 fix SEE ALSO;
98536b28 2024-11-19 10:03:19 Add qccpucp(4) manual page ok mlarkin@
191f2351 2024-11-18 22:33:58 i was missing a .Dv in front of a macro
dfc7a54c 2024-11-17 09:19:46 describe the endianness of tun_hdr
79097e0e 2024-11-17 07:44:47 minor grammar/macro fixes;
b30d1b82 2024-11-17 01:44:25 try documenting tun_hdr
c152b5be 2024-11-17 00:51:04 make a first pass at documenting the network offload support. the ioctls are here, the offload header is next.
0f2d79f3 2024-11-15 00:32:04 compatibiliy -> compatibility
5dfc6dff 2024-11-13 12:58:29 merge tap(4) into tun(4). it's the one driver providing both interfaces. ok and tweaks from claudio@ and jmc@
dcfa02de 2024-11-13 10:56:18 powerpc/pci/pci_machdep.h moved to machine/pci_machdep.h in 2013
21a95cc9 2024-11-11 14:31:16 offset the display for the hexadecimal set by one blank space to preserve alignment with other sets; diff from chohag at jtan com, but i chose to indent by first column rather than second;
d44a6ffe 2024-11-09 15:54:14 The 'flags' parameter has been removed from falloc(9) in 2018. ok miod@
ee26af80 2024-11-07 08:43:18 drop "Civil" from NQY; while RAF still have some presence at the site they sold the runway to Cornwall County Council in 2008, there's no separate military airbase. (Existence verified by me when it was RAF St Mawgan).
a814216f 2024-11-06 22:27:42 I have flown into and from Trondheim, TRD.
95194c13 2024-11-06 18:09:56 Add a few missing airports that I have visited.
a794025e 2024-11-05 15:08:46 Remove old reference to VMM_MPROTECT_EPT ioctl This was removed a while back and the manpage wasn't updated. Pointed out by David Bonnafous, thanks.
181b71c4 2024-11-05 13:15:13 remove unused M_MAXCOMPRESS MCLOFSET; ok claudio@ miod@
e1eba03c 2024-11-05 11:12:48 Belatedly add a very crude manual page to acpicmos(4).
5c8c5e0d 2024-11-03 06:42:10 do not uppercase "virtual function"; ok jmatthew, who spotted that similar changes needed for iavf (and its entry in pci.4)
3f6272d9 2024-11-03 06:39:36 add entry for ixv(4);
f789030f 2024-11-02 06:47:03 add Xr to self for ix and ixv;
bd649541 2024-11-02 06:44:31 sort sections (BUGS goes last) and use some Ox/An in AUTHORS;
e6ed55bd 2024-11-02 04:37:20 Add ixv(4), a driver for virtual functions of Intel 82598EB, 82559, and X540. The driver was originally written by Intel and released as ixv driver version 1.5.32 and ported to OpenBSD by Yuichiro NAITO, naito.yuichiro at gmail.com. tested by henson at acm.org and many others. ok jmatthew
80a776f5 2024-10-28 19:48:37 share/man/man5/python-module.5: document MODPY_TEST_LINK_SO
812b3703 2024-10-14 07:05:23 remove notes about unsupported modifiers; from nir lichtman confirmed by miod
31e7574b 2024-10-12 15:40:36 remove blank line;
bcc95334 2024-10-09 07:25:35 Appease mandoc -Tlint
7b7a4ab2 2024-10-09 07:22:13 Add .Xr to pkg_check-version(1) in packages-specs(7), as pkg_check-version(1) can be used to verify the ordering of package names. ok tb@
9060cf22 2024-10-07 07:35:40 Add support for AX88772D. AX88772D is a USB 2.0 device. It is very similar to AX88179A overall. The most significant difference is that AX88179A supports 1000Mbps speeds while AX88772D does not. grammer fix from jmc@ ok miod@
e1668dfc 2024-10-06 10:24:52 new opt-in PATCH_QUIET aka. patch(1) -s; OK tb
c08965e9 2024-10-05 13:27:16 Make scaling available for normal mice, too; not just for touchpads. Add reverse_scrolling to the manpage. ok bru@