Age | Commit message (Expand) | Author |
2012-03-27 | Reverse the default of the -c flag from off to on to prevent the text | Nicholas Marriott |
2012-03-27 | Implement the AMD suggested workaround for family 10h & 12h errata 721 | Jonathan Gray |
2012-03-27 | Run identifycpu() on its own cpu. | Christiano F. Haesbaert |
2012-03-26 | Add a function to extract an address instead of copying the same code over | Claudio Jeker |
2012-03-26 | simplify conditionals in acpi_sleep_state() | Theo de Raadt |
2012-03-26 | Add a few missing files for 'make clean'. | Stuart Henderson |
2012-03-26 | hook in the hibernate request code; half of this diff is from mlarkin | Theo de Raadt |
2012-03-26 | Add hibernate request support. Also installs a ZZZ binary for the | Theo de Raadt |
2012-03-26 | Make writes block if the message queues are full. | Mark Kettenis |
2012-03-26 | Increase the size of the message queues such that we can handle the default | Mark Kettenis |
2012-03-26 | Add DLT_PPP_SERIAL and DLT_C_HDLC to bpf.h even though the system will not | Claudio Jeker |
2012-03-26 | Try to document how to use gre(4) keepalives with pf(4) enabled. | Claudio Jeker |
2012-03-26 | Add support for the udl(4) in the Polaris2 USB dock | Claudio Jeker |
2012-03-26 | sync | Claudio Jeker |
2012-03-26 | Add id for the Polaris2 USB dock which is a udl(4) | Claudio Jeker |
2012-03-26 | When clenaing, run "make realclean" in the ldns subdirectory, not just unbound. | Stuart Henderson |
2012-03-26 | remove this again, it's not needed after all. | Stuart Henderson |
2012-03-26 | Use PYTHONMOD_HEADER variable set by autoconf to avoid pulling | Stuart Henderson |
2012-03-26 | sync | Stuart Henderson |
2012-03-26 | add PYTHONMOD_HEADER variable which is conditionalized on building the module. | Stuart Henderson |
2012-03-26 | set --without-pythonmodule (this is the default anyway, but better to be expl... | Stuart Henderson |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2012-03-26 | sync | Stuart Henderson |
2012-03-26 | Don't force CFLAGS. | Stuart Henderson |
2012-03-26 | Add Makefile wrapper for Unbound. From Bjorn Ketelaars <bjorn.ketelaars | Stuart Henderson |
2012-03-26 | Import ldns 1.6.12, needed for Unbound, to work on in-tree. | Stuart Henderson |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2012-03-26 | Adjust the default "ignore" list for cvs; | Stuart Henderson |
2012-03-26 | Let this compile (not enabled by default); From Damian McGuckin | Theo de Raadt |
2012-03-26 | Add APM_IOC_HIBERNATE | Theo de Raadt |
2012-03-26 | Fix an integer math error when using the result of uvm_page_rle, and | Mike Larkin |
2012-03-26 | Bump standards years, as we conform to the new versions too | Philip Guenthe |
2012-03-26 | strsignal() was standardized in POSIX-2008 | Philip Guenthe |
2012-03-26 | clear junk in p_comm before copying shorter names into it | Theo de Raadt |
2012-03-26 | Mention ZTE Skate. Other ZTE models might work but I have none to test. | Federico G. Schwindt |
2012-03-25 | release the file ref to the kqueue while in kevent(), so that close() | Theo de Raadt |
2012-03-25 | strsignal() was added to POSIX-2008; strerror_r() was in the base | Philip Guenthe |
2012-03-25 | Move cache handling routines related definitions to a dedicated header file, | Miod Vallat |
2012-03-25 | Only set the low order bits of CpuCacheAliasMask if it is nonzero, regression | Miod Vallat |
2012-03-25 | Do not fatal() when failing to connect to a relay. | Eric Faurot |
2012-03-24 | Fix fallback of uvm_map_hint() argument changes. | Miod Vallat |
2012-03-24 | Another tiny test case | Philip Guenthe |
2012-03-24 | sync | Theo de Raadt |
2012-03-24 | Left-pad the eeprom dump with zeroes in the debug dump to make it easier to | Miod Vallat |
2012-03-24 | Oops, forgot this file in the SGI_<model> -> SGI_IP## change. | Miod Vallat |
2012-03-24 | The various ConfigCache() functions actually return void, not int. | Miod Vallat |
2012-03-24 | Rename the various SGI_xxx constants from machine names to their IP numbers, | Miod Vallat |
2012-03-24 | Add a few trivial routines to get mips64r2 specific config registers. Not used | Miod Vallat |
2012-03-24 | Missed a reference to the u_stats member when struct pstats was removed | Philip Guenthe |
2012-03-24 | The arguments scandir() and alphasort() have changed; show that and | Philip Guenthe |