Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-19 | add some vertical space; | Jason McIntyre | |
2006-02-19 | grammar; | Jason McIntyre | |
2006-02-19 | sync the (s)hosts.equiv FILES entries w/ those from ssh.1; | Jason McIntyre | |
2006-02-19 | move the sshrc stuff out of FILES, and into its own section: | Jason McIntyre | |
FILES is not a good place to document how stuff works; | |||
2006-02-19 | Do not kick the adj_timer for neighbors that are in state 2-Way. | Esben Norby | |
ok claudio@ | |||
2006-02-19 | memset(p, 0, sizeof(p)) -> memset(p, 0, sizeof(*p)). | Otto Moerbeek | |
From Alexey Dobriyan | |||
2006-02-19 | Fix acpi_enter_sleep_state() by replacing current ugly hack | Alexander Yurchenko | |
with mostly correct sleeping state transition code. ok brad@ marco@ | |||
2006-02-19 | sync (zoneinfo) | Peter Valchev | |
2006-02-19 | Do not traverse the entire LS retransmission list to figure out how many | Esben Norby | |
are present on it. ok claudio@ | |||
2006-02-19 | Do not allocate a new chunk of memory every time we receive a packet. | Esben Norby | |
This should have been fixed ages ago since it really improves the performance of ospfd. ok claudio@ | |||
2006-02-19 | Fix a comment in ieee80211_next_scan(). | Damien Bergamini | |
2006-02-19 | hostap/HostAP -> Host AP | Jason McIntyre | |
2006-02-19 | sync the ral(4) descriptions; | Jason McIntyre | |
2006-02-19 | tweaks; | Jason McIntyre | |
2006-02-19 | Free 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 tag | Damien Bergamini | |
stripping job is left to the network stack). - enable interrupt mitigation by default. - add some magic to the initialization sequence in the hope that it will fix TX issues seen on some adapters. | |||
2006-02-19 | fix FILES section | Damien Bergamini | |
2006-02-19 | document support for RT2501 and RT2600 chipsets. | Damien Bergamini | |
many things reworked too. | |||
2006-02-19 | add the TTTech MC322 | Brad Smith | |
2006-02-19 | sync w/ rt2560.c: | Damien Bergamini | |
don't try to release references to nodes that have been freed by net80211. in HostAP mode, when switching to the INIT state, net80211 sends a DISASSOC and a DEAUTH frame to all associated stations and immediately free all the nodes while we may still hold references to them in our Tx queues. | |||
2006-02-19 | jordan: | Marco Peereboom | |
Enable interrupts. Added peripheral code to make this work. marco: Replace softintr and other types of interrupts with a handler with context. Fixed interrupt magic for GPEs. Some KNF This is work done by jordan and I but has to be a single commit. | |||
2006-02-18 | Update to tzcode2006a; primarily just cast and const fixes. | Todd C. Miller | |
2006-02-18 | Update to tzdata2006a with the US DST changes commented out for now. | Todd C. Miller | |
2006-02-18 | don't try to release references to nodes that have been freed by net80211. | Damien Bergamini | |
in HostAP mode, when switching to the INIT state, net80211 sends a DISASSOC and a DEAUTH frame to all associated stations and immediately free all the nodes while we may still hold references to them in our Tx queues. hopefully, this should fix PRs 4469/kernel and 4953/kernel. | |||
2006-02-18 | - mention ftp facility keyword. | Niall O'Higgins | |
ok jmc@ | |||
2006-02-17 | Fix use after free. Problem hunted down by wilfried@; ok fgsch@ | Otto Moerbeek | |
millert@ | |||
2006-02-17 | espie@ backed out the library part of brad's commit which broke stuff, | Jolan Luff | |
but not the kernel part. now sound in opera via the flashplugin works again. | |||
2006-02-17 | Remove earlier introduced delays. We really only need them during autconf. | Marco Peereboom | |
ok jordan@ | |||
2006-02-17 | Add a generic delay function as per the ACPI spec. | Marco Peereboom | |
from jordan@ | |||
2006-02-17 | Fix another typo. From Constantine A. Murenin. | Mark Kettenis | |
2006-02-17 | Missed part of last atw commit. | Jonathan Gray | |
2006-02-17 | Use ieee80211_compute_duration() instead of homerolled function. | Jonathan Gray | |
From a change to NetBSD by David Young. Tested by aanriot@ on ADM8211A and me on ADM8211B. | |||
2006-02-17 | remove trailing whitespace; | Jason McIntyre | |
2006-02-17 | add a comment to explain how to keep things working, remove a stray char | David Gwynne | |
from another comment | |||
2006-02-17 | Add sensors output. This is for debug only and will be removed later. | Marco Peereboom | |
2006-02-17 | Better comments. | Marco Peereboom | |
2006-02-17 | jordan says the volt sensors on the powersupply esm device are always off | David Gwynne | |
by a factor of 10, no matter which machine its found on. therefore i dont need all that crazy glue to special case its values on the 4400. instead i created a new VOLTSx10 esm sensor which is the same as the volts sensor but gets multiplied by 10 after being read. | |||
2006-02-17 | Propogate some values through the sysctl hw.sesnsors interface for debug | Marco Peereboom | |
purposes. This will be removed later and replaced with something better. | |||
2006-02-17 | Use tsleep instead of delay when !cold. | Marco Peereboom | |
2006-02-17 | Argh, we need delays between reads/writes. The backend reads (i2c most likely) | Marco Peereboom | |
are so slow that values come back as 0 sometimes. We have to do this despite the spec saying we shouldnt have to. Guess having a faster parser than others can hurt sometimes. Idea from jordan. | |||
2006-02-17 | If there is no link then set IFM_NONE so ifconfig will show a media | Brad Smith | |
status of (none) whether in auto or forced speed/duplex mode. | |||
2006-02-17 | - simplify link state handling code. | Brad Smith | |
- update interface baud rate properly so userland programs such as a SNMP daemon or bgpctl/ospfctl for example will display the correct interface speed instead of always saying 1 Gbps. From FreeBSD | |||
2006-02-17 | Reword for clarity, from a discussion with Constantine A. Murenin. | Jonathan Gray | |
2006-02-17 | Fixed code for handling _INI | Jordan Hargrave | |
Rearranged debug statements ok marco@ | |||
2006-02-17 | Detect if battery slot is available but without a battery in it. | Marco Peereboom | |
ok jordan | |||
2006-02-16 | Use rasops_unpack_attr() to decompose attributes instead of doing it by hand, | Miod Vallat | |
as we are not supposed to know how rasops encodes attributes here. Tested matthieu@ | |||
2006-02-16 | Added stub for calling _INI | Jordan Hargrave | |
Fixed aml_dowhile for NULL return ok marco@ | |||
2006-02-16 | Print useful information during boot about the battery and power supply. | Marco Peereboom | |
ok jordan. | |||
2006-02-16 | cap seconds to 100 million per man page and kernel nanosleep impl. | Kurt Miller | |
prevents userland from causing an overflow of tv_sec. okay marc@ | |||
2006-02-16 | sqphy(4) here on the mii side, found in dmesg from Stefek Zaba | Martin Reindl | |