Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-14 | move mix/sub underrun/overrun handling code and data in the | Alexandre Ratchov | |
generic abuf structure, so it can reused. Required for an audio server. No behaviour change. ok jakemsr | |||
2008-08-14 | factor code that discards data from abuf strucure into a single | Alexandre Ratchov | |
abuf_rdiscard() routine. Similarly add abuf_wcommit() routine for writing. The purpose is to stop manupulating FIFO pointers in various places outiside abuf.c, its too error prone. No behaviour change. ok jakemsr | |||
2008-08-14 | Match libpthread's behavior and make pthread_join(NULL, whatever) fail | Philip Guenthe | |
instead of crashing ok kurt@ first observed by Jung <moorang at gmail.com> | |||
2008-08-14 | Fix 5771/library: in pthread_exit(), delay the call to _sem_post() that | Philip Guenthe | |
unblocks the pthread_join() for this thread until the exiting thread is completely done with its thread structure, as the joining thread will free it once unblocked. Also, don't bother to call _sem_post() if the thread is detached. ok kurt@ | |||
2008-08-14 | If the initial thread calls pthread_exit(), don't overwrite its thread | Philip Guenthe | |
structure, as the 'tid' member there is used by other parts of librthread to determine whether the current thread is the initial thread | |||
2008-08-14 | Tools from /usr may not be used in netstart since it may be NFS-mounted | Stuart Henderson | |
and not available at that time. Rewrite the hostname.if permission check to use only /bin/ls and the shell. Requested by deraadt. ok todd, "Twisted." deraadt | |||
2008-08-13 | Make sure that we don't sleep with a lock held, some small cleanup while | Owain Ainsworth | |
i'm here. | |||
2008-08-13 | Check for zero in drm_calloc() to prevent divide-by-zero. Also rearrange | Owain Ainsworth | |
the two calls to drm_calloc() that had nmemb and size the wrong way around. | |||
2008-08-13 | Kill file_priv->refs, it is always 1. Also move two things from the | Owain Ainsworth | |
softc into file_priv since otherwise the wrong value could rarely be used. | |||
2008-08-13 | Add VIDIOC_ENUM_FRAMESIZES ioctl. This permits applications to query the | Marcus Glocker | |
available formats and resolutions of a device (e.g. "luvcview -L"). | |||
2008-08-13 | Change the drm_lock*() api to take a pointer to the struct as a | Owain Ainsworth | |
parameter, this makes things a little cleaner and removes the need to pass in the softc for some functions. | |||
2008-08-13 | idgen32 wasn't really right here. Change back to how it was, but | Owain Ainsworth | |
done a little nicer. Advice from deraadt@. | |||
2008-08-13 | Generate the magic id using idgen32(). While i'm here fix the locking a | Owain Ainsworth | |
bit so we don't sleep with a spinlock. ok djm@. | |||
2008-08-13 | Kill a bunch of the drm context code that nothing uses anymore, the | Owain Ainsworth | |
xserver only actually uses a small part of it nowadays. Kill a few other dead bits from the drmP.h while i'm here. | |||
2008-08-13 | Initial stab at a driver for the integrated random number generator of the | Mark Kettenis | |
UltraSPARC T2. | |||
2008-08-13 | one should never use sizeof(struct llc) since 802.2 LLC headers | Damien Bergamini | |
have a variable length. use LLC_SNAPFRAMELEN instead (which happen to be equal to sizeof(struct llc)) as we only deal with LLC+SNAP headers. some indentation tweaks while i'm here. no binary change. | |||
2008-08-13 | do not increment is_rx_eapol_key twice for each frame. | Damien Bergamini | |
fix a test on the mbuf length and one on the descriptor version. remove redundant checking of GTK KDE length. | |||
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 | |
This "power saving" disables the apic when both cpu cores hit the hlt instruction which kills our timer. From FreeBSD. (poked by kettenis) | |||
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 | |
This "power saving" disables the apic when both cpu cores hit the hlt instruction which kills our timer. From FreeBSD. | |||
2008-08-13 | Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RW | av | |
write feature. Add additional check for media type before blanking. The patch fixes problem for Giovanni. ok fgsch | |||
2008-08-13 | -S currently does nothing useful, so remove it from | Jason McIntyre | |
SYNOPSIS and usage(); after some discussion with canacar | |||
2008-08-13 | Add more Config mode registers. | Brad Smith | |
From FreeBSD | |||
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 | |
From FreeBSD | |||
2008-08-13 | Replace the use of a separate softc field to track the link | Brad Smith | |
state with the newly minted link flag in the softc's rl_flags field. Tested by fkr@ | |||
2008-08-12 | Kill dmesg spam. Since we can't guarantee that a device is capable of | Owain Ainsworth | |
having a drm driver, don't print when we fail to attach one. stops the "drm at vga? not supported" spam people are seeing. | |||
2008-08-12 | Fix multiple addition error recently introduced for when extended partitions | Theo de Raadt | |
are just before an OpenBSD partition in a MBR; done with kettenis & otto ok reyk | |||
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 | |
from MMIE etc... this code can't be triggered as no drivers claim MFP capability yet. | |||
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 | |
more IEs. | |||
2008-08-12 | populate ieee80211_recv_action(), does nothing yet. | Damien Bergamini | |
2008-08-12 | add a couple of new definitions (action frames, new subtypes for control | Damien Bergamini | |
frames, new IEs etc...) | |||
2008-08-12 | missing SHA-256 bits. | Damien Bergamini | |
2008-08-12 | v3 descriptors use AES Key Wrap too. | Damien Bergamini | |
2008-08-12 | new SHA-256 based AKMPs. | Damien Bergamini | |
2008-08-12 | add/process group integrity cipher suite in RSN IEs. | Damien Bergamini | |
add support for MFP negotiation during association. | |||
2008-08-12 | add IEEE80211_RSNIE_MAXLEN and IEEE80211_WPAIE_MAXLEN definitions | Damien Bergamini | |
instead of hard-coding values. for RSN IE, request space for Group Integrity Cipher Suite. | |||
2008-08-12 | add support for EAPOL-Key v3 descriptors (similar to v2 except that the | Damien Bergamini | |
MIC is computed using AES-128-CMAC instead of HMAC-SHA1). add a SHA-256 based key derivation function (not used yet). | |||
2008-08-12 | the only integrity group cipher currently supported is AES-128-CMAC. | Damien Bergamini | |
2008-08-12 | generate a random IGTK in HostAP mode if we're MFP-capable. | Damien Bergamini | |
2008-08-12 | add IEEE80211_F_MFPR config flags (management frame protection required) | Damien Bergamini | |
and IEEE80211_C_MFP capability bit (driver supports MFP). | |||
2008-08-12 | add definitions for RSN capabilities field (RSN IE). | Damien Bergamini | |
2008-08-12 | Nuke bigmem for release, still has issues. | Tobias Weingartner | |
ok deraadt@ |