summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-21Remove logprintf macroJonathan Gray
2007-05-21Remove Ether_ifattach macroJonathan Gray
2007-05-21Remove unused bswap{16,32} macrosJonathan Gray
2007-05-21Remove ifdef __otherbsd__ mess; no binary change.Jonathan Gray
2007-05-21Switch pcfiic to rwlock.Jonathan Gray
2007-05-20lockmgr -> rwlock for piic(4), kiic(4) and smu(4);Thordur I. Bjornsson
2007-05-20rewrite DIAGNOSTICS to avoid confusion about which application returnsJason McIntyre
2007-05-20Fix KERNBASE, so that profiling kernels initialize (but profiling is brokenMiod Vallat
2007-05-20Since we no longer use 3 bits but the whole 7 to get the processor revisionMiod Vallat
2007-05-20Handle IP address stuff in tls/tlf state messagesCan Erkin Acar
2007-05-20On AV-class machines, SCSI interrupts still come from VIA2, not PSC, soMiod Vallat
2007-05-20make the package tools more aware of manpages: handle names correctly,Marc Espie
2007-05-20add a -f option to allow specifing an alternativeRobert Nagy
2007-05-20Replace ASSERT with KDASSERT and get rid of its definition; while there,Miod Vallat
2007-05-20syncTheo de Raadt
2007-05-20move deptree and installed into state objectMarc Espie
2007-05-20Remove unused badaddr().Miod Vallat
2007-05-20Remove irrelevant code and defines.Miod Vallat
2007-05-20create specific `state' objects for pkg_add and pkg_delete, so that I canMarc Espie
2007-05-20Check for codec presence in match(), and don't attach if none is found.Miod Vallat
2007-05-20addess -> addressMiod Vallat
2007-05-20regenRobert Nagy
2007-05-20add Brother MFC 210C and Logitech QuickCam Notebook Deluxe IDs;Robert Nagy
2007-05-20option AHC_CTRL_ID is not used.Miod Vallat
2007-05-20placeholders for UpdateSet, once we have it.Marc Espie
2007-05-20both pkg_add and pkg_delete use Vstat, make it explicit.Marc Espie
2007-05-20hack generated Makefile so that section is properly 3p.Marc Espie
2007-05-20- move 3f down the search order list for _subdirJason McIntyre
2007-05-20Update usage wrt -c option when called as mount_mfs.Todd C. Miller
2007-05-20compute list of dependencies to adjust just-in-time.Marc Espie
2007-05-20libs_to_check ? actually, never use it...Marc Espie
2007-05-20remove extra forwarding method that is no longer neededMarc Espie
2007-05-20zap old depend code I missedMarc Espie
2007-05-20since less(1) and more(1) are the same point, don;t list them bothJason McIntyre
2007-05-20Add missing arguments to printf.Ray Lai
2007-05-20Typos.Ray Lai
2007-05-20Convert ehci and ucom to rwlock.Jonathan Gray
2007-05-20Add support for zmore being called as zless,Jonathan Gray
2007-05-19move the code that handles dependencies registration into DependenciesMarc Espie
2007-05-19syncTheo de Raadt
2007-05-19spamd-setup needs -b for blacklist-only mode; from Nick TempletonJason McIntyre
2007-05-19simplify the description of -R; from Jeffrey 'jf' LimJason McIntyre
2007-05-19Add some phy's found on certain xl(4) models. From brad at comstyle dot com.Mark Kettenis
2007-05-19Uncomment em(4) entry. From brad at comstyle dot com.Mark Kettenis
2007-05-19Oops, get the ``disabling cpu'' message correct.Miod Vallat
2007-05-19Silence a diagnostic message in multiprocessor kernels, it makes things worse.Miod Vallat
2007-05-19Send an IPI in signotify() if the process runs on a different processor,Miod Vallat
2007-05-19Force other processors to spin when one is in ddb.Miod Vallat
2007-05-19Now that the amd64 floppy and cd image -c setting have been fixed,Otto Moerbeek
2007-05-19(disabled) option for PCIAGP. at least lets i945 chipsets workTed Unangst