Age | Commit message (Expand) | Author |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-06-02 | Implement PMAP_CANFAIL handling for m68k shared pmap module. | Miod Vallat |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski |
2002-04-29 | I want option DEBUG to rock my world. | Miod Vallat |
2002-04-27 | Jumbo commit to fix all compilation warnings on mvme68k (add prototypes, | Miod Vallat |
2002-04-25 | Factorize more common m68k definitions. | Miod Vallat |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-04-16 | - allow users of pmap_bootstrap to not have virtual address 0 read only, | Miod Vallat |
2002-04-16 | Merge pmap_pinit() inside pmap_create() and pmap_release() inside | Miod Vallat |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-02-27 | Better values for invalid pte initialization. | Miod Vallat |
2002-02-23 | Factorize most of the pmap_bootstrap() guts used by pmap_motorola users, | Miod Vallat |
2002-02-11 | only change _STRING for weak_alias; sorry miod. | Federico G. Schwindt |
2002-02-11 | o add __weak_alias definition. | Federico G. Schwindt |
2002-01-23 | compatability -> compatibility. | Federico G. Schwindt |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-21 | Argh, correctly handle the maxlen == 0 case. | Miod Vallat |
2002-01-21 | Always clear the destination string in copyinstr() on error, unless we faulted | Miod Vallat |
2002-01-10 | Reintroduce the pmap_motorola framework. | Miod Vallat |
2001-12-20 | Temporarily revert the pmap_motorola changes, as they may account for | Miod Vallat |
2001-12-16 | Delay a cache invalidation in a 68060-only loop. | Miod Vallat |
2001-12-16 | 68060 CPUs need a few more TLB operations. Oops. | Miod Vallat |
2001-12-15 | Optimize (reduce) the pmap_changebit() calls for 68060 processors. | Miod Vallat |
2001-12-15 | Slightly reorganize. | Miod Vallat |
2001-12-14 | Remove the ugly protection_codes[] array, only used by the pte_prot() | Miod Vallat |
2001-12-12 | At Miod's request make the pte in pmap_extract() a pt_entry_t * for | Todd C. Miller |
2001-12-12 | Don't return TRUE from pmap_extract if the pte is not valid. | Todd C. Miller |
2001-12-11 | Repair 68060 operation; from art@ and myself, spell-checked by deraadt@. | Miod Vallat |
2001-12-08 | m68k_trunc_page -> trunc_page | Miod Vallat |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-12-06 | DDB disassembly fixes and trace improvements from NetBSD. | Miod Vallat |
2001-12-06 | Don't hardcode SYS_exit value. | Miod Vallat |
2001-12-06 | Declare SYS_exit for all m68k locore.s'es | Miod Vallat |
2001-12-06 | Define proper macros for FP frame offsets rather than magic numbers. | Todd C. Miller |
2001-12-06 | Fix typos, from NetBSD | Miod Vallat |
2001-12-05 | Update pmap_update macro for arches Art missed. Still just a noop. | Todd C. Miller |
2001-12-02 | 1) kill old vm_*_t types (no real effect) | Todd C. Miller |
2001-11-30 | Factorize more definitions to enable the use of pmap_motorola. | Miod Vallat |
2001-11-30 | Common pmap defines and code for all m68k platforms using Motorola (or | Miod Vallat |
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 |