Age | Commit message (Expand) | Author |
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 |
2010-07-02 | Don't validate modification of immutable attributes if the namespace is | Martin Hedenfal |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-07-02 | braces define scope, not indentation. found hunting uninit bugs. ok oga | Ted Unangst |
2010-07-02 | some very obvious uninit bugs found when I turned off -Wno-uninitialized | Ted Unangst |
2010-07-02 | fix corrupt UVMHIST_LOG | Takuya ASADA |
2010-07-02 | Disallow deleting non-leaf nodes. | Martin Hedenfal |
2010-07-02 | Add a BT_CURSOR_EXACT operation to btree_cursor_get. It behaves like | Martin Hedenfal |
2010-07-02 | initialize values to something sensible. | Ted Unangst |
2010-07-02 | add an align argument to uvm_km_kmemalloc_pla. | Artur Grabowski |
2010-07-02 | Drop the uvm_km_pages.mtx mutex in uvm_km_putpage before we free va's, | Thordur I. Bjornsson |
2010-07-02 | Plug a memory leak where each update leaked one page. | Martin Hedenfal |
2010-07-02 | Abstraction clean-up. `I like it' deraadt@. | Paul Irofti |
2010-07-02 | Some functions change the ifp in during ether_input(). This confuses the | Claudio Jeker |
2010-07-02 | Fix memory leaks in schema parser. | Martin Hedenfal |
2010-07-02 | Add ability to limit memory presented to kernel with | Tobias Weingartner |
2010-07-02 | Add Lenovo ThinkPad X100e quirk, from Brad. | Paul Irofti |
2010-07-02 | remove prototype of okaytoclone, which got removed in 1.117 | Jonathan Gray |
2010-07-02 | structure copy the unp_connid to the other socket | Theo de Raadt |
2010-07-02 | Switch to nitems for the table, save some space. `Looks good' deraadt@. | Paul Irofti |
2010-07-02 | Use M_NOWAIT only if SCSI_NOSLEEP is set, as is the usual idiom. From | Kenneth R Westerback |
2010-07-02 | Implement FPU shootdowns for hppa multiprocessor kernels. There are still | Joel Sing |
2010-07-01 | Don't overwrite the device name with the fake cu%d host. | Nicholas Marriott |
2010-07-01 | Repost T510 video using the emulator. | Mike Larkin |
2010-07-01 | When a process' FPU context is evicted or restored record which CPU the | Joel Sing |
2010-07-01 | Mobility hd4870 works, add it. | Owain Ainsworth |
2010-07-01 | regen | Ted Unangst |
2010-07-01 | 3.5 compat is old, but relied upon by other compats still in tree. the | Ted Unangst |
2010-07-01 | sync | Owain Ainsworth |
2010-07-01 | Radeon mobility Hd4870, from jcr. | Owain Ainsworth |