Age | Commit message (Expand) | Author |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-02-02 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-11-16 | Allow initial device mappings (from pmap_table) to be backed up by BATC. | Miod Vallat |
2013-11-02 | Create the initial page tables in the area between the end of the firmware | Miod Vallat |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-09-05 | Service the 88100 floating-point exceptions through trap(), keeping the | Miod Vallat |
2013-08-26 | Use %r27 as the thread control block pointer, allowing for __get_tcb() calls | Miod Vallat |
2013-08-18 | data_access_emulation() may fault. Be sure to clear pcb_onfault before | Miod Vallat |
2013-08-18 | Fix prototypes of do_load_half() and do_load_byte() - those return a | Miod Vallat |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |
2013-07-17 | Use `long' instead of `int' in structure layouts which may get assigned from | Miod Vallat |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-05-31 | remove counters for simplelocks | Ted Unangst |
2013-05-17 | Extend cmmu routines to return the caching mode to use for page tables. | Miod Vallat |
2013-05-17 | Fix comments telling that the `serial mode' bit in PSR only applies to 88110, | Miod Vallat |
2013-04-20 | Prefer the processor-specific _DYNAMIC[] tags value to find out the boundaries | Miod Vallat |
2013-04-01 | Unbreak 1.16 | Miod Vallat |
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 | 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-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-02-20 | Increase maximum text and data size limits, and double the default data size | Miod Vallat |
2013-02-19 | Introduce a new cmmu method to return the preferred cache mode bits for the | Miod Vallat |
2013-02-17 | Constify struct cmmu. | Miod Vallat |
2013-02-14 | A really working version of MCOUNT. | Miod Vallat |
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 | No longer define the a.out relocation format struct. | Miod Vallat |
2013-01-11 | Make ENTRY() generate a .type @function declaration as well if __ELF__. | Miod Vallat |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2013-01-01 | Crank NMBCLUSTERS to 4096 to match other 32-bit platforms. | Miod Vallat |
2013-01-01 | Add a "memory" clobber to the flush_pipeline() assembly construct, to make sure | Miod Vallat |
2012-12-04 | Remove the gcc 2 m88k varargs logic. You gave me a lot of trouble and no pony, | Miod Vallat |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-09-15 | Adapt ieee.h, gdtoa and libc to the fact that we don't have 80-bit | Martynas Venckus |
2012-09-15 | m88k does not have the m68k long double type actually (long double == double | Miod Vallat |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-05-09 | Do not include <machine/reg.h> and pollute userland namespace with struct reg | Miod Vallat |