summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-26add missing va_end(); Andrey MatveevTodd C. Miller
2005-06-26expose the name aliasing operation, since it can be useful.Marc Espie
2005-06-26fail if cwd is not available; pr4265; espie@ okMichael Shalayeff
2005-06-26some useful statistics about shared files and size gains.Marc Espie
2005-06-26missing support for `identical' files.Marc Espie
2005-06-26select fat package based on name too.Marc Espie
2005-06-26new tool (not active yet): pkg_merge.Marc Espie
2005-06-26handle fat packages based on architecture.Marc Espie
2005-06-26switch pkg_create to built-in Ustar, no longer dependent on external tar.Marc Espie
2005-06-26faster fat package finderMarc Espie
2005-06-26remove unused code in bge_intr()Brad Smith
2005-06-26rev 1.29Brad Smith
2005-06-26Use pci_matchbyid().Brad Smith
2005-06-26- clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources.Brad Smith
2005-06-26remove one more piece of the media detection from SRM code.Brad Smith
2005-06-25re-add ASIX check lost in rev 1.77Brad Smith
2005-06-25/* Fallthrough. */ -> /* FALLTHROUGH */Hans-Joerg Hoexer
2005-06-25typo in commentHans-Joerg Hoexer
2005-06-25do the default port filling code a few lines earlier, so it really does fix %pDamien Miller
2005-06-25the local macro _id was removed before this code was even imported from NetBSDBrad Smith
2005-06-25hide name2id prototypes in #ifdef _KERNEL, claudio okHenning Brauer
2005-06-25name2id prototypesHenning Brauer
2005-06-25Fix typo in a comment.Niall O'Higgins
2005-06-25Make the name2id/id2name code generically usable. This will be needed byClaudio Jeker
2005-06-25-Wall clean nowHenning Brauer
2005-06-25couldn't stop my fingers from doing some cleanupHenning Brauer
2005-06-25$OpenBSD$, got botchedHenning Brauer
2005-06-25match output with the one from GNU cvs.Joris Vink
2005-06-25Use correct local ID in phase 1 when using IPV[46]_ADDR.Hans-Joerg Hoexer
2005-06-24Fix botch introduced in r1.12. reduced_geometry.sectors is a 5 byteKenneth R Westerback
2005-06-24Eliminate sd_scsibus_get_optparms() as unnecessary, instead gettingKenneth R Westerback
2005-06-24Move st.c to new mode sense mechanism. Don't save page0 data (if any), justKenneth R Westerback
2005-06-24MSI Bluetooth adapters need the ubt_broken_devices quirkMartin Reindl
2005-06-24err -> errxJolan Luff
2005-06-24Do not automaticaly announce routes that have RTF_DYNAMIC set. These routesClaudio Jeker
2005-06-24simplify port allocation in pcb_bind(); based on freebsd; ok claudio henningMarkus Friedl
2005-06-23Add the 18 brazilian capitals that were missing (Vitória, Florianópolis,Pedro Martelletto
2005-06-23Commandante Che Guevara; pt out by form@Michael Shalayeff
2005-06-23clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources.Brad Smith
2005-06-23Use proper type for 32 bit entity. s/long/intRobert Nagy
2005-06-23- at(1) synopsis: -r expects a `job' arg, not a timespecJason McIntyre
2005-06-23sort options;Jason McIntyre
2005-06-23update if_lastchange for evey IFF_UP change not only SIOCSIFFLAGS; henning@ okMichael Shalayeff
2005-06-23iface description is not an array of ptr but rather just a string; jcs@ okMichael Shalayeff
2005-06-23Dead code.Artur Grabowski
2005-06-23Reword some comments to better reflect reality. Remove some unhelpfulKenneth R Westerback
2005-06-23- cleanup dead flagsJared Yanovich
2005-06-23Don't discard the blocksize information provided by the READ CAPACITYKenneth R Westerback
2005-06-22slightly simplify; christos@netbsdHenning Brauer
2005-06-22implement and use a real usage(); function instead of using goto usage;Robert Nagy