Age | Commit message (Expand) | Author |
2001-11-25 | Need <machine/cpu.h> to be sure to bring userret() prototype for all ports. | Miod Vallat |
2001-11-25 | Be cross-compilation friendly. | Miod Vallat |
2001-11-25 | Harmonize userret() prototypes across m68k arches. | Miod Vallat |
2001-11-21 | Provide COMPAT_SUNOS files via the common m68k configuration files. | Miod Vallat |
2001-11-17 | put more common stuff into m68k/genassym.cf; miod@ ok | Michael Shalayeff |
2001-11-16 | oops | Michael Shalayeff |
2001-11-16 | make stack trace print addrs if no symtab present; miod@ ok | Michael Shalayeff |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat |
2001-09-14 | Instead of defning our own AS, define FPSPAS. | Artur Grabowski |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-06 | missing machine/ieee.h from NetBSD | Todd C. Miller |
2001-08-31 | The fact that my tree builds should not prevent the official tree to | Miod Vallat |
2001-08-30 | New file with common genassym.cf defines needed by arch/m68k/m68k/*.s | Miod Vallat |
2001-08-25 | One regdump to dump them all... | Marc Espie |
2001-08-22 | Modify fpsp and 060sp makefiles, so that they honor obj/ directories | Miod Vallat |
2001-08-20 | cvs does not like me. | Miod Vallat |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-11 | remove some old cruft. | Artur Grabowski |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski |
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-06-27 | kill old vm | Artur Grabowski |
2001-06-23 | Only mips uses cpu_set_init_frame (and it shouldn't) | Artur Grabowski |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-15 | Replace vm_offset_t with vaddr_t and paddr_t as appropriate. | Todd C. Miller |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-03-28 | kcopy must restore the previous pcbonfault, not zero it. | Artur Grabowski |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski |
2001-01-15 | __asm__ and __volatile__ | Theo de Raadt |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller |
2000-05-28 | UVM. grow -> uvm_grow, useracc -> uvm_useracc. | Artur Grabowski |
2000-05-27 | UVM. useracc -> uvm_useracc. | Artur Grabowski |
2000-05-27 | oops. remove "line noise". | Artur Grabowski |
2000-05-27 | UVM. grow -> uvm_grow | Artur Grabowski |
2000-05-27 | kcopy, needed by UVM. | Artur Grabowski |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page in... | Theo de Raadt |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
2000-01-01 | honour db_panic in kdb_trap() | Theo de Raadt |
1999-11-13 | overflow fixes; netbsd | Theo de Raadt |
1999-09-03 | Change the pmap_enter api to pass down an argument that indicates | Artur Grabowski |
1999-07-07 | define vaddr_t, paddr_t, vsize_t and psize_t | Artur Grabowski |
1999-06-03 | Same problem as i386, same fix. From Theo. | Jason Downs |
1999-05-16 | attempting to unify m68k exec.h files. | Marc Espie |
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie |