Age | Commit message (Expand) | Author |
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 |
2000-07-14 | Use generic m68k code when possible ; do not enable interrupts at | Miod Vallat |
2000-07-14 | Remove unneeded definitions | Miod Vallat |
2000-07-02 | Recognize and support 16 partition disklabels (taken from sparc port) | Miod Vallat |
2000-06-29 | Enable UKC | Miod Vallat |
2000-06-23 | remove obsolete vtrace guts; art@ | Michael Shalayeff |
2000-06-21 | Fix xd entry in chrtoblktbl | Miod Vallat |
2000-06-19 | Upload memory ranges for NEW_NONCONTIG code, this one forgotten before 2.7 | Miod Vallat |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski |
2000-06-06 | include ksyms.h to have correct NKSYMS value (oops) | Miod Vallat |
2000-06-05 | Changes to exit handling. | Artur Grabowski |
2000-05-02 | <machine/vmparam.h> not welcomed here | Miod Vallat |
2000-04-30 | Fix kernel msgbuf size and position | Miod Vallat |
2000-04-29 | Fixed a tyop | Miod Vallat |
2000-04-11 | Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.org | Paul Janzen |
2000-03-23 | New API for timeouts. Replaces the old timeout()/untimeout() API and | Artur Grabowski |
2000-03-02 | sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com> | Todd T. Fries |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-11-22 | add empty mmioctl() implementation for new /dev/mem interface for all | Matthieu Herrb |
1999-11-09 | Adapt to changed pmap_enter API (the extra argument is a no-op). | Artur Grabowski |