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