Age | Commit message (Expand) | Author |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-02 | Constipate init_hash() to eliminate a warning and remove a cast that is | Philip Guenthe |
2010-07-02 | remove unused pciaddr_search function. | Jonathan Gray |
2010-07-02 | Don't timeout_add() when the referenced struct is about to be | Kenneth R Westerback |
2010-07-02 | add missing header needed by ioctl() | Charles Longeau |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | ps uses libkvm, so it doesn't need its own copy of the "get process info | Philip Guenthe |
2010-07-02 | sync | Igor Sobrado |
2010-07-02 | the IBM Optical Wheel Mouse (89P5088) is a supported USB device. | Igor Sobrado |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | Allow systat to print date and time when in rawmode. | lum |
2010-07-02 | Remove bogus commas from the "bin" entry. | David Coppa |
2010-07-02 | parse pkg.conf and use it for default_path if PKG_PATH is not defined. | Marc Espie |
2010-07-02 | move the empty url message up to PackageRepository, so that we can print | Marc Espie |
2010-07-02 | use state to print error messages | Marc Espie |
2010-07-02 | use state to print out all error messages | Marc Espie |
2010-07-02 | fix params so that state is state and not PackageLocator... | Marc Espie |
2010-07-02 | pass (and save) state around in Repository-related stuff. | Marc Espie |
2010-07-02 | Rename the volume specific flags variable. | Joel Sing |
2010-07-02 | On resume, detach and then force a re-attach of the card, since we don't | Theo de Raadt |
2010-07-02 | Determine the data offset using a variable specified within the softraid | Joel Sing |
2010-07-02 | s/1/one/ to improve wording. | Igor Sobrado |
2010-07-02 | Make the sensor setup loop less awkward by moving the call to | Matthew Dempsky |
2010-07-02 | usefull -> useful; | Jason McIntyre |
2010-07-02 | Rewrite how printing all variables works to avoid using a global variable | Nicholas Marriott |
2010-07-02 | Clear table and set defaults manually, also move table into value.c. | Nicholas Marriott |
2010-07-02 | Merge almost-empty pathnames.h into tip.h. | Nicholas Marriott |
2010-07-02 | Merge vassign and vtoken and make it much more strict on what it accepts. | Nicholas Marriott |
2010-07-02 | Add an ath_pci_activate callback for ACPI suspend/resume with ath(4). | Reyk Floeter |
2010-07-02 | cleanup and remove some #ifdef junk in the power hooks. | Reyk Floeter |
2010-07-02 | Bye-bye vstring, and add value type checking code to vgetstr/vsetstr/etc. | Nicholas Marriott |
2010-07-02 | Rewrite hunt() to put the "rotary action" into it rather than remote.c, and so | Nicholas Marriott |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | Dump parsed schema to buffer and send in requests for the cn=schema | Martin Hedenfal |
2010-07-02 | add more MCP79 AHCI ids to the list of devices that need special handling, | Jonathan Gray |
2010-07-02 | Add a comment to explain why the sync is necessary in the while loop. | Joel Sing |
2010-07-02 | Apparently volatile does not mean what it is supposed to mean... avoid a | Joel Sing |
2010-07-02 | unbreak strdelim() skipping past quoted strings, e.g. | Damien Miller |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | gremlin crept in by accident | Miod Vallat |
2010-07-02 | Proper fix for uninitialized variable warning. | Mark Kettenis |
2010-07-02 | don't reference an item after it has been returned to the pool | David Krause |
2010-07-02 | correctly init ppr_able in reset, and some others gcc complained about. | Ted Unangst |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | fix a variety of uninit errors. ok and one correction deraadt | Ted Unangst |
2010-07-02 | the variables work better when initialized. ok deraadt | Ted Unangst |
2010-07-02 | on error, getuint() will return UINT_MAX. Instead of actually using | Alexander Hall |
2010-07-02 | oops, add a missing newline; noticed by and ok phessler@ | Christian Weisgerber |