summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-07-09Do not allow clustering read for filesystems which block size is smallerMiod Vallat
2007-07-09take into account possible expansion and be more careful not toJacob Meuser
2007-07-09give the user what they expect instead of what we're working withJacob Meuser
2007-07-09don't always spew massive debug messages just because AUDIO_DEBUG isJacob Meuser
2007-07-08ansify/de-registerJasper Lievisse Adriaanse
2007-07-08Process scan command results. Enable 'ifconfig -M'.Marcus Glocker
2007-07-08As pointed out by Mickey, "-I/usr/includes" is not required forKenneth R Westerback
2007-07-07Restore missing '(' to allow successful compilation. Bad pyr@.Kenneth R Westerback
2007-07-07Make the scan command work, finally.Marcus Glocker
2007-07-07Add support for Realtek ALC883. This is the "value" edition of theDeanna Phillips
2007-07-07Match VIA VT8237A; from "Christoph Egger" <Christoph_Egger@gmx.de>.Alexander Yurchenko
2007-07-06have ieee80211_parse_rsn() return a reason code so that we canDamien Bergamini
2007-07-06cleanup the computation of mgmt frames sizes.Damien Bergamini
2007-07-06remove remaining bits for pre-RSNA shared authmode support.Damien Bergamini
2007-07-06typo in an error message.Damien Bergamini
2007-07-06don't check the IEEE80211_CAPINFO_PRIVACY bit in (re)association requests.Damien Bergamini
2007-07-06initialize an unitialized variable.Damien Bergamini
2007-07-06btintrq has been removed from bt_input.c, don't reference it here.Christian Weisgerber
2007-07-06Fix a misleading comment.Artur Grabowski
2007-07-06- enable full-duplex mode by default if a device is openedJacob Meuser
2007-07-06the AUDIO_WSEEK ioctl should return the number of bytes in the playJacob Meuser
2007-07-06be sure to respect the pause attributeJacob Meuser
2007-07-06- there is no need for audio_init_ringbuffer() to always set the "pause"Jacob Meuser
2007-07-06net80211 growth eats another ethernet driver (which is super rare on laptops)Theo de Raadt
2007-07-06The poll(2) syscall doesn't work correctly on audio(4) devices.Jacob Meuser
2007-07-06sha1 is needed by wlan now, tooTheo de Raadt
2007-07-05Report actual faulting address (if we can) instead of the mmu tag word forMark Kettenis
2007-07-05fixes my previous commit.Damien Bergamini
2007-07-05always set the IEEE80211_CAPINFO_ESS bit in association requests.Damien Bergamini
2007-07-05some HT frames may have an additional HT Control field.Damien Bergamini
2007-07-05don't set IEEE80211_CAPINFO_ESS bit since we're not operating as an AP.Damien Bergamini
2007-07-05move the logic of determining whether an extended supported rates IE isDamien Bergamini
2007-07-05split ieee80211_add_rsn() so that the code can be reused forDamien Bergamini
2007-07-05add myself to the copyright list.Damien Bergamini
2007-07-05add the pseudo-random function (PRF) and various key derivationDamien Bergamini
2007-07-05Print offset and irq for devices that attach to ssio(4).Mark Kettenis
2007-07-05From FreeBSD:Dimitry Andric
2007-07-05Compute the correct address and try and print a matching symbol for j andMiod Vallat
2007-07-04fix dmesg formatting error when hardware random number generator is presentChris Kuethe
2007-07-04add subtype "Action" for management frames.Damien Bergamini
2007-07-04ignore WMM vendor IEs that are not parameter sets.Damien Bergamini
2007-07-04allow USEGROUP as the pairwise cipher for RSN IE.Damien Bergamini
2007-07-04add RSN flags for ic_caps and ic_flags.Damien Bergamini
2007-07-04take skc/sk off main floppy, becuase of net80211 growthTheo de Raadt
2007-07-04bye byeHenning Brauer
2007-07-04remove fe(4). hasn't been enabled in 10 years, doesn't compile, no manpage.Henning Brauer
2007-07-04Fix a use after free crash in in_delmulti(). If a interface is detachedClaudio Jeker
2007-07-04Remove more IPX leftovers.Marco Pfatschbacher
2007-07-04No m_copyback for ICMP and "other" protocols on rdr/binat.Marco Pfatschbacher
2007-07-04Revert r1.42 of if_bnx.c, "Enable IPv4 transmit TCP/UDP checksumKenneth R Westerback