summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Expand)Author
2013-10-23adapt to new DL_BLKTOSEC(); ok krwTheo de Raadt
2013-10-21Fix lies in comments, and apply some KNF and unused or duplicate prototypeMiod Vallat
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-19Use daddr_t * instead of int * for the partoffp parameter toKenneth R Westerback
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-09-28Refine the frame buffer probe again, to correctly detect a newport frame bufferMiod Vallat
2013-09-28Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid ofMiod Vallat
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-05ugold(4) is a driver for PCsensor's USB gold TEMPer temperaturesasano
2013-08-20Add urtwn(4) to the sgi kernels where it makes sense. I've been using itBrian Callahan
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-21enable 24-bit, lsb-aligned encoding, which is the device'sAlexandre Ratchov
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-06-03changes for isc fuse support. not enabled. ok beck deraadt.Ted Unangst
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-27Correctly specify the visible part of the rightmost tile when the currentMiod Vallat
2013-05-18fix cut'n'paste abuse in "can't happen" error messageMiod Vallat
2013-05-17Add a dummy IPL_MPSAFE definition.Mark Kettenis
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2013-04-21Well, it turns out the assumption that boards with a 32-bit ID registerMiod Vallat
2013-04-21Unify the zs tty driver.Sebastian Reitenbach
2013-04-20Do not wait too long for the chip to unbusy, and return EAGAIN to the upperMiod Vallat
2013-04-01Build mips kernels with -G 0, to disable use of so-called `small' data andMiod Vallat
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
2013-03-28Add __strong_alias macros for all architectures to be able to aliasMartynas Venckus
2013-03-26sync TDIRS with realityJasper Lievisse Adriaanse
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-01-01Remove libsa exec.c, not used by anything anymore; all boot blocks now useMiod Vallat
2012-10-26Previous revision would prevent grtwo(4) boards from being recognized.Miod Vallat
2012-10-19Be sure to compile boot block objects with -D_NO_ABICALLS, to prevent .S filesMiod Vallat
2012-10-19Link boot64 twice, first as a self-contained binary, to enforce there are noMiod Vallat
2012-10-18Put back the kl_n_shift variable, removed by mistake in 1.18, causing theMiod Vallat
2012-10-17Swap arguments to wdog_register() since it is nicer, and prepareTheo de Raadt
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-10-03Don't include <mips64/archtype.h> unless you really need it.Miod Vallat
2012-10-03Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs,Miod Vallat
2012-09-29Work in progress support for the Power Indigo2 R8000 system (IP26). This isMiod Vallat
2012-09-29Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks,Miod Vallat
2012-09-29Store the base value of coprocessor 0 system register, when running userland,Miod Vallat
2012-09-29Handle the coprocessor 0 cause and status registers as a 64 bit value now,Miod Vallat
2012-09-29Kill the mostly unused VMTLB_xxx and VMNUM_xxx defines. Move all tlbMiod Vallat
2012-09-29Introduce assembly macros for specific processor hazards: tlb update, statusMiod Vallat
2012-09-29Use a much simpler linker script for the kernel, adapted from loongsonMiod Vallat
2012-09-29Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions ofMiod Vallat