summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-25remove pointless log message; As a bonus avoid trigraph '??'Gleydson Soares
2016-01-25(hidden) is more readable than (??????) and avoid trigraphGleydson Soares
2016-01-25Remove unused headermestre
2016-01-25- plugging massive pf_state_key leakAlexandr Nedvedicky
2016-01-25Convert to uiomove(). Diff from Martin Natano.Stefan Kempf
2016-01-25Don't count the total number of Xen upcallsMike Belopuhov
2016-01-25Honour ERP protection on 2 GHz channels in 11n mode, as done for 11g.Stefan Sperling
2016-01-25Don't try to interpret htprot data if the last beacon didn't contain such data.Stefan Sperling
2016-01-25Do not mix variable declaration and logic.Martin Pieuchot
2016-01-25Kill "#if 0" version of ddb_init().Martin Pieuchot
2016-01-25Kill trailing whitespaces. No object change.Martin Pieuchot
2016-01-25Add short comments explaining HT protection modes.Stefan Sperling
2016-01-25Zero when malloc'ing a buffer to be copyed out to userland to avoidJonathan Gray
2016-01-25Remove decls #if'0ed since rev. 1.1Jeremie Courreges-Anglas
2016-01-25Keep track of HT protection settings in beacons and have 11n-capableStefan Sperling
2016-01-25Revert the minimum number of Rx ring slots back to 32Mike Belopuhov
2016-01-25In vmxnet3_start(), do not send the mbuf to bpf after passing it toReyk Floeter
2016-01-25avoid a potential double freeJonathan Gray
2016-01-25Replace magic numbers.Masao Uebayashi
2016-01-25No need to declare main().Jeremie Courreges-Anglas
2016-01-25don't return an uninitialised value for the SIOCGLIFPHYRTABLE caseJonathan Gray
2016-01-25malloc+memset -> callocJeremie Courreges-Anglas
2016-01-25Redundant assignement is redundant.Jeremie Courreges-Anglas
2016-01-25remove some uneeded includesJonathan Gray
2016-01-25fix some fallout from the IFQ rototilling.David Gwynne
2016-01-24In the OpenBSD-specific part of verify_xref(), discard the standard errorIngo Schwarze
2016-01-24Whitespace.Kenneth R Westerback
2016-01-24Nuke get_align_long() and put_align_long() #define's. They don't doKenneth R Westerback
2016-01-24Nuke more pointless checks for map NULLness.Kenneth R Westerback
2016-01-24make sure of cleaning rbuf with explicit_bzero(3)Gleydson Soares
2016-01-24spacingRobert Peichaer
2016-01-24- cleanup quoting in sed patternRobert Peichaer
2016-01-24Check all daemons in "faulty", not just the base ones.Antoine Jacoutot
2016-01-24Set argument encode / result decode callbacks for 'all'.Matthieu Herrb
2016-01-24Set argument encode / result decode call backs for 'maplist'.Matthieu Herrb
2016-01-24Implement the 'master' request. ok jmatthew@Matthieu Herrb
2016-01-24fix 1.18 by removing extra argument from explicit_bzero callsmmcc
2016-01-24Delete remnants of grpsym cache setting during symbol search: it's done atPhilip Guenther
2016-01-24Lacking precise dependency-from-relocation tracking, a nodelete objectPhilip Guenther
2016-01-24Whitespace fixes.Kenneth R Westerback
2016-01-24Immediately zero the stack-allocated buffers for the passphrase and salt rathermmcc
2016-01-24Assuming the map is always provided simplifies a bunch of logic, nukesKenneth R Westerback
2016-01-24Delete duplicated line that was setting sbBlkCount to 0; Score oneKenneth R Westerback
2016-01-24use explicit_bzero(3) for clearing sensitive dataGleydson Soares
2016-01-23Nuke unused kPatchType. Nuke kStringNot and use " not' where needed.Kenneth R Westerback
2016-01-23No need for 'default_value' parameter for get_number_argument() since weKenneth R Westerback
2016-01-23No need for get_string_argument() parameter 'reprompt' since weKenneth R Westerback
2016-01-23Typo in comment; from MiodAntoine Jacoutot
2016-01-23In some cases machines with virtualisation extensions will boot into aJonathan Gray
2016-01-23Fix some uses of sizeof where the size of a struct was intended, notJonathan Gray