summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2019-10-27Document retguard for octeon in clang-local.mortimer
Prodded by Janne Johansson - thanks!
2019-10-24Fix typo. From Andre Stoebe.Mark Kettenis
2019-10-23Fix swapped default values of adaptive.start and adaptive.end timeoutskn
While here, enlist start before end to restore intuitive order. Spotted by someone on IRC who's name I cannot recall, sorry. OK sashan
2019-10-23sxisid(4)Mark Kettenis
2019-10-23Update to tzdata2019b from www.iana.org. Major changes:Todd C. Miller
Fiji observes DST from 2019-11-10 to 2020-01-12. Norfolk Island starts observing Australian-style DST.
2019-10-22nanoboottime(9): add and document new interfacecheloha
Wanted for upcoming process accounting changes, maybe useful elsewhere. ok bluhm@ millert@
2019-10-22reflect reality. PORTS_PRIVSEP for instance is not a directory valueMarc Espie
2019-10-22fix SEE ALSO;Jason McIntyre
2019-10-21pwmbl(4) and sxipwm(4)Mark Kettenis
2019-10-16Make sxidog(4) MI.Mark Kettenis
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@