Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-27 | Document retguard for octeon in clang-local. | mortimer | |
Prodded by Janne Johansson - thanks! | |||
2019-10-24 | Fix typo. From Andre Stoebe. | Mark Kettenis | |
2019-10-23 | Fix swapped default values of adaptive.start and adaptive.end timeouts | kn | |
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-23 | sxisid(4) | Mark Kettenis | |
2019-10-23 | Update 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-22 | nanoboottime(9): add and document new interface | cheloha | |
Wanted for upcoming process accounting changes, maybe useful elsewhere. ok bluhm@ millert@ | |||
2019-10-22 | reflect reality. PORTS_PRIVSEP for instance is not a directory value | Marc Espie | |
2019-10-22 | fix SEE ALSO; | Jason McIntyre | |
2019-10-21 | pwmbl(4) and sxipwm(4) | Mark Kettenis | |
2019-10-16 | Make sxidog(4) MI. | Mark Kettenis | |
2019-10-07 | Unify name; feedback from jmc@ | Patrick Wildt | |
2019-10-07 | Mention iic(4) in ssdfb(4) | Patrick Wildt | |
2019-10-07 | Mention ssdfb(4) in iic(4) | Patrick Wildt | |
2019-10-07 | Add a manpage for ssdfb(4). | Patrick Wildt | |
2019-10-07 | Add manpages for imxspi(4) and mvspi(4). | Patrick Wildt | |
2019-10-07 | Fixup synopsis on imxiic(4) and mviic(4). | Patrick Wildt | |
2019-10-07 | amliic(4) | Mark Kettenis | |
2019-10-07 | Remove a message that the driver does not print any longer. | Visa Hankala | |
2019-10-06 | tweak previous; | Jason McIntyre | |
2019-10-06 | Fix 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-05 | The rdtsc() macro has been removed in rev 1.7 of | Matthieu Herrb | |
/sys/arch/amd64/include/pctr.h. Adjust the manual page. ok deraadt@ | |||
2019-10-01 | Add a manual page for octsmi(4). | Visa Hankala | |
2019-09-30 | pwmreg(4) | Mark Kettenis | |
2019-09-30 | Fix pasto. | Mark Kettenis | |
2019-09-30 | amlpwm(4) | Mark Kettenis | |
2019-09-30 | segflg is singular | kn | |
Add commas while here; input and OK jmc | |||
2019-09-30 | update HISTORY and AUTHORS after last week's rewrite; | Ingo Schwarze | |
input and OK kettenis@ and jmc@ | |||
2019-09-30 | bpf_mtap_hdr doesn't take a custom copy function argument anymore. | David Gwynne | |
2019-09-28 | adjust for cn30xx -> oct driver renaming | Theo de Raadt | |
2019-09-28 | Update page a little, in particular try to describe the underlying mechanisms | Theo 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-26 | Add short manual for ksmn(4) driver. | Bryan Steele | |
2019-09-24 | Mention 88E1545. | Visa Hankala | |
2019-09-21 | add 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-15 | Xr cn30xxgmx 4 | Visa Hankala | |
2019-09-15 | Add manual pages for cn30xxgmx(4) and octpip(4). | Visa Hankala | |
2019-09-13 | fix markup of the return types of function pointers; | Ingo Schwarze | |
found with mandoc -T lint | |||
2019-09-12 | make 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-09 | Inform about system call memory write protection and stack mapping | Alexander 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-08 | reverting for now; requested by deraadt | Daniel Dickman | |
2019-09-08 | Only install the gcc-local(1) and clang-local(1) man pages if we also have | Daniel Dickman | |
the corresponding compiler on a given platform. ok deraadt@ | |||
2019-09-07 | Mention octpcie(4). | Visa Hankala | |
2019-09-07 | Add a manual page for octpcie(4). | Visa Hankala | |
2019-09-07 | more Version 1 AT&T UNIX history: | Ingo Schwarze | |
a few cases that weren't altogether straightforward; tweak and OK jmc@, OK sobrado@ | |||
2019-09-06 | options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@ | cheloha | |
2019-09-06 | More 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-06 | Mention imxiic(4), mviic(4), rkiic(4), sxitwi(4) and mcprtc(4). | Patrick Wildt | |
Requested by and ok jmc@ | |||
2019-09-06 | disable base-gcc on armv7, sets from deraadt@; ok deraadt@ kettenis@ jca@ | Christian Weisgerber | |
2019-09-06 | mcprtc(4), a driver for the Microchip MCP79400 RTC and similar variants. | Patrick Wildt | |
ok kettenis@ | |||
2019-09-06 | Add mviic(4), a driver to support the I2C controller on the | Patrick Wildt | |
Armada 3700 SoC. With feedback from and ok kettenis@ | |||
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@ |