summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2019-09-05Add mvdog(4), a driver to support the watchdog on the Armada 3700 SoC.Patrick Wildt
At the moment it only supports disabling the watchdog, which lets me continue to work on the Turris Mox. ok kettenis@
2019-09-05Add the set_blksz() and set_nblks() audio driver functions.Alexandre Ratchov
The first sets the block size in frames, which is necessarily common to play and recording directions no matter the number of channels. The second sets the number of blocks per buffer for the given direction. Together, these two functions allow audio drivers to easily set the block size, matching both playback and recording constraints. The round_blocksize() didn't allow to do so because it returns the block size in *bytes*. Since the driver doesn't know if it's called for the play or for the record block size, it's impossible to calculate the block size in all cases if play and record number of channels are different. ok mpi@
2019-09-03amlmmc(4)Mark Kettenis
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,Theo de Raadt
getcap->cgetent. pwcache->user_from_uid. And then repair references. ok jmc
2019-08-31correct HISTORY of /dev/nullIngo Schwarze
facts researched from: https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man1/sh.1 https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/nsys/ken/mem.c https://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/sys/dmr/mem.c https://minnie.tuhs.org/cgi-bin/utree.pl?file=V6/usr/man/man4/mem.4 error reported by Sevan Janiyan <venture37 at geeklan dot co dot uk> wording proposed by jmc@ OK jmc@ sobrado@
2019-08-30ypclnt -> yp_bind;Jason McIntyre
2019-08-30mop up resolver.3 rename; ok deraadtJason McIntyre
2019-08-30mop up for inet_net rename; ok deraadtJason McIntyre
2019-08-30catch up to ethers(3)->ether_aton(3) renamingTheo de Raadt
2019-08-30stdarg.3 -> va_start.3, because there is no stdarg(3)Theo de Raadt
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