summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-23add a new ieee80211_save_ie() function to make a copy of anDamien Bergamini
2007-08-23add ieee80211_get_hdrlen() to compute the size of the 802.11 headerDamien Bergamini
2007-08-23the authenticator can't differentiate 4-way handshake message 2 fromDamien Bergamini
2007-08-23add pseudo-header definition for TKIP MIC computation.Damien Bergamini
2007-08-23fix ieee80211_map_ptk() for TKIP.Damien Bergamini
2007-08-23implement the completion half of the tx path. the driver keeps track ofDavid Gwynne
2007-08-23configure the NIU to rx packets that will fit into the mbufs we willDavid Gwynne
2007-08-23support ArgumentX - unbreaks more gnu cvs client things.Joris Vink
2007-08-23missing 'u' option for update caused gnu cvs client to not functionJoris Vink
2007-08-23wrap writes to the doorbell register.David Gwynne
2007-08-23the first read or write in the crb space after you switch the windowsDavid Gwynne
2007-08-23program the niu with the mac address in the right order.David Gwynne
2007-08-23tweak the register macros a bit. add macros for the NIUs port registersDavid Gwynne
2007-08-23allow RSTs with th_seq == seqlo +- 1, reduces the amount of 'loose state'Daniel Hartmeier
2007-08-23write out the object url in the error message if that's an object error andMarc Espie
2007-08-23fix v* order in keep_most_recent.Marc Espie
2007-08-23Check fgets for failure and do a proper newline strip.Ray Lai
2007-08-23Execute ProxyCommands with $SHELL rather than /bin/sh unconditionallyDamien Miller
2007-08-23Support "Banner=none" to disable displaying of the pre-login banner;Damien Miller
2007-08-23login_cap.h doesn't belong hereDamien Miller
2007-08-23missed include bits from last commitDamien Miller
2007-08-23unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@Damien Miller
2007-08-23"correctly" activate high-power charging on (hopefully) all devices,Theo de Raadt
2007-08-23syncTheo de Raadt
2007-08-23more berry device typeTheo de Raadt
2007-08-23syncTheo de Raadt
2007-08-23blackberry pearlTheo de Raadt
2007-08-22Add bus_space_vaddr to i386 arch.Marco Peereboom
2007-08-22Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUGChris Kuethe
2007-08-22add a ieee80211_get_txkey() function to determine the key to use forDamien Bergamini
2007-08-22- add k_rxmic and k_txmic fields to struct ieee80211_key to store theDamien Bergamini
2007-08-22when running out of rx buffers, allocate a new mbuf and copy the rxDamien Bergamini
2007-08-22Subsequent address ranges start at index 1, not index 0.Mark Kettenis
2007-08-22Remove ``#define SDMMC_DEBUG''. Avoids redefinition error when compilingMarcus Glocker
2007-08-22Update to tzcode2007f grom elsie.nci.nih.gov; no actual code changesTodd C. Miller
2007-08-22err msg looks better with a \nMarc Espie
2007-08-22plural of ID is IDs, not ID's, ok mk jmcHenning Brauer
2007-08-22update to tzdata2007g from elsie.nci.nih.govTodd C. Miller
2007-08-22fix compilation with KDGBJasper Lievisse Adriaanse
2007-08-22kill trailing whitespace;Jason McIntyre
2007-08-22sort usage();Jason McIntyre
2007-08-21No need to keep RLOGIN_PORT and RSH_PORT defines hanging around since theirKenneth R Westerback
2007-08-21Remove two out-of-date comments.Mark Kettenis
2007-08-21add AUTHORS sectionJasper Lievisse Adriaanse
2007-08-21Fix up the -s description, with help from tom@Todd C. Miller
2007-08-21http://openssl.org/news/patch-CVE-2007-3108.txt; ok pval, deraadtMarkus Friedl
2007-08-21Add a -s option to make the radix sort be a stable sort. Based onTodd C. Miller
2007-08-21Do not repeat device name in failure message printed during attachment.Mark Kettenis
2007-08-21unlock tree, move towards 4.2-currentMark Kettenis
2007-08-21no need to include both sys/types.h and params.hHans-Joerg Hoexer