summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-07-27delete a #if 0 chunk which was used for early development and will neverTheo de Raadt
2010-07-27acpiasus for amd64 too, Henri KemppainenTheo de Raadt
2010-07-26recording/full-duplex supportJacob Meuser
2010-07-26simplify the mixer(4) code and interface. document the interface.Jacob Meuser
2010-07-26Add support for Sony ACPI hotkeys via a new driver: acpisony(4).Paul Irofti
2010-07-25in the clock drivers, seperate the soft-state and hard-state which wasTheo de Raadt
2010-07-24Switch hppa64 to timecounters.Mark Kettenis
2010-07-24Convert PCI addresses to proper 64-bit physical addresses.Mark Kettenis
2010-07-24Make pmap_extract() work for large pages.Mark Kettenis
2010-07-24move to 4.8-betaTheo de Raadt
2010-07-24Fix PTE_PAGE().Mark Kettenis
2010-07-24One the -> On theMiod Vallat
2010-07-24leftover from revert of long agoJacob Meuser
2010-07-23AMD amd64 errara are not on the i386 install media, since there is oftenTheo de Raadt
2010-07-23Change the strategy for using the FPU in the kernel. The kernel FPU stateMark Kettenis
2010-07-23Don't leak the contents of the FPU and SSE registers between processes.Mark Kettenis
2010-07-23Omit more IPI code from non-MP kernels. Found using --gc-sections.Matthew Dempsky
2010-07-22Fixes for AES CTR mode from mikeb:Thordur I. Bjornsson
2010-07-22remove unused variableTheo de Raadt
2010-07-21Disable the heuristics for legacy free systems if pckbc flags are set to 1Miod Vallat
2010-07-21Fix more cdev initializations which were using enodev for poll; ok kettenisTheo de Raadt
2010-07-21Make sure that the FPU IPIs shoot down the right FPU context and not the FPUMark Kettenis
2010-07-20opration -> operationMiod Vallat
2010-07-20also use bufq_quiesce() when suspending, and bufq_restart() when resuming,Theo de Raadt
2010-07-20typo; martin.pelikan@gmail.comTheo de Raadt
2010-07-18Repair Gdium support.Miod Vallat
2010-07-17Correct value of DBL_MIN and DBL_MAX to match <sys/limits.h>Miod Vallat
2010-07-16We never create or destroy pmaps from interrupt context, so wrapping theMark Kettenis
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-14oops; Fred CrowsonTheo de Raadt
2010-07-11typoMiod Vallat
2010-07-10Add a bootstrap loader, this allow u-boot to auto-boot from the mediaDale Rahn
2010-07-10sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 andMiod Vallat
2010-07-10and cdboot must be linked with -N still, too. even more curiousTheo de Raadt
2010-07-10actually, pxeboot must remain linked with -NTheo de Raadt
2010-07-10link bootblocks with -Z instead of -N, to ensure that the file offset andTheo de Raadt
2010-07-10Eliminate two of the remaining three instances of drivers passingMatthew Dempsky
2010-07-09We need to preserve %eax, %ecx and %edx since GCC 4.x might use theseMark Kettenis
2010-07-09un-terminated string found when comparing to i386 boot code. TheseTheo de Raadt
2010-07-09gcc4 is a bloated pig, so a few things must fall off the floppyTheo de Raadt
2010-07-08Add mapping for ACPI device to PCI bdf (match autoconf tree)Jordan Hargrave
2010-07-08use config_activate_children to get down to the isa bus activation codeTheo de Raadt
2010-07-08better op buf handling. Instead of mallocing a new buffer for everyThordur I. Bjornsson
2010-07-07Use atomic operations to increment clock interrupt counter.Mark Kettenis
2010-07-07Implement atomic_add_ulong.Mark Kettenis
2010-07-07Don't grab the kernel lock for clock interrupts. Prevents deadlocks whenMark Kettenis
2010-07-06sun4e support in the bootblocks, derived from a diff from jason@ 7 years ago.Miod Vallat
2010-07-06Having common ienab_bic() and ienab_bis() entry points for sun4/4c and sun4mMiod Vallat
2010-07-06Remove unused CPUARCH_xxx and CPUCLS_xxx defines, as well as all the unusedMiod Vallat
2010-07-06timeout_add -> timeout_add_msecBret Lambert