Age | Commit message (Expand) | Author |
2001-09-29 | The "swap generic" configuration needs only two entries in swdevt[]. | Miod Vallat |
2001-09-28 | move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same time | Michael Shalayeff |
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat |
2001-09-21 | phys_map declaration comes from <vm/vm.h>, no need to declare it locally. | Miod Vallat |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat |
2001-09-13 | Simplify userret. | Artur Grabowski |
2001-09-13 | old timeout removal, code by art@. (ok by miod) | Janne Johansson |
2001-09-13 | signed -> unsigned. From NetBSD via Todd Miller. | Janne Johansson |
2001-09-12 | mbutl no more | Artur Grabowski |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-06 | missing machine/ieee.h from NetBSD | Todd C. Miller |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-08-31 | The fact that my tree builds should not prevent the official tree to | Miod Vallat |
2001-08-30 | Remove duplicates with m68k/m68k/genassym.cf | Miod Vallat |
2001-08-30 | Invoke genassym.sh with both m68k/m68k/genassym.cf and | Miod Vallat |
2001-08-28 | Dont hardcode NKMEMCLUSTERS, calculate it to 256, as other m68ks do. | Janne Johansson |
2001-08-25 | One regdump to dump them all... | Marc Espie |
2001-08-23 | Sync with contents of arch/foo/conf directory, might be useful one day. | Miod Vallat |
2001-08-23 | We can now move timeout_init into main(). | Artur Grabowski |
2001-08-23 | Remove even more old timeout tentacles. | Artur Grabowski |
2001-08-20 | Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly. | Miod Vallat |
2001-08-20 | Convert to new timeouts; ite tested by jj@ | Miod Vallat |
2001-08-19 | Typos in comments. | Marc Espie |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski |
2001-08-16 | Typo | Miod Vallat |
2001-08-15 | There is no need explaining how to do manually what libkvm does for you, | Miod Vallat |
2001-08-15 | There is no need to alter the MAX_KMAP and MAX_KMAPENT formulae for | Miod Vallat |
2001-08-13 | SYSPTSIZE is orhpaned, so g/c the poor define. | Miod Vallat |
2001-08-12 | Actually, I was there only to remove an nappropriate hp300 | Miod Vallat |
2001-08-12 | vm_pager.h no more | Michael Shalayeff |
2001-08-12 | KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them. | Miod Vallat |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-11 | redundant includes. | Artur Grabowski |
2001-08-07 | remove this header which has been unused for over 3 yrs now. | Brad Smith |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski |
2001-07-15 | add install target | assar |
2001-07-05 | clean up includes. | Artur Grabowski |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-06-29 | Remove defines that are now defined elsewhere. | Janne Johansson |
2001-06-27 | add the ALTQ device to the rest of the architectures. | Kenjiro Cho |
2001-06-27 | MNN is no longer an option. | Artur Grabowski |
2001-06-27 | IPF bye bye; openbsd@davidkrause.com, ok niklas@ | Angelos D. Keromytis |
2001-06-27 | UVM is no longer an option. | Artur Grabowski |
2001-06-27 | recieve -> receive | Nathan Binkert |
2001-06-27 | No more old VM on amiga. | Artur Grabowski |
2001-06-25 | add pf device on all architectures. | Kjell Wooding |
2001-06-25 | cold is in systm now | Michael Shalayeff |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat |