Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat | |
Currently as no-ops everywhere. ok art@, deraadt@ | |||
2002-04-29 | wierd -> weird | Peter Valchev | |
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 | |
type characteristics. internal_types.h will contain only settings invisible from standard C, e.g., in the __* or _[A-Z]* namespace, and be reused by files like limits.h. This allows us to shorten machine/limits.h greatly, as all the common defines are now in sys/limits.h, plus a small stub in internal_types.h. Tested on all arches as far as I know. Approved after discussion with art, millert, deraadt, and others. | |||
2002-03-25 | revert the pmap stuff to 0221, so we can boot | Niklas Hallqvist | |
2002-03-25 | I could have sworn I commited this, must have gone local | Niklas Hallqvist | |
and later overwritten at my repos sync, sigh. Do not treat pcb_onfault as a procedure, it is a continuation point, thus necessarily needs to be at ther same stack depth as the region covered by the onfault handler. | |||
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie | |
parameters. Ok millert@, miod@, maja@ | |||
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller | |
__P removal. | |||
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ↵ | Michael Shalayeff | |
they are and declarre 'em accordingly also removing private externies of those | |||
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 | Remove PTRACE support out of the ramdisks/miniroots. | Miod Vallat | |
2002-02-23 | Bring back pmap_motorola in service for amiga, too. | Miod Vallat | |
2002-02-22 | Unbreak 68060 support, sorry | Miod Vallat | |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson | |
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the kernel part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@ | |||
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-04 | Oops, missed a <sys/map.h> leftover. | Miod Vallat | |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin | |
2002-01-24 | Don't provide a duplicate addupc_task() routine. | Miod Vallat | |
2002-01-23 | compatability -> compatibility. | Federico G. Schwindt | |
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 | |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat | |
2001-12-22 | Compile with option DEBUG. | Miod Vallat | |
2001-12-20 | Temporarily revert the pmap_motorola changes, as they may account for | Miod Vallat | |
some problems as well. Requested by deraadt@ | |||
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski | |
machines or some configurations or in some phase of the moon (we actually don't know when or why) files disappeared. Since we've not been able to track down the problem in two weeks intense debugging and we need -current to be stable, back out everything to a state it had before UBC. We apologise for the inconvenience. | |||
2001-12-14 | Remove the ugly protection_codes[] array, only used by the pte_prot() | Miod Vallat | |
macro, by a different version of the aforementioned macro. | |||
2001-12-14 | Sync compilation flags definition accross m68k-based arches. | Miod Vallat | |
mvme68k still lacks some -Wfoo flags, until it is warnings clean. | |||
2001-12-13 | Realistic COPTS handling. Plus it gets in sync with other m68k arches. | Miod Vallat | |
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat | |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski | |
misc pmap usage fixes. | |||
2001-12-07 | Since amiga now has correct pmap_k* and uses them for mapping | Artur Grabowski | |
the buffer cache, it's a good idea to use them in pagemove too. | |||
2001-12-07 | Sigh. MACHINE_NONCONTIG is not only non-optional, it has been replaced | Artur Grabowski | |
by MACHINE_NEW_NONCONTIG ages ago and that option is gone too. | |||
2001-12-07 | Ratibibugle setredzone() | Miod Vallat | |
[Ratibibugle is local slang for g/c, remove, rototill, etc] | |||
2001-12-06 | Declare SYS_exit for all m68k locore.s'es | Miod Vallat | |
2001-12-06 | References to ``comment at line foo'' is useless once line foo moves, | Miod Vallat | |
dammit. Change description. | |||
2001-12-06 | MACHINE_UPTBASE is not constant on amiga, ouch. | Miod Vallat | |
2001-12-06 | Define proper macros for FP frame offsets rather than magic numbers. | Todd C. Miller | |
From NetBSD (tsutsui). | |||
2001-12-05 | VM_KMEM_SIZE no longer needed. | Artur Grabowski | |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos | |
date: 2000/02/11 19:22:52; author: thorpej; Add some very simple code to auto-size the kmem_map. We take the amount of physical memory, divide it by 4, and then allow machine dependent code to place upper and lower bounds on the size. Export the computed value to userspace via the new "vm.nkmempages" sysctl. NKMEMCLUSTERS is now deprecated and will generate an error if you attempt to use it. The new option, should you choose to use it, is called NKMEMPAGES, and two new options NKMEMPAGES_MIN and NKMEMPAGES_MAX allow the user to configure the bounds in the kernel config file. | |||
2001-11-30 | More changes that cvs forgot to commit in the pmap_motorola switch. | Miod Vallat | |
2001-11-30 | cvs hates me. | Miod Vallat | |
How come had this file been missed in the previous amiga commit??? | |||
2001-11-30 | Switch to pmap_motorola. | Miod Vallat | |
XXX Kernel compiles, but not tested. | |||
2001-11-30 | Oops, removed one #include line by mistake. | Miod Vallat | |
2001-11-30 | Make it possible for mmutype to contain MMU_68060 if the hardware is | Miod Vallat | |
actually '060-based, instead to look at the machineid. This is simpler, and will be required to switch to pmap_motorola anyways. | |||
2001-11-30 | Duplicates there, too. | Miod Vallat | |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski | |
2001-11-30 | typo | Artur Grabowski | |
2001-11-28 | more typedef zapping vm_page_t -> struct vm_page * | Artur Grabowski | |