Age | Commit message (Expand) | Author |
2005-11-24 | Remove unnecessary cast in an atop() construct. | Miod Vallat |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-15 | add ixgb(4) though commented out for now. | Brad Smith |
2005-11-14 | add de and pcn | Brad Smith |
2005-11-11 | Remove machdep.booted_kernel sysctl of questionable usefulness. | Miod Vallat |
2005-11-11 | Enable or disable keyclick on attach, based upon the PROM keyboard-click? | Miod Vallat |
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 |
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 |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-09-08 | make comments match the fact that we are on sun4u, plus minor cleanup | Martin Reindl |
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 |
2005-08-06 | We do not need a char machine_arch[] constant. | Miod Vallat |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne |
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 |
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 |
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 |
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 |
2005-07-09 | Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif, | Miod Vallat |
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 |
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 |
2005-06-06 | -no need to hang onto virtual-dma parameter from prom, free it | Jason Wright |
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 |