Age | Commit message (Expand) | Author |
2007-11-20 | Overhaul of the pmap debug messages. They now provide slightly better | Miod Vallat |
2007-11-20 | Fix setregs() on 88110, so that binaries do not skip their first instruction. | Miod Vallat |
2007-11-20 | In data_access_emulation(), make sure that if we want the pipeline replay | Miod Vallat |
2007-11-20 | Fix possible mbuf leak on error. ok reyk@ | Can Erkin Acar |
2007-11-19 | armish and zaurus too | Theo de Raadt |
2007-11-19 | 802.11 radiotap + various tweaks | Damien Bergamini |
2007-11-19 | pairwise keys always have an ID equal to 0. | Damien Bergamini |
2007-11-19 | all TX rings have the same fixed size (256 entries) and this is not | Damien Bergamini |
2007-11-19 | sigh, amd64 still uses that stupid acpi_enabled variable... | Theo de Raadt |
2007-11-19 | softc's come initialized to 0, you know... | Theo de Raadt |
2007-11-19 | store revision; from jsg | Theo de Raadt |
2007-11-19 | supply a place to store acpi version; from jsg | Theo de Raadt |
2007-11-19 | Initialize sc_facs earlier. | Mark Kettenis |
2007-11-19 | Don't overwrite a core file owned by a different user. Makes the code | Todd C. Miller |
2007-11-19 | Remove the #define ENCDEBUG that slipped through somehow. | Marco Pfatschbacher |
2007-11-19 | When ignoring whether FR turns on or not, we should still set FRE, | Christopher Pascoe |
2007-11-18 | Add a few Cassini+ registers. | Mark Kettenis |
2007-11-18 | backout 1.562 since it triggers the problem described in pr 5648 | Theo de Raadt |
2007-11-18 | Don't add identity mappings for ISA interrupts for which we have an override. | Mark Kettenis |
2007-11-18 | Add missing locking around ktrsyscall() call. | Mark Kettenis |
2007-11-18 | eephy_mii_phy_auto() was deleted in r1.38. So delete the declaration too. | Kenneth R Westerback |
2007-11-18 | Fix for PR 5642 & 5643. Report and testing Martijn Rijkeboer | Marco Peereboom |
2007-11-18 | Sync struct ifaltq to match struct ifqueue. | Marco Pfatschbacher |
2007-11-18 | revert previous commit as requested by kettenis and deraadt. | Brad Smith |
2007-11-18 | regen | Brad Smith |
2007-11-18 | add the Planex GW-US54GXS adapter. | Brad Smith |
2007-11-18 | remove use of static. | Brad Smith |
2007-11-17 | - move the re/bwi CardBus entries in the GENERIC kernel config into | Brad Smith |
2007-11-17 | Allow pci_get_capability to decode capabilities for PCI bridges. | Brad Smith |
2007-11-17 | Print the type that's wrong. | Mark Kettenis |
2007-11-17 | update the physical address of the RX buffer after bus_dmamap_load() | Damien Bergamini |
2007-11-17 | fix reading of EEPROM for some adapters. | Damien Bergamini |
2007-11-17 | AMD Geode CS5536 GPIO can invert input and output pins. | Marc Balmer |
2007-11-17 | GPIO pins can be programmed to invert input or output on some devices. | Marc Balmer |
2007-11-17 | - Add more LED support, like activity blinking (though just supporting | Marcus Glocker |
2007-11-17 | Buffers are not necessarily NUL-terminated, so use memcpy instead of strlcpy | Mark Kettenis |
2007-11-17 | sync | Damien Bergamini |
2007-11-17 | fix uath entry. | Damien Bergamini |
2007-11-17 | update ZD1211B firmware. | Damien Bergamini |
2007-11-17 | Disable jumbo allocator until the low number of buffers case | Jonathan Gray |
2007-11-17 | implement ic_set_key() and ic_delete_key() callbacks. | Damien Bergamini |
2007-11-17 | RT2560+RT2661: update the physical address in the RX descriptor after | Damien Bergamini |
2007-11-17 | make it clear in the code and in the man page that the rate2plcp and | Damien Bergamini |
2007-11-17 | Rename fiber TBI flag from BGE_TBI to BGE_PHY_FIBER_TBI. No functional change. | Brad Smith |
2007-11-17 | use tables to determine the best control to use for play.gain, record.gain | Alexandre Ratchov |
2007-11-17 | sync error messages with man page's DIAGNOSTICS section. | Damien Bergamini |
2007-11-17 | Allow for more than one flag per GPIO pin. | Marc Balmer |
2007-11-17 | Support GPIO_PIN_PULLDOWN (pulldown-enable) as GPIO pin flag. | Marc Balmer |
2007-11-17 | pull-down (GPIO_PIN_PULLDOWN) is a valid flags for some GPIO devices, | Marc Balmer |
2007-11-17 | The initial ipl on luna/mvme188 like interrupt arbiters is IPL_HIGH, not | Miod Vallat |