Age | Commit message (Expand) | Author |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-10-26 | Properly clear trap frame in setregs() to avoid leaking registers across exec. | Mark Kettenis |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-10-07 | Align the stack on a 64-byte boundary as required by "The 32-bit PA-RISC | Mark Kettenis |
2012-09-27 | enable smsc | Jonathan Gray |
2012-09-27 | remove the zlib rfc text: these pages already point to gzip(1), which | Jason McIntyre |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-09-02 | Make profiling actually work on hppa. | Mark Kettenis |
2012-08-31 | Kill NOPIE and NOPIE_FLAGS in hppa/stand. | Pascal Stumpf |
2012-08-29 | Change "struct reg" to include a few more registers. We now use the same | Mark Kettenis |
2012-08-29 | Handle T_IPROT traps from userland by call vm_fault() instead of doing an | Mark Kettenis |
2012-08-28 | Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an | Pascal Stumpf |
2012-08-28 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-08-23 | kill nnpfs dead | Theo de Raadt |
2012-08-22 | Build the kernel with -fno-pie. Just getting Ms out of my tree; this will be | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-08-15 | use Lk for links; | Jason McIntyre |
2012-08-10 | simplify pckbc_xt_translation() | Alexandr Shadchin |
2012-08-07 | Don't include <sys/ktrace.h>; makes this file compile again. | Mark Kettenis |
2012-08-07 | Move the common bits of syscall invocation and return handling into | Philip Guenthe |
2012-06-26 | do not assume that sys/param.h is pulling in the world; pull in what is | Theo de Raadt |
2012-06-26 | param.h (like landisk and alpha before) was still trying to include too | Theo de Raadt |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-25 | Turns out this file not need machine/float.h at all, since it defines | Theo de Raadt |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe |
2012-06-03 | Avoid the unlikely but possible use of an uninitialised variable. | Joel Sing |
2012-06-01 | Ansify function definitions, fix some style(9) and whitespace issues. | Joel Sing |
2012-04-11 | The first ktrace record for a newly spawned thread is a return | Mike Belopuhov |
2012-02-25 | :%s,DEBUGBUG,DEBUG, | Miod Vallat |
2012-02-25 | Fix a bad case of htole64() being used instead of htole32() when setting up | Miod Vallat |
2012-01-02 | Enable arcofi(4), tested on 705 by Tobias Ulmer. | Miod Vallat |
2011-12-30 | Fix encoding of DIAG instructions in the MFCPU_T and MTCPU_T macros. MTCPU_T | Miod Vallat |
2011-12-23 | Fix arcofi interrupt number by counting bits from the right side; still untested | Miod Vallat |
2011-12-21 | Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425e | Miod Vallat |
2011-11-16 | oops, need a prototype for ast() | Theo de Raadt |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | Theo de Raadt |
2011-11-15 | label_t is the kernel setjmp buffer. It should simply be an array of | Theo de Raadt |
2011-11-14 | went a bit far... | Theo de Raadt |
2011-11-14 | merge various differences between hppa and hppa64 | Theo de Raadt |
2011-11-10 | Eliminate more useless differences between hppa and hppa64 | Theo de Raadt |
2011-11-10 | mindless unification with hppa64; remove meaningless differences before | Theo de Raadt |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb |
2011-11-08 | Save and restore cr27 and add the necessary glue to use it as the userland | Mark Kettenis |
2011-11-08 | On PCXS processors, reading %cr26 and %cr27 from userland causes a | Miod Vallat |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-10-12 | Remove all MD diagnostics in cpu_switchto(), and move them to MI code if | Miod Vallat |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-09-20 | calee -> callee | Miod Vallat |