Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-12 | Shorten the dmesg one line. | Miod Vallat | |
2006-07-12 | Remove commented out defopt goo. | Miod Vallat | |
2006-07-12 | Fix dependencies | Miod Vallat | |
2006-07-12 | Turn GetCPSR() into an inline get_cpsr(), and remove more dead code. | Miod Vallat | |
2006-07-12 | Orphaned stuff. | Miod Vallat | |
2006-07-12 | include uvm_extern.h for atop() | Martin Reindl | |
2006-07-12 | do not include uvm_extern.h twice | Martin Reindl | |
2006-07-11 | the scsi_link structure contained a copy of the inquiry flags and the whole | David Gwynne | |
inquiry. this removes the flags member and makes all its users refer to the whole inquiry now. ok miod@ krw@ | |||
2006-07-11 | sync | Michael Shalayeff | |
2006-07-11 | Remove duplicate prototypes already in <sys/systm.h> | Miod Vallat | |
2006-07-11 | Hook up the hw.product sysctl on macppc, | Gordon Willem Klok | |
requested by deraadt@, ok drahn@ | |||
2006-07-11 | Remove old debug goo; drahn@ ok | Miod Vallat | |
2006-07-11 | Remove DISKLABEL_ALL, DISKLABEL_ALPHA, leave DISKLABEL_I386 in | Kenneth R Westerback | |
GENERIC. Remove now superfluous check for DISKLABEL_ALL. 'whack whack whack!' deraadt@ | |||
2006-07-10 | Do not blindly enable pci io/mem space. | Mark Kettenis | |
ok deraadt@ | |||
2006-07-10 | The setperf mechanism cannot handle multiprocessor systems. Ensure that | Gordon Willem Klok | |
p4tcc and speedstep are not initialized in multiprocessor kernels. ok kettenis@ | |||
2006-07-10 | Accept non-page-aligned addresses and sizes in mapiodev() and unmapiodev(). | Miod Vallat | |
2006-07-10 | Remove the error_cnt cacluation, this only makes sense when the supplied | Dale Rahn | |
clock speed is extrememly accurate and not evenly divisible. Both of which is not true on armish. | |||
2006-07-10 | As pointed out by miod, cpu_initclocks() can use setstatclockrate(), the | Dale Rahn | |
spl() is unnecessary. Also cleanup the extra print and dont bother counting 'tick' interrupts since clock and stat counters exist. | |||
2006-07-10 | Adding missing $OpenBSD$ tags, pointed out by miod. | Dale Rahn | |
2006-07-09 | I don't think we're talking about animals in here, so | Michael Knudsen | |
s/wether/whether/g. | |||
2006-07-09 | DISKLABEL_ALL was never used in hppa, hppa64, mips64 config files so | Kenneth R Westerback | |
just eliminate the check to set DISKLABEL_I386 with it. If you want DISKLABEL_I386, use that option. | |||
2006-07-09 | Remove DLT_* logic from Alpha as well, being careful to keep the | Kenneth R Westerback | |
checksumming of the native disklabel. No functional change. | |||
2006-07-09 | 68020-based hp300 systems are not supported anymore now. If you still use | Miod Vallat | |
any, I'll suggest you buy a boat so that they can be recycled as boat anchors. | |||
2006-07-09 | If running on a 68030 or 68040 system, use the transparent translation | Miod Vallat | |
registers to program an 1GB untranslated window over the physical memory, and use it to define __HAVE_PMAP_DIRECT for faster pool operation. | |||
2006-07-09 | Make this compile on platforms which define __HAVE_PMAP_DIRECT. | Miod Vallat | |
2006-07-09 | *enty->*ently where applicable | Miod Vallat | |
2006-07-07 | Unroll DLT_* logic into simple 'look for native disklabel, then try | Kenneth R Westerback | |
DOS MBR' logic. Leave DOS MBR logic inside #if defined(DISKLABEL_I386) blocks until impact on install media can be evaluated. Eliminates most remnants of cross-endian, cross-architecture disklabel processing attempts. Fix some mips64 issues with last commit, found by kettenis@. No functional change. | |||
2006-07-07 | Get rid of the fixed iomap for device mappings, and allocated va ranges | Miod Vallat | |
off kernel_map whenever necessary. | |||
2006-07-07 | ANSIfy | Gordon Willem Klok | |
ok deraadt@, brad@, toby@ | |||
2006-07-06 | Make sure we alter ddb variables as ints, not longs; only matters on 64 bit | Miod Vallat | |
platforms. | |||
2006-07-06 | Make dummy $g0 in ddb the right size. | Miod Vallat | |
2006-07-06 | PMAP_MD_RWLOW kluge is no longer necessary now that mac68k does TRT. | Miod Vallat | |
2006-07-06 | Insert an empty page at the beginning of the kernel, so that we can map it | Miod Vallat | |
invalid and have NULL pointer dereferences in the kernel fault now. | |||
2006-07-06 | Adapt rtclock_intr() to the current interrupt scheme; from NetBSD | Miod Vallat | |
2006-07-05 | machine is hppa64, not hppa; comment out orphaned wsdisplay at sti; | Martin Reindl | |
2006-07-04 | use empty INSTALL_STRIP instead of STRIPFLAG to indicate we don't want to | Martin Reindl | |
strip xxboot on install | |||
2006-07-04 | disable alipm until someone can find this spurious bug, which happens most | Theo de Raadt | |
often on the x1, and is really bizzare: data error type 32 sfsr=0 sfva=43caa000 afsr=84000000 afva=1fe02004000 tf=0x18e999c0 data fault: pc=1314578 addr=43caa000 sfsr=0 alipm_smb_exec(2389200, 1, 18, 0, 1, 18e99d4e) at alipm_smb_exec+0x258 | |||
2006-07-03 | Repair initialization value of m68060_pcr_init, per 68060 errata I14. | Miod Vallat | |
2006-07-03 | Eliminate most of the #if/#endif maze in alpha, hppa, hppa64, and mips64 | Kenneth R Westerback | |
disklabel code that was intended to support cross-endian and cross-architecture use of disklabels. Never actually used except for Alpha<->Amiga moves that now can't happen anyway. Leave native and DOS MBR disklabel code. Tested on alpha and hppa. No functional change. | |||
2006-07-03 | Backout premature incomplete 060 stuff. | Miod Vallat | |
2006-07-02 | get rid of an unused variable. | David Gwynne | |
ok deraadt@ | |||
2006-07-02 | count interrupts (uvmexp). | Dale Rahn | |
2006-07-02 | Oh what the heck. Enable zyd* even though it does not work yet :) | Theo de Raadt | |
2006-07-01 | Cleanup dmesg printing. | Mark Kettenis | |
2006-07-01 | one more dmesg tweak | Theo de Raadt | |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback | |
calls in alpha, hppa, hppa64 and mips63 when accessing the two DOS MBR u_int32_t fields dp_size and dp_start. No functional change. | |||
2006-07-01 | clean dmesg output for iommu more; tested miod dlg | Theo de Raadt | |
2006-07-01 | Make probeget() and related code in trap.c #ifdef DDB | Miod Vallat | |
2006-07-01 | Add PMAP_LITTLE to the list of forbidden pa bits in pmap_kenter_pa(). | Miod Vallat | |
2006-07-01 | Provide our own alloc_attr() routine for sun frame buffer, since the computation | Miod Vallat | |
of highlighted color indexes is slightly different due to different black and white color code (and the fact that the default white is the highlighted white). |