Age | Commit message (Expand) | Author |
2009-12-07 | do not forward and drop packets with M_MCAST flag set in ip_forward() | Joerg Goltermann |
2009-12-07 | Re-enable SCSIDEBUG display of commands and data. Original diff | Kenneth R Westerback |
2009-12-06 | Nuke SCSI_URGENT after removing its only use, in ncr53c9x.c. That use | Kenneth R Westerback |
2009-12-06 | change M_WAITOK --> M_WAITOK|M_CANFAIL | Charles Longeau |
2009-12-06 | SCSI_USER is deprecated. the ioctl handlers arent special with regard to | David Gwynne |
2009-12-06 | consistently refer to the softc pointer as sc, not sd. | David Gwynne |
2009-12-06 | biodone must be called at splbio. | David Gwynne |
2009-12-06 | nitems(array) is prettier than sizeof(array)/sizeof(array[0]) | David Gwynne |
2009-12-06 | whitespace tweaks | David Gwynne |
2009-12-06 | ansify dvd functions a bit. | David Gwynne |
2009-12-05 | Use the correct member of the ieee80211com struct when testing | Jonathan Gray |
2009-12-05 | Ignore HID devices that have the same vendor and product ids than | Matthieu Herrb |
2009-12-05 | Until we have better hooks and a proper framework, do not do the lid | Theo de Raadt |
2009-12-05 | Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksum | Jordan Hargrave |
2009-12-04 | KNF whitespace, from Brad. ok jordan@ | Stuart Henderson |
2009-12-04 | Send `* pwr d' instead of `pwr d' on powerdown, to have L1 broadcast the | Miod Vallat |
2009-12-04 | calculate the number of frames per usb xfer only once, and take into | Jacob Meuser |
2009-12-04 | instead of returning a structure, return the only member of the | Jacob Meuser |
2009-12-04 | ahc fits again | Theo de Raadt |
2009-12-04 | ansify. | Jasper Lievisse Adriaanse |
2009-12-04 | In uaudio_detach(), check that sc->sc_alts is not NULL before | Alexandre Ratchov |
2009-12-03 | Stop using the linker script. Something is arranging memory just so | Theo de Raadt |
2009-12-03 | prevent a completion interrupt pulling io of the buf queue and shoving it | David Gwynne |
2009-12-03 | Use 16-bit writes instead of 8-bit writes for writing the | Jasper Lievisse Adriaanse |
2009-12-03 | fix order dependency of pfsync interface setup, with claudio; | Otto Moerbeek |
2009-12-03 | use a define rather than magic number, spotted by Brad | Dariusz Swiderski |
2009-12-03 | set the length of the cdb when synchronising cache. | David Gwynne |
2009-12-03 | RM7000 processors with 64 TLB pairs instead of the usual 48 use an external | Miod Vallat |
2009-12-02 | Zap trailing whitespace. From Brad. | Stuart Henderson |
2009-12-02 | no firmware on ramdisks; ok kettenis | Theo de Raadt |
2009-12-02 | IPL_IPI priority raised to IPL_IPI > IPL_HIGH for handling TLB shootdown. | Takuya ASADA |
2009-12-02 | use kstack for curprocpaddr instead of proc0paddr. | Takuya ASADA |
2009-12-01 | Fix the mixer interface for the CE4231 sound card found in Sun machines. Still a | Edd Barrett |
2009-12-01 | Don't claim to know about nehalem until we can be sure | Jonathan Gray |
2009-12-01 | The MD ACPI PSS paths are using MSRs they shouldn't be | Jonathan Gray |
2009-12-01 | regen | Jasper Lievisse Adriaanse |
2009-12-01 | - add a whole bunch of more devices from dmesgs | Jasper Lievisse Adriaanse |
2009-12-01 | - regen | Jasper Lievisse Adriaanse |
2009-12-01 | - some more id's from dmesgs | Jasper Lievisse Adriaanse |
2009-12-01 | Fix dmesg printing of error. | Marco Peereboom |
2009-12-01 | Mark disk as dirty when starting a write to it. Restores issuing of | Kenneth R Westerback |
2009-12-01 | properly handle all xs states that can be returned by an adapter in sd. | David Gwynne |
2009-12-01 | put the midlayer changes back in. | David Gwynne |
2009-12-01 | Change type of dva to u_int64_t to make mpii(4) compile on i386. | Alexander Bluhm |
2009-11-30 | Load firmware that is needed for accelerated X on Elite3D boards. | Mark Kettenis |
2009-11-30 | Add inline function to read %fprs. | Mark Kettenis |
2009-11-30 | Re-initialise the interface upon resume. | Mark Kettenis |
2009-11-30 | Crank __LDPGSZ from 4KB to 16KB, in preparation for a kernel page size | Miod Vallat |
2009-11-30 | KNF | Paul Irofti |
2009-11-30 | Bump up array size to prevent overflow when probing memory | Can Erkin Acar |