summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2002-05-08print parisc level w/ the the parisc version, not for each cpuMichael Shalayeff
2002-05-08kill debugging printfskiMichael Shalayeff
2002-05-08regenMichael Shalayeff
2002-05-08a few more boards and corrections, from pg-hwdbMichael Shalayeff
2002-05-07bring over our mods; the cnv*c have a problem now, described in the osf versi...Michael Shalayeff
2002-05-07Add url(4) and urlphy(4)Nathan Binkert
2002-05-07move ether_crc32_le to if_ethersubr.c. Add ether_crc32_beNathan Binkert
2002-05-07Spring pmap cleaning:Miod Vallat
2002-05-06Increase MAXPHYS from 63K to 64K which brings it in line with all ourTodd C. Miller
2002-05-06Try to deal with the pci shadow bus issue by disabling a specific chipNathan Binkert
2002-05-06drop out of any intr fixup activities if was disabled in the config flagsMichael Shalayeff
2002-05-06tuner driver for the fms cards.Michael Shalayeff
2002-05-03disable ahc again for now, since it does not fit; ok miodPeter Valchev
2002-05-03ptrdiff_t and size_t fixes.Marc Espie
2002-05-03no guarantee that ptrdiff_t is int and not long, so cast.Marc Espie
2002-05-03le_ioasic.h is historyTodd C. Miller
2002-05-03Need a dummy tc_fb_cnattach() until we have real fb support onTodd C. Miller
2002-05-02Oops, it's too early for this chunk of code... spotted by millert@.Miod Vallat