Age | Commit message (Expand) | Author |
2004-01-25 | Be less verbose in sdattach() by suppressing the display of detailed | Kenneth R Westerback |
2004-01-25 | Get rid of ppc_[gs]et_msr(), use ppc_m[ft]msr() instead. | Miod Vallat |
2004-01-25 | vref device vnodes early, so we don't get mismatched vrele calls. | Ted Unangst |
2004-01-25 | Get rid of m88k leftovers. | Miod Vallat |
2004-01-25 | syncicache() is inline from <machine/cpu.h>, no need for a different version | Miod Vallat |
2004-01-25 | Unused. | Miod Vallat |
2004-01-25 | Various typos in comments. | Miod Vallat |
2004-01-25 | Crank SHMMAXPGS to 32mb; OK mickey@ | Todd C. Miller |
2004-01-25 | Use %lu to print u_long values, not %d or %ld. Fixes display of | Kenneth R Westerback |
2004-01-25 | Allow restriction of SCSIDEBUG output to particular scsi buses in | Kenneth R Westerback |
2004-01-24 | Also add support for Sierra A550 and A710/A750 which are apparently map | Theo de Raadt |
2004-01-24 | sync | Theo de Raadt |
2004-01-24 | two more sierras that are equivalant | Theo de Raadt |
2004-01-24 | sync | Theo de Raadt |
2004-01-24 | Sierra A555 1x card support | Theo de Raadt |
2004-01-24 | Correctly size physical memory. | Miod Vallat |
2004-01-24 | Switch libsa to use loadfile() | Miod Vallat |
2004-01-24 | ugly #ifdef to be deleted later | Theo de Raadt |
2004-01-24 | Deal with <machine/prom.h> changes. | Miod Vallat |
2004-01-24 | RB_xxx constants and values cleanup. | Miod Vallat |
2004-01-24 | Bring in strlcat, strlcpy and snprintf from libkern. | Miod Vallat |
2004-01-24 | No chown/chmod outside install targets. | Miod Vallat |
2004-01-24 | Preserve SPRG0-SPRG3 around BUG calls, as required in the PPC1Bug UM; | Miod Vallat |
2004-01-24 | Do *not* set scsi_link flags to SCSIDEBUG_LEVEL for every ahc device. | Kenneth R Westerback |
2004-01-24 | Improve detection and reporting of VIA CPU types. Correct spellings | Tom Cosgrove |
2004-01-23 | Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasos | Todd C. Miller |
2004-01-23 | Use %b to display status register, this will make bug reports more | Alexander Yurchenko |
2004-01-23 | Add NTFS; deraadt@ OK | Todd C. Miller |
2004-01-23 | Get rid of a few (mostly DDB related) unused defines and macros. | Miod Vallat |
2004-01-23 | sync | Peter Stromberg |
2004-01-23 | Virtual SVGA II | Peter Stromberg |
2004-01-23 | died of starvation | Miod Vallat |
2004-01-23 | Clean the device configuration settings, and comment out unsupported | Miod Vallat |
2004-01-23 | Sync options and defines with other ppc ports. | Miod Vallat |
2004-01-23 | Nuke last common. | Miod Vallat |
2004-01-23 | Don't probe impossible luns. If lun 0 is non-existant, or if the device shows | Kenneth R Westerback |
2004-01-22 | Style lync with other ppc-based ports, no functional change. | Miod Vallat |
2004-01-22 | Remove macppc-only devices. | Miod Vallat |
2004-01-22 | Everyday, new typos need to be investigated. | Miod Vallat |
2004-01-22 | These files went dangling long time ago, actually... | Miod Vallat |
2004-01-22 | Make locore and the early initialization code closer to other ppc ports; | Miod Vallat |
2004-01-22 | use C comments, works better | Theo de Raadt |
2004-01-22 | dot_conv() is not used. | Miod Vallat |
2004-01-22 | Nuke ddb_regs common. | Miod Vallat |
2004-01-22 | add gettdbbysrcdst(), just like gettdb(), but compares tdb_src as well; ok mc... | Markus Friedl |
2004-01-22 | - Include the value of pf_state.timeout in pfsync messages | Ryan Thomas McBride |
2004-01-21 | dynamic bufq support. basically a nullop. ok grange@ | Ted Unangst |
2004-01-21 | call timeout_startup early, so timeouts are available. report from sam smith | Ted Unangst |
2004-01-21 | A faster ffs() routine based upon the ff1 assembly instruction. | Miod Vallat |
2004-01-20 | Check the values given to -h and -s. Closes PR 3640. | Tom Cosgrove |