summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-25FALLTHROUH -> FALLTHROUGH for lint.Kenneth R Westerback
2005-11-25Missing 'break;' found by lint. 'blass' is not the same as 'class'!Kenneth R Westerback
2005-11-25add support for `-kmode';Xavier Santolaria
2005-11-25do not use any casting in the atop/ptoa; tested on all archs by martin@ miod@...Michael Shalayeff
2005-11-25document `-T';Xavier Santolaria
2005-11-25add `-T' support for rcsclean(1) and rcs(1);Xavier Santolaria
2005-11-25explicitly cast caddr_t to vaddr_tMichael Shalayeff
2005-11-25add support for `-T' and enable it for co(1);Xavier Santolaria
2005-11-25indent;Xavier Santolaria
2005-11-25move the code to delete routes having a specific interface as outputHenning Brauer
2005-11-25built files should be checked in after the source fileTed Unangst
2005-11-25KNFHenning Brauer
2005-11-25reduce eyebleeding, since we only borrow the code from our childrenHenning Brauer
2005-11-25powernow works on various processors from k6, k7, and k8 families now.Ted Unangst
2005-11-25How can we dance when our humppa is feedingHenning Brauer
2005-11-25Introduce debugging aid for queue macros. Disabled by default; butOtto Moerbeek
2005-11-25Remove $ on access to cpuid_level: we want to get the value of theTom Cosgrove
2005-11-25don't ask; ok drahnTheo de Raadt
2005-11-25update.Brad Smith
2005-11-25fix BCM5714 PCI id name and add 5714S, 5715 and 5715S.Brad Smith
2005-11-25regenBrad Smith
2005-11-25- add BCM5714S, BCM5715 and BCM5715SBrad Smith
2005-11-25Use BGE_IS_5705_OR_BEYOND macro to check for the existence or non-existenceBrad Smith
2005-11-25splimp -> splhigh in setroot()/rootconf().Brad Smith
2005-11-25mention BCM5715Brad Smith
2005-11-25remove prototype for a non-existent function bge_free_jumbo_mem.Brad Smith
2005-11-25Use BGE_IS_JUMBO_CAPABLE in one more spot.Brad Smith
2005-11-25load the 5750 DSP code on the 5705 PHY too.Brad Smith
2005-11-25use 5780 here instead of 5714.Brad Smith
2005-11-25don't bother setting error in bge_attach() when its not actuallyBrad Smith
2005-11-25Use BGE_IS_575X_PLUS macro when checking whether to use the PCI Express test ...Brad Smith
2005-11-25Use BGE_IS_JUMBO_CAPABLE macro to figure out whether weBrad Smith
2005-11-24add a few macros allowing selection of certain generations ofBrad Smith
2005-11-24Prefer vaddr_t and paddr_t types in device softc, instead of void * andMiod Vallat
2005-11-24Peek at the correct location in badpaddr() - how could this go unnoticed before?Miod Vallat
2005-11-24Remove unnecessary cast in an atop() construct.Miod Vallat
2005-11-24dont need spls in attachDavid Gwynne
2005-11-24enable esmDavid Gwynne
2005-11-24o Force the sending of an extra URB if there is less than 2 bytes leftDamien Bergamini
2005-11-24remove __GNUC_PREREQ__(2, 96) block because lint pukes; idea for solution fro...Theo de Raadt
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-11-24syncTheo de Raadt
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