Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-14 | Add an ieee80211_notify_dtim() function that drivers should call after | Damien Bergamini | |
every DTIM in HostAP mode. Flushes all group addressed MSDUs buffered at the AP for power management. | |||
2008-12-14 | Remove useless fields from template, they just serve to confuse | Ray Lai | |
users. Idea okayed by art and deraadt, feedback from jmc. | |||
2008-12-14 | Give names to anonymous unions. | Ray Lai | |
Worked on with mglocker. OK mglocker | |||
2008-12-14 | regen | Brad Smith | |
2008-12-14 | Add the Novatel Merlin X950D ExpressCard. | Brad Smith | |
2008-12-13 | Properly restore PSTATE_IE when returning from send_softint(). | Mark Kettenis | |
Fixes "ipi_send: couldn't send ipi" panics. | |||
2008-12-13 | IMSG_* namespace cleanup. | Jacek Masiulaniec | |
ok gilles@ | |||
2008-12-13 | Detect alias duplicates. | Jacek Masiulaniec | |
ok gilles@ | |||
2008-12-13 | Fix few parsing bugs in parse_entry, most severe of which was | Jacek Masiulaniec | |
segv on lines consisting exclusively of whitespace. ok gilles@ | |||
2008-12-13 | Simplify parse_entry; streamline the code to call db->put in one | Jacek Masiulaniec | |
place, regardless of number of preexisting aliases. Don't call db->sync; it's covered by db->close shortly before rename. ok chl@ gilles@ | |||
2008-12-13 | If parse_aliases fails, don't warn about syntax errors; it may fail | Jacek Masiulaniec | |
for other reasons. Never exit outside main; we need to return to main to clean the temp file. Check parse_entry return code; otherwise $? == 0 even when invalid entries were found. ok gilles@ | |||
2008-12-13 | Use mkstemp instead of mkdtemp; also, add more X's. | Jacek Masiulaniec | |
Do chmod before rename to eliminate short time window when aliases.db is "official" but not readable. Use PATH_ALIASESDB instead of hardcoding "/etc/mail/.." Check db->close return code. ok gilles@ henning@ | |||
2008-12-13 | - Correct usage text. | Jacek Masiulaniec | |
- Drop static qualifiers. - Drop unused -d switch. - Use 0/1 exit codes instead of <sysexits.h> defines. ok gilles@ | |||
2008-12-13 | Another camera that works, 'Sure' mglocker@ | Ian Darwin | |
2008-12-13 | use the hardware general-purpose timer interrupt instead of timeout(9). | Damien Bergamini | |
clean up the ctl_ridx mess. | |||
2008-12-13 | Declare alias_parse in smtpd.h, and fix callers that pass it wrong | Jacek Masiulaniec | |
number of arguments. ok gilles@ | |||
2008-12-13 | clear the WCID, pairwise keys, shared keys, IV/EIV tables in NIC memory | Damien Bergamini | |
*after* resetting the hardware. otherwise the tables contain garbage. should fix most of the weird issues people were facing. scary. | |||
2008-12-13 | ;5Anvidia mcp67 ahci controller also needs special handling. | Mike Belopuhov | |
from Marko Pecic. thanks! | |||
2008-12-13 | My camcorder works now, too :-) | Marcus Glocker | |
2008-12-13 | sync | Theo de Raadt | |
2008-12-13 | note to everyone: nitems(pointer) is 0, not what you want | Theo de Raadt | |
2008-12-12 | __isinff and __isnanf | Martynas Venckus | |
2008-12-12 | Check for zero'd spd data even if we pass the checksum | Jonathan Gray | |
and don't offer a match in this case. Deals with the qemu "TODO: Populate SPD eeprom data." tested by todd@ | |||
2008-12-12 | Make bgpctl priority aware. | Claudio Jeker | |
2008-12-12 | Make bgpd route priority aware and while there sync in the basics to correctly | Claudio Jeker | |
track multipath routes. Code is mostly stolen from similar fixes to ospfd but a bit different as this kroute.c implementation is more complex because of additional task (nexthop verification for example). This change and the similar ospfd change were desperatly needed on larger complex network setups which tended to end up in situation where the kernel had a different oppinion about routing than the daemon. Now the situation should be a lot better. Tested and OK sthen@ gollo@ | |||
2008-12-12 | ospfd knows now priorities so let ospfctl know and print them as well. | Claudio Jeker | |
2008-12-12 | Make the kroute code routing priority aware. This solves a few issues and | Claudio Jeker | |
makes to code simpler. While the routing table is somewhat simpler the redistribution code does not allow a much more radical approach. With some additional help of Mr. Kernel and his rtsock it should be possible to rip even more code out of kroute.c. Tested and OK sthen@, gollo@ | |||
2008-12-12 | ifconfig(8) part to make it possible to set an interface priority. | Claudio Jeker | |
OK deraadt@ | |||
2008-12-12 | Introduce a if_priority that will be added to RTP_STATIC when routes are | Claudio Jeker | |
added without an expilict priority. This allows to specify less prefered interfaces that will only take over if the primary interface loses link. OK deraadt@ | |||
2008-12-12 | Make sure that incomming routing messages don't have RTP_DOWN set. Mask | Claudio Jeker | |
the rtm_priority with RTP_MASK so that userland (e.g. arp) can issue a RTM_GET and reissue the message as RTM_DELETE. | |||
2008-12-12 | fix a bug that slipped through my last commit. | Damien Bergamini | |
2008-12-12 | - fix HW crypto using group keys (this should fix the "ExtIV bit not set" | Damien Bergamini | |
logged by some WPA supplicants when connecting to a ral(4) WPA AP.) - get rid of the ugly ack_rate, rate2mcs functions (pre-compute ACKs duration for all rates at node association time.) - lot of clean up, prepare for future enhancements | |||
2008-12-12 | Use the hdrlen to skip over the header and to the sockaddrs instead of the | Claudio Jeker | |
implied sizeof(struct rt_msghdr). Makes code more robust when userland and kernel are out of sync. | |||
2008-12-12 | Use rtm_hdrlen to jump over the message header and to the beginning of the | Claudio Jeker | |
sockaddrs included in the message. This makes the code more robust when kernel and userland are out of sync. put it in deraadt@ | |||
2008-12-12 | Format string checking for bsnprintf. | Jacek Masiulaniec | |
ok gilles@ | |||
2008-12-12 | space | Martynas Venckus | |
2008-12-12 | sync | Theo de Raadt | |
2008-12-12 | do the same as was done in mi version: do not include math.h, since isinf, | Martynas Venckus | |
and isnan would expand to macros and compatibility aliases won't work | |||
2008-12-12 | Kill references to smtpdb(8). | Jacek Masiulaniec | |
ok gilles@ | |||
2008-12-12 | get rid of the ugly IWN_SET_DESC_SEG/NSEGS macros. | Damien Bergamini | |
add "support" for physical addresses larger than 32-bit. | |||
2008-12-12 | new firmware for 4965AGN adapters (firmware for 5000 Series does not change.) | Damien Bergamini | |
see http://marc.info/?l=linux-wireless&m=122902161516579&w=2 package contains: iwlwifi-4965-ucode-228.57.2.23.tgz iwlwifi-5000-ucode-5.4.A.11.tar.gz from: http://intellinuxwireless.org/?n=Downloads | |||
2008-12-12 | Correctly set the partial bit on the AS4_PATH and AS4_AGGREGATOR attribute. | Claudio Jeker | |
Per RFC4271 the partial bit must be set if the attribute was not generated on the originating router. This is mostly cosmetics. OK sthen@ | |||
2008-12-12 | Follow RFC 4271 more closely by sending the correct error back for optional | Claudio Jeker | |
attributes and use the correct lenght in some other error cases. OK sthen@ | |||
2008-12-12 | fix test 37 (from NetBSD) and the (still failing) 41 | Otto Moerbeek | |
2008-12-12 | Add netmpls/mpls_output.c | Michele Marchetto | |
ok claudio@ | |||
2008-12-12 | strcpy -> strlcpy; ok mbalmer@ martynas@ | Otto Moerbeek | |
2008-12-12 | - note that /tmp and /var/tmp are cleaned by daily(8) | Jason McIntyre | |
- sync the descriptions of /tmp and /var/tmp whilst here requested by Ilya A. Kovalenko | |||
2008-12-12 | matthieu and reyk say that using 9k frames for rx breaks vic on esx. i can | David Gwynne | |
sometimes reproduce this, but i cannot see why it would be a problem. tres weird. only put 4k frames on the jumbo ring to cope. i'll try to figure this out again later. | |||
2008-12-12 | bump major version, to be safe. ok theo | Martynas Venckus | |
2008-12-12 | - document and mlink frexpf, ldexpf, modff added 13 years ago | Martynas Venckus | |
- document frexpl, ldexpl added recently a tweak and ok jmc@ |