Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller | |
1998-03-01 | Make kernel compilable. -moj | Mats O Jansson | |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist | |
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis. | |||
1998-02-03 | Sync with NetBSD 970827. Forgot this one last time. -moj | Mats O Jansson | |
1997-11-23 | use MI cdev_decl(ipl) | Michael Shalayeff | |
1997-11-10 | Be careful about local varnames in macros. | Niklas Hallqvist | |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist | |
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32. | |||
1997-10-08 | Style nit | Niklas Hallqvist | |
1997-10-08 | Make both NFS and HD kernels | Niklas Hallqvist | |
1997-10-08 | Use KERNBASE where appropriate. KNF! | Niklas Hallqvist | |
1997-10-08 | Move some debugging output inside #ifdef DEBUG. KNF! | Niklas Hallqvist | |
1997-10-06 | db_{read,write}_bytes loop end condition bad (unsigned >= 0 -> always TRUE) | Niklas Hallqvist | |
some KNF. Now you can examine memory from ddb | |||
1997-10-02 | indent and removal of #if 0 MAXPHYS setting. No semantic diffs, so you can | Niklas Hallqvist | |
touch it back to its previous mtime after cvs updating if you want to | |||
1997-10-02 | reflect reality | Niklas Hallqvist | |
1997-10-02 | A mionimal VS2000 config for netbooting | Niklas Hallqvist | |
1997-10-02 | Remove dependencies on config options, you should make clean when changing | Niklas Hallqvist | |
those, or touch the specific files if you know what you are doing. | |||
1997-10-02 | Remove obsolete VNODE_PAGER option | Niklas Hallqvist | |
1997-10-02 | dumpconf after swapconf, and remove some swedish | Niklas Hallqvist | |
1997-10-02 | Factor out the bufpages and nbuf calculation so that pmap_boststrap can get | Niklas Hallqvist | |
at the values early on. Also some KNF, this is our code now. | |||
1997-10-02 | Accomodate for the buffer cache, mbuf clusters and physio space when | Niklas Hallqvist | |
caclulating sysptsize | |||
1997-10-02 | We cannot deal with MCLBYTES > CLBYTES. Lower MCLSHIFT to 10 again | Niklas Hallqvist | |
1997-09-27 | Fix swapconf.c so it will not crash swap on nfs envs | Niklas Hallqvist | |
1997-09-20 | The only CVAX to reach this module is a VAXstation 3100 model 10-48. | Mats O Jansson | |
Let cpu_model be correct. -moj | |||
1997-09-20 | Rename rd to hd. OpenBSD uses rd for ramdisk. -moj | Mats O Jansson | |
1997-09-20 | Rename rd to hd. OpenBSD uses rd for ramdisk. -moj | Mats O Jansson | |
1997-09-15 | kill Locore.c | Theo de Raadt | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson | |
1997-08-30 | OpenBSD doesn't use EXEC_AOUT and EXEC_SCRIPT. -moj | Mats O Jansson | |
1997-08-30 | Since the previous one died... | Mats O Jansson | |
Some code to get my MV3600 to work. -moj | |||
1997-08-30 | Small changes to get a working MV3600 kernel. It's problems with memory | Mats O Jansson | |
allocation in cpu_start. A work around is to define NBUF in the config file. -moj | |||
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
1997-07-23 | Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port. | denny | |
Add options NETATALK to your config to try it out. | |||
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller | |
make time_t int not int32_t. | |||
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller | |
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others). |