Age | Commit message (Expand) | Author |
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 |
2001-06-23 | no more kernfs | Theo de Raadt |
2001-06-17 | Add -Wno-uninitialized. | Hugh Graham |
2001-06-15 | Compile kernel with -Wall, and fix a few issues for this to work. | Miod Vallat |
2001-06-13 | Recent changes in sys/netinet/ assume you get setsoftnet() via | Miod Vallat |
2001-06-11 | Call doshutdownhooks() during shutdown. | Miod Vallat |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-20 | From NetBSD: | Hugh Graham |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev |
2001-05-16 | Hook up various wscons related stuff and enable the smg framebuffer. | Hugh Graham |
2001-05-16 | Blind merge of wscons support from NetBSD/vax. Perhaps someone with a | Hugh Graham |
2001-05-16 | Fix vax to work with recent pmap_change_wiring() -> pmap_unwire() | Hugh Graham |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern... | Todd C. Miller |
2001-05-13 | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | Todd C. Miller |
2001-05-11 | unify rd(4) even more | Theo de Raadt |
2001-05-11 | unify | Theo de Raadt |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-04-18 | Cover rl with #ifdef's and put it to sleep. ZZzz.. | Hugh Graham |
2001-04-17 | Comment out the 20+ year old rl disk device to make way for the recently | Hugh Graham |
2001-04-17 | Switch a "BGTR foo" to a "BLSS bar; BRW foo; bar:". In this case, the | Brandon Creighton |
2001-04-10 | Decrement open_count in netclose(); this fixes the bug which caused | Brandon Creighton |
2001-04-10 | Fix for machines which need to enlarge the kernel address space, at least | Niklas Hallqvist |
2001-04-09 | FFS_SOFTUPDATES in sys/conf/GENERIC | Theo de Raadt |
2001-04-09 | Add softdep. | Hugh Graham |
2001-04-09 | A much tidier layout, from NetBSD. | Hugh Graham |
2001-04-09 | Amputate some dead and broken code and rework the rest to do the | Hugh Graham |
2001-04-09 | Comment out compat vax1k until needed. | Hugh Graham |
2001-04-01 | spelling. | Hugh Graham |
2001-04-01 | Print KA48 or KA45 as appropriate. Someone with a 4000/vlc or 3100/{3,4}0 | Hugh Graham |
2001-04-01 | Pick up a change from NetBSD: | Hugh Graham |
2001-04-01 | Call VAX_STYP_50 a MicroVAX 3100/85, even though this machine is KA55. | Hugh Graham |
2001-04-01 | Changes to initialize the cache on KA690 properly; from Lord Isildur. | Hugh Graham |
2001-03-22 | More EMODD work: | Brandon Creighton |
2001-03-16 | Add some more model subtypes from Antonio Carlini. | Hugh Graham |
2001-03-16 | The length fields of MOVC3 and MOVC5 have an upper limit of 65535 bytes. | Brandon Creighton |
2001-03-15 | wsdisplay/wskbd/wsmouse devices | Brandon Creighton |
2001-03-12 | Omega is now VAX_BTYP_1301. Also add an STYP for 4000 600. | Hugh Graham |
2001-02-25 | Code to enable the cache on VS4000/VLC. From mhitch@netbsd.org. | Hugh Graham |
2001-02-25 | Use the system subtype field on the SIE to determine if a machine is | Hugh Graham |
2001-02-25 | Provide both system sub type and system variant data for KA45 and KA48. | Hugh Graham |
2001-02-24 | Gone the vsbus route for now. | Hugh Graham |
2001-02-24 | Support for VAX 4000/{2,4,5}00 from Michael Kukat. untested. | Hugh Graham |