summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2019-10-07Unify name; feedback from jmc@Patrick Wildt
2019-10-07Mention iic(4) in ssdfb(4)Patrick Wildt
2019-10-07Mention ssdfb(4) in iic(4)Patrick Wildt
2019-10-07Add a manpage for ssdfb(4).Patrick Wildt
2019-10-07Add manpages for imxspi(4) and mvspi(4).Patrick Wildt
2019-10-07Fixup synopsis on imxiic(4) and mviic(4).Patrick Wildt
2019-10-07amliic(4)Mark Kettenis
2019-10-07Remove a message that the driver does not print any longer.Visa Hankala
2019-10-06tweak previous;Jason McIntyre
2019-10-06Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.Bob Beck
sweep tree to correct NDIINT op and flags ahead of time. document the requirement. This allows KERNELPATH to be used to bypass unveil for crash dumps with nosuidcoredump=2 or 3 ok visa@ deraadt@ florian@
2019-10-05The rdtsc() macro has been removed in rev 1.7 ofMatthieu Herrb
/sys/arch/amd64/include/pctr.h. Adjust the manual page. ok deraadt@
2019-10-01Add a manual page for octsmi(4).Visa Hankala
2019-09-30pwmreg(4)Mark Kettenis
2019-09-30Fix pasto.Mark Kettenis
2019-09-30amlpwm(4)Mark Kettenis
2019-09-30segflg is singularkn
Add commas while here; input and OK jmc
2019-09-30update HISTORY and AUTHORS after last week's rewrite;Ingo Schwarze
input and OK kettenis@ and jmc@
2019-09-30bpf_mtap_hdr doesn't take a custom copy function argument anymore.David Gwynne
2019-09-28adjust for cn30xx -> oct driver renamingTheo de Raadt
2019-09-28Update page a little, in particular try to describe the underlying mechanismsTheo de Raadt
in simple terms (mostly as a yardstick for others to be measured against): Entropy data stored previously is provided to the kernel during the boot sequence and used as inner-state of a stream cipher. High quality data is available immediately upon kernel startup. System activity (such as disk, network, and clock device interrupts), and hardware random generator output is collected, whitened with a crc and hash, then periodically folded together with stream cipher inner-state and outer- state to create a new inner state. Reads from all consumers (including the kernel itself, which makes many requests per second) are sliced from the same output stream, which carves the stream cipher output unpredictably and helps improve forward and backtracking protection beyond the strength of the stream cipher. some discussion with djm. There may be more updates.
2019-09-26Add short manual for ksmn(4) driver.Bryan Steele
2019-09-24Mention 88E1545.Visa Hankala
2019-09-21add STANDARDS section;Ingo Schwarze
similar to a diff sent in by <Masanori dot Ogino at gmail dot com>, but using the up-to-date reference rather than one from 30 years ago; OK jmc@
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