| Commit message (Expand) | Author | Age | Files | Lines |
* | Celebrate OpenBSD 6.0 release by retiring the sparc port. |  tedu | 2016-09-01 | 1 | -232/+0 |
* | Now that the kernel virtual address space has been made larger, even on |  miod | 2015-11-05 | 1 | -2/+2 |
* | Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sitting |  miod | 2015-03-30 | 1 | -3/+2 |
* | Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a much |  miod | 2015-03-18 | 1 | -3/+1 |
* | PGSHIFT and PGOFSET are now contained inside the kernel namespace. |  deraadt | 2013-03-26 | 1 | -3/+3 |
* | ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. |  deraadt | 2013-03-25 | 1 | -5/+1 |
* | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added |  deraadt | 2013-03-23 | 1 | -94/+84 |
* | Provide namespace-safe alignment macros in <machine/_types.h>, with |  guenther | 2011-09-08 | 1 | -15/+4 |
* | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and |  miod | 2011-04-07 | 1 | -3/+3 |
* | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. |  pirofti | 2011-03-23 | 1 | -4/+4 |
* | typo |  miod | 2010-07-11 | 1 | -2/+2 |
* | sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 and |  miod | 2010-07-10 | 1 | -85/+95 |
* | There is absolutely no need to double map DVMA addresses into the kernel address |  miod | 2010-06-29 | 1 | -11/+1 |
* | ctob/btoc -> ptoa/atop |  martin | 2007-11-28 | 1 | -5/+1 |
* | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET |  thib | 2007-05-28 | 1 | -9/+1 |
* | slighly -> slightly |  miod | 2007-04-10 | 1 | -2/+2 |
* | Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT) |  krw | 2006-08-12 | 1 | -2/+2 |
* | remove unused bdbtofsb(bn) macro |  martin | 2006-03-19 | 1 | -9/+1 |
* | Shrink NKMEMPAGES_MAX back to 4MB for 3.9, as this still has issues on >= 512MB |  miod | 2006-02-28 | 1 | -2/+2 |
* | remove Mach macros, they were unused anyway |  martin | 2005-11-01 | 1 | -7/+1 |
* | Do not try increasing NKMEMPAGE_MAX on sun4m at all, until we make |  miod | 2005-09-25 | 1 | -2/+1 |
* | Reduce NKMEMPAGES_MAX_DEFAULT_SUN4M, or we may allocate too much of kernel_map |  miod | 2005-09-21 | 1 | -2/+2 |
* | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit |  miod | 2005-09-12 | 1 | -3/+4 |
* | Get rid of unused SINCR and SSIZE constants. |  miod | 2005-07-31 | 1 | -2/+1 |
* | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok |  mickey | 2004-08-06 | 1 | -1/+2 |
* | remove the GATEWAY junk thingy; at the same time, select a new fat |  deraadt | 2004-04-19 | 1 | -9/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | The previous commit broke the bootblocks, since uvmexp is not available |  miod | 2002-03-15 | 1 | -19/+13 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -5/+5 |
* | On sparc, PAGE_SIZE and friends might not be a compile-time constant. |  miod | 2002-03-13 | 1 | -35/+25 |
* | Provide PAGE_{MASK,SHIFT,SIZE} ``constants'' for every cpu combination. |  miod | 2002-02-19 | 1 | -1/+13 |
* | Define MCLBYTES from MCLSHIFT, rather than providing the final value. |  miod | 2001-12-10 | 1 | -2/+2 |
* | make nkmempages dynamic based on memory. okay art@ from netbsd: |  provos | 2001-12-05 | 1 | -5/+5 |
* | Get rid of the PMAP_NEW option by making it mandatory for all archs. |  art | 2001-07-18 | 1 | -3/+1 |
* | change MSIZE to 256, okay @deraadt |  provos | 2001-07-06 | 1 | -2/+2 |
* | Switch sparc to PMAP_NEW. I've been running with that code for ages. |  art | 2001-05-10 | 1 | -1/+3 |
* | Get rid of CLSIZE and all related stuff. |  art | 2001-05-05 | 1 | -8/+4 |
* | - increase the amount of space mapped for dvma on sun4m |  jason | 2001-01-15 | 1 | -2/+3 |
* | multiple inclusion protect because of pstat and socket.h needing ALIGNBYTES |  deraadt | 2000-03-08 | 1 | -1/+7 |
* | enlarge msgbuf, somewhat line netbsd did |  deraadt | 2000-02-22 | 1 | -1/+3 |
* | Use extents instead of rmaps to handle dvma space. |  art | 2000-02-15 | 1 | -8/+2 |
* | In the cases where we are sure what page size we have, define PAGE_SIZE |  art | 1999-11-25 | 1 | -1/+13 |
* | vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t |  art | 1999-07-09 | 1 | -3/+3 |
* | Add sparc_btop and sparc_ptob for consistency with other ports |  millert | 1998-08-18 | 1 | -1/+7 |
* | do not break the bootblocks |  deraadt | 1997-12-25 | 1 | -9/+1 |
* | ifdef some definitions of NBPG that use kernel variables, when the |  angelos | 1997-12-21 | 1 | -1/+9 |
* | Double default NMBCLUSTERS settings. |  downsj | 1997-09-17 | 1 | -3/+3 |
* | Mostly sync to NetBSD-current 970804. |  downsj | 1997-08-08 | 1 | -53/+56 |
* | MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefo |  deraadt | 1996-12-11 | 1 | -1/+1 |
* | netbsd port, now we merge our changes back in |  deraadt | 1996-08-11 | 1 | -19/+87 |