Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-05 | Add 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-05 | Add 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-03 | amlmmc(4) | Mark Kettenis | |
2019-09-02 | More 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-31 | correct HISTORY of /dev/null | Ingo 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-30 | ypclnt -> yp_bind; | Jason McIntyre | |
2019-08-30 | mop up resolver.3 rename; ok deraadt | Jason McIntyre | |
2019-08-30 | mop up for inet_net rename; ok deraadt | Jason McIntyre | |
2019-08-30 | catch up to ethers(3)->ether_aton(3) renaming | Theo de Raadt | |
2019-08-30 | stdarg.3 -> va_start.3, because there is no stdarg(3) | Theo de Raadt | |
2019-08-30 | Move 4 manual pages from not-a-function filenames to a correct filename, | Theo de Raadt | |
and correct Xr. ok jmc | |||
2019-08-30 | mop up for the pcap.3 rename; | Jason McIntyre | |
help/ok deraadt | |||
2019-08-29 | Stop mentioning unsupported #number argument for break command | kn | |
There is no code for addressing breakpoints by numbers at all. | |||
2019-08-29 | amldwusb(4), amlpciephy(4) and amlusbphy(4) | Mark Kettenis | |
2019-08-29 | Add support for RTL8153B after study of Linux r8152 driver. | Kevin Lo | |
Tested by myself, jcs@ | |||
2019-08-28 | add config lines for amdgpu on arm64 | Jonathan Gray | |
2019-08-28 | amlpinctrl(4) | Mark Kettenis | |
2019-08-28 | typo | Christian Weisgerber | |
2019-08-27 | amlrng(4) | Mark Kettenis | |
2019-08-27 | Sync example with current databases/postgresql flags | Adam Wolk | |
OK sthen@, pea@ | |||
2019-08-27 | disable base-gcc on i386, from daniel@, ok deraadt | Stuart Henderson | |
2019-08-27 | g77 is not a valid MODFORTRAN_COMPILER any more | Jeremie Courreges-Anglas | |
2019-08-27 | Add imxtmu(4), a driver to support the temperature sensors on | Patrick Wildt | |
the i.MX8M SoCs. ok kettenis@ | |||
2019-08-27 | amlclock(4) | Mark Kettenis | |
2019-08-27 | amlclock(4) | Mark Kettenis | |
2019-08-26 | amlreset(4) | Mark Kettenis | |
2019-08-26 | amluart(4) | Mark Kettenis | |
2019-08-21 | sysctl(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-20 | i broke the example slightly by making the driver more compliant with 802.1Q. | David Gwynne | |
2019-08-19 | Mention ipmi@acpi and ipmi@iic. Add a short description for SSIF. | Mark Kettenis | |
2019-08-16 | knock out useless Pp; | Jason McIntyre | |
2019-08-16 | STP 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-12 | instructions for replacing cert.pem are probably more harmful than helpful. | Ted Unangst | |
noticed by freda_bundchen. ok gilles millert | |||
2019-08-11 | No specific called "exec(3)", so move primary manpage to a name which | Theo 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-11 | sxisyscon(4) | Mark Kettenis | |
2019-08-11 | sxisyscon(4) | Mark Kettenis | |
2019-08-10 | remove groff leftover. from micah muer | Theo Buehler | |
2019-08-10 | move to 6.6-beta | Theo de Raadt | |
2019-08-09 | add zte mf920v; from christoph r. winter | Jason McIntyre | |
2019-08-08 | Fix a bunch of typos in various man pages. | Frederic Cambus | |
2019-08-08 | Document iwm(4) CCMP offload support. Text copied from iwn(4) man page. | Stefan Sperling | |
2019-08-08 | clarify the DEBUG text a little, since sthen noted it wasn;t particularly | Jason McIntyre | |
clear; ok/tweaks sthen | |||
2019-08-05 | add a manual page for smbios | Jonathan Gray | |
ok kettenis@ | |||
2019-08-05 | Xr pf 4 | David Gwynne | |
2019-08-05 | document how to make technically non-compliant TPMRs | David Gwynne | |
2019-08-04 | tweak the iavf text a little, and add an entry to pci.4; | Jason McIntyre | |
ok jmatthew | |||
2019-08-01 | add 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-31 | uppercase Ethernet; | Jason McIntyre | |
2019-07-30 | basic man page for iavf(4) | Jonathan Matthew | |
2019-07-30 | remove uneeded macro in previous; | Jason McIntyre | |