summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2012-03-26Add APM_IOC_HIBERNATETheo de Raadt
2012-03-26Fix an integer math error when using the result of uvm_page_rle, andMike Larkin
2012-03-25Move cache handling routines related definitions to a dedicated header file,Miod Vallat
2012-03-25Only set the low order bits of CpuCacheAliasMask if it is nonzero, regressionMiod Vallat
2012-03-24Fix fallback of uvm_map_hint() argument changes.Miod Vallat
2012-03-24Oops, forgot this file in the SGI_<model> -> SGI_IP## change.Miod Vallat
2012-03-24The various ConfigCache() functions actually return void, not int.Miod Vallat
2012-03-24Rename the various SGI_xxx constants from machine names to their IP numbers,Miod Vallat
2012-03-24Add a few trivial routines to get mips64r2 specific config registers. Not usedMiod Vallat
2012-03-24Missed a reference to the u_stats member when struct pstats was removedPhilip Guenthe
2012-03-23Make rusage totals, itimers, and profile settings per-process insteadPhilip Guenthe
2012-03-20Add ioctl to write to hypervisor memory.Mark Kettenis
2012-03-19On sgi, use CKSEG0 addresses whenever possible for pmap_map_direct and u areaMiod Vallat
2012-03-19Recent uvm code (and maybe not-so-recent, but it did not explode^WKASSERT atMiod Vallat
2012-03-19Use uncached addresses for all exception vectors, when copying our code (orMiod Vallat
2012-03-19Change the page size computation logic to default to 16KB pages, and onlyMiod Vallat
2012-03-19Prevent the Ethernet driver to be opened twice when using a bootp() path;Miod Vallat
2012-03-19Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartitionMiod Vallat
2012-03-19Only change the default boot device to a bootable softraid volume, if weJoel Sing
2012-03-19more intel cpu models, though the low/high est method is largelyJonathan Gray
2012-03-17Add hvctl(4).Mark Kettenis
2012-03-17Add vldc(4) and hvctl(4).Mark Kettenis
2012-03-17hvctl(4) is a driver for the "hvctl" Logical Domain Channel that allows theMark Kettenis
2012-03-17vldc(4) is a "bus" driver for Logical Domain Channels.Mark Kettenis
2012-03-16missing bracket; ok miodTheo de Raadt
2012-03-16Display L3 cache information on amd64 for amd cpus, Intel now uses aChristiano F. Haesbaert
2012-03-15Take cd9660 support off the "obviously a floppy" install media, to findTheo de Raadt
2012-03-15uncached_base was introduced early in IP27 support, since these designs useMiod Vallat
2012-03-15No longer allow bus_space_barrier() to be a NULL pointer on a givenMiod Vallat
2012-03-14Fix booting on the Thecus N1200. From Tobias Ulmer.Mark Kettenis
2012-03-09New vmmap implementation.Ariane van der Steldt
2012-03-09- remove a redundant note about tftpd; ok dlgJason McIntyre
2012-03-06Add support for an SMB controller found on AMD CS5536 companion device.Mike Belopuhov
2012-03-03Fix the logic deciding whether to return PCI_COMMAND_MASTER_ENABLE in theMiod Vallat
2012-03-01Add luna88k GENERIC.MP configuration file, based on mvme88k.Kenji Aoyama
2012-03-01zaudio is play only, so return ENXIO on any attempt to open the deviceAlexandre Ratchov
2012-02-28Luna88k multi-processor support, step 3.Kenji Aoyama
2012-02-26Remove no longer _KERNEL-visible constants which aren't used anyway.Miod Vallat
2012-02-25Add gus* at isapnp?. Last tested nine years ago but ought to still work.Miod Vallat
2012-02-25:%s,DEBUGBUG,DEBUG,Miod Vallat
2012-02-25Fix a bad case of htole64() being used instead of htole32() when setting upMiod Vallat
2012-02-25Remove useless code.Christiano F. Haesbaert
2012-02-25Make CPUF_GO setting atomic.Christiano F. Haesbaert
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2012-02-19small KNF nitMark Kettenis
2012-02-16Do an explicit `sync' instruction before returning from cache routines; this isMiod Vallat
2012-02-16Be sure to reset coprocessor 0 TAG_LO register to zero before attemptingMiod Vallat
2012-02-16Use abbreviated mnemonics whenever possible (e.g. beqz instead of beq ...,zero),Miod Vallat
2012-02-12this breaks ramdisk builds. misses releaseTheo de Raadt
2012-02-11Don't compare command line input to softraid device names. ParseKenneth R Westerback