Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-11 | Remove machdep.booted_kernel sysctl of questionable usefulness. | Miod Vallat | |
ok deraadt@ | |||
2005-11-11 | Enable or disable keyclick on attach, based upon the PROM keyboard-click? | Miod Vallat | |
property. Tested with type 3 and type 4 keyboards. | |||
2005-11-11 | Simplify a computation in a can't happen diagnostic message. | Miod Vallat | |
2005-11-05 | add or enable lmc(4) | Brad Smith | |
2005-10-24 | Mach-macro free | Martin Reindl | |
2005-10-10 | add ti(4), commented out sk(4) and some PHY | Brad Smith | |
2005-10-06 | match isp as a PCI device called "SUNW,isptwo". | Brad Smith | |
From mrg NetBSD ok miod@ | |||
2005-09-21 | isbad() is only used on SMD disks on sparc; remove it on other platforms. | Miod Vallat | |
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat | |
processes. ok art@ uwe@ (some time ago) | |||
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat | |
arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for sun4m, selected at runtime. | |||
2005-09-08 | make comments match the fact that we are on sun4u, plus minor cleanup | Martin Reindl | |
ok mickey@ | |||
2005-09-04 | remove unused NetBSD pci_intr_evcnt() function. | Brad Smith | |
2005-08-09 | apparently some ultra machines do need this, work by miod; testing my uwe | Theo de Raadt | |
2005-08-08 | Skip (trap) instruction in cpu_fork() instead of proc_trampoline(). | Mark Kettenis | |
Fixes returning from fork(2) in the child with a pending signal. tested by otto@, krw@, sturm@ ok deraadt@ | |||
2005-08-06 | We do not need a char machine_arch[] constant. | Miod Vallat | |
ok deraadt@ | |||
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne | |
ok deraadt@ beck@ marco@ | |||
2005-08-01 | I'm Positive these are Type-O. | Miod Vallat | |
2005-08-01 | spacing; ok deraadt@ | David Krause | |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat | |
2005-07-31 | remove the config glue between the /dev entry for ses and its driver | David Gwynne | |
sure deraadt@ | |||
2005-07-30 | Don't do nothing -> Don't do anything | Brad Smith | |
2005-07-27 | Back out 1.16. There are cases where we can recover from OF_mapintr | Artur Grabowski | |
failure. ok henning@ | |||
2005-07-18 | cache a copy of the fprs so we know what fp restore we should do after | Theo de Raadt | |
2005-07-17 | Make sure we don't reprogram the colormap upon leaving mapped mode, | Miod Vallat | |
if we are not the console display; prevents a stupid panic. | |||
2005-07-14 | use symbolic names for checking in %fprs, as above | Theo de Raadt | |
2005-07-10 | remove two unused flags | Brad Smith | |
2005-07-09 | Implement _bus_dmamem_mmap instead of just calling panic(); | Robert Nagy | |
This is needed by bktr(4). ok mickey@ miod@ | |||
2005-07-09 | Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif, | Miod Vallat | |
config(8) will not bring us into play unless NFOO > 0 anyway. | |||
2005-07-07 | change panic into printf for pci_intr_disestablish() | Brad Smith | |
2005-07-01 | white space nit | Brad Smith | |
2005-06-30 | found this when working on something else... | Marco Peereboom | |
ok fgsch@ | |||
2005-06-30 | enable bge too | Brad Smith | |
2005-06-30 | add stge | Brad Smith | |
2005-06-29 | handle larger interrupt maps; from henric | Theo de Raadt | |
2005-06-29 | some pendantic stuff from henric | Theo de Raadt | |
2005-06-29 | one PSR_ variable stayed; from henric | Theo de Raadt | |
2005-06-29 | remove v7/v8 stuff; from henric | Theo de Raadt | |
2005-06-28 | 2 more bits of PA in the TLB entries when you get to ultrasparc3; from henric | Theo de Raadt | |
2005-06-28 | remove sun4c/sun4m stuff; from henric | Theo de Raadt | |
2005-06-17 | uipaq/ucom support; written by isis@www.cs.umd.edu | Theo de Raadt | |
2005-06-16 | try schizo in RAMDISK | Theo de Raadt | |
2005-06-07 | revert previous commit and unbreak sparc64. | Kurt Miller | |
okay deraadt | |||
2005-06-06 | -no need to hang onto virtual-dma parameter from prom, free it | Jason Wright | |
-formatting nits | |||
2005-06-06 | Homogeneize dmesg output. | Miod Vallat | |
2005-06-02 | allow for dma maps larger than 64 pages; jason@ ok | Michael Shalayeff | |
2005-05-31 | IPL_SCHED should block statclock on architectures where the scheduler | Artur Grabowski | |
is clocked by the statclock. miod@ ok | |||
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt | |
2005-05-26 | Add atapiscsi in parallel with scsibus@usb, this only changes system | Dale Rahn | |
that dont have atapiscsi@wdc, fixes zaurus, ok krw@ todd@ | |||
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist | |
everyone for the prompt review and ok of this work ;-) Yeah, that includes me too, or maybe especially me. I am sorry. Change the sched_lock to a mutex. This fixes, among other things, the infamous "telnet localhost &" problem. The real bug in that case was that the sched_lock which is by design a non-recursive lock, was recursively acquired, and not enough releases made us hold the lock in the idle loop, blocking scheduling on the other processors. Some of the other processors would hold the biglock though, which made it impossible for cpu 0 to enter the kernel... A nice deadlock. Let me just say debugging this for days just to realize that it was all fixed in an old diff noone ever ok'd was somewhat of an anti-climax. This diff also changes splsched to be correct for all our architectures. | |||
2005-05-22 | enable re(4) and ciphy(4) on sparc64 | Peter Valchev | |