Age | Commit message (Expand) | Author |
2013-12-09 | forgot to say: aobj grow/shrink tweaks are mostly from Pedro Martelletto, | Marc Espie |
2013-12-09 | timeout_del unconditionally | Theo de Raadt |
2013-12-09 | document RWLOCK_INITIALIZER | David Gwynne |
2013-12-09 | .Nm lines for the macros | David Gwynne |
2013-12-09 | basic documentation for MUTEX_INITIALIZER. | David Gwynne |
2013-12-09 | Use shell arrays to store arguments instead of building a string for eval. | Philip Guenther |
2013-12-09 | document the global systq. | David Gwynne |
2013-12-09 | Mark a few functions with __unused. | Brad Smith |
2013-12-08 | Reduce in_addr memcpy() dances by simply using assignments where the source | Kenneth R Westerback |
2013-12-08 | allow aobj to shrink grow, for tmpfs support | Marc Espie |
2013-12-08 | Reduce the random name length when sem_init is called with pshared | Federico G. Schwindt |
2013-12-08 | Make -c option description more accurate (merged from sudo 1.8). | Todd C. Miller |
2013-12-08 | Fix rtsx_read_cfg() return value check in rtsx_attach(). Diff from dhill. | Stefan Sperling |
2013-12-08 | Use the value of SGIVOLSZ everywhere needed instead of recomputing it at runtime | Miod Vallat |
2013-12-08 | sync | Theo de Raadt |
2013-12-08 | remove the final vestiges of the stty(), gtty(), and ftime() compatibility | Christian Weisgerber |
2013-12-08 | simplify activate function | Theo de Raadt |
2013-12-08 | remove case that does nothing | Theo de Raadt |
2013-12-08 | Suggest booting from cd-rom as the first choice. Document that cd54.iso is | Miod Vallat |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-12-08 | Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of the | Miod Vallat |
2013-12-08 | Force LC_ALL to 'C' before exec'ing ftp or gzip -d. pkg_add expects | Jeremie Courreges-Anglas |
2013-12-08 | After a completed upgrade, present reboot and post-reboot instructions in a | Stefan Sperling |
2013-12-08 | also cover initial installations (which means we do try to install | Marc Espie |
2013-12-08 | make use of the new "quirks" interface | Marc Espie |
2013-12-08 | Use a literal for the default value of KEXAlgorithms. ok deraadt jmc | Darren Tucker |
2013-12-08 | Enable rum(4) for armv7. Committing through it on pandaboard. | Martynas Venckus |
2013-12-08 | add static back to the ttm functions | Jonathan Gray |
2013-12-08 | Remove unsigned comparison < 0. | Brad Smith |
2013-12-07 | Some cleaning up of the ioctl handling bits to bring things in line | Brad Smith |
2013-12-07 | Rewrite receive filter handling and ioctl bits. Fixes not being able to | Brad Smith |
2013-12-07 | Emulating wait_event_timeout() using msleep() is hard. This version should | Mark Kettenis |
2013-12-07 | When checking whether a user may change the login class, just check | Todd C. Miller |
2013-12-07 | add missing mentions of ed25519; ok djm@ | Christian Weisgerber |
2013-12-07 | Remove the agp-specific bus_dma code. It is no longer used now that | Mark Kettenis |
2013-12-07 | No need to blow away the cache after updating GTT entries. The driver already | Mark Kettenis |
2013-12-07 | Now that we properly flush caches, we can enable cpu relocations. | Mark Kettenis |
2013-12-07 | Enable fast path for relocations. | Mark Kettenis |
2013-12-07 | Change the response file handling such that it "consumes" an answer | Alexander Hall |
2013-12-07 | document -a and -o wrt new key format | Damien Miller |
2013-12-07 | Some 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-07 | Errata 122 is currently disabled so stick amd64_errata_set4 under #if 0 too | Brad Smith |
2013-12-07 | correct RCS idents | Damien Miller |
2013-12-07 | set k->cert = NULL after freeing it | Damien Miller |
2013-12-06 | Change a WARN_ON into a BUG_ON to match Linux. | Mark Kettenis |
2013-12-06 | Having stopped pretending we handle anything but ethernet packets, | Kenneth R Westerback |
2013-12-06 | Make clflush() flush the cache line specified by the address we pass it | Mark Kettenis |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-12-06 | It seems to be possible to truncate an object while it is still mapped. | Mark Kettenis |