Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-03 | don't set the IEEE80211_CAPINFO_ESS bit in the Capability Information | Damien Bergamini | |
field if we're not operating as an AP (see 7.3.1.4). | |||
2007-07-03 | no TIM in probe reponses. | Damien Bergamini | |
2007-07-03 | In ieee80211_getmbuf(), if we need to allocate a mbuf cluster because | Damien Bergamini | |
the length is greater than MHLEN, test that the allocation succeeded. Otherwise, free the mbuf header and return NULL. Callers assume that if the function returns a value != NULL then enough space has been allocated. | |||
2007-07-03 | fix SSID IE in the case where HIDENWID is used. | Damien Bergamini | |
HIDENWID has been broken from the very beginning. | |||
2007-07-03 | Backout part of 1.20 because IEEE80211_AUTH_ALGORITHM() and friends are used | Claudio Jeker | |
by hostapd and tcpdump. Now tcpdump and hostapd should build again. | |||
2007-07-03 | Readd IEEE80211_REASON_RSN_REQUIRED and IEEE80211_REASON_RSN_INCONSISTENT | Claudio Jeker | |
userland is using these defines -- unbreaks build. Found by jasper@ discussed with reyk@. | |||
2007-07-03 | from Nicholas Marriott: | Jason McIntyre | |
ttyname_r returns an error number, rather than setting errno. ok millert | |||
2007-07-03 | Rework the way opencvs works in relation to files in the Attic/: | Joris Vink | |
Previously, files in the 'Attic/' were linked into our filelist as being 'Attic/filename,v' this caused unneeded stress on certain functions like cvs_file_classify() who had to do pointer voodoo to split out the 'Attic/' part and do other very weird stuff to normalize the pathname of these files. Instead, we handle these files early in the start when we build the fileslist in cvs_repository_getdir(). When encountering the 'Attic/' directory, we recurse in it if required but instead of using the 'Attic/' directory component as our base directory we stick with the directory name where 'Attic/' resides in, resulting in the correct filename while maintaining the correct RCSpath for the file. This made the following things a lot easier: (and in most cases actually fixed the below points) - status with files in Attic/. - checking out HEAD repositories with files in Attic/. - checking out repositories with -rTAG. - updating with -rTAG. and as an added bonus the following now also works: - correctly creating CVS/Tag in both local and remote mode thus allowing update/status/and more to work correctly with the tagged tree. (thanks to the correct handling of -rTAG cases). - resetting tags with opencvs -A properly works too now. This is a major step forward into the usability of OpenCVS when it comes to maintaining multiple tagged trees, the next logical step would be to fix commiting to branches. enjoy you -stable cowards. tested by myself, xsa, niallo and ckuethe thanks guys! | |||
2007-07-03 | On the server side, in a remote setup, do not display timestamp. | Xavier Santolaria | |
OK joris@. | |||
2007-07-03 | from ginsbach@netbsd, -r1.18: | Jason McIntyre | |
Document that getopt_long(3) can and will accept unique abbreviated long option names. This feature has been present since getopt_long(3) was first released in NetBSD 1.5. This is also standard GNU getopt_long(3) behavior. ok millert | |||
2007-07-03 | both 'proto 50' and 'proto esp' must work in flow specifications | Markus Friedl | |
2007-07-03 | allow proto esp/ah in flow specification (especially useful for bypass flows) | Markus Friedl | |
ok hshoexer, mpf | |||
2007-07-03 | fix a memory leak that was introduced in r1.20 on 2007-06-24T05Z; ok dlg | Constantine A. Murenin | |
2007-07-03 | do not blindly configure everything to sit on function 0. jmicron tell me | David Gwynne | |
that some vendors will ship their chip with two functions enabled, so now the code will only configure the functionality that is enabled on the current function. two function setups will now work as the oem intended. requested by kettenis@ | |||
2007-07-03 | Rename rcs_diffreg() to diffreg(). | Ray Lai | |
OK joris@ | |||
2007-07-02 | JMB362 is ahci only | David Gwynne | |
2007-07-02 | the jmb362 should work fine | David Gwynne | |
2007-07-02 | regen | David Gwynne | |
2007-07-02 | oops, i copied too much, fix jmb362 id | David Gwynne | |
2007-07-02 | regen | David Gwynne | |
2007-07-02 | jmicron have a 2 port sata chip called teh jmb362 | David Gwynne | |
2007-07-02 | Display payload for DS to DS and NO DS traffic. | Can Erkin Acar | |
ok reyk@, looks ok damien@ | |||
2007-07-02 | remove more unused stuff. | Damien Bergamini | |
2007-07-02 | sync | Damien Bergamini | |
2007-07-02 | new 4965agn product Id. | Damien Bergamini | |
2007-07-02 | add new ieee80211_eapol_key structure (used by the various 802.11i | Damien Bergamini | |
key handshakes). | |||
2007-07-02 | split ieee80211_parse_rsn() so the same function can be used | Damien Bergamini | |
to parse both WPA1 and RSN (WPA2) IEs. rename ieee80211_parse_edca_params_common() into ieee80211_parse_edca_params_body() while i'm here. | |||
2007-07-02 | fix REASON codes. | Damien Bergamini | |
2007-07-02 | add IEEE80211_FC1_PROTECTED flag. | Damien Bergamini | |
keep IEEE80211_FC1_WEP for compatibility with pre-RSNA networks. | |||
2007-07-02 | replace two lockmgr lock with rwlocks. | Thordur I. Bjornsson | |
been in snaps for a week, no objection from deraadt@ for putting this in. ok tom@ (for gdt) | |||
2007-07-02 | initial bits for proper TIM support. | Damien Bergamini | |
2007-07-02 | remove a lot of unused #define | Damien Bergamini | |
fix a CAPINFO name | |||
2007-07-02 | replace some letoh16(*(u_int16_t *)frm) by LE_READ_2(frm) | Damien Bergamini | |
for consistency. | |||
2007-07-02 | split ieee80211_send_mgmt() like I did for ieee80211_recv_mgmt() | Damien Bergamini | |
2007-07-02 | we support lots of jmicron chips now. | David Gwynne | |
pointed out by jsg@ jmc@ | |||
2007-07-02 | allow pciide to attach to jmb as well as ahci | David Gwynne | |
2007-07-02 | pciide can attach to jmb now | David Gwynne | |
2007-07-02 | only attach ahci or pciide if the chip can actually support them. deal with | David Gwynne | |
the JMB368 while here. | |||
2007-07-02 | kettenis suggested that i can use pci_intr_map twice on the same device | David Gwynne | |
safely, so i tried it and it worked great. i can reuse the pci_attach_args to attach ahci and now pciide to jmb without really modifying either of them. lots of code shrinks. ok jsg@ | |||
2007-07-02 | wording tweak; ok dlg | Jason McIntyre | |
2007-07-02 | make the jmb entry match its .Nd; | Jason McIntyre | |
2007-07-02 | Add HISTORY and AUTHORS sections. OK jmc@. | Xavier Santolaria | |
2007-07-02 | list jmb(4) as an IDE controller | David Gwynne | |
2007-07-02 | dont force probing of high functions on jmicron controllers. we dont enable | David Gwynne | |
function 1 anymore. | |||
2007-07-02 | dont enable the second pci function for pciide support. we're going to | David Gwynne | |
solve this problem a different way now. | |||
2007-07-02 | sync | Theo de Raadt | |
2007-07-02 | ahci attaches to jmb as well | David Gwynne | |
2007-07-02 | Add arc/jmb/ahci here as well. | Jonathan Gray | |
Suggested by and ok dlg@ | |||
2007-07-02 | document jmb(4). | David Gwynne | |
2007-07-02 | dont attach on jmicron parts now that jmb(4) does that for us. | David Gwynne | |