Age | Commit message (Expand) | Author |
2007-02-21 | Fix stuttering audio playback as reported by Igor Grabin. | Marco Peereboom |
2007-02-21 | part missed in PAE revert: ptoa() paddr_t size is no longer printed | Theo de Raadt |
2007-02-21 | Don't use arbitrary 128 bytes as size of the blf key array if we know exactly | Alexander von Gernler |
2007-02-21 | Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode. | Mark Kettenis |
2007-02-21 | Make the firmware load on big endian systems and while there make sure that | Claudio Jeker |
2007-02-21 | For TUNSIFMODE protect the if_flags similar to the TUNSIFINFO case. | Claudio Jeker |
2007-02-21 | sync | Theo de Raadt |
2007-02-21 | put structs after copyright notice; ok dlg | Theo de Raadt |
2007-02-21 | hand-cruft an isprint() for deciding which characters to echo to the | Theo de Raadt |
2007-02-21 | regen for inclusion of the structs used in pcidevs_data.h | David Gwynne |
2007-02-21 | put the structs defining the content of pcidevs_data.h into that header | David Gwynne |
2007-02-21 | remove part of buf abuse and store errcnt in softc (instead of b_errcnt); mor... | Michael Shalayeff |
2007-02-21 | let the Globetrotter 3G+ attach to ubsa, from Victor Meghesan through bugs@ | Felix Kronlage |
2007-02-21 | regen | Felix Kronlage |
2007-02-21 | usb device id for Globetrotter 3G+ from Victor Meghesan through bugs@ | Felix Kronlage |
2007-02-21 | Fix a few memory leaks. | Marco Peereboom |
2007-02-21 | KNF | Marco Peereboom |
2007-02-21 | Some Sony VAIOs use the wrong eventing type. Work around that by honering it. | Marco Peereboom |
2007-02-21 | Fixed deref for storing to local after CondRef op | Jordan Hargrave |
2007-02-21 | Don't unconditionally spin up SDEV_UMASS devices. They almost | Kenneth R Westerback |
2007-02-20 | It helps to enable hpet... This fixes bnx not working on amd64. | Marco Peereboom |
2007-02-20 | rename ccb_id to ccb_slot so its more clear what its used for. stash a | David Gwynne |
2007-02-20 | oops, missed one in the cmd list entry | David Gwynne |
2007-02-20 | KNF while here. | Marco Peereboom |
2007-02-20 | fill some macros for ahci structures. fix a spello while there. | David Gwynne |
2007-02-20 | KNF while in here. | Marco Peereboom |
2007-02-20 | Fix a memory leak in acx_load_radio_firmware() -- free the ucode after use. | Claudio Jeker |
2007-02-20 | ~1052 lines of new PHY radio initialization code and no end in sight. | Marcus Glocker |
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | Tom Cosgrove |
2007-02-20 | Remove duplicate entry. | Tom Cosgrove |
2007-02-20 | Fix the bpf hook in etherip_input() by using the right address family and | Claudio Jeker |
2007-02-20 | for vfsconf sysctl, do not leak kernel sensors out to userland | Theo de Raadt |
2007-02-20 | for sensors do not leak kernel pointers when copying out to userland; | Theo de Raadt |
2007-02-20 | No use checking malloc return when called with M_WAITOK. | Thordur I. Bjornsson |
2007-02-20 | Move AML_OBJDEBUG into ACPI_DEBUG. | Marco Peereboom |
2007-02-20 | Put ral* at pci? onto the install media. Noted by Sunnz (sunnzy (at) | Tom Cosgrove |
2007-02-19 | Added acpi_map_address function for mapping GAS/IO registers | Jordan Hargrave |
2007-02-19 | Put warning about shared IPL interrupts under MPVERBOSE and don't talk about | Mark Kettenis |
2007-02-19 | do not do a curproc test for interrupt context, because it is plainly wrong. | Theo de Raadt |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-19 | ACPIVERBOSE should be off, like i386 | Theo de Raadt |
2007-02-19 | stick atascsi onto ahci, which in turn attaches a scsibus. while this | David Gwynne |
2007-02-19 | ahci will depend on atascsi and scsi | David Gwynne |
2007-02-19 | precomp -> features as per ATA spec | Jonathan Gray |
2007-02-19 | i think ata_xfers should look more like this. stash the number of the port | David Gwynne |
2007-02-19 | actually init and destroy the shared ata stuff when an atascsi instance | David Gwynne |
2007-02-19 | code to set up a global pool for allocating ata_xfers out of, and for | David Gwynne |
2007-02-19 | Remove unused variable lapic_timer | Tom Cosgrove |
2007-02-19 | oops, i should have tried to compile the REQUEST_SENSE handling before | David Gwynne |
2007-02-19 | REQUEST_SENSE will say there is no sense data. | David Gwynne |