summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-19add some vertical space;Jason McIntyre
2006-02-19grammar;Jason McIntyre
2006-02-19sync the (s)hosts.equiv FILES entries w/ those from ssh.1;Jason McIntyre
2006-02-19move the sshrc stuff out of FILES, and into its own section:Jason McIntyre
2006-02-19Do not kick the adj_timer for neighbors that are in state 2-Way.Esben Norby
2006-02-19memset(p, 0, sizeof(p)) -> memset(p, 0, sizeof(*p)).Otto Moerbeek
2006-02-19Fix acpi_enter_sleep_state() by replacing current ugly hackAlexander Yurchenko
2006-02-19sync (zoneinfo)Peter Valchev
2006-02-19Do not traverse the entire LS retransmission list to figure out how manyEsben Norby
2006-02-19Do not allocate a new chunk of memory every time we receive a packet.Esben Norby
2006-02-19Fix a comment in ieee80211_next_scan().Damien Bergamini
2006-02-19hostap/HostAP -> Host APJason McIntyre
2006-02-19sync the ral(4) descriptions;Jason McIntyre
2006-02-19tweaks;Jason McIntyre
2006-02-19Free correct pointer on error path if malloc fails. From Alexey Dobriyan.Todd C. Miller
2006-02-19- fix h/w VLAN tagging and enable it for adapters that support it (VLAN tagDamien Bergamini
2006-02-19fix FILES sectionDamien Bergamini
2006-02-19document support for RT2501 and RT2600 chipsets.Damien Bergamini
2006-02-19add the TTTech MC322Brad Smith
2006-02-19sync w/ rt2560.c:Damien Bergamini
2006-02-19jordan:Marco Peereboom
2006-02-18Update to tzcode2006a; primarily just cast and const fixes.Todd C. Miller
2006-02-18Update to tzdata2006a with the US DST changes commented out for now.Todd C. Miller
2006-02-18don't try to release references to nodes that have been freed by net80211.Damien Bergamini
2006-02-18- mention ftp facility keyword.Niall O'Higgins
2006-02-17Fix use after free. Problem hunted down by wilfried@; ok fgsch@Otto Moerbeek
2006-02-17espie@ backed out the library part of brad's commit which broke stuff,Jolan Luff
2006-02-17Remove earlier introduced delays. We really only need them during autconf.Marco Peereboom
2006-02-17Add a generic delay function as per the ACPI spec.Marco Peereboom
2006-02-17Fix another typo. From Constantine A. Murenin.Mark Kettenis
2006-02-17Missed part of last atw commit.Jonathan Gray
2006-02-17Use ieee80211_compute_duration() instead of homerolled function.Jonathan Gray
2006-02-17remove trailing whitespace;Jason McIntyre
2006-02-17add a comment to explain how to keep things working, remove a stray charDavid Gwynne
2006-02-17Add sensors output. This is for debug only and will be removed later.Marco Peereboom
2006-02-17Better comments.Marco Peereboom
2006-02-17jordan says the volt sensors on the powersupply esm device are always offDavid Gwynne
2006-02-17Propogate some values through the sysctl hw.sesnsors interface for debugMarco Peereboom
2006-02-17Use tsleep instead of delay when !cold.Marco Peereboom
2006-02-17Argh, we need delays between reads/writes. The backend reads (i2c most likely)Marco Peereboom
2006-02-17If there is no link then set IFM_NONE so ifconfig will show a mediaBrad Smith
2006-02-17- simplify link state handling code.Brad Smith
2006-02-17Reword for clarity, from a discussion with Constantine A. Murenin.Jonathan Gray
2006-02-17Fixed code for handling _INIJordan Hargrave
2006-02-17Detect if battery slot is available but without a battery in it.Marco Peereboom
2006-02-16Use rasops_unpack_attr() to decompose attributes instead of doing it by hand,Miod Vallat
2006-02-16Added stub for calling _INIJordan Hargrave
2006-02-16Print useful information during boot about the battery and power supply.Marco Peereboom
2006-02-16cap seconds to 100 million per man page and kernel nanosleep impl.Kurt Miller
2006-02-16sqphy(4) here on the mii side, found in dmesg from Stefek ZabaMartin Reindl