Age | Commit message (Expand) | Author |
2005-05-27 | first step of removing the obsolete PCI ncr(4) driver, it was superseded by | Martin Reindl |
2005-05-27 | still union/umap/null leftovers | Pedro Martelletto |
2005-05-27 | nuke vtophys crap | Jason Wright |
2005-05-27 | kill another forgotten vtophys since bus_dma conversion | Peter Valchev |
2005-05-27 | remove vtophys hack (for alpha) which this driver no longer uses | Peter Valchev |
2005-05-27 | Reduce size of scsi_mode_sense_buf to 255 characters from 256. Fixes | Kenneth R Westerback |
2005-05-26 | remove unused vtophys stuff | Martin Reindl |
2005-05-26 | add the "wait for disk to become ready" hack which got removed in | Uwe Stuehler |
2005-05-26 | remove vtophys (it wasn't used anyway) | Jason Wright |
2005-05-26 | styling nits, ok marius@ | Pedro Martelletto |
2005-05-26 | Add atapiscsi in parallel with scsibus@usb, this only changes system | Dale Rahn |
2005-05-26 | Dont hardcode the speed, allows mplayer to work. | Dale Rahn |
2005-05-26 | add a reverse name mapping into the namecache. (vnode->name) | marius eriksen |
2005-05-26 | remove last races of SIOCADDRT and SIOCDELRT, the 4.3BSD routing table ioctls | Henning Brauer |
2005-05-26 | remove union et al traces; pedro@ ok. | Federico G. Schwindt |
2005-05-26 | M-Systems DiskOnKey2 works better with zero padded commands so make it | Kenneth R Westerback |
2005-05-26 | remove traces from union et al; pedro@ ok. | Federico G. Schwindt |
2005-05-26 | typo jfb@ didn't want to fix | Pedro Martelletto |
2005-05-26 | make all mappings valid/coherent. For pages not currently mapped, fill | Jason Wright |
2005-05-26 | add a cardbus attachment for uhci. This code is based on the ohci_cardbus.c | Nathan Binkert |
2005-05-26 | Fix yield() to change p_stat from SONPROC to SRUN. | Artur Grabowski |
2005-05-26 | iommu meets amd64. This currently only works on machines where the GART | Jason Wright |
2005-05-26 | nForce4 PATA support from Olivier Crouzet <ol at epita.fr>. ok grange@ | Jonathan Gray |
2005-05-26 | trunk depends on ifmedia. | Miod Vallat |
2005-05-26 | Sync with uvm_mmap() api change. | Miod Vallat |
2005-05-26 | support 'log' and 'log-all' in 'nat/rdr/binat pass' rules. original patch | Daniel Hartmeier |
2005-05-26 | enable cardbus rtw(4) on macppc. | Jonathan Gray |
2005-05-26 | Fix compilation on macppc and likely other archs. | Jonathan Gray |
2005-05-26 | turd polishing | Henning Brauer |
2005-05-26 | repair (self) notation - just attach "self" to the "all" group | Henning Brauer |
2005-05-26 | regen | Federico G. Schwindt |
2005-05-26 | geforce fx5500 | Federico G. Schwindt |
2005-05-26 | Implement PT_STEP for hppa. | Mark Kettenis |
2005-05-26 | optimise one more jmp out of the idle loop; toby@ marco@ ok | Michael Shalayeff |
2005-05-26 | deny groupnames ending in digits in if_addgroup, frantzen ok | Henning Brauer |
2005-05-26 | remove a self-nested #ifdef MULTIPROCESSOR | Kjell Wooding |
2005-05-26 | Reset the zaurus audio components after resume, so that subsequent opens | Christopher Pascoe |
2005-05-26 | oups another unused var | Henning Brauer |
2005-05-26 | typo | Michael Shalayeff |
2005-05-26 | No need to clock i2s during i2c operations, so don't. Relocate i2c | Christopher Pascoe |
2005-05-26 | unused var | Henning Brauer |
2005-05-26 | remove the interface family group (i. e. "em" for "em0") | Henning Brauer |
2005-05-26 | on the iBook G3, there are too many devices with the same gpio name; | Jason Wright |
2005-05-26 | Use new mode sense mechanism for atapi disks. Make sure that fake | Kenneth R Westerback |
2005-05-26 | protect all of MGET/MGETHDR with MBUFLOCK() otherwise we'll splimp/splx | Markus Friedl |
2005-05-26 | fix little nonsense introduced by my last commit here | Pedro Martelletto |
2005-05-26 | bye bye, rest in attic ad infinitum, amen | Pedro Martelletto |
2005-05-26 | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ | Pedro Martelletto |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2005-05-25 | one last optimization, removing a jump, mostly by | Bob Beck |