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