summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-24- document `-i' and `-j' options, for which support was added a coupleNiall O'Higgins
of days ago.
2005-11-23an empty stub file for lint: on the vax, lint will chew on this, but avoid itTheo de Raadt
when compiling, and use the .S file instead if someone has a better solution, show it..
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
"fine" deraadt, with his suggested modifications
2005-11-23NOLINT -> WANTLINTJason McIntyre
ok deraadt@
2005-11-23make this easier for me to read by changing the locking to use the bareDavid Gwynne
spl calls rather than ami's macro wrappers for them. ok krw@ marco@
2005-11-23When defragmenting a mbuf chain before transmitting it, don't allocate a mbufDamien Bergamini
cluster if the payload fits in the header. From NetBSD (scw@)
2005-11-23Be more robust when handling Rx interrupts. If we can't allocate and DMA mapDamien Bergamini
a new mbuf, just discard the received frame and reuse the old mbuf. From NetBSD (joerg@)
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
a new mbuf, just discard the received frame and reuse the old mbuf. From NetBSD (joerg@)
2005-11-23Fix endianness issues. iwi should now work on big endian architectures.Damien Bergamini
From NetBSD (scw@).
2005-11-23Be more robust when handling Rx interrupts. If we can't allocate and DMA mapDamien Bergamini
a new mbuf, just discard the received frame and reuse the old mbuf. From NetBSD (joerg@)
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
just discard the received frame and reuse the old mbuf.
2005-11-23"inline" is a c99 keyword, so support it unless tflag is selected.Chad Loder
OK and input from millert, earlier version looked at by deraadt
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
This algorithm is particularly well suited for ural since it does not require per-frame retry statistics.
2005-11-23Update output format to reflect the fact that lint doesn't print out aChad Loder
line with just the filename anymore.
2005-11-23Optimize TXTIME and PLCP LENGTH field computation.Damien Bergamini
Avoid modulus operations.
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
lint libraries for those libraries which want them (and can have them) ok millert
2005-11-23adjust some default options (mostly, that lint always print full pathsTheo de Raadt
in errors/warnings, so that compiling in dirs controlled by .PATH'd Makefiles gives useful errors
2005-11-23finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE ↵Michael Shalayeff
thus reducing confusion; remove compatibility defines and comments
2005-11-23output consistency;Xavier Santolaria
2005-11-23kill two old mach macros that are not used anywhere in the tree anymore (or ↵Michael Shalayeff
ever)
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
configured
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ ↵Michael Shalayeff
testing
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional ↵Michael Shalayeff
change
2005-11-23there is no vtophys hereMichael Shalayeff
2005-11-23Correct malloc flag handling.Marco Pfatschbacher
OK deraadt@ mickey@
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
- synthesise isa mappings (as 1-1) should those be missing in mpbios; - for rcc osb* firce "special" ints into isa mappings always. niklas@ ok and testing by many since
2005-11-23add a fake C construct __lint_equal__ which will be used to generateTheo de Raadt
alias entries for weak symbols and such also let ; at the top scope be legal
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
force that in other ways. We want good lint messages, not cpp moaning
2005-11-23do not abort if hw.setperf is not there. warn. maybe we should evenTheo de Raadt
skip that, too.
2005-11-23permit apmd to run on systems without apm supportNikolay Sturm
let apmd control hw.setperf manually or dynamically tested by Chris Kuethe and beck@, 'get it in' deraadt@
2005-11-23Pick HP-IB describe structures changes from main kernel code here as well.Miod Vallat