summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2010-07-02remove unused pciaddr_search function.Jonathan Gray
2010-07-02usefull -> useful;Jason McIntyre
2010-07-02Add a comment to explain why the sync is necessary in the while loop.Joel Sing
2010-07-02Apparently volatile does not mean what it is supposed to mean... avoid aJoel Sing
2010-07-02gremlin crept in by accidentMiod Vallat
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-07-02initialize values to something sensible.Ted Unangst
2010-07-02Add ability to limit memory presented to kernel withTobias Weingartner
2010-07-02Implement FPU shootdowns for hppa multiprocessor kernels. There are stillJoel Sing
2010-07-01When a process' FPU context is evicted or restored record which CPU theJoel Sing
2010-07-01Make our trapframe squeeky clean in setregs(). Avoid leaking registers intoMark Kettenis
2010-07-01Add more support bits for ARMv7, including frame for VIPT (pmap_prefer).Dale Rahn
2010-07-01CPU id is not enough to tell 3430 from 3530 so change the printed name.Dale Rahn