summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-25remove unneeded files, from Mark LumsdenOtto Moerbeek
2007-09-25pull from ragge's repo:Otto Moerbeek
2007-09-24oops i was suppose to pass cvs_directory_tag to cvs_file_classify().Joris Vink
2007-09-24updatecomment and manpage toemtion optional seventh level (rtable id)Henning Brauer
2007-09-24Ooops, i386 entry was enabled by mistake. Disable it. Sorry.Marcus Glocker
2007-09-24Add bwi PCI and Cardbus GENERIC entries for i386 and amd64, but stillMarcus Glocker
2007-09-24Remove BCM4311 and BCM4312 which are PCIe chipsets and therefore will notMarcus Glocker
2007-09-24Broadcom -> Broadcom AirForce. Add new device to HW list.Marcus Glocker
2007-09-24typos; from Pierre RiteauJason McIntyre
2007-09-24Add radio tap support. We still need to calculate correct RX rate andMarcus Glocker
2007-09-24accept values > 1 for "output_muted". That's what SunOS do. SuggestedAlexandre Ratchov
2007-09-24fix audioctl(1) returning bugus values of 'output_muted' because ofAlexandre Ratchov
2007-09-24another init problemOtto Moerbeek
2007-09-24Pull from ragge's repo:Otto Moerbeek
2007-09-24pull from ragge's repo: -v flag and reg class checkOtto Moerbeek
2007-09-24from ragge's repo:Otto Moerbeek
2007-09-24unused varsJoris Vink
2007-09-24add support to commit modified files to branches.Joris Vink
2007-09-24newly discovered init problemOtto Moerbeek
2007-09-24zap unused stuff, cleans it up a bit.Joris Vink
2007-09-24Fix carp(4) after the switch to dynamic imo_membership allocation.Claudio Jeker
2007-09-24keep the hardware list sorted;Jason McIntyre
2007-09-24Add new device reported by brad@. Remove dummy device.Marcus Glocker
2007-09-23Fix page fault kernel crash when changing media and device is up.Marcus Glocker
2007-09-23Add my working Compaq R4035 onboard BCM4306. ok mglocker@Ian Darwin
2007-09-23Add missing device name printf arguments for firmware load error output.Marcus Glocker
2007-09-23More debug ouput cleanup.Marcus Glocker
2007-09-23Correctly clear PCI_STATUS_TARGET_TARGET_ABORT bit.Marcus Glocker
2007-09-23Allow numbers to be used as unquoted strings again.Marco Pfatschbacher
2007-09-23Move notatime check from ffs_update() to ffs_read() and ufs_setattr().Todd C. Miller
2007-09-23Avoid potential segfault when debuggingOtto Moerbeek
2007-09-23Pull form ragge's repo:Otto Moerbeek
2007-09-23Pull from ragge's repo:Otto Moerbeek
2007-09-23don't even attempt to reuse the same temp file name.Marc Espie
2007-09-23Add cards I've tested.Jonathan Gray
2007-09-23Properly handle the physical address in bwi_encap() as well.Jonathan Gray
2007-09-23Make sure to set physical address in bwi_newbuf()Jonathan Gray
2007-09-23now, JOB_FIRST is always set, so kill more conditional code.Marc Espie
2007-09-23last parameter to JobStart is always NULL, so nuke it.Marc Espie
2007-09-23compatMake is never true in there, so kill dead code.Marc Espie
2007-09-23make sure when running update -r on existing files to overwriteJoris Vink
2007-09-23pass FILE_HAS_FLAG towards the update code so it can identifyJoris Vink
2007-09-23zap keywords we don't have. remove exercise that says we don't have $$V,Marc Espie
2007-09-23put parsing of operator (:, ::, !) into its own functionMarc Espie
2007-09-23replace if (DEBUG(job)) { fprintf(stdout,...); fflush(stdout); }Marc Espie
2007-09-23kill local/jobs distinction. Correctly this time...Marc Espie
2007-09-23more specific error messages if dup2 failsMarc Espie
2007-09-23zap sunos bug work-aroundMarc Espie
2007-09-22warn should return an error message for chmod, not for chownIgor Sobrado
2007-09-22Add kernel locking.Mark Kettenis