summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2022-09-13add some initial docs for MODPY_PYBUILD, prompted by espieStuart Henderson
2022-09-13fix Xr;Jason McIntyre
2022-09-13add missing quote;Jason McIntyre
2022-09-13add arch to Dt;Jason McIntyre
2022-09-13SIOCDIFPARENT removes configuration not SIOCGIFPARENTJonathan Gray
spotted by kn@
2022-09-12sxirintc(4)Mark Kettenis
2022-09-12qcgpio(4) and qciic(4)Mark Kettenis
2022-09-12qcgpio(4) and qciic(4)Mark Kettenis
2022-09-12SIOCGIFPARENT uses struct if_parent not ireqJonathan Gray
ok jmc@
2022-09-12SIOCGVNETID uses struct ifreq not if_parentJonathan Gray
ok jmc@
2022-09-11.Li in previous didn;t make sense;Jason McIntyre
2022-09-11correct argument to VMM_IOC_READVMPARAMSJonathan Gray
2022-09-11document actual MACHINE_ARCH/ARCH values since I always get these mixed upMarc Espie
(and I'm not the only one!)
2022-09-11- put sections in a more standard orderJason McIntyre
(moved FILES and DIAGNOSTICS nearer page end) - BUGS AND LIMITATIONS -> BUGS ok sthen espie
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
from josiah frentsos, tweaked by schwarze ok schwarze
2022-09-10fix repeated wordsJonathan Gray
ok ok miod@ ack ack jmc@
2022-09-10Thinkpad -> ThinkPadJonathan Gray
2022-09-10Socs -> SoCsJonathan Gray
2022-09-10dupex -> duplexJonathan Gray
2022-09-10fix repeated wordsJonathan Gray
ok miod@ jmc@
2022-09-10remove apostrophe on possesive itsJonathan Gray
ok jmc@
2022-09-10PACKAGES_REPOSITORY -> PACKAGE_REPOSITORY; from john verneJason McIntyre
2022-09-07ansiJonathan Gray
2022-09-07GBe -> GbEJonathan Gray
2022-09-07StarFire -> StarFiveJonathan Gray
2022-09-06Document support for booting from RAID 1C on sparc64Klemens Nanni
The bootloader (ofwboot) got support some time ago, but installboot(8) had to be fixed as well for multi-chunk volumes (1C requires at least two). As of today, the latest sparc64 install72.img can perform a default install onto a passphrase-protected 1C volume across four chunk disks, resulting in a bootable system without requiring manual invervention, just like amd64.
2022-09-05boot_*.8: reference installboot.8, rectify FFS note on sparc64Klemens Nanni
On sparc64, installboot(8) does not deal with any file system; its -p is a NOOP and according to CVS history the old sys/arch/sparc64/installboot/ never prepared a file system, either. Remove this single misleading mention alltogether and rely on the now consistently cross-linked MI installboot(8) for details, if any. This syncs the list of currently existing MD boot_*(8/*) pages with the list of usr.sbin/installboot/*_installboot.c files. boot_alpha(8/alpha) already references installboot(8) but still uses sys/arch/alpha/stand/installboot/ instead of usr.sbin/installboot/. boot_luna88k(8/luna88k) exists but luna88k does not use installboot at all. installboot(8) has additional support for efi (armv7, arm64, riscv64), landisk, loongson, octeon and powerpc64 but those architectures currently lack their own MD boot_*(8/*) manual. OK miod
2022-09-05Fix file specification, zap partition bits, rectify disk naming errorsKlemens Nanni
In boot_macppc(8), the current format a) claims to support specific disk/MBR partitions which ofwboot clearly does not parse as such and b) lacks markup to make clear which optional parts can (not) be omitted in what way. Fixing both turns promdev:partition/filename options into [[promdev:]filename] [-acds] Same goes for boot(8/macppc), which has been apparently has been copied from boot(8/amd64) without accounting for all platform specific details. On amd64, biosboot(8) sees disks as 'sd' which (accidentially?) matches the kernel driver's sd(4) name; it also supports specific disklabel(5) slices, so amd64 can do 'sd0a:/bsd'. On macppc, disks show up as 'ide', 'cd' or 'hd' which stems from OpenFirmware alone, not matching the wd(4) driver's name. Also, ofwboot always boots off the 'a' label, so macppc can only do 'hd:/bsd'. Found while installing OpenBSD/macppc from CD inside QEMU but failing to boot from disk inside QEMU and consulting our manual pages for help wrt. specifying a boot device. Turns out QEMU's OpenBIOS simply cannot boot from MSDOS filesystems (thanks gkoehler), so it wouldn't work no matter what boot file specification I'd use. tests/agreement gkoehler Feedback OK miod OK tobhe OK jmc on a previous boot_macppc.8 diff
2022-09-04Document disklabel(8) -T's new RAID templateKlemens Nanni
OK jmc
2022-09-02Make rc_configtest behave like rc_pre and rc_post; i.e. don't define a defaultAntoine Jacoutot
function (each rc.d script is supposed to define its own if wanted). This way, we can filter out the "configtest" action depending on whether the function exists or not. Adapt documentation. tweak/ok kn@
2022-09-01change part of entry description for tf from "cat" to "C/A/T";Jason McIntyre
from josiah frentsos
2022-09-01Drop support for unused attributes 'bs' (d_bbsize) and 'sb'Kenneth R Westerback
(d_sbsize). ok otto@ as part of larger diff
2022-09-01Add a new action: "configtest", to check configuration syntax of the daemon.Antoine Jacoutot
A few adjustments will be done in the next days (like disabling this action if there's no specific rc_configtest function defined). e.g. /etc/rc.d/sshd configtest rcctl configtest sshd idea from naddy@
2022-08-30Nuke disktab.h references in preparation for nuking disktab.h.Kenneth R Westerback
disktab.h has not been used or useful for a looooong time. Detailed historical research by jsg@. ok jsg@ deraadt@
2022-08-30overriden -> overridden;Jason McIntyre
2022-08-29Introduce the rc_configtest() function.Antoine Jacoutot
By default it just returns "0" but can be overriden by rc.d scripts to check that the daemon configuration is valid when running "start", "reload" and "restart".
2022-08-29Not all binaries in /sbin are static...Theo de Raadt
2022-08-28Replace ugly .sp requests with normal .Pp macros.Ingo Schwarze
After tbl_term.c 1.66, such contortions are no longer needed.
2022-08-20document RTLD_NOLOAD, from FreeBSD via guenther@Stuart Henderson
2022-08-13clarify the boot text;Jason McIntyre
discussed with and ok stsp
2022-08-13The portgen Python modue has been rotting and doesn't generate a usableKurt Mosiejczuk
port. Disable it and pull mention of it from the portgen(1) man page. Don't delete the modules yet, in case someone wants to whip it back into shape. ok sthen
2022-08-12add support for booting from RAID 1C softraid(4) volumes on amd64Stefan Sperling
Only boot-loader changes are needed. Both installboot(8) and the kernel already do what is required to make this work. ok kn@ Tested: biosboot on vmm: kn, stsp biosboot and efiboot on server hardware: stsp
2022-08-11remove useless Pp;Jason McIntyre
2022-08-11Add information about TCP_INFO. Be a bit vague about struct tcp_info sinceClaudio Jeker
it is not standardised.
2022-08-06mention tascodec(4)Jonathan Gray
2022-08-06tascodec(4)Mark Kettenis
2022-08-06add arch to DtJonathan Gray
2022-08-06add arch to DtJonathan Gray
2022-08-06remove comma on last XrJonathan Gray
2022-08-06simplaudio -> simpleaudioJonathan Gray