summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-11-24fix use after free introduced in r1.30. ok deraadt@Moritz Jodeit
2005-11-24bye bye lkm/vfs dirTheo de Raadt
2005-11-24more empty files for lint to chew on (on the vax)Theo de Raadt
2005-11-24include more architectures in the list (even though some do not compileTheo de Raadt
2005-11-24code is not being used; toss into AtticTheo de Raadt
2005-11-24memset();Xavier Santolaria
2005-11-24wi and ubt are network drivers so should be DV_IFNET,Alexander Yurchenko
2005-11-24"hmac" not "hmc", notice by <gwyllion at ulyssis dot org>Hans-Joerg Hoexer
2005-11-24ural should be DV_IFNET, not DV_DULL. noticed by ian@.Alexander Yurchenko
2005-11-24don't redefine BGE_PCIMISCCTL_ENDIAN_WORDSWAP and lower the delay whileFederico G. Schwindt
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-11-24ike has used hmac sha1/md5 since ever. So call 'em hmac-sha1/md5.Hans-Joerg Hoexer
2005-11-24remove tests for keyed md5/sha1, we only have hmacsHans-Joerg Hoexer
2005-11-24Make clear we only have "hmac-sha1" and "hmac-md5".Hans-Joerg Hoexer
2005-11-24Remove old-style keyed sha1/md5. We only support hmac-sha1/md5.Hans-Joerg Hoexer
2005-11-24respect TMPDIR;Xavier Santolaria
2005-11-24minor knf + snprintf() return check;Xavier Santolaria
2005-11-24typo; pr4916; from frantisek holop <minusf@obiit.org>Michael Shalayeff
2005-11-24#if 0 doesnt belong hereDavid Gwynne
2005-11-24kill trailing whitespace;Jason McIntyre
2005-11-24missing full stop;Jason McIntyre
2005-11-24repair indent that cvs has scrwed make it extra confusingMichael Shalayeff
2005-11-24print something out when we hit unsupported devices. hopefully we canDavid Gwynne
2005-11-24white space fixesDavid Gwynne
2005-11-24break the 1:1 mapping of esm sensors to kernel sensors. according toDavid Gwynne
2005-11-24splimp -> splhighBrad Smith
2005-11-24splimp -> splubaBrad Smith
2005-11-24splimp -> spl6Brad Smith
2005-11-24splimp -> splbioBrad Smith
2005-11-24splimp -> splvmBrad Smith
2005-11-24splimp -> splnetBrad Smith
2005-11-24add AMD 768 interrupt router PCI id and use the proper id for the AMD 766 chi...Brad Smith
2005-11-24undelete died a while back; millert okTheo de Raadt
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