| Age | Commit message (Expand) | Author |
| 2001-12-09 | Add support for dumping ELF-cormat core files. | thorpej |
| 2001-12-05 | convert from macros to static inlines. allen briggs confirms resultant code | lukem |
| 2001-11-28 | No point in installing svr4_machdep.h. | kleink |
| 2001-08-16 | Added the crucial "packed" attribute to the type 8 frame structure. | fredette |
| 2001-08-05 | If = is in a constraint, it must be the first character. | matt |
| 2001-06-14 | Don't need to prototype child_return() here, it's in <sys/proc.h>. | thorpej |
| 2001-06-14 | Added prototypes for w16zero and w16copy, found | fredette |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-27 | mcount() is named __mcount() on ELF, do the right thing. | chs |
| 2001-05-27 | change the one non-extended asm back to using a single % before a | chs |
| 2001-05-21 | Added support for kernel cores on the sun2. This | fredette |
| 2001-05-18 | Don't define __LDPGSZ if it's already defined. | fredette |
| 2001-05-18 | Only on the 68010, define a different mcount() function, | fredette |
| 2001-05-12 | define VECTOR() and friends in non-_KERNEL environments too. | chs |
| 2001-05-04 | Be consistent with limit constants: | simonb |
| 2001-05-03 | Now only define MACHINE_ARCH, _MACHINE_ARCH, and | fredette |
| 2001-05-03 | Add a CPU_68010 macro. | fredette |
| 2001-05-03 | Add an EXTBL macro. | fredette |
| 2001-04-28 | * Move definitions of exact-width integer types from <machine/types.h> | kleink |
| 2001-04-26 | Add definitions for C99 fastest minimum-width integer types. | kleink |
| 2001-04-15 | Add definitions of C99 integer format conversion macros. | kleink |
| 2001-04-15 | Add definitions of C99 specified-width integer type limits. | kleink |
| 2001-04-14 | Add definitions of C99 integer constant macros. | kleink |
| 2001-04-14 | Add definitions of C99 integer constant macros. | kleink |
| 2001-04-14 | Add definitions of C99 minimum-width and greatest-width integer types. | kleink |
| 2001-04-12 | Replace the 'unsigned __COMPILER_INT64__' construct with a new name, | kleink |
| 2001-04-09 | Remove '_KERNEL' conditionalizing. This break userland apps. | leo |
| 2001-04-06 | Install byte_swap.h on make includes. | tsutsui |
| 2001-04-04 | This only works with data registers. | is |
| 2001-03-30 | Optimize bswap16() and bswap32() functions to inline assembly. | leo |
| 2001-03-28 | Added support for the 68010 bus error frame. | fredette |
| 2001-01-03 | replace 'long long' with int64_t to compile stand alone program with | takemura |
| 2000-12-26 | make mbstate_t bigger (32 -> 128 bytes). | itojun |
| 2000-12-21 | populate _BSD_MBSTATE_T_. add warning regarding to rune_t. | itojun |
| 2000-12-19 | Unification of the m68k syscall() function. | scw |
| 2000-12-11 | Some micro-optimisations to _spl() and _splraise(), saving one instruction | scw |
| 2000-12-07 | In the ELF toolchain, use __mcount instead of mcount. | kleink |
| 2000-11-22 | Revert previous change. I cannot see why this ever worked... Pointed out | leo |
| 2000-10-19 | %%<reg> -> %<reg> | leo |
| 2000-08-10 | Add a `/t' modifier to the m68k ddb's `trace' command. This enables | scw |
| 2000-08-08 | Preparation for the future introduction of multibyte locale. | tshiozak |
| 2000-06-30 | raise MSIZE from 128 to 256. | itojun |
| 2000-06-27 | G/c _BSD_INTPTR_T_ and _BSD_UINTPTR_T_. | kleink |
| 2000-06-27 | Resolve some formatting nits; add __intptr_t and __uintptr_t. | kleink |
| 2000-06-26 | Add <machine/int_types.h>, which provides namespace-pure definitions | kleink |
| 2000-06-26 | <vm/vm_param.h> -> <uvm/uvm_param.h> | mrg |
| 2000-06-23 | Add a WEAK_ALIAS() macro. | kleink |
| 2000-05-02 | On the m68k, the most efficient type for __cpu_simple_lock_t is | thorpej |
| 2000-05-02 | Let each platform typedef the new __cpu_simple_lock_t, which should | thorpej |
| 2000-04-29 | Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file | thorpej |