summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-12-14the extended long (bracketed) cpu names are not useful to anyone -- they areTheo de Raadt
2003-12-14Replace pmap_testbit/pmap_changebit sequences with a tailor-made pmap_unsetbitMiod Vallat
2003-12-14Remove unnecessary trunc_page() calls, and change pmap_enter() logic toMiod Vallat
2003-12-14In pmap_testbit, always update the attribute flags for the pv list hander.Miod Vallat
2003-12-12Provide a better delay() resolution on 188.Miod Vallat
2003-12-12typoTheo de Raadt
2003-12-12initialze -> initializes; from Eric Borsboom;Jason McIntyre
2003-12-12missing parameter to printf; erick@bonzai.space-ei.nlTheo de Raadt
2003-12-11Oops, forgot to commit this chunk of pcb_t removal. Spotted by deraadt.Miod Vallat
2003-12-11remove @ that i do not likeTheo de Raadt
2003-12-10for unaligned btlb mapping attempts -- just failMichael Shalayeff
2003-12-09on pci systems bootdevice is specified by the hpa onlyMichael Shalayeff
2003-12-09allow for user pci confMichael Shalayeff
2003-12-08Correct what seems to be a typo: __builtin_va_alist vs __builtin_va_listPeter Valchev
2003-12-04TyposMiod Vallat
2003-12-04creator needs wsemul_sun attribute.Miod Vallat
2003-12-01when allocating kpdes -- allocate no less than fourMichael Shalayeff
2003-12-01same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.deMichael Shalayeff
2003-11-27gcc3 wants "m" operands to be lvalues.Marc Espie
2003-11-27Bad #undef, spotted by gcc3.Marc Espie
2003-11-27This var is volatile. gcc3 complains if the CV qualifiers don't match.Marc Espie
2003-11-26after some discussion with nick@, note that `hd*' syntax makes moreJason McIntyre
2003-11-26The geodesc works great for SC1201 as well. ok markus@Kevin Lo
2003-11-25Allow mvmeppc to compile again. not a supported arch.Dale Rahn
2003-11-24experimental support for HVT as a 2nd level tlbMichael Shalayeff
2003-11-24-fno-builtin. okay dale `mvmeppc doesn't exist' rahn.Marc Espie
2003-11-24-fno-builtin, checked by millert@Marc Espie
2003-11-24have to apm_set_ver() before the values calculated get used; from nedko@users...Michael Shalayeff
2003-11-23-fno-builtin* checked by brad@Marc Espie
2003-11-22Unbreak compiling with DEBUG.Alexander Yurchenko
2003-11-21+ -fno-builtin-* on architectures confirmed to work.Marc Espie
2003-11-20Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.Marc Espie
2003-11-18Remove the duplicated code in ssh_checkintr() - checked against mvme68k.Miod Vallat
2003-11-18In ssh_checkintr(), better check pointers for NULL before theyMiod Vallat
2003-11-18remove useless debug print.Dale Rahn
2003-11-18DDB_SAFE_CONSOLE should not be specified in GENERIC kernel except for testing.Dale Rahn
2003-11-17Be sure to not use the cpuid instruction on processors which do not support it;Miod Vallat
2003-11-17Be sure to pmap_deactivate() pmaps when processes exit or are scheduled out.Miod Vallat
2003-11-17Sync cpu_swapout() comments with reality.Miod Vallat
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
2003-11-15recognize AMD Opteron, Athlon64 and Athlon64FX as 686-class CPUHenning Brauer
2003-11-15diff from andreas@:Henning Brauer
2003-11-14Enable pci address fixup, include a workaround for the fact thatDale Rahn
2003-11-14Allow bootloader to parse RDB labeled disks, it is now possible toDale Rahn
2003-11-14More obsolete code/define removal.Dale Rahn
2003-11-14Remove very old, defunct defines.Dale Rahn
2003-11-14the the; rohee@Miod Vallat
2003-11-14Bring in *disksubr.c for proper compilation.Miod Vallat
2003-11-14correct detects Transmeta cpu.Kevin Lo
2003-11-14Breath life back into AmigaDOS filesystem once again. It is used on pegasos.Dale Rahn