Age | Commit message (Expand) | Author |
2011-04-13 | Remove some very noisy debug code. | Joel Sing |
2011-04-13 | Do not use a virtual address whilst in physical mode. Instead save the sp | Joel Sing |
2011-04-10 | hppa64 does not have a libspmath | Theo de Raadt |
2011-04-07 | Make $syscall_return work for real. | Mark Kettenis |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-07 | Sync apic code from hppa. | Joel Sing |
2011-04-07 | Initial interrupt handling implementation for hppa64. | Joel Sing |
2011-04-06 | Sync cpu_match() and cpu_hardclock() with hppa. | Joel Sing |
2011-04-06 | Move CPL to struct cpu_info. | Joel Sing |
2011-04-06 | The various read*label() have stopped returning error strings for quite | Miod Vallat |
2011-04-05 | Provide macros for ssm/rsm. | Joel Sing |
2011-04-05 | Implement syscall_return. | Joel Sing |
2011-04-05 | Move PSW in struct cpu_info. Also ensure that we leave interrupts disabled | Joel Sing |
2011-04-05 | Fix logic bug in debug code and enable spllower()/splraise(). | Joel Sing |
2011-04-05 | Enable wide mode for PSW defaults. | Joel Sing |
2011-04-05 | Save and restore the PSW value when making a PDC call, rather than blindly | Joel Sing |
2011-04-03 | Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is not | Miod Vallat |
2011-04-03 | Move PPWAIT flag from struct proc to process, so that rthreads in | Philip Guenthe |
2011-03-30 | Use #ifdef TRAPDEBUG and fix indentation. | Joel Sing |
2011-03-30 | Fix diagnostic by correctly initialising oldcpl. | Joel Sing |
2011-03-27 | Save r4-r18. Even though the firmware specification says these registers are | Mark Kettenis |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2011-03-11 | Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. | Paul Irofti |
2011-02-26 | Force the DUID cache used to generate hw.disknames to be updated | Kenneth R Westerback |
2011-01-14 | - use nitems() | Jasper Lievisse Adriaanse |
2011-01-09 | Check in resettodr() if inittodr() has been called, otherwise we end up | Jasper Lievisse Adriaanse |
2011-01-04 | - de-register. no binary change. | Jasper Lievisse Adriaanse |
2011-01-02 | Only store bus/dev/func numbers when the corresponding pointer argument | Jasper Lievisse Adriaanse |
2011-01-02 | - move resettodr and inittodr to clock.c, like the other clock related functions | Jasper Lievisse Adriaanse |
2011-01-02 | We need db_machdep.h even when TRAPDEBUG is enabled. | Joel Sing |
2011-01-02 | Include files.bluetooth so that hppa64 compiles. | Joel Sing |
2011-01-01 | - ansify | Jasper Lievisse Adriaanse |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
2010-12-30 | add a simple __va_copy inside ifdef lint, from tim van der molen. | Ted Unangst |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-12-06 | - properly remove NENTS now after fixing the fallout. | Jasper Lievisse Adriaanse |
2010-12-06 | - partially revert previous NENTS removal for arches which got busted. | Jasper Lievisse Adriaanse |
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-12-02 | After the most recent change, make it possible to make -j again. The | Theo de Raadt |
2010-12-02 | move vers.o to before the other objects, so that it is not linked last. | Theo de Raadt |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-20 | This is a first step towards getting rid of avail_start and avail_end in the | Miod Vallat |
2010-11-19 | Sync MAKEDEV against conf.c, and both against GENERIC. | Miod Vallat |
2010-11-12 | Push all potential (as in, all system MI not utilized by the bootblocks) | Theo de Raadt |