Age | Commit message (Expand) | Author |
2001-09-20 | occured->occurred | Mike Pechkin |
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-14 | Unbreak trap(), simplify userret(). | Artur Grabowski |
2001-09-14 | Fix fallout from round_page fixes. | Artur Grabowski |
2001-09-14 | Fix compilation errors | Artur Grabowski |
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-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-25 | One regdump to dump them all... | Marc Espie |
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 | silence gcc for __dead function. | Miod Vallat |
2001-08-12 | less includes | Michael Shalayeff |
2001-08-12 | vm_extern.h no more | Michael Shalayeff |
2001-08-11 | Unnecessary and redundant includes. | Artur Grabowski |
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-05 | Get rid of REAL_CLISTS. It was never implemented and the tentacles are | Artur Grabowski |
2001-06-27 | add the ALTQ device to the rest of the architectures. | Kenjiro Cho |
2001-06-27 | Zap old vm. | 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-11 | Use MI {trunc,round}_page macros. | Miod Vallat |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-30 | Preliminary UVM support. UVM kernels don't work for the moment, though. | Miod Vallat |
2001-05-30 | Bring the root device selection code up-to-date with modern standards | Miod Vallat |
2001-05-30 | Oops | Miod Vallat |
2001-05-30 | Define msgbuf area size better, gets rid of occasionnal noise in dmesg | Miod Vallat |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-13 | PAGE_SIZE is a constant now. I should know that, I'm guilty as | Miod Vallat |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-04-29 | ddb command `machine halt' is superceded by `boot halt' now, so remove it | Miod Vallat |
2001-01-04 | Sync with genassym.cf symbol name changes. | Miod Vallat |
2001-01-04 | Convert the old genassym.c to .cf style. Remove unneeded definitions, | Miod Vallat |
2001-01-04 | KNF, add prototypes to compile with -Wmissing-prototypes. | Miod Vallat |
2001-01-04 | Remove netintr(). | Miod Vallat |
2001-01-03 | Remove bogus comment. Also fix ramdisk kernel detection. | Miod Vallat |
2001-01-03 | Use netisr_dispatch. | Miod Vallat |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski |
2000-11-09 | Do not use vm_pmap anymore. Requested by art@ | Miod Vallat |
2000-10-27 | more precise BUFCACHEPERCENT calculations. | Michael Shalayeff |
2000-09-26 | Implement getnulldev that returns the dev_t for "/dev/null". | Artur Grabowski |
2000-08-28 | Prototypes for interrupt handlers should go into .h file, not .c | Miod Vallat |
2000-08-28 | Less magic numbers | Miod Vallat |
2000-08-28 | Add lkm, ch and ses support | Miod Vallat |
2000-07-14 | Enable interrupts after configuration phase. | Miod Vallat |