summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-13add sql server from iana. comments jolan@, sturm@; 'ok with the right names' ...Ian Darwin
2005-09-13Repository::Installed class, to provide uniform access to installedMarc Espie
2005-09-13yet more uniform names.Marc Espie
2005-09-13Oops, fix ivec[] prototype.Miod Vallat
2005-09-13some missing cleanup from the previous commit.Federico G. Schwindt
2005-09-13knf; no binary change.Federico G. Schwindt
2005-09-13fix conditions when the base directory should be passed to the commandJoris Vink
2005-09-13let's add directories too; testing+ok joris@.Xavier Santolaria
2005-09-13make a macro instead of #ifdef DEBUG if() printf() #endif; no functional changeMichael Shalayeff
2005-09-13unbreak opencvs serverJoris Vink
2005-09-13make compile; goodMichael Shalayeff
2005-09-13only include what is needed (tree.h) and not the whole metric assload of unre...Michael Shalayeff
2005-09-13merge the macglobals one-liner into locoreMartin Reindl
2005-09-13replace the node hash table with a red-black tree. this fixes someReyk Floeter
2005-09-13don't actively avoid the Composite Pattern.Marc Espie
2005-09-13new class: PackageRepositoryList, of which pkgpath is one instance.Marc Espie
2005-09-13make grabPlist slightly smarter so that we can still open the packageMarc Espie
2005-09-13allows grabbing a packing-list directly, without needing to go throughMarc Espie
2005-09-13use memcmp instead of bcmp to compare tree nodes.Reyk Floeter
2005-09-13some long-delayed clean-up of this code.Marc Espie
2005-09-13Only return a _dl_md_plabel() if the object is a function, do not indirectDale Rahn
2005-09-13Only DELEXPORT filesystems which are not exported. Removes NFS race whenDale Rahn
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-09-12Do not ouput anything unless option CARDBUS_DEBUG; ok fgs@Miod Vallat
2005-09-12frame -> fake.Marc Espie
2005-09-12correct prompt;Jason McIntyre
2005-09-12remove trailing spacesNikolay Sturm
2005-09-12Do not use __attribute__(regparm) on !x86 !amd64 platforms; ok espie@Miod Vallat
2005-09-12Missing colons.Miod Vallat
2005-09-12Simplify cross-compilation scenario; native builds unaffected.Miod Vallat
2005-09-12knf plus use __func__; no functional change.Federico G. Schwindt
2005-09-12Do not leak memory if cardbus_read_exrom() fails; ok fgs@Miod Vallat
2005-09-12better cis string parsing. from drochner@netbsd.org; tested by jmc@.Federico G. Schwindt
2005-09-12give a full pathname to the installed library, so we don't get a WTF? errorMarc Espie
2005-09-12cleanup commentsMartin Reindl
2005-09-12file is out of date;Jason McIntyre
2005-09-12regenJonathan Gray
2005-09-12ZyDAS USB IDs.Jonathan Gray
2005-09-12regenJonathan Gray
2005-09-12ZyDAS PCI IDs.Jonathan Gray
2005-09-12some markup and punctuation fixes from wiz@netbsdJason McIntyre
2005-09-12i don't see the point in maintaining a list of watchdog devices in here;Jason McIntyre
2005-09-12add ichwdt(4) here too;Jason McIntyre
2005-09-12- Add byte-swap and stride options to bus_space.Martin Reindl
2005-09-12add some Xr's for ichwdt(4) and wtachdogd(8);Jason McIntyre
2005-09-12provide m68k_page_offset()Martin Reindl
2005-09-12punctuation;Jason McIntyre
2005-09-12- add -r to usage()Jason McIntyre
2005-09-12preserve backslash using `\e', not `\\';Jason McIntyre
2005-09-11typo, th -> theBrad Smith