summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-05-20minimum pdc stack is 9k, define it to be 16k hereMichael Shalayeff
2002-05-20define BSS() macro to allocate vars in the .bss like other archs doMichael Shalayeff
2002-05-20gateway is not fixated on the pid in the tlb, make it a not-care value in itlbhMichael Shalayeff
2002-05-20do not free the kernel page dirs, they are hard to account for sometimes; als...Michael Shalayeff
2002-05-20hardclock() is not called until clock has been initializedMichael Shalayeff
2002-05-19there is an sti man thereMichael Shalayeff
2002-05-192.11.2 are in the tree now, 10x to federico dudeMichael Shalayeff
2002-05-18Workaround for color restoration on return from X. vgafb will notDale Rahn
2002-05-18Optimize pmap_remove(). It frequently is called with no mappings toDale Rahn
2002-05-18pastoMichael Shalayeff
2002-05-18Until we start supporting various modifiers to trace, we haveArtur Grabowski
2002-05-18Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argumentArtur Grabowski
2002-05-17properly detect the cpu model for the broken cyrix latch; better fix than pr#...Michael Shalayeff
2002-05-17isp* here tooTheo de Raadt
2002-05-17Add QLogic pci cards in. They seem to work for me at least on a U10.mjacob
2002-05-17Handle the removal of 'const' from structure definition.mjacob
2002-05-16miod missed a commaMichael Shalayeff
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
2002-05-16name the registers ignoring the calling conventionsMichael Shalayeff
2002-05-16systrace facility, used to enforce and generate policies for system callsNiels Provos
2002-05-16fix for a timer latch bug on the cyrix mediagx and gxm cpus.Michael Shalayeff
2002-05-16Add a an argument to db_printsym that specifies the printf functionArtur Grabowski
2002-05-16Fix a long standing problem on vax: on "arithmetic fault" exceptions,Miod Vallat
2002-05-15Implement splassert() for sparc - a tool for finding problems related toArtur Grabowski
2002-05-15Remove the assembler kludges to allow altivec support without assembler helpDale Rahn
2002-05-15add lofn and nofnJason Wright
2002-05-14make resettodr() save the clock (per the pdc manual), testedMichael Shalayeff
2002-05-14powerpc generates powerpc coredumps, not hppa coredumps.Dale Rahn
2002-05-14fix the diag insns, make copy_on_fault() usable by the kcopy as wellMichael Shalayeff
2002-05-14disable sid hashing while still in real mode, alos print the parisc arch once...Michael Shalayeff
2002-05-13Deal with 24bit dvma requestsJason Wright
2002-05-13add BUS_DMA_24BIT flag (for braindead lance implementations)Jason Wright
2002-05-13ldi-ldo whatever was in the table, be that much cleverMichael Shalayeff
2002-05-13Add missing cnpollc() calls.Dale Rahn
2002-05-13Add lebuffer at sbus and le at lebufferJason Wright
2002-05-11Avoid multiple definitions of macros in float.h and limits.h. ThisTodd C. Miller
2002-05-11Enable dz at uba, since it seems to move characters back and forthHugh Graham
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-05-10on ServerWorks CNB20HE Host:Michael Shalayeff
2002-05-10Some protection from userland and some __asm paranoia.Artur Grabowski
2002-05-10Mark all those __asm directives as clobbering memory, becauseArtur Grabowski
2002-05-10uhid changesTheo de Raadt
2002-05-09ukbd (and others) at uhidev, not uhubMarco S Hyman
2002-05-09On the hid -> hiddev changes, this file was missed.Dale Rahn
2002-05-09ukbd now at uhidev, not uhub. Ditto for ums (commented out)Marco S Hyman
2002-05-09sid max should be such that after conversion into prot-id it will not overflowMichael Shalayeff
2002-05-09add stats gathering for tlb handlers, count the calls forMichael Shalayeff
2002-05-09Sync hid stuff including ukbd, ums, and uhid with NetBSDNathan Binkert
2002-05-09Make the paragraph degree key on a swedish iBook keyboard work in X.Mats O Jansson
2002-05-08Overhaul of the french layout for adb keyboards, fixing errors, adding a lotMiod Vallat