summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2004-07-20Allow a kernel to specify wd* as root or swap device;Miod Vallat
2004-07-20Move tag word to the right location in `struct envxmm'.Mark Kettenis
2004-07-19Recognize the daughter board type, if any - but it is not supported yet.Miod Vallat
2004-07-19After a work queue has been aborted and the abort has been acknowledged,Miod Vallat
2004-07-19When we want to thaw all work queues we care about, do it correctly.Miod Vallat
2004-07-19Direct REQUEST_SENSE commands to the correct target, instead of alwaysMiod Vallat
2004-07-19Implement __HAVE_PMAP_DIRECT on amd64 using large pages. At this momentArtur Grabowski
2004-07-18TyposMiod Vallat
2004-07-18minor space savingsTheo de Raadt
2004-07-18shrinkTheo de Raadt
2004-07-17Wait for output to be drained when sabtty is the console output port;Miod Vallat
2004-07-16dothan est support, from some netbsd guy, tedu okTheo de Raadt
2004-07-16merge old_identifycpu with identifycpu and remove old_identifycpuDavid Krause
2004-07-15"mib[4] is too much and mib[3] would be enough" (left over from whenTom Cosgrove
2004-07-15put int into a typeTheo de Raadt
2004-07-15spacesTheo de Raadt
2004-07-14treat via8366 as via586; from rees@Michael Shalayeff
2004-07-14Add missing \n to printf().Tom Cosgrove
2004-07-14simplify printf codeTheo de Raadt
2004-07-14Switch to evcount interrupt counters.Miod Vallat
2004-07-14Do not forget to count interrupts if they have been delayed; ok drahn@Miod Vallat
2004-07-14names of frequencies aren't interesting, and require ugly snprintfTed Unangst
2004-07-14setperf driver for powernow in amd k7 cpus. derived from a diff toTed Unangst
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-07-13Don't assert that P_INMEM is set in p_flag. The assert is only almostArtur Grabowski
2004-07-13more coherent intrs countingMichael Shalayeff
2004-07-13count soft intsMichael Shalayeff
2004-07-13#define __HAVE_PMAP_DIRECT and use it. requested by artTed Unangst
2004-07-13Remove compiler options workarounds for savectx breakage.Miod Vallat
2004-07-13Do not trash r14 by mistake in __savectx.Miod Vallat
2004-07-11Fix ldmxcsr asm macro.Mark Kettenis
2004-07-11add sf. ok deraadt@Ted Unangst
2004-07-10Keep mxcsr and mxcsr_mask across the fake init in process_read_fpregs.Mark Kettenis
2004-07-10From NetBSD:Artur Grabowski
2004-07-10files.hpux is now in a {m68k,hppa} subdirTheo de Raadt
2004-07-09qbus vector counting, too; from hughTheo de Raadt
2004-07-08enclose some MP-only things in #ifdef MULTIPROCESSORDavid Krause
2004-07-07new-style interrupt counters. based on initial work by hugh. ok miodTheo de Raadt
2004-07-07Funny typo.Miod Vallat
2004-07-07skip wdc at isa on media; idea from miodTheo de Raadt
2004-07-06assert is dumb dumb dumb; no objection from miodTheo de Raadt
2004-07-06only pull in a.out stuff if COMPAT_SUNOSTheo de Raadt
2004-07-05remove some stuff to make the blocks slightly smaller. we could go furtherTheo de Raadt
2004-07-05sync various changes in old_identifycpu() into identifycpu()David Krause
2004-07-04re fits on this floppyTheo de Raadt
2004-07-04turn off _KERN_DO_ECOFF unless COMPAT_OSF1 is enabled. This shrinks theTheo de Raadt
2004-07-03Check return value instead of uninitialized variable.Mark Kettenis
2004-07-03sigh, not yetTheo de Raadt
2004-07-03Cruft removal; ed(4) has been dead for ages. OK deraadt@ miod@Todd C. Miller
2004-07-03oops something went wrong in commitTheo de Raadt