Age | Commit message (Expand) | Author |
2008-08-14 | in ieee80211_input(), call if_start() after enqueuing frames in if_snd | Damien Bergamini |
2008-08-14 | put ieee80211_dump_pkt() under #ifdef IEEE80211_DEBUG | Damien Bergamini |
2008-08-14 | fix comments suggested by eric@, remove stupid DPRINTF() | Alexandre Ratchov |
2008-08-14 | add missing semicolon; ok mbalmer@, marco@ | Robert Nagy |
2008-08-14 | let's make this half useful to recover from crashed disks with wrong info. | Marc Espie |
2008-08-14 | convert the last traces of btoc/ctob macros | Martin Reindl |
2008-08-14 | simplify S definition to just srcdir, since it appears there's no special | Marc Espie |
2008-08-14 | in abuf_rgetblk() the ``start'' pointer may take a value beyond the | Alexandre Ratchov |
2008-08-14 | move all device related stuff from aucat.c to a new dev.c file. | Alexandre Ratchov |
2008-08-14 | in file.c, before dereferencing pointers to in(), out(), eof(), | Alexandre Ratchov |
2008-08-14 | add an "AUTOQUIT" flag to mix and sub aprocs. If the flag is | Alexandre Ratchov |
2008-08-14 | add a bytes counter to abuf structures to count the number of | Alexandre Ratchov |
2008-08-14 | add a xxx_done() method to aproc structures, that cleans up just | Alexandre Ratchov |
2008-08-14 | move mix/sub underrun/overrun handling code and data in the | Alexandre Ratchov |
2008-08-14 | factor code that discards data from abuf strucure into a single | Alexandre Ratchov |
2008-08-14 | Match libpthread's behavior and make pthread_join(NULL, whatever) fail | Philip Guenthe |
2008-08-14 | Fix 5771/library: in pthread_exit(), delay the call to _sem_post() that | Philip Guenthe |
2008-08-14 | If the initial thread calls pthread_exit(), don't overwrite its thread | Philip Guenthe |
2008-08-14 | Tools from /usr may not be used in netstart since it may be NFS-mounted | Stuart Henderson |
2008-08-13 | Make sure that we don't sleep with a lock held, some small cleanup while | Owain Ainsworth |
2008-08-13 | Check for zero in drm_calloc() to prevent divide-by-zero. Also rearrange | Owain Ainsworth |
2008-08-13 | Kill file_priv->refs, it is always 1. Also move two things from the | Owain Ainsworth |
2008-08-13 | Add VIDIOC_ENUM_FRAMESIZES ioctl. This permits applications to query the | Marcus Glocker |
2008-08-13 | Change the drm_lock*() api to take a pointer to the struct as a | Owain Ainsworth |
2008-08-13 | idgen32 wasn't really right here. Change back to how it was, but | Owain Ainsworth |
2008-08-13 | Generate the magic id using idgen32(). While i'm here fix the locking a | Owain Ainsworth |
2008-08-13 | Kill a bunch of the drm context code that nothing uses anymore, the | Owain Ainsworth |
2008-08-13 | Initial stab at a driver for the integrated random number generator of the | Mark Kettenis |
2008-08-13 | one should never use sizeof(struct llc) since 802.2 LLC headers | Damien Bergamini |
2008-08-13 | do not increment is_rx_eapol_key twice for each frame. | Damien Bergamini |
2008-08-13 | sync synopsis/usage; fix double "usage:"; KNF. | Igor Sobrado |
2008-08-13 | This tab had bugged me forever. | Tobias Weingartner |
2008-08-13 | Disable the fantastics mis-feature on some newer Turion CPUs called C1E. | Artur Grabowski |
2008-08-13 | remove a bunch of bogus ARGSUSED | Thordur I. Bjornsson |
2008-08-13 | Disable the fantastics mis-feature on some newer Turion CPUs called C1E. | Artur Grabowski |
2008-08-13 | Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RW | av |
2008-08-13 | -S currently does nothing useful, so remove it from | Jason McIntyre |
2008-08-13 | Add more Config mode registers. | Brad Smith |
2008-08-13 | Add the 8139D PCI id. | Brad Smith |
2008-08-13 | regen | Brad Smith |
2008-08-13 | Add another PCI id for the Realtek 8139D chipset. | Brad Smith |
2008-08-13 | Replace the use of a separate softc field to track the link | Brad Smith |
2008-08-12 | Kill dmesg spam. Since we can't guarantee that a device is capable of | Owain Ainsworth |
2008-08-12 | Fix multiple addition error recently introduced for when extended partitions | Theo de Raadt |
2008-08-12 | adopt the integrity group cipher of the AP at association time. | Damien Bergamini |
2008-08-12 | nuke unused fields. | Damien Bergamini |
2008-08-12 | add the code to encrypt/decrypt management frames, retrieve key id | Damien Bergamini |
2008-08-12 | reserves the correct number of bytes in ieee80211_send_4way_msg2(). | Damien Bergamini |
2008-08-12 | clear Tx_Rx protection bits properly. | Damien Bergamini |
2008-08-12 | do not drop frames that have an invalid IE, just stop processing | Damien Bergamini |