summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-12thanx -> thanksThierry Deval
2005-03-12Typos.Thierry Deval
2005-03-12use own hpux_sigcodeMichael Shalayeff
2005-03-12add a bunch of PCI ids from the SysKonnect sk98lin driver.Brad Smith
2005-03-12use TAILQ_FOREACHMartin Reindl
2005-03-12Kill \n at EOF.Alexander Yurchenko
2005-03-12initialise min arg to uvm_km_suballoc; not currently enabled code pathMichael Shalayeff
2005-03-12prevent fragmentation from happening.Damien Bergamini
2005-03-12s/__attribute__((__packed__))/__packed/Damien Bergamini
2005-03-12add descriptions of examples;Jason McIntyre
2005-03-12IBSS is not yet supported, remove it from the capabilities flags.Damien Bergamini
2005-03-12retrieve scan results from net80211 instead of reading NIC internal memory.Damien Bergamini
2005-03-12escape `.' at eol to avoid double spacing issue;Jason McIntyre
2005-03-12escape `.' at eol to avoid double spacing issues;Jason McIntyre
2005-03-12Add "show rib" and "show rib detail" to ospfctl.Esben Norby
2005-03-12Small K&F.Esben Norby
2005-03-12sync usage() w/ synopsis;Jason McIntyre
2005-03-12mini-PCI/MiniPCI -> Mini PCIJason McIntyre
2005-03-12- tweak synopsisJason McIntyre
2005-03-12make sure code and comment matchMarkus Friedl
2005-03-12shutdown the inetd socket for reading if secure; ok deraadtMarkus Friedl
2005-03-12Fix RTW_DEBUG compilation and add a few more sanity checks in addition toJonathan Gray
2005-03-12spacingTheo de Raadt
2005-03-12Do not drop the user in ddb in DIAGNOSTIC checks unless option FD_DEBUG.Miod Vallat
2005-03-12asprintf in place of strdup really is kind of lameBob Beck
2005-03-12There is no need to call freeaddrinfo() in case of an error.Claudio Jeker
2005-03-11Some additional cards based on Philips radios which should work.Jonathan Gray
2005-03-11freeaddrinfo() isn't needed on the error path from getaddrinfo().Bob Beck
2005-03-11Fix typo.Esben Norby
2005-03-11fix usage to reflect new reality, ok jmc@Bob Beck
2005-03-11Make sure we associate an interface with the m_pkthdr inJonathan Gray
2005-03-11"Greytrapping" for spamd - allow for spamd greylisting to maintainBob Beck
2005-03-11cdrom/CDROM -> CD-ROM;Jason McIntyre
2005-03-11- synopsis according to style(9)Jason McIntyre
2005-03-11PR 4135: detect illegal frame sizes; fix file transfer when usingOtto Moerbeek
2005-03-11oops, off by 18Theo de Raadt
2005-03-11make use of the new ral_get_rts(), ral_txtime() and ral_setup_tx_desc()Damien Bergamini
2005-03-11don't forget to release nodes when they are no longer needed.Damien Bergamini
2005-03-11introduce new ral_setup_tx_desc() function so we can factor out fillingDamien Bergamini
2005-03-11fix IBSS mode. clean ral_newstate() while i'm here.Damien Bergamini
2005-03-11new ral_get_rts() function for building RTS frames.Damien Bergamini
2005-03-11distinguish null data frames from management frames.Damien Bergamini
2005-03-11simplify led management code.Damien Bergamini
2005-03-11do not disable RF tune in monitor mode.Damien Bergamini
2005-03-11fix ral_enable_tsf_sync() for future IBSS and HostAP support.Damien Bergamini
2005-03-11add various functions to compute duration and plcp length in 802.11a/g.Damien Bergamini
2005-03-11implement fast channel switching for monitor mode (used by kismet).Damien Bergamini
2005-03-11fix tx rate of beacons and mgmt frames in 802.11a.Damien Bergamini
2005-03-11enter RUN state in monitor mode instead of staying in INIT state.Damien Bergamini
2005-03-11fix basic rates for 802.11g.Damien Bergamini