IABSD.fr/src/share

Branch :


Log

Author Commit Date CI Message
112e2fea 2021-11-29 14:06:03 points people to more current ways to find package information. with inputs from danj@ and kn@, thx guys
29063ad6 2021-11-26 03:37:39 Transmiter -> Transmitter
ab698aa1 2021-11-26 03:34:14 addresss -> address
d5a92f23 2021-11-23 10:30:08 add llvm-ar(1) to the build with its two dependencies libLLVMDlltoolDriver and libLLVMLibDriver; switch LLD_ARCHs to llvm-ar(1) by skipping the installation of binutils' ar(1) and linking llvm-ar(1) to ar(1) tested on amd64, i386, arm64 and mips64 ok patrick@, kettenis@
99541e85 2021-11-23 06:58:36 nameserver->name server, as the rest of the file does;
abd5121f 2021-11-22 20:24:41 pcyrtc(4)
931108e9 2021-11-22 20:18:27 Implement rfc6840 (AD flag processing) if using trusted name servers libc can't do DNSSEC validation but it can ask a "security-aware" resolver to do so. Let's send queries with the AD flag set when appropriate, and let applications look at the AD flag in responses in a safe way, ie clear the AD flag if the resolvers aren't trusted. By default we only trust resolvers if resolv.conf(5) only lists name servers on localhost - the obvious candidates being unwind(8) and unbound(8). For non-localhost resolvers, an admin who trusts *all the name servers* listed in resolv.conf(5) *and the network path leading to them* can annotate this with "options trust-ad". AD flag processing gives ssh -o VerifyHostkeyDNS=Yes a chance to fetch SSHFP records in a secure manner, and tightens the situation for other applications, eg those using RES_USE_DNSSEC for DANE. It should be noted that postfix currently assumes trusted name servers by default and forces RES_TRUSTAD if available. RES_TRUSTAD and "options trust-ad" were first introduced in glibc by Florian Weimer. Florian Obser (florian@) contributed various improvements, fixed a bug and added automatic trust for name servers on localhost. ok florian@ phessler@
2d0dd625 2021-11-22 11:17:39 explain about the new defaults for PKGNAME-sub
9514996f 2021-11-22 11:07:50 gc parts that reference "describe"
90cbd25f 2021-11-21 23:02:50 sort SEE ALSO;
b909db95 2021-11-21 22:27:16 Mention iicmux(4). requested by & ok jmc@
ad64f2a5 2021-11-21 11:10:35 iicmux(4)
3f58a729 2021-11-18 09:51:30 Move example from "goo" to @tag.
deab12e5 2021-11-17 12:53:05 explicitly talk a bit about "informal" specs
8e701ccf 2021-11-16 21:19:24 document GH_DISTFILE that was added to ports/infrastructure/mk/bsd.port.mk
50eb7ec0 2021-11-16 13:53:14 To debug IPsec and tdb refcounting it is useful to have "show tdb" and "show all tdbs" in ddb. tested by Hrvoje Popovski; OK mvs@
61e19612 2021-11-13 12:09:30 Use a proper PKGPATH in the WRKOBJDIR example www/mozilla is a module, www/mozilla-firefox is an actual port. OK sthen
fd623953 2021-11-11 21:05:46 nwid -> join Missed in the previous commit to the installer and wifi driver manuals: --- Use ifconfig(8)'s "join" command by default Its adoption went quite well, so install "join" rather than the old "nwid" in new hostname.if(5) files and follow this trend in our wifi manuals. OK deraadt sthen --- Spotted/diff from From Raf Czlonka < rczlonka AT gmail DOT com>, thanks! Tweak the example sentence while here. Feedback jmc sthen
4b8b5472 2021-11-11 17:33:10 remove switch(4) entry in SEE ALSO;
564f10c3 2021-11-11 12:23:15 Tweak rc_stop and rc_reload description by mentioning their corresponding _signal variable. Fix a warning from 'mandoc -T lint' while here.
cedda35c 2021-11-11 09:51:32 Regen after switch(4) removal
e8358ce2 2021-11-11 09:45:27 Unhook switch.4 and update bridge.4 since some switch(4) specific ioctls will be removed soon. OK sthen@ kn@ patrick@
6371cd0b 2021-11-10 20:24:22 Give sppp(4) its own RTP_PROPOSAL priority OK semarie@
3265d83c 2021-11-10 15:04:26 sppp(4) - support PPP IPCP extensions for DNS RFC 1877 extends the family of network control protocols for establishing and configuring the IPCP over PPP, defining the negotiation of primary and secondary DNS addresses. After negotiation, rtm_proposal() is used to send out DNS updates. Feedback from claudio@ and kn@. OK claudio@, kn@
eb27f05f 2021-11-09 16:16:10 Add gpiokeys(4) for arm64 This driver handles events triggered by GPIO keys such as lid status and power button. OK kettenis
0f122153 2021-11-09 16:11:21 add some Dv; from simon branch
773b7753 2021-11-09 11:43:47 Clarify ksh(1) dependency OK aja
aceb1e7f 2021-11-08 16:13:43 install.site.5 not .8
a3154df3 2021-11-08 16:12:09 Rename/move site(8) into install.site(5) These sets/scripts are not commands and there is nothing actually called "site". This is configuration, so use section five. Also rename to what actually exists. Discussed with deraadt schwarze jmc OK deraadt
cfdacea7 2021-11-08 15:33:36 Fix markup
5a90631d 2021-11-06 10:38:04 Allow passing a different signal than SIGTERM in the default rc_stop() function. This will allow to simplify some rc.d script that cook there own function to gracefully stop a process (e.g. web servers). There are other use cases as well. And do the same for rc_reload because it's cheap and can also simplify a handful of rc.d scripts. Behave like shutdown and if the process is still not down after daemon_timeout (configurable; default to 30s), then send a SIGKILL. While here, factorise pkill invocations into a _rc_sendsig() function that can potentially be used by rc.d scripts instead of cooking pkill lines; this will benefit from the configured routing table etc. tested & ok robert@
f0be95f9 2021-11-06 01:37:02 Add missing newline to fix markup
cf05cd0e 2021-11-06 01:32:10 Add "install.site" and "upgrade.site" as additional manual names This makes "man upgrade.site" work, which is quite convenient for what is sort of a configuration/script file -- similar to boot.conf(8) which lives in boot.8 as additional Nm.
9af48a26 2021-11-06 01:24:37 Add site(8), OpenBSD installation and upgrade customization This is practically https://www.openbsd.org/faq/faq4.html#site "Customizing the Install Process"++ with practical examples and references to/from relevant manuals. Prodding/first diff from Aaron Poffenberger <akp AT hypernote DOT com> "I didn't know about it and now I'm using it on all my systems." florian Feedback semarie afresh1 OK afresh1
eef1db37 2021-11-02 08:39:23 igc(4)
5b94d3fb 2021-11-01 15:23:57 fix Dt and SEE ALSO;
f791b4a3 2021-11-01 09:21:24 aplhidev(4), aplkbd(4) and aplms(4)
824af672 2021-11-01 07:51:51 pf.conf.5: improve reply-to documentation reply-to uses addresses, not interfaces anymore since https://marc.info/?l=openbsd-cvs&m=161213948819452&w=2 make it clearer that reply-to allows for symmetric routing enforcement, eg replying via a specific gateway when having multiple paths. wording from sthen@, vastly improving my initial suggestion. ok jmc@ dlg@
97dc9c08 2021-10-31 17:58:28 Make it more visible that not only rc_reload() can be disabled.
47bfefae 2021-10-31 17:47:06 aplspi(4)
337076c7 2021-10-28 15:06:36 flesh out veb(4)/vport description a bit, spell out in more words what is meant by "independently of the host network stack" feedback jmc dlg
d09093c1 2021-10-24 12:32:42 Use ifconfig(8)'s "join" command by default Its adoption went quite well, so install "join" rather than the old "nwid" in new hostname.if(5) files and follow this trend in our wifi manuals. OK deraadt sthen
e26f531d 2021-10-24 08:42:38 Fix mangled license. From Leon Fischer
1d4c3771 2021-10-23 19:37:35 Provide common btrace(8) scripts. . kprofile.bt - to save kernel stackframces and produce flamegraphs . runqlat.bt - to measure the latency of the scheduler runqueues
91fe5c41 2021-10-22 14:40:49 Update to tzdata2021e from www.iana.org. Major changes: o Palestine will fall back 10-29 (not 10-30) at 01:00. o Fiji suspends DST for the 2021/2022 season. o Move some backward-compatibility links to 'backward'. o Rename Pacific/Enderbury to Pacific/Kanton.
0a828ff4 2021-10-21 18:36:41 Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They require the asynchronous crypto API which makes progress in MP difficult. The hardware is rarely available. They support only obsolete crypto algorithms. Scheduling crypto tasks via PCI is probably slower than the CPU, especailly as modern CPUs have their own accelerators.
d6e4fb61 2021-10-21 15:56:17 Document commands used to send VM IP to Xen host OK kn@
05ee8c21 2021-10-20 06:35:39 revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop (both kernel and userland bits) GENERIC + VFSLCKDEBUG is broken with it.
0cb073b8 2021-10-19 14:50:05 vnode: remove VLOCKSWORK usage in pstat and mention in man pages unbreak the tree. found hard way by tb@ ok tb@ which have the same diff
6e526614 2021-10-17 13:20:46 Disambiguate "autoconf" handling now that it is used for IPv4 as well This was the last mention of "dhcp" in our manuals except for hostname.if(5) documenting it as an "inet autoconf" alias; everything has been converted to modern syntax now (hopefully). OK jmc
f0cde538 2021-10-17 02:03:39 Teach modern "inet autoconf" This goes in line with hostname.if(5), unwind.conf(5), ifconfig(8) as well as our installer. OK deraadt
5ac8867a 2021-10-16 15:05:59 40mhz is now supported so remove the caveat; ok stsp
27634572 2021-10-15 20:47:11 Update name of SMF, and add SAC (Sacramento Executive) I've flown through SMF and been to SAC.
b6ef1ff8 2021-10-15 08:10:44 Teach modern "inet autoconf" This goes in line with hostname.if(5), unwind.conf(5), ifconfig(8) as well as our installer. OK deraadt
00cdfda8 2021-10-11 09:39:29 iwm(4) supports 40MHz channels now. Update man page CAVEATS accordingly.
80534d12 2021-10-08 13:52:28 Fix typo s/excepts/expects/ ok by solene@ and jmc@ diff sent by hagen@sdf.org, thanks
266dc87c 2021-10-06 21:14:39 Remove Ruby 2.6 mentions
ca582519 2021-10-05 18:33:01 sync
680ab2b8 2021-10-05 06:02:18 tx aggregation is now supported; ok stsp
3780906a 2021-10-05 04:56:18 sync
c81589c7 2021-10-04 13:42:53 synch doc to tool
1e1b982a 2021-10-04 01:33:42 Build firmware for rsu(4), rtwn(4), and urtwn(4). We have to install the files with new filenames (removal of "fw" from each of the filenames) and change the driver to use the new filenames, such that the package becomes irrelevant. Discussed with deraadt@ and sthen@ ok deraadt@
2d7dec47 2021-09-25 18:40:07 Add gpiocharger(4) for arm64 This driver provides support for battery chargers connected to GPIO pins, such as those found on the Pinebook Pro. OK kettenis
913b7e91 2021-09-25 10:43:23 Add gpioleds(4) for arm64 This driver provides support for LEDs connected to GPIO pins, such as those found on the Pinebook Pro. OK kettenis
07016043 2021-09-24 15:02:07 Jordan now starts DST on February's last Thursday (was March).
0d18b60b 2021-09-24 05:25:37 Add support for SIMCom SIM7600. To issue AT commands (AT+CUSBPIDSWITCH=9003,1,1 and AT+CLANMODE=1) to change to MBIM mode. ok deraadt@
c09bd941 2021-09-23 21:37:34 Samoa no longer observes DST.
485a803c 2021-09-15 04:59:26 Improve the uhid(4) manual: * Include the relevant header in the synopsis * Document all supported ioctl commands * Emphasis that a pointer is required to all ioctl commands * Make the write(2) semantics a bit clearer * Add files section * Document errors ok jmc@
29a2b1aa 2021-09-13 17:35:27 tweak text in previous and fix SEE ALSO;
ce828c77 2021-09-13 11:49:21 introduce /etc/bsd.re-config which can be used to configure the kernel using config(8); the contents of this configuration file will be fed to config(8) after kernel relinking is done, so on the next boot the new kernel will have all the configuration changes set by the user this comes handy if you still want to use KARL while making changes to the GENERIC kernel diff from Paul de Weerd with input from several developers
58776a40 2021-09-12 16:37:42 freebsd history is irrelevant here; pointed ok by and ok deraadt
4f06d84d 2021-09-08 20:33:42 update rge: can do 10/100/1Gb/2.5Gb according to chris
3ead84f2 2021-09-08 20:29:21 attempt to standardise the way we specify speeds in our name description (Nd) lines; sthen and deraadt argued for unit suffixes for speeds 1Gb+ deraadt also requested Gigabit be standardised to 1Gb ok sthen deraadt ian benno
413a7a13 2021-09-07 19:35:41 document that SFP modules work in SFP+ cards. change the title to show speeds of 100 and 1Gb too. ok sthen@
74b33249 2021-09-07 17:39:49 clang: add a new warning for %n format specifier usage in printf(3) family functions ok deraadt@ different versions tested by jca@ naddy@ sthen@
fbc27a2f 2021-09-07 11:47:42 we already parse the GNU tbl(7) "nospaces" option, so let it have the intended effect, too
497492a7 2021-09-04 12:11:45 Add uaq(4), a driver for Aquantia AQC111U/AQC112U USB ethernet devices. hardware provided by Brad tested with modest success by mlarkin@, kevlo@ and Brad ok kevlo@
e96bd7fd 2021-09-03 12:11:15 Document sleep button, lid status and lidaction/pwraction support landry added the sensor back in 2013 and suspend via sleep button also works (at least on ThinkPads). `machdep.{lid,pwr}action' are super useful but only mentioned in /etc/examples/wsconsctl.conf providing poor discovery. acpibtn(4) is the most prominent driver supporting them, so document their behaviour here as a reference point (`man -k .=lidaction' now shows it). suspend/hibernate wording is taken from apm(8). sysctl value list style is taken from sysctl(2)'s KERN_POOL_DEBUG. Feedback jmc
beed66c2 2021-09-03 08:22:25 Update Albuquerque, NM zip codes.
e77af560 2021-09-02 15:00:55 Update for change of default Ruby version to 3.0.
c2249c0a 2021-09-02 10:18:27 Typo in previous commit
1dee8d2a 2021-09-02 10:17:46 .Xr for aq(4) in pci(4) manpage
17893e5f 2021-09-02 10:12:20 Forgot the man page Makefile in the previous commit
bccaee56 2021-09-02 10:11:21 aq(4) driver for Aquantia 1/2.5/5/10Gb/s PCIe ethernet adapters Adds support for Aquantia AQC1xx family of PCIe ethernet adapters. This driver supports 1Gbps through 10Gbps modes of operation based on the hardware and media/switch capabilities. The initial code was ported from NetBSD, with jmatthew@ finishing up the Tx/Rx ring support and interrupt handler routine. The driver only supports devices using firmware V2. This diff enables aq(4) on riscv64 and amd64, the only platforms where I have tested the driver, but it likely works on other architectures as well.
f45a9042 2021-09-02 07:14:15 regress tests shouldn't set or modify MALLOC_OPTIONS unless they're actually very specific behaviour document this accordingly in the guidelines section of the manpage ok bluhm@
00937acf 2021-08-31 23:33:05 Make include bsd.prog.mk is supporting PROGS for a while. Allow multiple programs also in bsd.regress.mk for consistency. OK anton@
5280e111 2021-08-31 15:37:40 aplpinctrl(4)
20ed65b0 2021-08-24 07:30:32 We no longer have resolv.conf.tail. From Scott Bennett, thanks!
762c2d21 2021-08-21 18:28:52 ioc(4) disappeared with sgi removal...
946207f8 2021-08-21 18:18:05 escape two instances of the word "An" in Rs/Re blocks: although mandoc can handle it, groff does not like it;
534bf4d8 2021-08-21 10:27:10 make the description for ucc match exactly;
17715cfa 2021-08-21 03:00:02 Switch macppc to ld.lld Add powerpc to LLD_ARCH. Remove -Wl,-relax flag; ld.bfd needed it, but ld.lld can't take this flag. To avoid linker errors on macppc, you need a snapshot where /usr/bin/ld is LLD. ok kettenis@ deraadt@
339dd158 2021-08-20 05:25:23 add ucc(4) manual, looks good to jmc@
d25d988d 2021-08-17 18:08:51 oops, fix spelling of my own name
046082dc 2021-08-17 15:03:55 7.0-beta
7d063611 2021-08-10 12:36:42 Support two-character font names (BI, CW, CR, CB, CI) in the tbl(7) layout font modifier. Get rid of the TBL_CELL_BOLD and TBL_CELL_ITALIC flags and use the usual ESCAPE_FONT* enum mandoc_esc members from mandoc.h instead, which simplifies and unifies some code. While here, also support CB and CI in roff(7) \f escape sequences and in roff(7) .ft requests for all output modes. Using those is certainly not recommended because portability is limited even with groff, but supporting them makes some existing third-party manual pages look better, in particular in HTML output mode. Bug-compatible with groff as far as i'm aware, except that i consider font names starting with the '\n' (ASCII 0x0a line feed) character so insane that i decided to not support them. Missing feature reported by nabijaczleweli dot xyz in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992002. I used none of the code from the initial patch submitted by nabijaczleweli, but some of their ideas. Final patch tested by them, too.
367c3d44 2021-08-06 06:35:13 add riscv64 and octeon intro(4)
fd444336 2021-08-05 14:31:06 .OP is not a GNU extension but first appeared in the Documenter's Workbench, see https://github.com/n-t-roff/DWB3.3/blob/master/macros/man/an.sr#L33 from g dot branden dot robinson at gmail dot com via GNU troff commit e3459327 2 Aug 2021 10:49:46 -0400
cf436f1f 2021-07-29 17:31:25 manually tag the macro names that have false positives
1d769140 2021-07-29 17:06:21 Update the list of firmware files used by iwx(4).