Age | Commit message (Expand) | Author |
2010-05-05 | map the ATA data set management stuff (ie, trim) to the SCSI thin | David Gwynne |
2010-05-03 | Provide a disk_map() function which attempts to map a disklabel UID to the | Joel Sing |
2010-05-02 | Properly initialize the members of `struct mdproc' that deal with | Mark Kettenis |
2010-05-02 | The line-discipline-specific ioctls return -1 to indicate that | Stefan Sperling |
2010-05-02 | The Cyrix "coma bug" workaround code has a really convoluted way to write 0 | Mark Kettenis |
2010-05-02 | Remove unused softc member. | Miod Vallat |
2010-05-02 | Precompute the userland process apr cache bits into a global variable. | Miod Vallat |
2010-05-02 | Use intermediate vaddr_t cast when casting a pointer to off_t. Prevents | Mark Kettenis |
2010-05-02 | repeated text in a comment, spotted by adam dutko | Ted Unangst |
2010-05-02 | Add defines for thread-local-storage sections/symbols/segments and for | Philip Guenthe |
2010-05-01 | put the read macros into functions so gcc4 doesn't whinge. | Jonathan Gray |
2010-05-01 | Unbreak ramdisks. | Owain Ainsworth |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-04-30 | Right now, if anything internal changes with a uvm object, diverse | Owain Ainsworth |
2010-04-30 | Prevent a possible case of lock recursion in swapoff. | Owain Ainsworth |
2010-04-30 | Add __unused and __used macros that expand to appropriate __attribute__ | Mark Kettenis |
2010-04-30 | add HT Capabilities element in outgoing probe requests if HT is | Damien Bergamini |
2010-04-30 | fix for 5GHz band. | Damien Bergamini |
2010-04-30 | add support for firmware images in "type-length-value" format. | Damien Bergamini |
2010-04-30 | Remove volatile from function return values since gcc4 complains about them | Mark Kettenis |
2010-04-30 | Add commented MPLS and mpe(4) entries. | Claudio Jeker |
2010-04-30 | - regen | Jasper Lievisse Adriaanse |
2010-04-30 | - add a fore more devices found in my box | Jasper Lievisse Adriaanse |
2010-04-30 | unbreak dumps on scsi disks. | David Gwynne |
2010-04-29 | Revert r1.80, leaving iopools in place. Fixes PR#6365. Why WD3200KS-00P | Kenneth R Westerback |
2010-04-29 | add radeon hd2600 xt | Robert Nagy |
2010-04-29 | regen | Robert Nagy |
2010-04-29 | Add the CR_PAT MSR to the list of defined msrs. | Owain Ainsworth |
2010-04-29 | use BUS_SPACE_MAP_PREFETCHABLE on maps that should be WC (soon this will | Owain Ainsworth |
2010-04-29 | Currently pdc_scanbus() scans in reverse, which results in physical CPU0 | Joel Sing |
2010-04-29 | Use per CPU hardware interrupt mask. | Joel Sing |
2010-04-29 | Finally fix the bit 17 swizzling code. | Owain Ainsworth |
2010-04-29 | Test bit is used like a boolean, so it must actually be a boolean. | Owain Ainsworth |
2010-04-29 | Fix the drm_atomic macros to use unsigned int like they should. | Owain Ainsworth |
2010-04-29 | Store hardware timer information per CPU. | Joel Sing |
2010-04-29 | - regen | Jasper Lievisse Adriaanse |
2010-04-29 | - add a few more devices, including one from eric@ | Jasper Lievisse Adriaanse |
2010-04-29 | - add another run, from markus bergkvist | Jasper Lievisse Adriaanse |
2010-04-29 | - add another run, from markus bergkvist | Jasper Lievisse Adriaanse |
2010-04-28 | We no longer need -Di386. | Mark Kettenis |
2010-04-28 | s/i386/__i386__/, no binary change. | Mark Kettenis |
2010-04-28 | Only invoke setcurcpu() #ifdef MULTIPROCESSOR | Miod Vallat |
2010-04-28 | s/amd64/__amd64__/, s/i386/__i386__, no binary change. | Mark Kettenis |
2010-04-28 | s/i386/__i386__/, no binary change. | Mark Kettenis |
2010-04-28 | Do not modify hardware interrupt mask when establishing a soft interrupt | Joel Sing |
2010-04-28 | Storeing current cpu_info address into LLAddr register, for curcpu(). | Takuya ASADA |
2010-04-28 | no need to depend on a file twice | Theo de Raadt |
2010-04-28 | clean up more more subtle and stupid differences between the various | Theo de Raadt |
2010-04-28 | When setting a disklabel automatically generate a new UID if it does not | Joel Sing |
2010-04-28 | Cast 'a' to (void *) in the REASON_SET macro. Makes gcc4 happy. | Robert Nagy |