Age | Commit message (Expand) | Author |
2006-05-20 | add bios_bootmac_t and BOOTARG_BOOTMAC | Theo de Raadt |
2006-05-20 | No need to define two page freelists since we'll only populate one; tested | Miod Vallat |
2006-05-20 | Crank VM_MAX_ADDRESS to 4GB minus one page now that pmap will accept it. | Miod Vallat |
2006-05-20 | Make sure pmap copes with address wraparounds when operating on ranges. | Miod Vallat |
2006-05-20 | bump copyright | Reyk Floeter |
2006-05-20 | NFSCLIENT can obviously fit on here | Theo de Raadt |
2006-05-20 | drop packets received on inactive failover ports without increasing the | Reyk Floeter |
2006-05-20 | don't panic if the address familiy is not found in the rt_tables | Reyk Floeter |
2006-05-20 | add show all pools command listing all pools as vmstat -m does; miod@ ok | Michael Shalayeff |
2006-05-20 | Don't mark a mount point read-only if we are about to sync it, otherwise | Pedro Martelletto |
2006-05-20 | more radiotap. | Damien Bergamini |
2006-05-20 | Directly pass a pmap to flush_atc_entry() instead of individual fields of it. | Miod Vallat |
2006-05-20 | more rx radiotap stats | Damien Bergamini |
2006-05-20 | Do not wait until Lstart2 to reset the HP MMU command register on models | Miod Vallat |
2006-05-20 | Put explicit barriers in in-line spl functions. | Miod Vallat |
2006-05-20 | Some more EST improvements: | Dimitry Andric |
2006-05-20 | - fix monitor mode | Damien Bergamini |
2006-05-20 | - fix CCK mask for 802.11b/only | Damien Bergamini |
2006-05-20 | Hints and commented out lines about future work. | Miod Vallat |
2006-05-20 | This file was not supposed to be imported initially, but it might as well | Miod Vallat |
2006-05-20 | Introduce a ``struct board'' platform abstraction, to be able to support | Miod Vallat |
2006-05-20 | Try and use the CPUCONFIG PROM call even if we did not detect 88204 CMMUs, | Miod Vallat |
2006-05-20 | Save the PROM VBR on startup, rather than assuming the PROM (and thus its | Miod Vallat |
2006-05-20 | - fix short slot time and short preamble settings | Damien Bergamini |
2006-05-20 | delete old #ifdef INSTALL chunk | Theo de Raadt |
2006-05-20 | fix pci resource allocation in em, don't crash! | Reyk Floeter |
2006-05-20 | remove commented out and unused capabilities flags. | Brad Smith |
2006-05-20 | set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where | Brad Smith |
2006-05-20 | simplify MTU ioctl switch case. | Brad Smith |
2006-05-20 | garbage collect VGE_JUMBO_MTU | Brad Smith |
2006-05-20 | do not even match on unsupported hw (instead of return from attach); from 710 | Michael Shalayeff |
2006-05-19 | Get rid of ``maxmem'' and fix the descriptive comment for ``physmem''. | Miod Vallat |
2006-05-19 | INTSTACK_SIZE is not used anymore. | Miod Vallat |
2006-05-19 | Add the missing Latin-2 glyphs, not used yet. | Miod Vallat |
2006-05-19 | clean out some NetBSD cruft from the pmap code. | Brad Smith |
2006-05-19 | add a if_jumbo_mtu field to the interface structure for drivers | Reyk Floeter |
2006-05-19 | Reimplement the Enhanced SpeedStep CPU detection by using the | Dimitry Andric |
2006-05-19 | read channels calibration settings from EEPROM only once in wpi_attach() | Damien Bergamini |
2006-05-19 | don't leak a mbuf with each scan command | Damien Bergamini |
2006-05-19 | simplify finalization of mbuf in wpi_rx_intr() | Damien Bergamini |
2006-05-19 | use ieee80211_add_ssid() in ieee80211_beacon_alloc() and wpi(4) instead | Damien Bergamini |
2006-05-19 | - export ieee80211_add_ssid() just like ieee80211_add_(x)rates() so I don't | Damien Bergamini |
2006-05-19 | Add acpitz, commented out | Can Erkin Acar |
2006-05-19 | Minimal thermal zone driver. Monitors thermal zone temperature, | Can Erkin Acar |
2006-05-19 | Use rwlock instead of lockmgr locks. | Can Erkin Acar |
2006-05-19 | Smbios cleanup | Gordon Willem Klok |
2006-05-19 | since mfi is pretty small, it fits on some media | Theo de Raadt |
2006-05-19 | disable azalia here too. | Brad Smith |
2006-05-19 | no, azalia may not be on. Why? You did not ASK ME, brad. And there | Theo de Raadt |
2006-05-18 | Just finished testing mfi on amd64 so add it here too. | Marco Peereboom |