Age | Commit message (Expand) | Author |
2005-11-24 | spacing | Theo de Raadt |
2005-11-24 | - document `-i' and `-j' options, for which support was added a couple | Niall O'Higgins |
2005-11-23 | an empty stub file for lint: on the vax, lint will chew on this, but avoid it | Theo de Raadt |
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 |
2005-11-23 | NOLINT -> WANTLINT | Jason McIntyre |
2005-11-23 | make this easier for me to read by changing the locking to use the bare | David Gwynne |
2005-11-23 | When defragmenting a mbuf chain before transmitting it, don't allocate a mbuf | Damien Bergamini |
2005-11-23 | Be more robust when handling Rx interrupts. If we can't allocate and DMA map | Damien Bergamini |
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 |
2005-11-23 | Fix endianness issues. iwi should now work on big endian architectures. | Damien Bergamini |
2005-11-23 | Be more robust when handling Rx interrupts. If we can't allocate and DMA map | Damien Bergamini |
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 |
2005-11-23 | "inline" is a c99 keyword, so support it unless tflag is selected. | Chad Loder |
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 |
2005-11-23 | Update output format to reflect the fact that lint doesn't print out a | Chad Loder |
2005-11-23 | Optimize TXTIME and PLCP LENGTH field computation. | Damien Bergamini |
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 |
2005-11-23 | adjust some default options (mostly, that lint always print full paths | Theo de Raadt |
2005-11-23 | finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE thu... | Michael Shalayeff |
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 e... | Michael Shalayeff |
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 |
2005-11-23 | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes... | Michael Shalayeff |
2005-11-23 | assume vtophys(vaddr_t) just what all the other archs expect; no functional c... | Michael Shalayeff |
2005-11-23 | there is no vtophys here | Michael Shalayeff |
2005-11-23 | Correct malloc flag handling. | Marco Pfatschbacher |
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 |
2005-11-23 | add a fake C construct __lint_equal__ which will be used to generate | Theo de Raadt |
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 |
2005-11-23 | do not abort if hw.setperf is not there. warn. maybe we should even | Theo de Raadt |
2005-11-23 | permit apmd to run on systems without apm support | Nikolay Sturm |