summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-24spacingTheo de Raadt
2005-11-24- document `-i' and `-j' options, for which support was added a coupleNiall O'Higgins
2005-11-23an empty stub file for lint: on the vax, lint will chew on this, but avoid itTheo de Raadt
2005-11-23avoid ' which confuses make dependTheo de Raadt
2005-11-23Deal with empty array initializers (a gcc-ism), but warn.Chad Loder
2005-11-23Replace a C++ comment with a C comment. No code changes.Chad Loder
2005-11-23Deal somewhat with case ranges, which is a gcc extension.Chad Loder
2005-11-23NOLINT -> WANTLINTJason McIntyre
2005-11-23make this easier for me to read by changing the locking to use the bareDavid Gwynne
2005-11-23When defragmenting a mbuf chain before transmitting it, don't allocate a mbufDamien Bergamini
2005-11-23Be more robust when handling Rx interrupts. If we can't allocate and DMA mapDamien Bergamini
2005-11-23fix my previous commit. don't leak an mbuf.Damien Bergamini
2005-11-23Be more robust when handling Rx interrupts. If we can't allocate and DMA mapDamien Bergamini
2005-11-23Fix endianness issues. iwi should now work on big endian architectures.Damien Bergamini
2005-11-23Be more robust when handling Rx interrupts. If we can't allocate and DMA mapDamien Bergamini
2005-11-23log message consistencyReyk Floeter
2005-11-23add optional interface rule for event rulesReyk Floeter
2005-11-23Test "inline" keywordChad Loder
2005-11-23Be more robust when receiving frames. If we can't allocate a new mbuf,Damien Bergamini
2005-11-23"inline" is a c99 keyword, so support it unless tflag is selected.Chad Loder
2005-11-23use sizeof instead of hard-coded values.Damien Bergamini
2005-11-23one too many `Ns'Jason McIntyre
2005-11-23Implement the Adaptive Multi Rate Retry algorithm (AMRR) for BSS mode.Damien Bergamini
2005-11-23Update output format to reflect the fact that lint doesn't print out aChad Loder
2005-11-23Optimize TXTIME and PLCP LENGTH field computation.Damien Bergamini
2005-11-23Grok __restrict__ and __restrict keywords. OK deraadtChad Loder
2005-11-23change NOLINT into opposite sense; WANTLINT, since it lets us builtTheo de Raadt
2005-11-23adjust some default options (mostly, that lint always print full pathsTheo de Raadt
2005-11-23finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE thu...Michael Shalayeff
2005-11-23output consistency;Xavier Santolaria
2005-11-23kill two old mach macros that are not used anywhere in the tree anymore (or e...Michael Shalayeff
2005-11-23hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk>Michael Shalayeff
2005-11-23hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk>Michael Shalayeff
2005-11-23knf;Xavier Santolaria
2005-11-23cannot combine -kv and -l;Xavier Santolaria
2005-11-23slight shuffle at the top of the file. dont include biovar.h if bio is notDavid Gwynne
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional c...Michael Shalayeff
2005-11-23there is no vtophys hereMichael Shalayeff
2005-11-23Correct malloc flag handling.Marco Pfatschbacher
2005-11-23initial bits for -T support;Xavier Santolaria
2005-11-23prioritise <16m memory for isa bus_dma'ble memorble memory allocationsMichael Shalayeff
2005-11-23resolve a couple of problems in mpbios-mapped interrupts:Michael Shalayeff
2005-11-23add a fake C construct __lint_equal__ which will be used to generateTheo de Raadt
2005-11-23add support for `-kmode';Xavier Santolaria
2005-11-23support __attribute__Theo de Raadt
2005-11-23sync SYNOPSIS with Reality and usage() accordingly;Xavier Santolaria
2005-11-23Do not pass -Wtraditional to cpp. If someone wants that, they canTheo de Raadt
2005-11-23do not abort if hw.setperf is not there. warn. maybe we should evenTheo de Raadt
2005-11-23permit apmd to run on systems without apm supportNikolay Sturm