Age | Commit message (Expand) | Author |
2010-04-27 | alpha/conf/Makefile.alpha | Theo de Raadt |
2010-04-26 | even cleaner mach/arch/machdir/archdir | Theo de Raadt |
2010-04-26 | next step towards unification: make all the genassym chunks handle both | Theo de Raadt |
2010-04-26 | next unification step: move all MD naming _mach, _machdir, _arch, and _archdir | Theo de Raadt |
2010-04-26 | Make this compile with gcc4. | Mark Kettenis |
2010-04-26 | first step of unification: spaces at end of lines; comments, etc. | Theo de Raadt |
2010-04-23 | Merge the only relevant (for now) parts of simplelock.h into lock.h | Theo de Raadt |
2010-04-23 | Make sure IPL_SCHED is always defined by MD headers, instead of having a MI | Miod Vallat |
2010-04-20 | more misuse of user.h and sysctl.h | Theo de Raadt |
2010-04-20 | cleanup more confusion regarding user.h before proc.h, or missing proc.h | Theo de Raadt |
2010-04-20 | Allow MD oosiop(4) attachment to override default values for a few of the | Miod Vallat |
2010-04-19 | Make ipending a per-CPU value. | Joel Sing |
2010-04-19 | Make the Processor Status Word (PSW) a per-CPU value. | Joel Sing |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-01 | Avoid null pointer dereference. Pointed out by Nick Hudson; variant on his | Mark Kettenis |
2010-04-01 | Allow for multiple CPUs by moving to an array of cpu_info. | Joel Sing |
2010-03-30 | Add missing bthub device entries on arches that support bluetooth. | Matthieu Herrb |
2010-03-30 | Since we use a direct mapping for the area where we save a process' floating | Mark Kettenis |
2010-03-30 | We will never condtionalize ficache on PTE_PROT(TLB_EXECUTE) because it | Theo de Raadt |
2010-03-28 | Fix user-after-free bug in pmap_remove(). Page table pages are freed as soon | Mark Kettenis |
2010-03-28 | Allow a multiprocessor kernel to compile. | Joel Sing |
2010-03-27 | correct the documentation to distinguish cache line purges from | Theo de Raadt |
2010-03-27 | Add locking to trap and syscall handlers. | Joel Sing |
2010-03-25 | Add MP lock support for OpenBSD/hppa. | Joel Sing |
2010-03-16 | PCXS processors (really, all PA-RISC processors with separate I and D tlb | Miod Vallat |
2010-03-03 | Enable urndis(4) everywhere that has USB enabled to get it tested. | Michael Knudsen |
2010-01-10 | GCC doesn't respect the aligned attribute for automatic variables. So | Mark Kettenis |
2010-01-03 | Implement pmap_proc_iflush() such that the instruction cache is synchronized | Mark Kettenis |
2010-01-01 | Map the device registers before using them. We were lucky that some other | Mark Kettenis |
2009-12-31 | Implement wrappers for enabling and disabling interrupts. | Joel Sing |
2009-12-31 | Make cpl and cpu_inintr per CPU variables. For locore.S, cpl becomes an | Joel Sing |
2009-12-29 | Call proc_trampoline_mp() from the process trampoline when compiled for MP. | Joel Sing |
2009-12-29 | Implement MP safe mutexes for hppa. | Joel Sing |
2009-12-29 | Move hppa to a "cpu0 at mainbus0" configuration, rather than knocking CPUs | Joel Sing |
2009-12-29 | Make want_resched a per CPU variable. | Joel Sing |
2009-12-29 | Move hppa to per process AST. | Joel Sing |
2009-12-21 | Add uthum(4) to arches I could test it. ok deraadt@. | Matthieu Herrb |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-11 | add a icache flush which appears to make the machines even more stable | Theo de Raadt |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-29 | add isp(4), but disable it since on most machines the pci bus is earlier | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-19 | Correct a target name so that we don't rebuild vers.o (and then | Philip Guenthe |
2009-08-30 | When the `machine' commands part of the hppa bootloader were written, we | Miod Vallat |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-13 | In pmap_pte_flush flush the icache before the dcache, as is done elsewhere. | Theo de Raadt |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |