summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-08-12Increase number of menu options to 20.sborrill
2008-08-12Add new accelerated driver for SPX graphics found in some VAXstations,hans
2008-08-12actually implement smart battery supportmacallan
2008-08-12Fix thinko (brain fart)matt
2008-08-11Define _ASM_LS_CHAR as '!' on hppa.skrll
2008-08-11Fix copy{in,out}str on hppa byskrll
2008-08-10Don't forget to unload TX dmamap on failure (in !MEC_TXSTAT_SUCCESS case).tsutsui
2008-08-10In mec_intr() call mec_init() on errors for workaround.tsutsui
2008-08-10- no need to set the TXCMD_TXINT bit against the last enqueued TX packettsutsui
2008-08-10Accept filters are cool, but it's not a reason to select them twice.cube
2008-08-10Use while(cond){} instead of for(;;){if(!cond)break;}.tsutsui
2008-08-10The last txdesc is now preserved, so also set IFF_OACTIVE properly.tsutsui
2008-08-10Specify PAGE_SIZE boundary for TX dmamaps.tsutsui
2008-08-10Add accept filters to GENERIC kernels where they exist.tls
2008-08-10- beggining -> beginningcegger
2008-08-10Add accept filters per request from port-xen:cegger
2008-08-08Improve a comment.skrll
2008-08-08Make "show uvmhist" available to all arches (not just sparc*) in ddb.skrll
2008-08-08Misc cosmetics:tsutsui
2008-08-08Bump BOOTINFO_MAGIC to prevent old kernels (including netbsd-4) crashingtsutsui
2008-08-08No WAPBL (ffs journaling) for memory-strapped machines.hauke
2008-08-08Make the console on com0 detection work again.hannken
2008-08-08Don't run off the end of the bootconf.desc[] array when printing outsimonb
2008-08-08Remove an unneeded include to make it compile again.hannken
2008-08-08fix "warning: 'npv' may be used uninitialized in this function"dogcow
2008-08-07Comment out options MACE_NEEDS_DELAYS.tsutsui
2008-08-07- check TX_RING pointer in MEC_INT_STATUS in mec_rxintr() (from OpenBSD)tsutsui
2008-08-07In crime_attach(), call crime_watchdog_disable() rather thantsutsui
2008-08-07Fix a typo so that the crimedog is actually shut up.tsutsui
2008-08-07Use IF32_bits instead of I32_bit | F32_bitmatt
2008-08-07Commit missing part of __HAVE_FAST_SOFTINTS support.matt
2008-08-07Remove unneeded cast.matt
2008-08-07Now that pmap allocates ncolors for memhook, use them to properly memory.matt
2008-08-07Only call dosoftints() is ci_intr_depth == 0matt
2008-08-07Enable __HAVE_FAST_SOFTINTSmatt
2008-08-07Do fast softint processing in DO_AST_AND_RESTORE_ALIGNMENT_FAULTS.matt
2008-08-06Change pv_entries to use SLIST.matt
2008-08-06Define IF32_bits as the union of I32_bit|F32_bitmatt
2008-08-06Remove a few components of struct lwp that we do not touch any more.martin
2008-08-06We need socketvar.h now for struct sockopt.martin
2008-08-06Fix typo FP_ -> FE_matt
2008-08-05Disable interrupts before shutdownhooks are run, as all other ports.drochner
2008-08-05Update <machine/ieeefp.h> to use the C99 FE_* definitions instead of thematt
2008-08-05For ARITH traps, set the siginfo code appropriately for FP related traps.matt
2008-08-05Add the AFLT_FLT* code for T_ARITHFLT.matt
2008-08-05Add PSL_{IV,FU,DV} bits.matt
2008-08-04struct cfdata -> cfdata_tcegger
2008-08-04Add accept filters, ported from FreeBSD by Coyote Point Systems. Add inetdtls
2008-08-04fix another botched device_t-ificationmacallan
2008-08-03Move some MD declarations from x86/pci/files.pci to x86/conf/files.x86,joerg