summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2019-09-15Xr cn30xxgmx 4Visa Hankala
2019-09-15Add manual pages for cn30xxgmx(4) and octpip(4).Visa Hankala
2019-09-13fix markup of the return types of function pointers;Ingo Schwarze
found with mandoc -T lint
2019-09-12make bpf_mtap_hdr take a const void *, not a caddr_t.David Gwynne
this makes it easier to call at least, and makes it consistent with bpf_tap_hdr. ok stsp@ sashan@
2019-09-09Inform about system call memory write protection and stack mappingAlexander Bluhm
violations in system accounting. This will help to find missbehaving programs and possible attacks. The flags bit field is full, so recycle the PDP-11 compatibility on VAX. lastcomm(1) prints the AMAP flag as 'M'. daily(8) prints a list of affected processes. OK deraadt@
2019-09-08reverting for now; requested by deraadtDaniel Dickman
2019-09-08Only install the gcc-local(1) and clang-local(1) man pages if we also haveDaniel Dickman
the corresponding compiler on a given platform. ok deraadt@
2019-09-07Mention octpcie(4).Visa Hankala
2019-09-07Add a manual page for octpcie(4).Visa Hankala
2019-09-07more Version 1 AT&T UNIX history:Ingo Schwarze
a few cases that weren't altogether straightforward; tweak and OK jmc@, OK sobrado@
2019-09-06options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@cheloha
2019-09-06More Version 1 AT&T UNIX history.Ingo Schwarze
This became possible because copies of the original v1 manuals have shown up on the Internet some time ago. Reminded by Sevan Janiyan <venture37 at geeklan dot co dot uk>.
2019-09-06Mention imxiic(4), mviic(4), rkiic(4), sxitwi(4) and mcprtc(4).Patrick Wildt
Requested by and ok jmc@
2019-09-06disable base-gcc on armv7, sets from deraadt@; ok deraadt@ kettenis@ jca@Christian Weisgerber
2019-09-06mcprtc(4), a driver for the Microchip MCP79400 RTC and similar variants.Patrick Wildt
ok kettenis@
2019-09-06Add mviic(4), a driver to support the I2C controller on thePatrick Wildt
Armada 3700 SoC. With feedback from and ok kettenis@
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