| Age | Commit message (Expand) | Author |
| 1995-06-16 | Put parentheses around macro arguments | mellon |
| 1995-05-31 | Change reference in asm code from ``__mcount'' to ``___mcount'', to be | jonathan |
| 1995-05-16 | Removing -DKERNEL, transition to _KERNEL has been completed | jtc |
| 1995-05-12 | Redo 3MAX+ (5k/240) interrupt enable code. | jonathan |
| 1995-05-05 | Fix MAXine interrupt mask routine | mellon |
| 1995-05-05 | define BROKEN_SWAP and/or cpu_swapout as appropriate. | cgd |
| 1995-05-05 | Don't conditionalize utility routines based on DEBUG flag | mellon |
| 1995-05-03 | Use Alpha cdefs.h | mellon |
| 1995-05-02 | If we panic inside trap(), Do a stack traceback before printing the trap log. | jonathan |
| 1995-04-29 | Update MIPS stack backtrace code to trace through locore functions, | jonathan |
| 1995-04-28 | Fix performance bug in pmax MachFlushDCache(). Old code disabled icache | jonathan |
| 1995-04-28 | Check in source code actually containing changes in previous log message-- | jonathan |
| 1995-04-28 | Fix hardware interrupt-mask setup in the 5k/240 (3max)+ interrupt handler. | jonathan |
| 1995-04-28 | Check in changes suggested by Ralph Campbell: update variable names | jonathan |
| 1995-04-25 | Fix a few compat code casualties | mellon |
| 1995-04-25 | Fix up args to scdebug_{call,ret} | mellon |
| 1995-04-22 | - added sunos_machdep.c for sun3, atari, amiga and mac68k. | christos |
| 1995-04-12 | Use _KERNEL, not KERNEL | mellon |
| 1995-04-11 | Mips specific portions of ieeefp.h (fp_rnd, fp_except, constants, etc.). | jtc |
| 1995-04-11 | Changed FLT_ROUNDS from constant to a call to __flt_rounds(), so that the | jtc |
| 1995-04-10 | Oops; finish that last change. | mycroft |
| 1995-04-10 | Bring back pmap_kernel(), for now always inlined as a pointer to | mycroft |
| 1995-04-10 | Add mmopen(), mmclose(), and mmmmap() where appropriate. Lock vmmap when | mycroft |
| 1995-04-10 | Put endif COMPAT_09 inside function definition | mellon |
| 1995-04-03 | Move cpu-specific exec support to cpu_exec.c; Support 4.4BSD a.out | mellon |
| 1995-03-28 | Added #define _KERNEL | jtc |
| 1995-03-28 | KERNEL -> _KERNEL | jtc |
| 1995-03-26 | invoke ktrsyscall with (vp, code, argsize, args) as args. | cgd |
| 1995-03-23 | Changed name of __weak_reference() to __indr_reference(). They really | jtc |
| 1995-03-09 | copy*str() should use size_t. | mycroft |
| 1995-01-28 | ANSI says that <stdarg.h>'s va_end macro must expand to a void expression. | jtc |
| 1995-01-19 | This file, which will be included by <sys/cdefs.h>, will contain macros | jtc |
| 1995-01-18 | Write out new-style core files | mellon |
| 1995-01-18 | Ultrix pcb_regs compatibility, reorder interrupt handlers (probably futile), ... | mellon |
| 1995-01-18 | Add conditional gp support; add interrupt disable before setting or clearing ... | mellon |
| 1995-01-18 | break mullo and mulhi out of gp regs in sigcontext | mellon |
| 1995-01-18 | Make register definitions compatible with Ultrix | mellon |
| 1995-01-18 | Make pcb_regs structure compatible with Ultrix | mellon |
| 1995-01-18 | Support for alternate compilers and file formats | mellon |
| 1995-01-18 | Support for loading ELF on NetBSD/pmax - to be combined with elf loader under... | mellon |
| 1995-01-18 | ELF format (to be combined with elf header in sys/compat later) | mellon |
| 1995-01-18 | 4.4BSD binary format | mellon |
| 1995-01-10 | Only define sig_atomic_t when _ANSI_SOURCE is defined. | jtc |
| 1994-12-20 | make the definition of _JBLEN mach. dep. header-dependent. | cgd |
| 1994-12-15 | More underscores... | mycroft |
| 1994-12-15 | Make a new macro _C_LABEL(), which prepends an underscore to the argument unless | mycroft |
| 1994-12-15 | Remove underscores from uses of *LEAF() and END(). Use _C_LABEL() in explicit | mycroft |
| 1994-11-23 | thread_wakeup wants (void *) not (int) | dean |
| 1994-11-23 | more underscore changes (from J. Stone) | dean |
| 1994-11-15 | put #ifdef KERNEL around CLK_TCK define | dean |