Age | Commit message (Expand) | Author |
2014-02-27 | Build a small miniroot filesystem which can be dumped on a new disk or an | Miod Vallat |
2014-02-27 | Delete horrifically out of data add-on-peripheral lists; there are other | Theo de Raadt |
2014-02-27 | refer to the website for the support hardware list | Ted Unangst |
2014-02-27 | nobody asks about parallel port zip drives anymore, nor are we planning | Ted Unangst |
2014-02-27 | delete old notes and long sections about old problems to reflect what | Ted Unangst |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2014-02-27 | use the real keys' names | Ted Unangst |
2014-02-27 | off by one in range check | Damien Miller |
2014-02-27 | fix unsigned overflow that could lead to reading a short ssh protocol | Damien Miller |
2014-02-26 | proper (non-test) keys for 5.5 and 5.6 firmware | Stuart Henderson |
2014-02-26 | ssh_gssapi_prepare_supported_oids needs GSSAPI | Markus Friedl |
2014-02-26 | Try to reduce the confusion about rdomain vs rtable. More is needed but | Claudio Jeker |
2014-02-26 | Try to be more precise about rtable and rdomains. | Claudio Jeker |
2014-02-26 | sync | Theo de Raadt |
2014-02-26 | the test 5.4 keys can go away | Theo de Raadt |
2014-02-26 | OpenBSD 5.5 and 5.6 packages public keys | Christian Weisgerber |
2014-02-26 | Try to document SO_RTABLE better. With input from deraadt@ | Claudio Jeker |
2014-02-26 | No need to Xr the same man page twice. | Claudio Jeker |
2014-02-26 | Once more, the default routing table id is inherited from the process | Claudio Jeker |
2014-02-26 | Still a lie, the default is not 0. It is inherited from the process. | Claudio Jeker |
2014-02-26 | Again the default is not 0. | Claudio Jeker |
2014-02-26 | This is a lie, the default is not 0. It is inherited from the process. | Claudio Jeker |
2014-02-26 | need more #include files for resolv.h, for the non-YP case, which happens | Theo de Raadt |
2014-02-26 | There is no need to init a global to 0 | Claudio Jeker |
2014-02-26 | use a larger read buffer to speed things up, particularly during upgrades. | Ted Unangst |
2014-02-26 | don't assume that the socks4 username is \0 terminated; | Damien Miller |
2014-02-26 | bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsep | Damien Miller |
2014-02-26 | bz#2205: avoid early hostname lookups unless canonicalisation is enabled; | Damien Miller |
2014-02-26 | Do not restrict chars in dname during label expansion, but validate resulting | Eric Faurot |
2014-02-26 | Update section about autoinstall and sync with reality. | Robert Peichaer |
2014-02-26 | fix pkg names | Giovanni Bechis |
2014-02-26 | Fix script to allow it to work on both SD and eMMC. -moj ok deraadt@ nick@ | Mats O Jansson |
2014-02-26 | don't policy_ref an activate policy (policy_ref/unref are assymetrical), | Markus Friedl |
2014-02-26 | short note that the filesystem is always mounted readonly | Ted Unangst |
2014-02-25 | Do not actually write to the area spanned by the PT_OPENBSD_RANDOMIZE if | Miod Vallat |
2014-02-25 | /etc/random.seed support (unless booting from tape). Crank version. | Miod Vallat |
2014-02-25 | Put edata after the .openbsd.randomdata phdr, to prevent the former's contents | Miod Vallat |
2014-02-25 | Wait for the RIRB DMA engine to come ready. Needed on the audio device | Mark Kettenis |
2014-02-25 | Check for offset wraparound and enforce RLIMIT_FSIZE. | Philip Guenther |
2014-02-25 | if a specific pattern of failures/success happen, we can end up not | Gilles Chehade |
2014-02-25 | Abort and close all the interrupt pipes when detaching HID devices since | Martin Pieuchot |
2014-02-25 | convert most printfs into DPRINTFs to cut down on dmesg spam, and add | Jonathan Matthew |
2014-02-25 | match on Atom C2000 | Jonathan Gray |
2014-02-25 | regen | Jonathan Gray |
2014-02-25 | add Atom C2000 devices and a few others | Jonathan Gray |
2014-02-25 | Some broken BIOSen don't assign an address to the ROM BAR. Fix this up, as we | Mark Kettenis |
2014-02-24 | Tweak and expand verbiage. Feeback from jmc@, rpe@, deraadt@, sthen@. Ready | Kenneth R Westerback |
2014-02-24 | Reduce dmesg spam. Apologies to stsp@ for rejecting his larger diff that | Mark Kettenis |
2014-02-24 | make res_search() report NO_DATA instead of HOST_NOT_FOUND in some cases. | Eric Faurot |
2014-02-24 | /etc/random.seed support in da bootblockz. | Miod Vallat |