summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-09forgot to say: aobj grow/shrink tweaks are mostly from Pedro Martelletto,Marc Espie
2013-12-09timeout_del unconditionallyTheo de Raadt
2013-12-09document RWLOCK_INITIALIZERDavid Gwynne
2013-12-09.Nm lines for the macrosDavid Gwynne
2013-12-09basic documentation for MUTEX_INITIALIZER.David Gwynne
2013-12-09Use shell arrays to store arguments instead of building a string for eval.Philip Guenther
2013-12-09document the global systq.David Gwynne
2013-12-09Mark a few functions with __unused.Brad Smith
2013-12-08Reduce in_addr memcpy() dances by simply using assignments where the sourceKenneth R Westerback
2013-12-08allow aobj to shrink grow, for tmpfs supportMarc Espie
2013-12-08Reduce the random name length when sem_init is called with psharedFederico G. Schwindt
2013-12-08Make -c option description more accurate (merged from sudo 1.8).Todd C. Miller
2013-12-08Fix rtsx_read_cfg() return value check in rtsx_attach(). Diff from dhill.Stefan Sperling
2013-12-08Use the value of SGIVOLSZ everywhere needed instead of recomputing it at runtimeMiod Vallat
2013-12-08syncTheo de Raadt
2013-12-08remove the final vestiges of the stty(), gtty(), and ftime() compatibilityChristian Weisgerber
2013-12-08simplify activate functionTheo de Raadt
2013-12-08remove case that does nothingTheo de Raadt
2013-12-08Suggest booting from cd-rom as the first choice. Document that cd54.iso isMiod Vallat
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