openbsd
2013-12-30 krwReplace yet another hand-rolled list with a TAILQ....
2013-12-30 bradAdd Broadcom BCM57764, BCM57767 and BCM57787 PCI ids.
2013-12-30 schwarzeTest mdoc_macro.c rev. 1.83.
2013-12-30 schwarzeSimplify: Remove an unused argument from the mandoc_eos...
2013-12-30 schwarzeDo not trigger end-of-sentence spacing by trailing...
2013-12-29 jmc+.Sh EXIT STATUS
2013-12-29 jmcupdate sha256(1) to better reflect that it documents...
2013-12-29 miodIn tlbdsmiss, do not trash the tlb pointer by mistake...
2013-12-29 bradRemove excessive parentheses.
2013-12-29 jmcgrammar fix previous;
2013-12-29 jmcpuccini entry already appears in calendar.music;
2013-12-29 miodForce clock clamping after one byte received instead...
2013-12-29 krwFix fd leaks when fd < 0 or flock() fails. Original...
2013-12-29 espiefix sign-while-creating mode
2013-12-29 djmwhen showing other hostkeys, don't forget Ed25519 keys
2013-12-29 martynas- Verify that the FPU exception flags weren't clobbered...
2013-12-29 djmdon't forget to load Ed25519 certs too
2013-12-29 djmdon't refuse to load Ed25519 certificates
2013-12-29 djmallow deletion of ed25519 keys from the agent
2013-12-29 djmto make sure we don't omit any key types as valid CA...
2013-12-29 guentherAdd MLINK for db_vprintf(9)
2013-12-29 guentherAdd db_vprintf() and indicate that db_v?printf() are...
2013-12-29 djmcorrect comment for key_drop_cert()
2013-12-29 djmcorrect comment for key_to_certified()
2013-12-29 djmallow ed25519 keys to appear as certificate authorities
2013-12-29 martynasAdd a regression test to verify that the FPU control...
2013-12-29 miodregen
2013-12-29 miodIntel NM70
2013-12-28 miodThe mips partition table in the volume header uses...
2013-12-28 krwRemove unused variable 'token'. Spotted by deraadt@
2013-12-28 kettenisTry to load entropy data from disk:/etc/random.seed...
2013-12-28 deraadtoops, the fallback stack protector code must handle...
2013-12-28 bradAlways call PHY_RESET upon attaching eephy(4) so as...
2013-12-28 kettenisMake sure the PT_OPENBSD_RANDOMIZE program header actua...
2013-12-28 deraadtsync
2013-12-28 deraadtDo not need __guard[] anymore since we are now relying...
2013-12-28 deraadtDo not need __guard anymore
2013-12-28 kettenisMove atexit(3) into crtbegin.c and certbeginS.c such...
2013-12-28 kettenisBack out the previous commit; rodata gets merged with...
2013-12-28 deraadtcreate rodata PHDR; ok kettenis
2013-12-28 miodRequire an explicit PT_OPENBSD_RANDOMIZE program header...
2013-12-28 deraadti386 changes to PIE. See faq/current.html or use the...
2013-12-28 jsingFurther clean up and unification of the amd64 and i386...
2013-12-28 jsingActually load the second-stage boot loader so that...
2013-12-28 jsingsparc64 uses /ofwboot as the second stage, not /boot.
2013-12-28 jsingAdd installboot support for sparc64.
2013-12-28 jsingAdd installboot support for the remaining `disklabel...
2013-12-28 jsingAdd installboot support for vax.
2013-12-28 jsingRound the size of the bootstrap up to a multiple of...
2013-12-28 jsingVarious code clean ups - add a missing header, add...
2013-12-28 jsingTweak makefiles so that we pull in source files based...
2013-12-28 deraadtAttempt to approximate what should happen on a suspend...
2013-12-28 deraadtSync activate code sequnces to if_msk.c as much as...
2013-12-28 deraadtThe few network drivers that called their children...
2013-12-28 deraadtThe few network drivers that called their children...
2013-12-28 deraadtmii drivers no longer need activate functions. Repair...
2013-12-28 deraadtMove the fairly heavy eephy_init sequence [which was...
2013-12-28 deraadtchange the stack protector guard into a long word ...
2013-12-28 martynas- adjust getcwd-1.c.exp.gcc{3,4} after the getwd linker...
2013-12-28 deraadtWe can initialize the srandom/random system earlier...
2013-12-28 deraadtWe can random_start() earlier (not that it does too...
2013-12-28 deraadtPut the entropy_pool[] into the ELF .openbsd.randomdata...
2013-12-28 deraadtcrank the version
2013-12-28 deraadtTry to load entropy data from disk:/etc/random.seed...
2013-12-28 jsingIf we fail to decrypt the softraid keys, return EPERM...
2013-12-28 deraadtUse preprocessor symbols where possible.
2013-12-28 martynasPrevent GCC from inlining these unsafe builtins: sprint...
2013-12-28 jsingAdd initial implementations of early MD random, for...
2013-12-28 martynasAdd regression tests to check whether GCC folds unsafe...
2013-12-28 martynasAnnotate a few more bounded functions: realpath(3)...
2013-12-28 deraadtdocument a hack we want fixed later
2013-12-27 rpe- add chmod of seedfile in /etc
2013-12-27 rpere-use random_seed in shutdown section
2013-12-27 djmcorrect comment
2013-12-27 deraadtcreate a seed file for the bootloader in /etc/random...
2013-12-27 deraadtnest random_seed() contents into a single redirection
2013-12-27 djmmake the original RSA and DSA signing/verification...
2013-12-27 deraadtre-do shutdown operations. Run the scripts if we may...
2013-12-27 deraadtremove lots from the Makefile, since this never depende...
2013-12-27 deraadtsync
2013-12-27 deraadtoops, correct wording
2013-12-27 deraadtcorrect comment about why first 16 pages are skipped...
2013-12-27 deraadtfrom netbsd, free(bbp) in error paths. Coverity CID...
2013-12-27 deraadtdo not need to create the stack cookie using a construc...
2013-12-27 deraadt/stand went away
2013-12-27 deraadt/stand has not been used in decades
2013-12-27 jsingInstead of playing #include games to get a 32-bit ELF...
2013-12-27 jsingAdd installboot support for hppa.
2013-12-27 jsingProvide a bootstrap implementation (effectively a ...
2013-12-27 jsingAdd installboot support for amd64.
2013-12-27 jsingRename some confusing variables.
2013-12-27 jsingInitial version of a unified installboot(8) that lives...
2013-12-27 deraadtwhen forcing a re-key, might as well toss in dmesg...
2013-12-27 deraadtall the random devices have been the same for a while...
2013-12-27 deraadtremove non-openbsd.randomdata parts
2013-12-27 schwarzeAdd HISTORY and AUTHORS; triggered by a shorter patch...
2013-12-27 guentherDocument the P_SUSPSINGLE flag bit
2013-12-26 miodWhen running the ll/sc version of the mutex code (for...
2013-12-26 mlarkinBack at t2k13, I wrote code to park APs in real mode...
2013-12-26 espiemake absence of pkg_scripts non silent, after nits...
next