Age | Commit message (Expand) | Author |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2004-01-03 | Make 'unknown error category' message more informative by including error | Kenneth R Westerback |
2004-01-03 | backout segment register restore diff which causes reproducible hangs; ok der... | Peter Valchev |
2004-01-02 | Mention that, on most 187 and 197, if the SCSI controller is not the boot | Miod Vallat |
2004-01-02 | MC88110 errata states that, for instruction faults, in case of bus error | Miod Vallat |
2004-01-02 | Sync m197_ext_int() logic with m187_ext_int() logic. | Miod Vallat |
2004-01-02 | Better openings value computation. | Miod Vallat |
2004-01-02 | Relaxed dependencies, and do not undef DEBUG. | Miod Vallat |
2004-01-02 | There is no such thing as ``device cpu'' for now. | Miod Vallat |
2004-01-02 | Revert 1.100 and 1.102 for now - they cause page table corruption (bloody hell!) | Miod Vallat |
2004-01-02 | The scratch pages used in pmap_zero_page() and pmap_copy_page() being special | Miod Vallat |
2004-01-02 | When both cmmu_dofoo() and cmmu_remote_dofoo() exist, kill the first one, | Miod Vallat |
2004-01-02 | use pool for pcb; with grange@ like netbsd; ok itojun@, cedric@ | Markus Friedl |
2004-01-02 | apparently my understanding of '{FLT,DBL,LDBL}_{MIN,MAX}_EXP' ahs | Michael Shalayeff |
2004-01-02 | attach on two more ICHs | Michael Shalayeff |
2004-01-02 | after some advice from nick, note that only com0 is currently supported | Jason McIntyre |
2004-01-02 | PCI_PRODUCT_ALI_M1533 should use ali1543_init too. When the PCI id for | Todd C. Miller |
2004-01-02 | Treat all commands returning a sense data ASC of 0x29 as having | Kenneth R Westerback |
2004-01-02 | Add in missing ASC/ASCQ descriptions for non-RAMDISK (i.e. | Kenneth R Westerback |
2004-01-01 | Crank SHMMAXPGS from 2048 to 8192. Other platforms where people | Todd C. Miller |
2004-01-01 | Crank SHMMNI from 32 -> 128 and SHMSEG from 8 -> 128. OK deraadt@ | Todd C. Miller |
2004-01-01 | Oops, commited from the wrong tree. | Miod Vallat |
2004-01-01 | avoid redundant calls to sis_stop() for shared irqs; from freebsd; ok deraadt@ | Markus Friedl |
2004-01-01 | Let this attach correctly. | Miod Vallat |
2004-01-01 | Add sram on mvme187. | Miod Vallat |
2004-01-01 | Inline pmap_copy() and pmap_phys_address(). | Miod Vallat |
2004-01-01 | Some typos just never die (here controler vs controller). | Miod Vallat |
2004-01-01 | document how to do -beta and -current tagging | Theo de Raadt |
2004-01-01 | 2004 | Theo de Raadt |
2003-12-31 | spacing. note this, cedric | Theo de Raadt |
2003-12-31 | workaround: during npx exception testing, delay(1). For some reason | Theo de Raadt |
2003-12-31 | delay interfaces attach until "self" has been created; ok cedric@ | Markus Friedl |
2003-12-31 | Many improvements to the handling of interfaces in PF. | Cedric Berger |
2003-12-31 | regen | Todd C. Miller |
2003-12-31 | wait4(2) takes and returns pid_t, not int. OK deraadt@ and miod@ | Todd C. Miller |
2003-12-30 | kill a local var that is set and never used then later | Michael Shalayeff |
2003-12-30 | Add support for all six Motorola-supported configurations of MVME376 | Miod Vallat |
2003-12-30 | provide accounting for the intr time properly from fredette@ | Michael Shalayeff |
2003-12-30 | In pmap_copy_page() and pmap_zero_page(), it is not enough to flush the | Miod Vallat |
2003-12-29 | disable ie1@gsc as not really supported and a commented out bha@pci | Michael Shalayeff |
2003-12-29 | no vtophys(), don't need uvm_extern.h anymore. | Brad Smith |
2003-12-29 | Since pmap_activate() does a complete user tlb flush, it is not necessary | Miod Vallat |
2003-12-29 | Properly recognize SiS CPU family; | Alexander Yurchenko |
2003-12-29 | correct probe console printf; miod ok | Theo de Raadt |
2003-12-28 | do not use MALLOC on variable sized allocations | Michael Shalayeff |
2003-12-28 | Crank default data and stack limits, align with m68k values. | Miod Vallat |
2003-12-28 | Give i/o's requeued as a result of aborts, timeouts, etc. a status of | Kenneth R Westerback |
2003-12-28 | Having vmel and vmes keep another pointer to their parent in their softc is | Miod Vallat |
2003-12-28 | dma_cachectl() takes a va and computes the pa from it, no need to invoke it | Miod Vallat |
2003-12-28 | add ian dowse's dirhash code from freebsd. | Ted Unangst |