Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-19 | regen | Brad Smith | |
2006-08-19 | add a few more Intel 6321ESB PCI ids. | Brad Smith | |
2006-08-19 | Support for Intel 82801H/ICH8 SATA parts, untested but should | Jonathan Gray | |
work like the previous generation for our purposes going by the datasheet. | |||
2006-08-19 | Be sure to set the mode for AHCI capable Intel SATA correctly and | Jonathan Gray | |
move things around to make ICH8 additions easier. Thanks to several people who tested various configs. | |||
2006-08-19 | document armish iic attachment | Theo de Raadt | |
2006-08-19 | make sure updates from sensors have the "synced" flag set | Henning Brauer | |
2006-08-19 | mention lm75a; matt@bodgit-n-scarper.com | Theo de Raadt | |
2006-08-19 | handle lm75a; matt@bodgit-n-scarper.com | Theo de Raadt | |
2006-08-19 | tweak dma sync ops | Damien Bergamini | |
2006-08-19 | move computation of mbps after checking the value of ni->ni_txrate | Damien Bergamini | |
2006-08-19 | get rid of shared auth mode. | Damien Bergamini | |
the ioctl is not supported by ifconfig and it has never worked anyway. | |||
2006-08-19 | remove unused prototypes. | Damien Bergamini | |
don't check for fatal errors on IPW_INTR_FW_INIT_DONE interrupts as it has already been check beforehand. cosmetic while i'm here. | |||
2006-08-19 | o Improve 802.11 radiotap support (correct Rx antenna and Rx rate, | Damien Bergamini | |
add short preamble flag) o Add short slot time support o Ignore parity errors interrupts (as per Linux driver) o Fix DMA sync ops o Improve async commands processing o Fix hardware WEP encryption (40/104bit keys) o Set Tx power to the maximum value for 802.11a channels too o Disable bluetooth coexistence and hardware antenna diversity as it seems to panic the firmware on some adapters o Handle beacon miss and link degradation notifications (but don't automatically roam yet) o Remove unused prototypes o Cosmetic tweaks as always | |||
2006-08-19 | Sync with a bunch of man pages. | Jonathan Gray | |
2006-08-19 | Add back some ural devices that got lost in a previous revision. | Jonathan Gray | |
2006-08-19 | Remove 150-2, it is a silicon image not ami controller. | Jonathan Gray | |
2006-08-19 | document machdep.aperture; pointed out by andrew smith | Jason McIntyre | |
ok deraadt | |||
2006-08-19 | Don't shadow err(3). | Ray Lai | |
Store strlen() results in a size_t. Add __dead to both usage() and logerr(). Get rid of /* NOTREACHED */. Get rid of extraneous _exit(). Calls err(3) on getpeername failure. ``reads well to me!'' avsm@ | |||
2006-08-19 | regen | Jonathan Gray | |
2006-08-19 | Add Intel ICH8/82801H devices and a few more NVIDIA MCP55 devices. | Jonathan Gray | |
2006-08-19 | set the capabilities VLAN MTU flag. | Brad Smith | |
2006-08-19 | set the capabilities VLAN MTU flag. | Brad Smith | |
2006-08-18 | add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming) | Jason Wright | |
2006-08-18 | get the attach args from the right place (honestly, this "worked" on i386) | Jason Wright | |
sparc64? not so much. | |||
2006-08-18 | GSSAPI error code should be 0 and not -1; from simon@sxw.org.uk | Damien Miller | |
2006-08-18 | Don't renumber the PCI bus if we don't need to. Fixes some machines (Dell | Mark Kettenis | |
PowerEdge 2900, 2950) that otherwise lock up at the end of autoconf. ok dlg@, marco@ | |||
2006-08-18 | probe for the lm75a, meaning that the lm75/lm75a/lm77 probe routine must | Theo de Raadt | |
become quite complicated. work done by matt@bodgit-n-scarper.com after i explained how daft these devices are | |||
2006-08-18 | Add a new Core Xeon CPU and an older Pentium Pro model to the bus | Dimitry Andric | |
clock detection. Also improve the error message in case of an unknown CPU, so we can more easily see what needs to be added. Tested by brad@ and others. | |||
2006-08-18 | set of unrelated cosmetic tweaks. | Damien Bergamini | |
2006-08-18 | fix a printf format string | Damien Bergamini | |
2006-08-18 | sync w/ rum(4): | Damien Bergamini | |
- in ral_newstate(), save the "arg" parameter so we can pass it to the ieee80211_newstate() function in the usb task - merge ral_tx_data() and ral_tx_mgt() | |||
2006-08-18 | - fix support for RT5225 (802.11a MIMO) | Damien Bergamini | |
- set default Tx power for 802.11a channels - in rum_newstate(), save the "arg" parameter so we can pass it to the ieee80211_new_state() function in the usb task - merge rum_tx_data() and rum_tx_mgt() - s/le32toh/letoh32/g (le32toh is defined in usb_port.h) - cosmetic while i'm here | |||
2006-08-18 | constify host argument to match the rest of the GSSAPI functions and | Damien Miller | |
unbreak compilation with -Werror | |||
2006-08-18 | oops, debug cruft shouldnt go into the tree. | David Gwynne | |
2006-08-18 | add the sysinfo struct, and then use it to get the current state of the | David Gwynne | |
alarm. | |||
2006-08-18 | bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.uk | Damien Miller | |
ok markus@ | |||
2006-08-18 | py-cairo/py-gtk2 deathlock of dependencies. Not fixed yet. | Marc Espie | |
2006-08-18 | Correctly leave the all AllDRouters group (224.0.0.6) if the interface was | Claudio Jeker | |
in state DR or BACKUP. Found while analizing PR5192 with norby@ -- seems to help but there is still a issue left. OK norby@ | |||
2006-08-18 | every day of the first five months has at least one event now. | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-08-18 | easy bio bits first. this is is code that should enable, disable, and | David Gwynne | |
silence the alarm. the hardware can also report the state of the alarm, but its embedded in a really large message im not 100% sure about yet. | |||
2006-08-18 | reorder so prototypes are sorted by the files they refer to; no | Damien Miller | |
binary change | |||
2006-08-18 | arc, meet bio. bio, meet arc. | David Gwynne | |
2006-08-18 | delay authentication related cleanups until we're authenticated and | Markus Friedl | |
all alarms have been cancelled; ok deraadt | |||
2006-08-18 | make signal handler termination path shorter; risky code pointed out by | Theo de Raadt | |
mark dowd; ok djm markus | |||
2006-08-18 | Make sure the PCI mode detection code is called if it hasn't been run yet. | Mark Kettenis | |
This can happen on machines with mpbios but without pcibios like the Sun x4100 and x4200. ok dlg@ | |||
2006-08-18 | make non-root -M use not cut ifconfig output; ok jsg | Theo de Raadt | |
2006-08-18 | Shrink dmesg output. | Jonathan Gray | |
2006-08-18 | Remove some chatting about numbers which is inaccurate | Jonathan Gray | |
and not appropriate for a man page. | |||
2006-08-18 | ansi, no binary change. | Jonathan Gray | |
2006-08-18 | check hw.max_frame_size when deciding when to use m_adj(). | Brad Smith | |