summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2004-02-21much more gooTheo de Raadt
2004-02-21Tidy up installboot -v output.Tom Cosgrove
2004-02-21Tidy up installboot -v output.Tom Cosgrove
2004-02-20turn off TRAP_SIGDEBUGTheo de Raadt
2004-02-20use an old syscall (int $0x80) for the sigreturn; otherwise %rcx is trashed.Theo de Raadt
2004-02-20This is amd64, not i386.Miod Vallat
2004-02-20typoTheo de Raadt
2004-02-20crank maxusers from 18 to 20Theo de Raadt
2004-02-19better fix to avoid 1 second machine pauses; from grangeTheo de Raadt
2004-02-19the cpu_cpuspeed function pointer MAY NOT BE SET TO POINT TO A FUNCTIONTheo de Raadt
2004-02-19- split intel686_cpu_setup() into two parts: common for familyAlexander Yurchenko
2004-02-19spaces; ok tedu@Alexander Yurchenko
2004-02-19millert@ suggested to use setperf=50 as a threshold forAlexander Yurchenko
2004-02-19SpeedStep support for those Pentium processors which haveAlexander Yurchenko
2004-02-19simplify rsp setting in sendsigTheo de Raadt
2004-02-19Kill <sys/clist.h> - nothing uses it since years.Miod Vallat
2004-02-19correct pointer to argsTheo de Raadt
2004-02-19When copyout() of the signal frame fails, sigexit() the process instead ofMiod Vallat
2004-02-18Stealth typo. ok deraadt@, millert@Thierry Deval
2004-02-16Correctly pass the siginfo_t structure to signal handlers.Miod Vallat
2004-02-16Fix the recently added OF_getnodebyname(), if 0 is passed in for startDale Rahn
2004-02-15Remove inittodr line during boot, recommended deraadt@Dale Rahn
2004-02-15Remove debugging message.Dale Rahn
2004-02-15sneaky disk_unbusy()'s tried to hideTed Unangst
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-02-15backout unapproved diffTheo de Raadt
2004-02-14Broadcom BCM4401 (bce)Andreas Gunnarsson
2004-02-14Use as much syntaxic sugar from genassym.sh to make this file more readable.Miod Vallat
2004-02-14Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuffAlexander Yurchenko
2004-02-14Enable statclock at 128/1024.Dale Rahn
2004-02-13bce (Broadcom 4401 10/100 ethernet driver) from NetBSDAndreas Gunnarsson
2004-02-13No need to include <sys/dkbad.h> twice.Miod Vallat
2004-02-13add a couple of ethernet cards, xl appears to work, em by request.Dale Rahn
2004-02-13accept 'setargs -c' or '(hd0)bsd -c' doesn not currently allow for '-c wd0'Dale Rahn
2004-02-13order irq,pri args to gsc_intr_establish() the way less confusing compared to...Michael Shalayeff
2004-02-13as i continuously fail to make osiop drive 700 chip disable it for nowMichael Shalayeff
2004-02-13support secondary com@dino from todd@Michael Shalayeff
2004-02-13avoid routing irqs that we ignore (14 15); from form@Michael Shalayeff
2004-02-13typoJolan Luff
2004-02-13save/restore fpu state around the signal handler. skip a gap on unempty stack...Michael Shalayeff
2004-02-13on sigreturn check cs and rflags for evilness; from i386Michael Shalayeff
2004-02-12Add UKC.Dale Rahn
2004-02-12Switch default console base to vga.Dale Rahn
2004-02-12Do not overwrite boothowto if not in the ramdisk kernel, allows singleDale Rahn
2004-02-12Preserve rval[1] across system calls if not explictly overwritten,Dale Rahn
2004-02-12Correctly parse the firmware 'arguments', allows for the passing of theDale Rahn
2004-02-11Silence early kernel bootstrap unless option VERBOSE_INIT_ARM.Miod Vallat
2004-02-11Give systrace and xfs a chance to work.Miod Vallat
2004-02-11Keep using the BUG as the console device until autoconf is over, ratherMiod Vallat
2004-02-11Defining __HAVE_DEVICE_REGISTER and an empty device_register() function isMiod Vallat