openbsd
2013-12-31 teduwha! commit a working version
2013-12-31 teduadd signify, a tool to sign and verify signatures.
2013-12-31 schwarzeSplit buildnames() out of mansearch(); the latter funct...
2013-12-31 tedudon't try writing past the end unless we have to
2013-12-31 schwarzeReplace the Berkeley-DB based mandocdb(8) by an SQLite3...
2013-12-30 djmrefuse RSA keys from old proprietary clients/servers...
2013-12-30 bradAdd support for newer integrated Realtek PHY.
2013-12-30 bradHave rgephy(4) always use RL_GMEDIASTAT to retrieve...
2013-12-30 deraadtDo not leak symtab fd (if at fd limit might even preven...
2013-12-30 deraadtWhen a function does not obviously terminate itself...
2013-12-30 deraadtmemory leak, Coverity CID 1748, Loganaden Velvindron
2013-12-30 jmclast entry in SEE ALSO should not end with a comma;
2013-12-30 rpe- the hint to symlink to upgrade.conf belongs to the...
2013-12-30 bradExpand the MSI support to cover most of the remaining...
2013-12-30 schwarzeOops, missed one:
2013-12-30 schwarzeRemove duplicate const specifiers from the declaration...
2013-12-30 espieDocument SIGNING_PARAMETERS
2013-12-30 jsgEnable snooping on Lynx Point-LP HD Audio.
2013-12-30 kettenisRecognize PT_OPENBSD_RANDOMIZE in linker scripts.
2013-12-30 schwarzeSupport .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor...
2013-12-30 espie@vendor annotation
2013-12-30 espieuse replacing method (and not var)
2013-12-30 espieexplicitly fix the PATH to something sensible
2013-12-30 aoyamaCorrect initialization of Bt458, used in LUNA's 8bpp...
2013-12-30 miodFix IOC4DEV_xxx numbers, so that devices besides the...
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...
next