Age | Commit message (Expand) | Author |
2013-04-01 | Do not expose the trap T_* values to userland, since they invade the | Theo de Raadt |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-28 | Add STRONG_ALIAS macros to be used from assembly code in libc and | Martynas Venckus |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2013-03-26 | sync TDIRS with reality | Jasper Lievisse Adriaanse |
2013-03-26 | PGSHIFT and PGOFSET are now contained inside the kernel namespace. | Theo de Raadt |
2013-03-25 | ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. | Theo de Raadt |
2013-03-24 | Use sys/param.h to be able to get at DEV_BSIZE | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-23 | Avoid using DEV_BSHIFT, and use DEV_BSIZE instead. | Theo de Raadt |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-03-09 | turn off debug features we do not need | Theo de Raadt |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2013-02-09 | Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer | Miod Vallat |
2013-01-16 | cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only | Miod Vallat |
2012-12-31 | Remove emulation errno mapping code from platforms that no longer have | Philip Guenther |
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-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
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-04 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-08-28 | Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an | Pascal Stumpf |
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-07 | <sys/ktrace.h> is now pulled in via <sys/syscall_mi.h>, so drop it from here | Philip Guenthe |
2012-08-07 | Move the common bits of syscall invocation and return handling into | Philip Guenthe |
2012-07-13 | Make hppa64 kernel compile again. | Joel Sing |
2012-07-13 | typo | Theo de Raadt |
2012-07-02 | Does not need to pull in "the world" either | Theo de Raadt |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe |
2012-06-05 | As specified in PA RISC 2.0 errata, the 16-byte alignment restriction does | Joel Sing |
2012-06-05 | Implement actual mutexes for hppa64. | Joel Sing |
2012-06-03 | Avoid the unlikely but possible use of an uninitialised variable. | 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 |
2011-11-26 | Make this compile again by removing a spurious opening brace. | Mark Kettenis |
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 | 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 | setting COM_FREQ here is very wrong | Theo de Raadt |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb |