summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-08reflect reality, mark as NOOBJMarc Espie
2013-12-08Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of theMiod Vallat
2013-12-08Force LC_ALL to 'C' before exec'ing ftp or gzip -d. pkg_add expectsJeremie Courreges-Anglas
2013-12-08After a completed upgrade, present reboot and post-reboot instructions in aStefan Sperling
2013-12-08also cover initial installations (which means we do try to installMarc Espie
2013-12-08make use of the new "quirks" interfaceMarc Espie
2013-12-08Use a literal for the default value of KEXAlgorithms. ok deraadt jmcDarren Tucker
2013-12-08Enable rum(4) for armv7. Committing through it on pandaboard.Martynas Venckus
2013-12-08add static back to the ttm functionsJonathan Gray
2013-12-08Remove unsigned comparison < 0.Brad Smith
2013-12-07Some cleaning up of the ioctl handling bits to bring things in lineBrad Smith
2013-12-07Rewrite receive filter handling and ioctl bits. Fixes not being able toBrad Smith
2013-12-07Emulating wait_event_timeout() using msleep() is hard. This version shouldMark Kettenis
2013-12-07When checking whether a user may change the login class, just checkTodd C. Miller
2013-12-07add missing mentions of ed25519; ok djm@Christian Weisgerber
2013-12-07Remove the agp-specific bus_dma code. It is no longer used now thatMark Kettenis
2013-12-07No need to blow away the cache after updating GTT entries. The driver alreadyMark Kettenis
2013-12-07Now that we properly flush caches, we can enable cpu relocations.Mark Kettenis
2013-12-07Enable fast path for relocations.Mark Kettenis
2013-12-07Change the response file handling such that it "consumes" an answerAlexander Hall
2013-12-07document -a and -o wrt new key formatDamien Miller
2013-12-07Some fixes for jme_encap()..Brad Smith
2013-12-07#if 0 out the ieee80211_edca_table table to appease the LLVM warning.Brad Smith
2013-12-07Errata 122 is currently disabled so stick amd64_errata_set4 under #if 0 tooBrad Smith
2013-12-07correct RCS identsDamien Miller
2013-12-07set k->cert = NULL after freeing itDamien Miller
2013-12-06Change a WARN_ON into a BUG_ON to match Linux.Mark Kettenis
2013-12-06Having stopped pretending we handle anything but ethernet packets,Kenneth R Westerback
2013-12-06Make clflush() flush the cache line specified by the address we pass itMark Kettenis
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-12-06It seems to be possible to truncate an object while it is still mapped.Mark Kettenis
2013-12-06missing comma;Jason McIntyre
2013-12-06now at 5.4.1Eric Faurot
2013-12-06fix smtpctl resume routeEric Faurot
2013-12-06test ed25519 support; from djm@Markus Friedl
2013-12-06support ed25519 keys (hostkeys and user identities) using the public domainMarkus Friedl
2013-12-06new private key format, bcrypt as KDF by default; details in PROTOCOL.key;Markus Friedl
2013-12-06move private key (de)serialization to key.c; ok djmMarkus Friedl
2013-12-06add ASUS WL-167G V3 to the list of adapters known to workKirill Bychkov
2013-12-06Another round of reducing diffs with Linux.Mark Kettenis
2013-12-06"verify" is already documented with "tls-require verify".Eric Faurot
2013-12-06remove duplicated character ('g') in getopt() string;Damien Miller
2013-12-06Workaround closed stdin in non-interactive mode.Robert Peichaer
2013-12-05fix memory leak in error path in do_readdir(); pointed out byDamien Miller
2013-12-05Stop pretending we still support FDDI or token ring hardware types.Kenneth R Westerback
2013-12-05syncTheo de Raadt
2013-12-05Use destination size as size of memcpy(). Use <in_addr> rather thanKenneth R Westerback
2013-12-05Fully unstub intel_overlay_{map|unmap}_regs.Mark Kettenis
2013-12-05Nuke local #define ETHER_HEADER_SIZE and use the identical value'dKenneth R Westerback
2013-12-05use dv_unit rather than storing local version (removed sc_unit insasano