openbsd
2008-08-14 jsingAllow the sector size to be specified by the user when...
2008-08-14 damienieee80211_derive_pmkid() is not used either
2008-08-14 damien#ifdef notyet ieee80211_kdf() as it is not used yet...
2008-08-14 damienmove the HostAP bridge code and the delivery of data...
2008-08-14 damienin ieee80211_input(), call if_start() after enqueuing...
2008-08-14 damienput ieee80211_dump_pkt() under #ifdef IEEE80211_DEBUG
2008-08-14 ratchovfix comments suggested by eric@, remove stupid DPRINTF()
2008-08-14 robertadd missing semicolon; ok mbalmer@, marco@
2008-08-14 espielet's make this half useful to recover from crashed...
2008-08-14 martinconvert the last traces of btoc/ctob macros
2008-08-14 espiesimplify S definition to just srcdir, since it appears...
2008-08-14 ratchovin abuf_rgetblk() the ``start'' pointer may take a...
2008-08-14 ratchovmove all device related stuff from aucat.c to a new...
2008-08-14 ratchovin file.c, before dereferencing pointers to in(), out...
2008-08-14 ratchovadd an "AUTOQUIT" flag to mix and sub aprocs. If the...
2008-08-14 ratchovadd a bytes counter to abuf structures to count the...
2008-08-14 ratchovadd a xxx_done() method to aproc structures, that clean...
2008-08-14 ratchovmove mix/sub underrun/overrun handling code and data...
2008-08-14 ratchovfactor code that discards data from abuf strucure into...
2008-08-14 guentherMatch libpthread's behavior and make pthread_join(NULL...
2008-08-14 guentherFix 5771/library: in pthread_exit(), delay the call...
2008-08-14 guentherIf the initial thread calls pthread_exit(), don't overw...
2008-08-14 sthenTools from /usr may not be used in netstart since it...
2008-08-13 ogaMake sure that we don't sleep with a lock held, some...
2008-08-13 ogaCheck for zero in drm_calloc() to prevent divide-by...
2008-08-13 ogaKill file_priv->refs, it is always 1. Also move two...
2008-08-13 mglockerAdd VIDIOC_ENUM_FRAMESIZES ioctl. This permits applica...
2008-08-13 ogaChange the drm_lock*() api to take a pointer to the...
2008-08-13 ogaidgen32 wasn't really right here. Change back to how...
2008-08-13 ogaGenerate the magic id using idgen32(). While i'm here...
2008-08-13 ogaKill a bunch of the drm context code that nothing uses...
2008-08-13 kettenisInitial stab at a driver for the integrated random...
2008-08-13 damienone should never use sizeof(struct llc) since 802.2...
2008-08-13 damiendo not increment is_rx_eapol_key twice for each frame.
2008-08-13 sobradosync synopsis/usage; fix double "usage:"; KNF.
2008-08-13 weingartThis tab had bugged me forever.
2008-08-13 artDisable the fantastics mis-feature on some newer Turion...
2008-08-13 thibremove a bunch of bogus ARGSUSED
2008-08-13 artDisable the fantastics mis-feature on some newer Turion...
2008-08-13 avOld drives (reported Giovanni Bechis <bigionews@snb...
2008-08-13 jmc-S currently does nothing useful, so remove it from
2008-08-13 bradAdd more Config mode registers.
2008-08-13 bradAdd the 8139D PCI id.
2008-08-13 bradregen
2008-08-13 bradAdd another PCI id for the Realtek 8139D chipset.
2008-08-13 bradReplace the use of a separate softc field to track...
2008-08-12 ogaKill dmesg spam. Since we can't guarantee that a device...
2008-08-12 deraadtFix multiple addition error recently introduced for...
2008-08-12 damienadopt the integrity group cipher of the AP at associati...
2008-08-12 damiennuke unused fields.
2008-08-12 damienadd the code to encrypt/decrypt management frames,...
2008-08-12 damienreserves the correct number of bytes in ieee80211_send_...
2008-08-12 damienclear Tx_Rx protection bits properly.
2008-08-12 damiendo not drop frames that have an invalid IE, just stop...
2008-08-12 damienpopulate ieee80211_recv_action(), does nothing yet.
2008-08-12 damienadd a couple of new definitions (action frames, new...
2008-08-12 damienmissing SHA-256 bits.
2008-08-12 damienv3 descriptors use AES Key Wrap too.
2008-08-12 damiennew SHA-256 based AKMPs.
2008-08-12 damienadd/process group integrity cipher suite in RSN IEs.
2008-08-12 damienadd IEEE80211_RSNIE_MAXLEN and IEEE80211_WPAIE_MAXLEN...
2008-08-12 damienadd support for EAPOL-Key v3 descriptors (similar to...
2008-08-12 damienthe only integrity group cipher currently supported...
2008-08-12 damiengenerate a random IGTK in HostAP mode if we're MFP...
2008-08-12 damienadd IEEE80211_F_MFPR config flags (management frame...
2008-08-12 damienadd definitions for RSN capabilities field (RSN IE).
2008-08-12 weingartNuke bigmem for release, still has issues.
2008-08-12 damienAES Key Wrap adds a 64-bit MIC to the payload but we...
2008-08-12 damienprocess IGTK KDEs in EAPOL-Key frames and install integ...
2008-08-12 damienextend the ic_nw_keys[] array to 6 elements.
2008-08-12 damienin a near future, unicast management frames will be...
2008-08-12 damienChange the way we process EAPOL-Key frames.
2008-08-12 miodFigured out where the prom console routines are on...
2008-08-12 damienadd new IEEE80211_CIPHER_AES128_CMAC cipher and new...
2008-08-12 damienWelcome BIP: the Broadcast/Multicast Integrity Protocol...
2008-08-12 damienmaintain a count of TKIP and CCMP replayed frames.
2008-08-12 daviduse correct byte order when printing state expiration...
2008-08-12 damienadd replay counter for management frames.
2008-08-12 damienfix values for QoS control field.
2008-08-12 damienretrieve the TID from QoS frames to use with the approp...
2008-08-12 henninguse MINCLSIZE to decide wether we need to allocate...
2008-08-12 damienget rid of the map_ptk()/map_gtk() functions, just...
2008-08-12 damiensimplify ieee80211_derive_ptk() prototype.
2008-08-12 damienuse HMAC-MD5, HMAC-SHA1 and AES Key Wrap sys/crypto/
2008-08-12 damientest vectors for HMAC-MD5, HMAC-SHA1, HMAC-SHA256,...
2008-08-12 damienImplementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256...
2008-08-12 ottobasic bounds check on elf header info. avoid crashes...
2008-08-12 mglockerDon't process xfers which have the stream error bit...
2008-08-12 jakemsrVT8233+ uses a different register base for capturing
2008-08-12 mbalmerFix a typo in a comment. From dawedawe@gmx.de.
2008-08-11 bradAdd support for TX/RX checksum offload for newer re...
2008-08-11 jaredyplug a memleak when freeing io redirection in commands.
2008-08-11 kettenisOnly print iotdb stuff when DEBUG.
2008-08-11 kettenisAllow mapping mmio regions that are not page aligned.
2008-08-11 jmc+Longshine LCS-8031N to the ral(4) list;
2008-08-11 jmcsome documentation updates for spamd synchronisation:
2008-08-11 jmcsome consistency fixes and whitespace at eol removal;
2008-08-11 jmcremove a note which seems to be duplicated; ok sobrado
2008-08-11 kettenisAdd hw.cupspeed cupport for all CPU types.
2008-08-11 reykfix a6 partition lookup where a static variable was...
next