| Age | Commit message (Expand) | Author |
| 2014-02-20 | This doesn't need fpu.h, but should include ucontext.h | dsl |
| 2014-02-20 | Move the amd64 and i386 pcb to the bottom of the uarea, and move the | dsl |
| 2014-02-18 | Copy fpu.h to release | dsl |
| 2014-02-18 | It seems that firefox includes machine/fpu.h on amd64. | dsl |
| 2014-02-15 | Load and save the fpu registers (for copies to/from userspace) using | dsl |
| 2014-02-15 | Remove all references to MDL_USEDFPU and deferred fpu initialisation. | dsl |
| 2014-02-12 | Add definitions of the default control words directly to this file | dsl |
| 2014-02-11 | Move sys/arch/amd64/amd64/fpu.c and sys/arch/amd64/include/fpu.h | dsl |
| 2014-02-07 | Convert the amd64 build to use x86/cpu_extended_state.h so that the fpu | dsl |
| 2014-01-25 | delete VM_DEFAULT_ADDRESS; some of those should be GC'ed because they match | christos |
| 2014-01-25 | provide propert address defaults for topdown and bottomup allocation | christos |
| 2014-01-19 | Remove the unused 'struct md_coredump'. | dsl |
| 2014-01-04 | Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size | dsl |
| 2013-12-11 | Remove the fields that were used to save the i387 fp state on interrupt. | dsl |
| 2013-12-01 | revert fpu/pcu changes until we figure out what's wrong; they cause random | christos |
| 2013-11-18 | implement the *at() syscalls. | chs |
| 2013-11-17 | Always define SLJIT_CACHE_FLUSH(), start include guards with '_' and use _LP6... | alnsn |
| 2013-11-11 | NetBSD 6.99.26: Switch i386 and amd64 to the x87 default control word | joerg |
| 2013-10-23 | Use the MI "pcu" framework for bookkeeping of npx/fpu states on x86. | drochner |
| 2013-10-17 | add missing _ | christos |
| 2013-10-17 | we need to return something here. | christos |
| 2013-10-17 | use the parameter for instruction macros | christos |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-06-25 | Fix header guards. | joerg |
| 2013-06-22 | Define IDTVEC_END(), from i386/asm.h. | uebayasi |
| 2013-06-21 | Add END(y) as i386/asm.h does. | uebayasi |
| 2013-04-11 | add missing SSIZE_MIN | christos |
| 2013-01-07 | rearrange the LDT entries so that (32-bit) COMPAT_10 binaries work again. | chs |
| 2013-01-02 | This is included into user-programs by signal.h, it shouldn't be | dsl |
| 2012-12-31 | Move the two fields used to save some i387 state on the last fpu trap | dsl |
| 2012-12-15 | Remove the incorrect comment about a (now deleted) pad field added | dsl |
| 2012-12-15 | Add the offsets and comments for the members of 'struct fxsave64. | dsl |
| 2012-11-13 | bump VM_PHYSSEG_MAX to 32, we've seen a system where 16 wasn't enough. | chs |
| 2012-11-05 | Build sljit test when MKSLJIT != no and set MKSLJIT to yes on amd64 and i386. | alnsn |
| 2012-10-13 | Enable sljit in amd64 kernel and modules. | alnsn |
| 2012-08-15 | Bump VM_PHYSSEG_MAX to 16 from 10. Modern IBM hardware requires | sborrill |
| 2012-08-08 | on x86, <machine/cpufunc.h> only pulls in <x86/cpufunc.h>. The latter | drochner |
| 2012-07-15 | Rename MDP_IRET to MDL_IRET since it is an lwp flag, not a proc one. | dsl |
| 2012-07-08 | The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags not | dsl |
| 2012-06-30 | Extend the xpmap API, as described in [1]. This change is mechanical and | jym |
| 2012-06-16 | memseg_baseaddr() is only called from valid_user_selector() and | dsl |
| 2012-06-11 | allow more space for modules. | chs |
| 2012-06-11 | make dtrace work on amd64. | chs |
| 2012-05-21 | Calling _lwp_create() with a bogus ucontext could trigger a kernel | martin |
| 2012-05-17 | Let the user of INTRENTRY_L() place a label on the 'swapgs' used | dsl |
| 2012-05-07 | Add a ';' that got deleted in a slight tidyup. | dsl |
| 2012-05-07 | Move all the XEN differences to a single conditional. | dsl |
| 2012-05-07 | Raise per-image text size limit to 256MB. 64MB has seen already, so | joerg |
| 2012-04-20 | - Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to use | rmind |
| 2012-03-28 | - Normalize inclusion protection (remove) | christos |