Age | Commit message (Expand) | Author |
2002-03-14 | Remove PTRACE support out of the ramdisks/miniroots. | Miod Vallat |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-05 | Kill prom stuff duplicates from bugio.[ch]. | Miod Vallat |
2002-02-19 | proper dependencies on assym.h | Theo de Raadt |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-02-10 | spelling | Theo de Raadt |
2002-02-05 | Remove dead code, simplify a panic message. | Miod Vallat |
2002-02-05 | I wonder how those two were not commited among the "volatile police" two | Miod Vallat |
2002-02-05 | - factorize insane amounts of code | Miod Vallat |
2002-02-05 | Provide a definition for pmap_wired_count. | Miod Vallat |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
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-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-14 | volatile police. | Miod Vallat |
2002-01-12 | Not used. | Miod Vallat |
2002-01-10 | Replace asm statements with stuff from asm*.h, or even simple equivalent | Miod Vallat |
2002-01-09 | Put explicit register qualifiers into the inlines, so that they work correctly | Miod Vallat |
2002-01-07 | Do not enter ddb twice in a row on console break. | Miod Vallat |
2002-01-07 | - increment uvmexp.intrs on interrupts (oops) | Miod Vallat |
2001-12-27 | Don't mess with the PMAP_PHYSSEG flags there. It's UVM playground, not really | Miod Vallat |
2001-12-25 | Oops, macros from the wrong tree escaped. | Miod Vallat |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |
2001-12-24 | More brdtyp vs cputyp replacements. | Miod Vallat |
2001-12-24 | - completely change the mmu segment and page table structure definitions, | Miod Vallat |
2001-12-24 | <machine/pte.h> not needed here. | Miod Vallat |
2001-12-24 | Be more TLB-coherency friendly in pmap_k* functions. | Miod Vallat |
2001-12-22 | Label changes and comment corrections. | Steve Murphree |
2001-12-22 | MVME917 documentation comment. | Steve Murphree |
2001-12-22 | mc88110 mods. | Steve Murphree |
2001-12-22 | Bring in PSR bit definitions. | Steve Murphree |
2001-12-22 | Assume xxx.usr bug in RAMDISK. | Steve Murphree |
2001-12-22 | Make RAMDISK work. | Steve Murphree |
2001-12-22 | vme devices 'auto vector'. | Steve Murphree |
2001-12-22 | Correct badvaddr() usage. | Steve Murphree |
2001-12-22 | Put miod's Makefile hack to define M88100 and M88110 back in. | Steve Murphree |
2001-12-22 | GENERIC configuration now includes MVME197 and M88110 options. | Steve Murphree |
2001-12-22 | change function names to reflect cpu type instead of board type. | Steve Murphree |
2001-12-22 | add mc88110 definitions | Steve Murphree |
2001-12-22 | add get_psr() inline for mc88410.h | Steve Murphree |
2001-12-22 | mc88110 modifications. | Steve Murphree |
2001-12-22 | correct badvaddr() | Steve Murphree |
2001-12-22 | correct pmap_map. mc88110 modifications. | Steve Murphree |
2001-12-22 | masive cmmu overhaul. function pointers now control cmmu functionality | Steve Murphree |
2001-12-22 | mc88110 support in ddb. Bring in bit definitions. | Steve Murphree |
2001-12-22 | rename m882xx.h to m8820x.h | Steve Murphree |
2001-12-21 | MC88410 External Cache Controller inline for MVME197DP/SP | Steve Murphree |