| Age | Commit message (Expand) | Author |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-25 | bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa. | christos |
| 2003-10-30 | Don't define __HAVE_LONG_DOUBLE for __mc68010__. | kleink |
| 2003-10-30 | Allow a port to override MAXPHYS. | mycroft |
| 2003-10-28 | Similar to sparc, make available the extended-precision definitions for | kleink |
| 2003-10-28 | #define __HAVE_LONG_DOUBLE on platforms which implement a distinct | kleink |
| 2003-10-27 | Err, rename some members added in previous to make them reflect their | kleink |
| 2003-10-27 | appease lint's ``warning: nonportable bit-field type'' in MD header | cl |
| 2003-10-26 | For convenient use in libc, add unions of the C floating types and their | kleink |
| 2003-10-26 | Correct the position of the QUIETNAN bit. | kleink |
| 2003-10-26 | Use <sys/ieee754.h> where applicable. | kleink |
| 2003-10-26 | Hide the extended-precision definitions from __mc68010__. | kleink |
| 2003-10-23 | * Move the definitions for types other than single-precision and double- | kleink |
| 2003-10-23 | Account separately for the explicit integer bit in extended-precision | kleink |
| 2003-10-23 | Make struct ieee_ext actually match the layout of m68k extended-precision. | kleink |
| 2003-10-18 | Define SIGTRAMP_VALID(v). | briggs |
| 2003-10-08 | Add some accessor macros for the ucontext: | thorpej |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-09-25 | constify siginfo/trapsignal | christos |
| 2003-09-23 | move #defines back to frame.h | cl |
| 2003-09-22 | SA_SIGINFO support for m68k | cl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-12 | Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's | kleink |
| 2003-04-29 | Add a BKPT_ADDR() macro which gives MD code a chance to munge a | scw |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2003-04-20 | Use <sys/float_ieee.h> rather than <sys/math_ieee.h>, which doesn't exist. | bjh21 |
| 2003-04-19 | PR/3012: Greg A. Woods: Write all float.h files [except the vax of course] | christos |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-30 | Remove unneeded cast that prevents PC_REGS from being used as lvalue. | kristerw |
| 2003-03-02 | add some ISO C 1995 I18N functions and types: | tshiozak |
| 2003-01-28 | Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it. | kent |
| 2003-01-19 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-10 | Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is. | thorpej |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-05 | merge pmap.c for all 4k-page motorola-MMU (or compatible) m68k platforms. | chs |
| 2002-11-03 | merge pmap.h for all 4k-page motorola-MMU (or compatible) m68k platforms. | chs |
| 2002-11-03 | use "static __inline" instead of "extern __inline" so that we can | chs |
| 2002-11-02 | finish conversion to the common m68k cacheops: | chs |
| 2002-10-14 | merge pte.h for m68k w/ motorola or compatible MMU | chs |
| 2002-09-29 | "definitions" has lots of 'i's, but that's not reason to leave one out. | wiz |
| 2002-09-22 | Use "#define\t" instead of "#define ". | simonb |
| 2002-09-22 | Add __HAVE_MD_RUNQUEUE flag for MD code to override MI run queue primitives. | gmcgarry |
| 2002-08-07 | Implement pmc(9) -- An interface to hardware performance monitoring | briggs |
| 2002-07-13 | make sure struct proc and struct frame are declared | drochner |
| 2002-07-13 | m68k syscall rototill: | scw |
| 2002-07-04 | During signal delivery, arrange to have the signal handler invoked | thorpej |
| 2002-06-23 | Swap the order of the sigcontext and hardware state in the sigframe. | thorpej |
| 2002-04-10 | bus_dma(9) pulled pretty much verbatim from next68k. | briggs |
| 2002-02-26 | Purge CLSIZE, CLSIZELOG2 and MCLOFSET. | simonb |