Age | Commit message (Expand) | Author |
2010-06-10 | Declare safepri at the MD level on each platform, so that the kern_synch.c | Theo de Raadt |
2010-06-09 | Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriate | Miod Vallat |
2010-06-09 | Wire up device nodes for disk mapper. | Joel Sing |
2010-06-08 | properly enable vscsi, fix incorrect major | Todd T. Fries |
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 |
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 |
2010-06-07 | Do not invoke cache_enable() if there is no cache; prevents a spurious (and | Miod Vallat |
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 |
2010-06-07 | space nit and use nitems(). | Thordur I. Bjornsson |
2010-06-06 | - add more comments to sh3_vector_tlbmiss (no binary change). | Jasper Lievisse Adriaanse |
2010-06-06 | use .L* for local labels and other small cosmetics | Jasper Lievisse Adriaanse |
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 |
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 |
2010-06-04 | Don't warn about not knowing what the bus clock is on core i7/i5/i3 | Jonathan Gray |
2010-06-03 | Rename ci_spinup_stack to ci_stack and use it as the stack for both CPU | Joel Sing |
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 |
2010-06-02 | - correctly report the number of wired tlb entries | Jasper Lievisse Adriaanse |
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 |
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 |
2010-05-31 | Completely rewrite the tags file creation process. use config(8) against | Theo de Raadt |
2010-05-31 | there is no spllpt(), since lpt's are just tty devices (call tty functions, | Theo de Raadt |
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 |
2010-05-31 | OpenBSD/moko development has stopped, it effectively stopped long ago when | Dale Rahn |
2010-05-29 | merge subr.s into locore.S, which requires a fairly complicated dance | Theo de Raadt |
2010-05-28 | ${PARAM} is now included in ${CPPFLAGS}, so stop passing it separately | Philip Guenthe |
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 |
2010-05-26 | rename intvec.s to locore.S, and add the guts of locore.C to machdep.c | Theo de Raadt |
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 |
2010-05-25 | Use token paste operator to avoid nested __CONCAT() macros. This allows | Joel Sing |
2010-05-25 | Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. The | Theo de Raadt |
2010-05-25 | got the arch wrong | Theo de Raadt |
2010-05-25 | ${SRCS} is only used once, and fits onto the line where it is used | Theo de Raadt |
2010-05-25 | fix includes; fallout from the proc.h changes | Theo de Raadt |
2010-05-24 | give up on -Wvariable-decl | Theo de Raadt |