Age | Commit message (Expand) | Author |
2004-01-27 | Only install the fpsp exception vectors if the cpu is a 68040. | Miod Vallat |
2004-01-15 | instuction -> instruction | Miod Vallat |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2004-01-01 | Inline pmap_copy() and pmap_phys_address(). | Miod Vallat |
2003-12-26 | A simple compile-time micro-optimization in pmap_protect() for | Miod Vallat |
2003-12-16 | becuase | Theo de Raadt |
2003-12-14 | In pmap_testbit, always update the attribute flags for the pv list hander. | Miod Vallat |
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy |
2003-11-07 | "the the" -> "the"; rohee@ | Miod Vallat |
2003-11-02 | pmap_remove_mapping() uses an unnecessary PHYS_TO_VM_PAGE call. Instead of | Miod Vallat |
2003-10-13 | More m68k pmap tweaks: | Miod Vallat |
2003-10-09 | A few 68060 bugfixes with side effects: | Miod Vallat |
2003-10-09 | More m68k common include files factorization. | Miod Vallat |
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat |
2003-08-01 | Nuke calls to uvm_useracc() and instead check copyin() and copyout() for | Miod Vallat |
2003-06-12 | final bits of obvious UCB term 3 removal | Theo de Raadt |
2003-06-04 | Delete UCB term 3. When there are other copyright owners, we affirm | Theo de Raadt |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | licence cleanup | Theo de Raadt |
2003-05-31 | Remove a bunch of obsolete definitions. | Miod Vallat |
2003-03-03 | Prefer pmap_kenter_pa() in pmap_map(). | Miod Vallat |
2003-03-01 | - only declare and provide pmap_map() for mac68k, until it bites the dust. | Miod Vallat |
2003-02-25 | Let pmap_remove_mapping() do its job correctly if option DIAGNOSTIC is | Miod Vallat |
2003-01-27 | Convert m68k pmap from physseg to VM_PAGE_MD. | Miod Vallat |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2003-01-05 | splassert on m68k-based arches. Not totally accurate on hp300 at the moment, | Miod Vallat |
2002-11-05 | Add a WEAK_ALIAS macro, to be used by libc/libc_r shortly. | Miod Vallat |
2002-10-23 | Add a trivial va_copy() macro to all architectures but powerpc | Todd C. Miller |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-05 | spelling. | Federico G. Schwindt |
2002-09-10 | Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page * | Artur Grabowski |
2002-08-09 | typo | Michael Shalayeff |
2002-08-09 | two more cacheops noops; miod@ ok | Michael Shalayeff |
2002-07-30 | Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable. | Todd C. Miller |
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski |
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 |