Age | Commit message (Expand) | Author |
2016-03-05 | One ddb interface is enough for ppc. | Martin Pieuchot |
2016-03-05 | Define db_reg_t like the other archs by typedef'ing "struct trapframe". | Martin Pieuchot |
2016-03-05 | missed 'sed -i' | Robert Peichaer |
2016-03-05 | Sync no-argument function declaration and definition by adding (void). | Tobias Ulmer |
2016-03-05 | Remove debugging code, extra whitespace and a lint annotation. | tb |
2016-03-05 | Use mknod(2) to create FIFOs by setting S_IFIFO in the mode. | Todd C. Miller |
2016-03-05 | Change default lpd spool directory to match the code; from Chris Bennett | Antoine Jacoutot |
2016-03-05 | According to RFC7231, section 7.1.1.1, the HTTP date header supports | Christian Weisgerber |
2016-03-05 | If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8 | Nicholas Marriott |
2016-03-05 | update to unbound 1.5.8, ok florian@ jung@ | Stuart Henderson |
2016-03-05 | safer pattern: if you're interested in one child, get THAT one, don't steal | Marc Espie |
2016-03-05 | add proper entries for pkg_add privsep, instead of piggy-backing on _pfetch | Marc Espie |
2016-03-05 | POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specials | Dmitrij Czarkoff |
2016-03-05 | Convert a hand-rolled strtonum to a call to strtonum(3). This prevents | tb |
2015-07-16 | update to Unbound 1.5.4, ok florian@, looks sane deraadt@ | Stuart Henderson |
2014-11-20 | update to Unbound 1.5.0, ok sthen@ | Brad Smith |
2013-09-22 | update to Unbound 1.4.21, ok brad@ | Stuart Henderson |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2016-03-05 | Almost complete rewrite of mknod. | Marc Espie |
2016-03-05 | fix steps for cert creation; | Jason McIntyre |
2016-03-05 | Do not use c->cwd or s->cwd if it is NULL, found by Ben Boeckel. | Nicholas Marriott |
2016-03-05 | KNF: wrap three overly long lines. No binary change. | tb |
2016-03-05 | Although we always have en_US.UTF-8 on OpenBSD, some platforms do not, | Nicholas Marriott |
2016-03-05 | mirror memset changes to ber.c made in ldapd (these 3 daemons | Theo de Raadt |
2016-03-04 | - putting back KASSERT(), which I've backed out on Jan 31 | Alexandr Nedvedicky |
2016-03-04 | The FD_SET/FD_CLR/FD_ISSET macros have always multi-evaluated the fd argument. | Theo de Raadt |
2016-03-04 | Fix a typo. The command is to get the default system PATH value | Todd C. Miller |
2016-03-04 | Now that the ksh built-in mknod is gone, don't mention it here. | tb |
2016-03-04 | Invert the pledge() condition. | natano |
2016-03-04 | fix broken list | Dmitrij Czarkoff |
2016-03-04 | graduate bn_expand() to a real function. the openssl version of this | Theo de Raadt |
2016-03-04 | Revert bn_expand until there's consensus on a fix. | Doug Hogan |
2016-03-04 | Set root device to sd0a, instead of wd0a. Virtio devices show up | Stefan Kempf |
2016-03-04 | fix typo | Dmitrij Czarkoff |
2016-03-04 | remove CSRG BSD-licensed mknod builtin code which was previously used to | Theo de Raadt |
2016-03-04 | - Convert atoi(3) to strtonum(3) | mestre |
2016-03-04 | be more careful determining which regress/sys/arch/XXX directory to | Theo de Raadt |
2016-03-04 | repair documentation for inferior(); from Michal Mazurek | Theo de Raadt |
2016-03-04 | fix a typo; from Michal Mazurek | Theo de Raadt |
2016-03-04 | don't parse (...|...) patterns in variable substitution inside double quotes | Dmitrij Czarkoff |
2016-03-04 | rename xxx-what-do-you-call-this-1 to qouted-brace-expansion-1 | Dmitrij Czarkoff |
2016-03-04 | fix ClientAliveInterval when a time-based RekeyLimit is set; | Damien Miller |
2016-03-04 | Filter debug messages out of log before picking the last two lines. | Darren Tucker |
2016-03-04 | add KEX fuzzer harness; ok deraadt@ | Damien Miller |
2016-03-04 | extra ) not needed, spotted by tiago silva | Theo de Raadt |
2016-03-03 | Correct OpenBSD::Pledge in set list to allow vax release to build | Andrew Fresh |
2016-03-03 | VM guest memory is allocated via an uvm anon memory range. | Stefan Kempf |
2016-03-03 | ping(8) and ping6(8) use different types for packet counters. In | Florian Obser |
2016-03-03 | Re-introduce computation of memory used by a VM. | Stefan Kempf |
2016-03-03 | Convert uiomovei to uiomove. Fixes a few integer truncations along the | Stefan Kempf |