Age | Commit message (Expand) | Author |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt |
2005-04-04 | Nuke pmap_bootstrap_alloc(), not used anymore. | Miod Vallat |
2005-04-03 | Simple performance improvements: | Miod Vallat |
2005-03-29 | Add an apm interface to the tctrl(4) device found on SPARCbooks; currently | Miod Vallat |
2005-03-23 | Move the alloc_screen, free_screen and show_screen wsdisplay accessops to | Miod Vallat |
2005-03-23 | Move wzero() and wcopy() from machdep.c to where they are really used. | Miod Vallat |
2005-03-23 | Kill the sparc-specific mountroot hooks (which are run before the root | Miod Vallat |
2005-03-15 | Nuke matchbyname(), which isn't used anymore. | Miod Vallat |
2005-03-07 | Do not bother passing the blanking routine to fbwscons_console_init(), | Miod Vallat |
2005-01-04 | SET_PC_REGS, arches tested between me and miod. | Marc Espie |
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat |
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t... | Michael Shalayeff |
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat |
2004-09-29 | Switch sparc to evcount; ok deraadt@ | Miod Vallat |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt |
2004-08-06 | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok | Michael Shalayeff |
2004-07-06 | only pull in a.out stuff if COMPAT_SUNOS | Theo de Raadt |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-04-19 | remove the GATEWAY junk thingy; at the same time, select a new fat | Theo de Raadt |
2004-02-08 | restored & repaired wcookie support; kettenis@chello.nl | Theo de Raadt |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-11-14 | the the; rohee@ | Miod Vallat |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-07-14 | i_loadstore is missing the rs1 decode which shifts the i_i bits and i_simm13 | Jason Wright |
2003-07-08 | BUS_SPACE_BARRIER_{READ,WRITE} are needed for some drivers -- fake | Michael Shalayeff |
2003-06-28 | Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, and | Miod Vallat |
2003-06-25 | Extend the sparc bus_space_tag_t to store access endianness in it, and | Miod Vallat |
2003-06-25 | fix _set_ functions as found while debugging an@stp | Michael Shalayeff |
2003-06-23 | *_raw_*_1() functions do not exist | Michael Shalayeff |
2003-06-23 | Add a very straightforward subset of the bus_space API, where all functions | Miod Vallat |
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 | nuke my clause 3 & 4 (and a couple jointly (c) with Theo). | Jason Wright |
2003-06-02 | licence cleanup | Theo de Raadt |
2003-05-14 | remove unneeded FB_FORCELOW; miod@ agreed. | Federico G. Schwindt |
2003-05-13 | Nuke a few simple commons. | Miod Vallat |
2003-04-13 | Add a simple driver for the SBus ``Prestoserve'' NVRAM cards. | Miod Vallat |
2003-01-24 | PMAP_{DE,}ACTIVATE are not used anymore. | Miod Vallat |
2003-01-13 | Bye, bye vm_offset_t and vm_size_t, sparc doesn't need you anymore. | Artur Grabowski |
2002-12-11 | Added paranoia to make sure that gcc doesn't reorder spl* inlines. | Artur Grabowski |
2002-11-22 | new sysctl: machdep.v8mul says whether the kernel replaced the mul/div/rem | Theo de Raadt |
2002-11-11 | Various little pmap changes: | Miod Vallat |
2002-11-06 | - always initialize colormaps, even if the frame buffer is non console; this | Miod Vallat |
2002-10-28 | Convert sparc pmap from physseg to VM_PAGE_MD. | Artur Grabowski |
2002-10-23 | Add a trivial va_copy() macro to all architectures but powerpc | Todd C. Miller |
2002-10-06 | Garbage collect __HAVE_SPLASSERT. It wasn't necessary. | Artur Grabowski |
2002-09-20 | Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit mode | Federico G. Schwindt |
2002-09-10 | Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page * | Artur Grabowski |