summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2019-08-30Move 4 manual pages from not-a-function filenames to a correct filename,Theo de Raadt
and correct Xr. ok jmc
2019-08-30mop up for the pcap.3 rename;Jason McIntyre
help/ok deraadt
2019-08-29Stop mentioning unsupported #number argument for break commandkn
There is no code for addressing breakpoints by numbers at all.
2019-08-29amldwusb(4), amlpciephy(4) and amlusbphy(4)Mark Kettenis
2019-08-29Add support for RTL8153B after study of Linux r8152 driver.Kevin Lo
Tested by myself, jcs@
2019-08-28add config lines for amdgpu on arm64Jonathan Gray
2019-08-28amlpinctrl(4)Mark Kettenis
2019-08-28typoChristian Weisgerber
2019-08-27amlrng(4)Mark Kettenis
2019-08-27Sync example with current databases/postgresql flagsAdam Wolk
OK sthen@, pea@
2019-08-27disable base-gcc on i386, from daniel@, ok deraadtStuart Henderson
2019-08-27g77 is not a valid MODFORTRAN_COMPILER any moreJeremie Courreges-Anglas
2019-08-27Add imxtmu(4), a driver to support the temperature sensors onPatrick Wildt
the i.MX8M SoCs. ok kettenis@
2019-08-27amlclock(4)Mark Kettenis
2019-08-27amlclock(4)Mark Kettenis
2019-08-26amlreset(4)Mark Kettenis
2019-08-26amluart(4)Mark Kettenis
2019-08-21sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha
The DST and TIMEZONE options(4) are incompatible with KARL, so we need some other way to compensate for an RTC running with a known offset. Enter kern.utc_offset, an offset in minutes East of UTC. TIMEZONE has always been minutes West, but this is inconsistent with how everyone else talks about timezones, hence the flip. TIMEZONE has the advantage of being compiled into the binary. Our new sysctl(2) has no such luck, so it needs to be set as early as possible in boot, from sysctl.conf(5), so we can correct the kernel clock from the RTC's local time to UTC before daemons like ntpd(8) and cron(8) start. To encourage this, kern.utc_offset is made immutable after the securelevel(7) is raised to 1. Prompted by yasuoka@. Discussed with deraadt@, kettenis@, yasuoka@. Additional testing by yasuoka@. ok deraadt@, yasuoka@
2019-08-20i broke the example slightly by making the driver more compliant with 802.1Q.David Gwynne
2019-08-19Mention ipmi@acpi and ipmi@iic. Add a short description for SSIF.Mark Kettenis
2019-08-16knock out useless Pp;Jason McIntyre
2019-08-16STP works fine on etherip(4), it was gif(4) that lacked a MAC address.David Gwynne
getting etherip(4) to talk to a switch so i could verify this was pretty fun. remi@ pointed this bit of the manpage out somewhere, but it didn't seem right anymore since etherip(4) was split out of gif(4). these days if we have an interface that can be added to a bridge, we try to make it look like an actual ethernet interface, which includes having a mac address. we don't really have interfaces that change modes and have these edge cases anymore.
2019-08-12instructions for replacing cert.pem are probably more harmful than helpful.Ted Unangst
noticed by freda_bundchen. ok gilles millert
2019-08-11No specific called "exec(3)", so move primary manpage to a name whichTheo de Raadt
does exist -- execv(3). Still call this a family but without "Nm". Adjust Xr in various pages to refer to the precise function used rather than the family, in most cases the semantics of execve(2) are being referenced, so change the Xr. ok jmc
2019-08-11sxisyscon(4)Mark Kettenis
2019-08-11sxisyscon(4)Mark Kettenis
2019-08-10remove groff leftover. from micah muerTheo Buehler
2019-08-10move to 6.6-betaTheo de Raadt
2019-08-09add zte mf920v; from christoph r. winterJason McIntyre
2019-08-08Fix a bunch of typos in various man pages.Frederic Cambus
2019-08-08Document iwm(4) CCMP offload support. Text copied from iwn(4) man page.Stefan Sperling
2019-08-08clarify the DEBUG text a little, since sthen noted it wasn;t particularlyJason McIntyre
clear; ok/tweaks sthen
2019-08-05add a manual page for smbiosJonathan Gray
ok kettenis@
2019-08-05Xr pf 4David Gwynne
2019-08-05document how to make technically non-compliant TPMRsDavid Gwynne
2019-08-04tweak the iavf text a little, and add an entry to pci.4;Jason McIntyre
ok jmatthew
2019-08-01add a manpage for tpmr(4).David Gwynne
the examples section need to be cut down a lot, but this is a good start.
2019-07-31uppercase Ethernet;Jason McIntyre
2019-07-30basic man page for iavf(4)Jonathan Matthew
2019-07-30remove uneeded macro in previous;Jason McIntyre
2019-07-29Expand description of ac_flag values into a tagged list.Todd C. Miller
OK mestre@ jmc@ deraadt@
2019-07-29Add AUNVEIL bit to the acct(5) manpage since it's already being used by bothRicardo Mestre
kernel and userland. OK deraadt@ jmc@
2019-07-25vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha
2019-07-19vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-07-19getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-07-15explain escaping of end-of-sentence characters;Ingo Schwarze
missing info reported by Ian <ropers at gmail dot com> on misc@
2019-07-15Document locking with fdrelease().Visa Hankala
2019-07-14one old PERMIT_* escaped! they're gone nowMarc Espie
2019-07-12non-null -> not .Dv NULLMartin Pieuchot
Suggested by schwarze@ in a different thread
2019-07-12Document & cross Xr rtable_walk(9).Martin Pieuchot
With inputs from jmc@ and schwarze@