Age | Commit message (Expand) | Author |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-09-06 | - spello, short-hand -> shorthand | Jasper Lievisse Adriaanse |
2010-09-05 | Remove bogus LHS casts. makes gcc4 happy. | Mark Kettenis |
2010-09-05 | Make gcc4 happy. Similar to what we've done to sparc64 a couple of months ago. | Mark Kettenis |
2010-09-05 | Fix inline assembler to make it acceptable to gcc4. Similar to what we've | Mark Kettenis |
2010-08-30 | disable SVR4 compat by default; ok kettenis | Theo de Raadt |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-08-17 | Make sure fast trap handlers correctly invoke soft interrupts by marking | Miod Vallat |
2010-08-16 | Make sure we reserve enough room after the kernel image to avoid stomping | Miod Vallat |
2010-08-06 | Every time you ignore uiomove() return value, $DEITY kills a little | Miod Vallat |
2010-07-24 | leftover from revert of long ago | Jacob Meuser |
2010-07-21 | Fix more cdev initializations which were using enodev for poll; ok kettenis | Theo de Raadt |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-11 | typo | Miod Vallat |
2010-07-10 | sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 and | Miod Vallat |
2010-07-06 | sun4e support in the bootblocks, derived from a diff from jason@ 7 years ago. | Miod Vallat |
2010-07-06 | Having common ienab_bic() and ienab_bis() entry points for sun4/4c and sun4m | Miod Vallat |
2010-07-06 | Remove unused CPUARCH_xxx and CPUCLS_xxx defines, as well as all the unused | Miod Vallat |
2010-07-04 | restrict srmmu handling to just sun4m | Theo de Raadt |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-02 | delete sunos files | Ted Unangst |
2010-07-02 | remove support for compat_sunos (and m68k4k). ok deraadt guenther | Ted Unangst |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-02 | gremlin crept in by accident | Miod Vallat |
2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
2010-06-30 | Remove the ``never cache virtual addresses in the DVMA range'' in | Miod Vallat |
2010-06-29 | In the boot blocks, stop assuming we have a 1:1 mapping of low physical | Miod Vallat |
2010-06-29 | During kernel bootstrap, stop assuming the kernel image has been loaded in | Miod Vallat |
2010-06-29 | There is absolutely no need to double map DVMA addresses into the kernel address | Miod Vallat |
2010-06-29 | Rework cypress cpu cache setup, and enable writeback mode. Adapted from | Miod Vallat |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-27 | If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h> | Miod Vallat |
2010-06-27 | make sparc compile again after tag team viking/guenther breakage. | Bob Beck |
2010-06-27 | Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need for | Philip Guenthe |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-22 | When mapping memory into dvma space, use pmap_kenter_pa() instead of | Owain Ainsworth |
2010-06-22 | Some early 2.x sun4c PROM will default to serial input but glass output if no | Miod Vallat |
2010-06-18 | Remove IOMMU pte defines; only those in iommureg.h are used. | Miod Vallat |
2010-06-18 | dvma_free() the exact size passed to dvma_malloc(). | Miod Vallat |
2010-06-17 | aligment -> alignment | Miod Vallat |
2010-06-09 | Wire up device nodes for disk mapper. | Joel Sing |
2010-06-07 | Sync with GENERIC and SUN4. | Miod Vallat |
2010-06-07 | Rework the way onboard devices attach on Sun 4/110 systems (which only have a | Miod Vallat |
2010-06-07 | Do not invoke cache_enable() if there is no cache; prevents a spurious (and | Miod Vallat |
2010-06-07 | Nuke old eeprom.h compatibility defines; ok todd@ | Miod Vallat |
2010-06-06 | typo in comment | Miod Vallat |
2010-06-01 | use --warn-common for linking (some arch's will show new warnings), and | Theo de Raadt |
2010-05-31 | Completely rewrite the tags file creation process. use config(8) against | Theo de Raadt |