summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2010-07-06get rid of ridiculous differences between the i386 and amd64 versionsTheo de Raadt
2010-07-06Kill an unused variablePhilip Guenthe
2010-07-05bsdos was removedTheo de Raadt
2010-07-05Rework somewhat for safety, so that we only interpret the values ofJonathan Gray
2010-07-05remove compat_bsdos supportTed Unangst
2010-07-05remove a debugging panic, as pointed out by mike;Thordur I. Bjornsson
2010-07-05cope with the recent changes to m_copyback();Thordur I. Bjornsson
2010-07-05timeout_add -> timeout_add_secBret Lambert
2010-07-04restrict srmmu handling to just sun4mTheo de Raadt
2010-07-03Make the kernel responsible for saving the FPU state before runningMark Kettenis
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
2010-07-03Omit some silly USB devices from RAMDISK kernels.Matthew Dempsky
2010-07-03Intel 3400 Thermal Sensor driver, found on some new Intel machines.Mike Larkin
2010-07-02Pretend that softintr_establish() actually works.Joel Sing
2010-07-02When we steal memory, return the VA for the memory that we have stolen andJoel Sing
2010-07-02delete sunos filesTed Unangst
2010-07-02remove support for compat_sunos (and m68k4k). ok deraadt guentherTed Unangst
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott