summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2019-11-08spelling;Jason McIntyre
2019-11-08document the new interface hooks stuffDavid Gwynne
2019-11-08timeout.9: cite 1997 Varghese/Lauck timeout wheel paper; ok jmc@ schwarze@cheloha
2019-11-07make dpb able to heed PERMIT_PACKAGE as wellMarc Espie
2019-11-07Stop installing the "leap-second" zoneinfo files in share/zoneinfo/rightStuart Henderson
(and the second copy of the "normal" files in share/zoneinfo/posix). The way these files are supposed to work is that you set the system clock to the time with leap-seconds included (UTC+leap, or TAI-10) and copy the entire "right" set of files to the main zoneinfo directory (upstream provides them as parallel directories to encourage this). And everyone else sets the system clock to UTC and uses the "posix" files. https://data.iana.org/time-zones/theory.html#leapsec We don't have much support for a non-UTC system clock, and these files have been seen to cause some confusion. kettenis@ says "Software that really cares probably has its own leap- second table and will actually rely on the POSIX definition of time_t to convert times into human readable form." ok deraadt naddy millert
2019-11-07zap CDROM_ONLYMarc Espie
document built-packages.log
2019-11-06Logitech Webcam C930e works.Marcus Glocker
2019-11-05Add manual pages for ogx(4).Visa Hankala
2019-11-05Kill uvm_deallocate(9) and use uvm_unmap() directly.Martin Pieuchot
ok kettenis@, semarie@, deraadt@
2019-11-05Remove mention of ruby24 FLAVORJeremy Evans
2019-11-05remove some sparc references; from joe davisJason McIntyre
2019-11-04mobileip(4) has been removedDavid Gwynne
2019-11-04xr witness(4); prodded by and ok visa@anton
2019-11-04xr rwsleep(9); ok millert@ visa@anton
2019-10-30spacing; from martinJason McIntyre
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