Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-20 | typo | Theo de Raadt | |
2004-02-20 | crank maxusers from 18 to 20 | Theo de Raadt | |
2004-02-19 | better fix to avoid 1 second machine pauses; from grange | Theo de Raadt | |
2004-02-19 | the cpu_cpuspeed function pointer MAY NOT BE SET TO POINT TO A FUNCTION | Theo de Raadt | |
THAT SLEEPS FOR ONE SECOND AT HIGH SPL! Who approved this, and what were they smoking? | |||
2004-02-19 | - split intel686_cpu_setup() into two parts: common for family | Alexander Yurchenko | |
0x6 and 0xf and only for family 0x6 - use intel686_p4_cpu_setup() for family 0xf cpus - msr-based hw.cpuspeed for pentium 4 - use pentium_mhz for hw.cpuspeed if there's nothing better (diff from tedu@) Ok tedu@ | |||
2004-02-19 | spaces; ok tedu@ | Alexander Yurchenko | |
2004-02-19 | millert@ suggested to use setperf=50 as a threshold for | Alexander Yurchenko | |
the low perfomance state. | |||
2004-02-19 | SpeedStep support for those Pentium processors which have | Alexander Yurchenko | |
SpeedStep only as a chipset feature. This diff is for ICHx-M chipsets, with 2 perfomance states available. Tested by provos@, sturm@, millert@ Ok tedu@ | |||
2004-02-19 | simplify rsp setting in sendsig | Theo de Raadt | |
2004-02-19 | Kill <sys/clist.h> - nothing uses it since years. | Miod Vallat | |
2004-02-19 | correct pointer to args | Theo de Raadt | |
2004-02-19 | When copyout() of the signal frame fails, sigexit() the process instead of | Miod Vallat | |
doing this by an hand-delivered SIGILL. | |||
2004-02-18 | Stealth typo. ok deraadt@, millert@ | Thierry Deval | |
2004-02-16 | Correctly pass the siginfo_t structure to signal handlers. | Miod Vallat | |
ok drahn@ | |||
2004-02-16 | Fix the recently added OF_getnodebyname(), if 0 is passed in for start | Dale Rahn | |
that indicates that start should be assigned OF_peer(0) "head of device tree", not node which is then overwritten. | |||
2004-02-15 | Remove inittodr line during boot, recommended deraadt@ | Dale Rahn | |
2004-02-15 | Remove debugging message. | Dale Rahn | |
2004-02-15 | sneaky disk_unbusy()'s tried to hide | Ted Unangst | |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst | |
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2004-02-15 | backout unapproved diff | Theo de Raadt | |
2004-02-14 | Broadcom BCM4401 (bce) | Andreas Gunnarsson | |
ok miod@ | |||
2004-02-14 | Use as much syntaxic sugar from genassym.sh to make this file more readable. | Miod Vallat | |
ok drahn@ | |||
2004-02-14 | Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuff | Alexander Yurchenko | |
from the underlying callbacks. Testing hppa mickey@, ppc drahn@ Ok markus@ tedu@ | |||
2004-02-14 | Enable statclock at 128/1024. | Dale Rahn | |
2004-02-13 | bce (Broadcom 4401 10/100 ethernet driver) from NetBSD | Andreas Gunnarsson | |
Most work by nate@, ok deraadt@ | |||
2004-02-13 | No need to include <sys/dkbad.h> twice. | Miod Vallat | |
2004-02-13 | add a couple of ethernet cards, xl appears to work, em by request. | Dale Rahn | |
2004-02-13 | accept 'setargs -c' or '(hd0)bsd -c' doesn not currently allow for '-c wd0' | Dale Rahn | |
2004-02-13 | order irq,pri args to gsc_intr_establish() the way less confusing compared ↵ | Michael Shalayeff | |
to other trolley busses around ... | |||
2004-02-13 | as i continuously fail to make osiop drive 700 chip disable it for now | Michael Shalayeff | |
2004-02-13 | support secondary com@dino from todd@ | Michael Shalayeff | |
2004-02-13 | avoid routing irqs that we ignore (14 15); from form@ | Michael Shalayeff | |
2004-02-13 | typo | Jolan Luff | |
2004-02-13 | save/restore fpu state around the signal handler. skip a gap on unempty ↵ | Michael Shalayeff | |
stack per abi. form drahn@ and deraadt@ | |||
2004-02-13 | on sigreturn check cs and rflags for evilness; from i386 | Michael Shalayeff | |
2004-02-12 | Add UKC. | Dale Rahn | |
2004-02-12 | Switch default console base to vga. | Dale Rahn | |
Setargs format is expected to be eg: 'setargs wd0 -s' the '-' is important to signal the beginning of parameters. so that the hw default string is not used which gives undesired results. Check to see if vga exists in the console attach routine, if it returns failure, use fcom as console. | |||
2004-02-12 | Do not overwrite boothowto if not in the ramdisk kernel, allows single | Dale Rahn | |
user to work. While here nuke some if0'ed code we we will never use. | |||
2004-02-12 | Preserve rval[1] across system calls if not explictly overwritten, | Dale Rahn | |
per recent discussion with miod and mickey | |||
2004-02-12 | Correctly parse the firmware 'arguments', allows for the passing of the | Dale Rahn | |
root drive. add a couple of options to force console 'f' fcom, 'v' vga | |||
2004-02-11 | Silence early kernel bootstrap unless option VERBOSE_INIT_ARM. | Miod Vallat | |
ok drahn@ | |||
2004-02-11 | Give systrace and xfs a chance to work. | Miod Vallat | |
ok drahn@ | |||
2004-02-11 | Keep using the BUG as the console device until autoconf is over, rather | Miod Vallat | |
than switching early. | |||
2004-02-11 | Defining __HAVE_DEVICE_REGISTER and an empty device_register() function is | Miod Vallat | |
just plain silly; remove them. ok drahn@ | |||
2004-02-11 | Remove duplicates with <sys/conf.h>; ok drahn@ | Miod Vallat | |
2004-02-11 | Return ENOTTY on unhandled ioctls; ok drahn@ | Miod Vallat | |
2004-02-11 | permit installboot to at least compile... remove some crud | Theo de Raadt | |
2004-02-10 | Relocation types, used by ld.so | Dale Rahn | |
2004-02-10 | Check for the device existence in cnprobe() as done in match(), to be sure | Miod Vallat | |
we don't try to attach a phantom console. It seems that some late 187 models do not have cl0 at the expected address... | |||
2004-02-10 | Fix cnprobe() and cninit() prototypes. | Miod Vallat | |
Also, provide a better test for bugtty attachment. |