Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-24 | - document `-i' and `-j' options, for which support was added a couple | Niall O'Higgins | |
of days ago. | |||
2005-11-23 | an empty stub file for lint: on the vax, lint will chew on this, but avoid it | Theo de Raadt | |
when compiling, and use the .S file instead if someone has a better solution, show it.. | |||
2005-11-23 | avoid ' which confuses make depend | Theo de Raadt | |
2005-11-23 | Deal with empty array initializers (a gcc-ism), but warn. | Chad Loder | |
2005-11-23 | Replace a C++ comment with a C comment. No code changes. | Chad Loder | |
2005-11-23 | Deal somewhat with case ranges, which is a gcc extension. | Chad Loder | |
"fine" deraadt, with his suggested modifications | |||
2005-11-23 | NOLINT -> WANTLINT | Jason McIntyre | |
ok deraadt@ | |||
2005-11-23 | make this easier for me to read by changing the locking to use the bare | David Gwynne | |
spl calls rather than ami's macro wrappers for them. ok krw@ marco@ | |||
2005-11-23 | When defragmenting a mbuf chain before transmitting it, don't allocate a mbuf | Damien Bergamini | |
cluster if the payload fits in the header. From NetBSD (scw@) | |||
2005-11-23 | Be more robust when handling Rx interrupts. If we can't allocate and DMA map | Damien Bergamini | |
a new mbuf, just discard the received frame and reuse the old mbuf. From NetBSD (joerg@) | |||
2005-11-23 | fix my previous commit. don't leak an mbuf. | Damien Bergamini | |
2005-11-23 | Be more robust when handling Rx interrupts. If we can't allocate and DMA map | Damien Bergamini | |
a new mbuf, just discard the received frame and reuse the old mbuf. From NetBSD (joerg@) | |||
2005-11-23 | Fix endianness issues. iwi should now work on big endian architectures. | Damien Bergamini | |
From NetBSD (scw@). | |||
2005-11-23 | Be more robust when handling Rx interrupts. If we can't allocate and DMA map | Damien Bergamini | |
a new mbuf, just discard the received frame and reuse the old mbuf. From NetBSD (joerg@) | |||
2005-11-23 | log message consistency | Reyk Floeter | |
2005-11-23 | add optional interface rule for event rules | Reyk Floeter | |
2005-11-23 | Test "inline" keyword | Chad Loder | |
2005-11-23 | Be 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-23 | use sizeof instead of hard-coded values. | Damien Bergamini | |
2005-11-23 | one too many `Ns' | Jason McIntyre | |
2005-11-23 | Implement 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-23 | Update output format to reflect the fact that lint doesn't print out a | Chad Loder | |
line with just the filename anymore. | |||
2005-11-23 | Optimize TXTIME and PLCP LENGTH field computation. | Damien Bergamini | |
Avoid modulus operations. | |||
2005-11-23 | Grok __restrict__ and __restrict keywords. OK deraadt | Chad Loder | |
2005-11-23 | change NOLINT into opposite sense; WANTLINT, since it lets us built | Theo de Raadt | |
lint libraries for those libraries which want them (and can have them) ok millert | |||
2005-11-23 | adjust some default options (mostly, that lint always print full paths | Theo de Raadt | |
in errors/warnings, so that compiling in dirs controlled by .PATH'd Makefiles gives useful errors | |||
2005-11-23 | finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE ↵ | Michael Shalayeff | |
thus reducing confusion; remove compatibility defines and comments | |||
2005-11-23 | output consistency; | Xavier Santolaria | |
2005-11-23 | kill two old mach macros that are not used anywhere in the tree anymore (or ↵ | Michael Shalayeff | |
ever) | |||
2005-11-23 | hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk> | Michael Shalayeff | |
2005-11-23 | hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk> | Michael Shalayeff | |
2005-11-23 | knf; | Xavier Santolaria | |
2005-11-23 | cannot combine -kv and -l; | Xavier Santolaria | |
2005-11-23 | slight shuffle at the top of the file. dont include biovar.h if bio is not | David Gwynne | |
configured | |||
2005-11-23 | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ ↵ | Michael Shalayeff | |
testing | |||
2005-11-23 | assume vtophys(vaddr_t) just what all the other archs expect; no functional ↵ | Michael Shalayeff | |
change | |||
2005-11-23 | there is no vtophys here | Michael Shalayeff | |
2005-11-23 | Correct malloc flag handling. | Marco Pfatschbacher | |
OK deraadt@ mickey@ | |||
2005-11-23 | initial bits for -T support; | Xavier Santolaria | |
2005-11-23 | prioritise <16m memory for isa bus_dma'ble memorble memory allocations | Michael Shalayeff | |
2005-11-23 | resolve 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-23 | add a fake C construct __lint_equal__ which will be used to generate | Theo de Raadt | |
alias entries for weak symbols and such also let ; at the top scope be legal | |||
2005-11-23 | add support for `-kmode'; | Xavier Santolaria | |
2005-11-23 | support __attribute__ | Theo de Raadt | |
2005-11-23 | sync SYNOPSIS with Reality and usage() accordingly; | Xavier Santolaria | |
2005-11-23 | Do not pass -Wtraditional to cpp. If someone wants that, they can | Theo de Raadt | |
force that in other ways. We want good lint messages, not cpp moaning | |||
2005-11-23 | do not abort if hw.setperf is not there. warn. maybe we should even | Theo de Raadt | |
skip that, too. | |||
2005-11-23 | permit apmd to run on systems without apm support | Nikolay Sturm | |
let apmd control hw.setperf manually or dynamically tested by Chris Kuethe and beck@, 'get it in' deraadt@ | |||
2005-11-23 | Pick HP-IB describe structures changes from main kernel code here as well. | Miod Vallat | |