Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-19 | Remove unused md BUS_SPACE_MAP_NOEXTENT flag; ok jsing@ | Miod Vallat | |
2010-06-18 | Remove obsolete dvmamap comment. | Miod Vallat | |
2010-06-18 | Remove IOMMU pte defines; only those in iommureg.h are used. | Miod Vallat | |
2010-06-18 | dvma_free() the exact size passed to dvma_malloc(). | Miod Vallat | |
2010-06-17 | aligment -> alignment | Miod Vallat | |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne | |
ioctl requests, and dont pass the proc pointers around for any ioctl requests in scsi land at all. neither were used, so trim the fat. ok krw@ marco@ | |||
2010-06-10 | Declare safepri at the MD level on each platform, so that the kern_synch.c | Theo de Raadt | |
does not have to deal with it as a common. Some platforms may be missed by this commit... if you spot one, fix it the same way. ok miod | |||
2010-06-09 | Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriate | Miod Vallat | |
md files for ports which do not use dev/cninit.c. This gets rid of a common at kernel link time. feedback drahn@ ok deraadt@ | |||
2010-06-09 | Wire up device nodes for disk mapper. | Joel Sing | |
ok deraadt@ | |||
2010-06-08 | properly enable vscsi, fix incorrect major | Todd T. Fries | |
ok jasper@ (also compile tested) | |||
2010-06-08 | Add missing function prototype. | Joel Sing | |
2010-06-08 | in viac3_crypto_setup(), if we fail to get a crypto driverid, | Thordur I. Bjornsson | |
free the softc before we return. While here, make the allocation code a bit prettier too. OK deraadt@ | |||
2010-06-07 | Sync with GENERIC and SUN4. | Miod Vallat | |
2010-06-07 | Rework the way onboard devices attach on Sun 4/110 systems (which only have a | Miod Vallat | |
28 bit address bus) by reusing the regular sun4 configuration stanzas (with the upper four bits set in the device addresses), and clearing them when searching for a PROM mapping. This makes the obio autoconf code simpler, and all knowledge of the 4/110 specifics is now contained in a single file (dev/obio.c). ok todd@ deraadt@ | |||
2010-06-07 | Do not invoke cache_enable() if there is no cache; prevents a spurious (and | Miod Vallat | |
bogus) `cache enabled' line in dmesg on 4/110. ok todd@ deraadt@ | |||
2010-06-07 | Nuke old eeprom.h compatibility defines; ok todd@ | Miod Vallat | |
2010-06-07 | Break pxaudc into xscale and MD pieces so that palm and zaurus can correctly | Dale Rahn | |
share the driver with different GPIOs/IRQs Diff from marex via jasper. | |||
2010-06-07 | space nit and use nitems(). | Thordur I. Bjornsson | |
ok kettenis@ | |||
2010-06-06 | - add more comments to sh3_vector_tlbmiss (no binary change). | Jasper Lievisse Adriaanse | |
- arrange for data blocks to start on 32B cache line boundary. from uwe@netbsd ok miod@ (with an indentation suggestion) | |||
2010-06-06 | use .L* for local labels and other small cosmetics | Jasper Lievisse Adriaanse | |
from uwe@netbsd ok miod@ | |||
2010-06-06 | Nuke common. | Miod Vallat | |
2010-06-06 | Kill unused sio_intr_count. | Miod Vallat | |
2010-06-06 | Avoid computing a symbol with arithmetic involving a common, modern binutils | Miod Vallat | |
complain about this. From NetBSD | |||
2010-06-06 | typo in comment | Miod Vallat | |
2010-06-05 | Pass signal handlers a more clean FPU state (ie. the right modes) and | Theo de Raadt | |
properly restore it in sigreturn. Lots of deep digging by matthieu, otto, guenther, kettenis and I.. and I am certain I forgot some other people. ok kettenis otto matthieu | |||
2010-06-04 | Don't warn about not knowing what the bus clock is on core i7/i5/i3 | Jonathan Gray | |
as the high/low guessing won't be done on these processors due to MSR differences. | |||
2010-06-03 | Rename ci_spinup_stack to ci_stack and use it as the stack for both CPU | Joel Sing | |
spin up and FPU emulation. Since all CPUs need a stack for FPU emulation, move the allocation code to cpuattach(). ok kettenis@ | |||
2010-06-03 | Add missing function prototypes for MP kernels. | Joel Sing | |
2010-06-02 | has GENERIC.MP | Theo de Raadt | |
2010-06-02 | Add back -fno-omit-frame-pointer, which was accidentally deleted by | Mark Kettenis | |
deraadt@ in one of the big restructuring diffs. ok marco@, millert@, marco@ | |||
2010-06-02 | - correctly report the number of wired tlb entries | Jasper Lievisse Adriaanse | |
from uwe@netbsd ok miod@ | |||
2010-06-02 | beagle has no stand/ yet | Theo de Raadt | |
2010-06-01 | use --warn-common for linking (some arch's will show new warnings), and | Theo de Raadt | |
prefer binutils-compatible options in STRIPFLAGS (now that our non-binutils strip(1) can handle them too) ok drahn; miod kettenis (for parts) | |||
2010-06-01 | Initial attempt at GENERIC kernel for beagle, untested. | Dale Rahn | |
2010-06-01 | Fix splassert code, (previously hidden in DIAGNOSTIC). | Dale Rahn | |
2010-06-01 | Fix some code hidden in DIAGNOSTIC. | Dale Rahn | |
2010-06-01 | Bluetooth header file is required so even if no bluetooth is configured | Dale Rahn | |
the files.bluetooth is needed to generate included file. | |||
2010-05-31 | Completely rewrite the tags file creation process. use config(8) against | Theo de Raadt | |
a fat kernel (GERERIC or GENERIC.MP) into a temporary dir, then extract some variables using make -V, and after some more singing and dancing use this full and (more) correct list of files with ctags. Don't read this code. ok guenther | |||
2010-05-31 | there is no spllpt(), since lpt's are just tty devices (call tty functions, | Theo de Raadt | |
and thus should be using spltty() from Matthew Dempsky ok oga guenther | |||
2010-05-31 | this dir, itself, should decide if it is entered deeper | Theo de Raadt | |
2010-05-31 | OpenBSD/moko development has stopped, it effectively stopped long ago when | Dale Rahn | |
the not-publicly documented video driver needed to be written, however between that documentation issue and developer resouces, moko will be moved to the Attic. | |||
2010-05-31 | OpenBSD/moko development has stopped, it effectively stopped long ago when | Dale Rahn | |
the not-publicly documented video driver needed to be written, however between that documentation issue and developer resouces, moko will be moved to the Attic. | |||
2010-05-29 | merge subr.s into locore.S, which requires a fairly complicated dance | Theo de Raadt | |
mixing and matching the various styles of *ENTRY* macros prescribed by miod, ok ragge, tested by jasper | |||
2010-05-28 | ${PARAM} is now included in ${CPPFLAGS}, so stop passing it separately | Philip Guenthe | |
to genassym.sh ok deraadt | |||
2010-05-28 | Add missing initialization. | Mark Kettenis | |
2010-05-27 | We no longer need -traditional-cpp for hppa. | Joel Sing | |
2010-05-27 | Generate exported names using token pasting rather than a macro. Otherwise | Joel Sing | |
without -traditional-cpp the trap name gets preprocessed to the defined value rather than remaining as text. ok kettenis@ | |||
2010-05-26 | rename intvec.s to locore.S, and add the guts of locore.C to machdep.c | Theo de Raadt | |
ok miod ragge We cannot yet get at vax/subr.s via files.vax because rdsetroot doesn't like it when the "start" symbol isn't in the first page of the executable. subr.s will have to be merged into locore.S later on, when other problems with ENTRY() are solved (says Miod) | |||
2010-05-25 | eh.S includes eh_common.S to make eh.o; fix this dependency | Theo de Raadt | |
2010-05-25 | The _arch and _mach variables now come from config(8), decreasing even further | Theo de Raadt | |
the differences between these files. You will need a newer config(8) binary to be able to build kernels. ok kettenis miod |