Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-27 | Aue works fine, add it. | Dale Rahn | |
kue was not added to ramdisk kernel, add it too. | |||
2001-06-27 | UVM is default | Niklas Hallqvist | |
2001-06-27 | add the ALTQ device to the rest of the architectures. | Kenjiro Cho | |
2001-06-27 | IPF cleanup; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-27 | IPF cleanup; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-27 | MNN is no longer an option. | Artur Grabowski | |
2001-06-27 | Remove IPF; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-27 | IPF bye bye; openbsd@davidkrause.com, ok niklas@ | Angelos D. Keromytis | |
2001-06-27 | Remove IPF references; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-27 | ALTQ base modifications to the kernel. | Kenjiro Cho | |
- ALTQ introduces a set of new queue macros that coexist with the traditional IF_XXX macros. - "struct ifaltq" replaces "struct ifqueue" in "struct ifnet". - assign cdev major 74 for i386 and 54 for alpha as ALTQ control interface. | |||
2001-06-27 | UVM is no longer an option. | Artur Grabowski | |
2001-06-27 | recieve -> receive | Nathan Binkert | |
2001-06-27 | stupid american river | Theo de Raadt | |
2001-06-27 | option UVM is not needed anymore | Artur Grabowski | |
2001-06-27 | Zap old vm. | Artur Grabowski | |
2001-06-27 | kill old vm | Artur Grabowski | |
2001-06-27 | kill old vm | Artur Grabowski | |
2001-06-27 | use + not = and 0-9 | Michael Shalayeff | |
2001-06-27 | whack old vm | Artur Grabowski | |
2001-06-27 | rip old vm | Artur Grabowski | |
2001-06-27 | old vm no more | Artur Grabowski | |
2001-06-27 | zap old vm | Artur Grabowski | |
2001-06-27 | fix constraint, no idea how did it work | Michael Shalayeff | |
2001-06-27 | implement 64 bit swap and fix constraints on others | Michael Shalayeff | |
2001-06-27 | no more old VM | Artur Grabowski | |
2001-06-27 | fix mac pool_get panics on forks - ok art@ | Bob Beck | |
2001-06-27 | No more old VM on amiga. | Artur Grabowski | |
2001-06-26 | 126 -> NBT_BAD | Miod Vallat | |
2001-06-26 | Add pciide support to ramdisk. | Dale Rahn | |
2001-06-26 | trivial ether_input_mbuf() conversions. | Federico G. Schwindt | |
2001-06-26 | Initial import of mvmeppc. | Steve Murphree | |
2001-06-26 | s/USER_PCICONFIG/USER_PCICONF | Jason Wright | |
2001-06-26 | A few changes to mvme68k: | Miod Vallat | |
+ switch to UVM + fix the system trace problem + big cleanup of locore.s (macro for BUG calls, use more common m68k code whenever possible, and the macros in <m68k/asm.h>) + better indentation on some parts (old KNF) + call doshutdownhooks() at shutdown + use <net/netisr_dispatch.h> + upgrade pmap.c to something very close to our current hp300 pmap.c, minus support for PMAP_NEW and for HP MMU + various tidbits I forget to mention here work and tests by smurph@ and me. | |||
2001-06-26 | Add pciide support for powerpc. | Dale Rahn | |
Yes Theo, you found my bug, but the tree broke because you referenced devices that were not enabled, yet. | |||
2001-06-26 | add USER_PCICONF in GENERIC | Matthieu Herrb | |
2001-06-26 | More chipset info needed by X. | Artur Grabowski | |
2001-06-26 | support wd & atapiscsi on regular pciide; i found what Dale missed, so i ↵ | Theo de Raadt | |
_deserve_ the commit | |||
2001-06-26 | Provide chipset configuration to sysctls. | Artur Grabowski | |
2001-06-26 | Provide some chipset information to usreland through sysctl. | Artur Grabowski | |
The chipset support is not here yet, but the skeleton works. | |||
2001-06-26 | USER_PCICONF | Artur Grabowski | |
2001-06-26 | Add support for the new iBook. from netbsd. ok @drahn. -moj | Mats O Jansson | |
2001-06-26 | USB is still somewhat flakey on alpha. disable by default. | Nathan Binkert | |
2001-06-26 | Cleanup of interrupt configuration, move prototypes to header file, | Dale Rahn | |
not in each file. | |||
2001-06-26 | remove white space | Brad Smith | |
2001-06-26 | stub bus_space_{alloc,free} | Michael Shalayeff | |
2001-06-26 | bye bye | Brad Smith | |
-- Ok'd by deraadt@ & ericj@ | |||
2001-06-26 | i2o and pckbc | Michael Shalayeff | |
2001-06-26 | i2o or iop at pci fails | Michael Shalayeff | |
2001-06-26 | accomodate for i2o addition | Michael Shalayeff | |
2001-06-25 | closer to building with -Wno-uninitialized | Dale Rahn | |