Age | Commit message (Expand) | Author |
2014-07-23 | Trailing whitespace. | Antoine Jacoutot |
2014-07-23 | tweak previous; | Jason McIntyre |
2014-07-23 | document that sendsyslog saves the day | Theo de Raadt |
2014-07-23 | Check the return value of the UI functions (including UI_new() which return | Miod Vallat |
2014-07-23 | document mallocarray like malloc throughout the page. better describe | David Gwynne |
2014-07-23 | sync | Theo de Raadt |
2014-07-22 | Add $OpenBSD tag to make syncs easier | Darren Tucker |
2014-07-22 | Regenerate test keys with certs signed with ed25519 instead of ecdsa. | Darren Tucker |
2014-07-22 | Sign test certs with ed25519 instead of ecdsa so that they'll work in | Darren Tucker |
2014-07-22 | Security fix: | Ingo Schwarze |
2014-07-22 | adjust -C algorithm to be more aggressive in scaling up. | Ted Unangst |
2014-07-22 | add 5.7 firmware key | Stuart Henderson |
2014-07-22 | Add a link to pcexio(4) man page. Now 'man 4 pcexio' works fine on | Kenji Aoyama |
2014-07-22 | The last poison change is awesome, it is triggering use after free bugs. | Theo de Raadt |
2014-07-22 | Revert revisions 1.88-1.94 but keep recent relevant changes. | Antoine Jacoutot |
2014-07-22 | some minor fixes; | Jason McIntyre |
2014-07-22 | Typo. | Antoine Jacoutot |
2014-07-22 | FSTAB -> _PATH_FSTAB, the latter is deprecated. | Jeremie Courreges-Anglas |
2014-07-22 | Security fix to prevent XSS attacks: | Ingo Schwarze |
2014-07-22 | Now that DES_random_key() can be trusted, use it to generate DES keys in the | Miod Vallat |
2014-07-22 | In DES_random_key(), force the generated key to the odd parity before checking | Miod Vallat |
2014-07-22 | use NULL instead of (foo *)0; Kent R. Spillner | Theo de Raadt |
2014-07-22 | sync | Theo de Raadt |
2014-07-22 | There is no httpctl yet. | Reyk Floeter |
2014-07-22 | floating , | Theo de Raadt |
2014-07-22 | Enable httpd(8) in the builds to get more testing, feedback and | Reyk Floeter |
2014-07-22 | - remove unneeded header | Jasper Lievisse Adriaanse |
2014-07-22 | Repair two deep targets mistakenly called as afterinstall, rather | Theo de Raadt |
2014-07-22 | use a better style of sh code around aperture | Theo de Raadt |
2014-07-22 | Add initial httpd.conf(5) example for httpd(8) | Reyk Floeter |
2014-07-22 | remove unneccessary casts; Kent R. Spillner | Theo de Raadt |
2014-07-22 | better warning for 8bit cards | Jasper Lievisse Adriaanse |
2014-07-22 | - use DL_SECTOBLK() instead of handrolling the same functionality | Jasper Lievisse Adriaanse |
2014-07-22 | Switch to MI functions disk_{gone,openpart,closepart} instead of handrolling | Jasper Lievisse Adriaanse |
2014-07-22 | Use MI rasops_cmap, instead of MD-defined ANSI colormap. | Kenji Aoyama |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-22 | <netinet/in_systm.h> is no longer needed. | Martin Pieuchot |
2014-07-22 | tab->space; consistent with the other sysctl values. | Antoine Jacoutot |
2014-07-22 | Drop quotes and mention that 3 and not 2 variables can be overridden. | Antoine Jacoutot |
2014-07-22 | Tweak after recebt rc.securelevel change. | Antoine Jacoutot |
2014-07-22 | use ansi style function declarations | Jonathan Gray |
2014-07-22 | Convert from <sys/endian.h> to the shiney new <endian.h> | Philip Guenther |
2014-07-22 | Handle failure of NETSCAPE_SPKI_b64_encode() and don't leak memory | Philip Guenther |
2014-07-22 | Use Cm instead of Li for 'MASK:' | Philip Guenther |
2014-07-22 | Drop the "... during install" comments; they were missing in several | Antoine Jacoutot |
2014-07-22 | Rewrite the description of the string_mask config file option to match | Philip Guenther |
2014-07-22 | oops, duplicate | Theo de Raadt |
2014-07-22 | need dev/pci/vga_pcivar.h | Theo de Raadt |
2014-07-22 | The aperture needed test should be in vgafb as well as vga@pci. | Jonathan Gray |