Age | Commit message (Expand) | Author |
2002-11-22 | Add xl for pci and cardbus. It seems to work, needs additional testing... | Dale Rahn |
2002-11-21 | add ubsec and lofn | Jason Wright |
2002-11-17 | Remove old unused debugging code. | Dale Rahn |
2002-11-09 | Instead of relying on uvm_useracc(), get a false sense of security, and | Miod Vallat |
2002-11-08 | prepare for bktr on macppc (commented out in generic for now); drahn@ ok | Michael Shalayeff |
2002-10-20 | fxp now works on bigendian, add it to macppc. | Dale Rahn |
2002-10-18 | Remove some very pointless 'if 0' code, some of which prevented compilation | Dale Rahn |
2002-10-18 | Do not define astpending twice, once non-volatile and one volatile. | Dale Rahn |
2002-10-17 | Correct io space config after last patch. allows fxp to work | Dale Rahn |
2002-10-13 | Remove more '\n's from panic() statements. From Chris Kuethe. | Kenneth R Westerback |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff |
2002-10-07 | Improved workaround for cardbus support on macppc. This allows mappings to | Dale Rahn |
2002-10-06 | No more need to initialize the result list before uvm_pglistalloc. | Artur Grabowski |
2002-09-24 | Get rid of gx(4) and use em(4) since it supports more cards and works better | Nathan Binkert |
2002-09-23 | panic if out of kvm when mapping devices. ok deraadt@ | Dale Rahn |
2002-09-23 | Print pci_addr_fixup info when debugging is enabled, not disabled, ok deraadt@ | Dale Rahn |
2002-09-17 | Until vgafb on macppc properly support non-console operation, do | Dale Rahn |
2002-09-16 | Limit buffer cache size to 35% kvm, not 70. | Artur Grabowski |
2002-09-15 | backout premature | Theo de Raadt |
2002-09-15 | KNF | Theo de Raadt |
2002-09-15 | KNF | Theo de Raadt |
2002-09-15 | nice printing | Theo de Raadt |
2002-09-15 | pcmcia works somewhat | Theo de Raadt |
2002-09-14 | recognize AppleKiwi | Theo de Raadt |
2002-09-14 | spaces | Theo de Raadt |
2002-09-13 | why was BOOT_CONFIG left out for so long? | Theo de Raadt |
2002-09-12 | Support serial console on RAMDISK. | Dale Rahn |
2002-09-11 | Include zstty.h, so that the NZSTTY check will be correct. | Dale Rahn |
2002-09-11 | When freeing the extent, include the page offset, not just the page | Dale Rahn |
2002-09-10 | move to 3.2-beta | Theo de Raadt |
2002-09-06 | Remove the gm driver, the MI gem works better at this point. | Dale Rahn |
2002-09-06 | Restore EE bit of MSR on return from exception, rather than blindly | Dale Rahn |
2002-09-06 | Serial console support for macppc. Serial console will work if the modem | Dale Rahn |
2002-09-06 | KNF. | Dale Rahn |
2002-09-06 | allow mapiodev to steal KVM addresses for early mappings like | Dale Rahn |
2002-09-06 | wscons display should have a console priority of INTERNAL, not REMOTE. | Dale Rahn |
2002-09-06 | use <> on include of machine/... files. also include bus.h so that | Dale Rahn |
2002-09-06 | sizeof(pointer) is not what should be used here, should be sizeof(*pointer) | Dale Rahn |
2002-09-06 | KNF, get this out of my tree finally. | Dale Rahn |
2002-08-22 | Remove code, use common ether_crc32_le() routine. | Dale Rahn |
2002-08-22 | Configure the media in the initialization routine so that media/mediaopt | Dale Rahn |
2002-08-20 | Add a pseudo openfirmware console device for early debugging purposes | Dale Rahn |
2002-08-13 | Remove some unused prototypes, KNF. | Dale Rahn |
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat |
2002-08-02 | Do correct bounds checking in get/set/put cmap routines. A few of | Todd C. Miller |
2002-07-29 | Recognize additional host bridges, pretty printing only, no function diff. | Dale Rahn |
2002-07-28 | Add 'option NFSCLIENT' to macppc RAMDISK. | Kenneth R Westerback |
2002-07-24 | - change pte_spill_X() to take an extra parameter to determine if | Dale Rahn |
2002-07-24 | and add the things that are missing? | Theo de Raadt |