summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-17special-case when we only need the packing-list.Marc Espie
2005-09-17beginning to a source path repository infrastructure, very likely to changeMarc Espie
2005-09-17Document the process for pkg_add -u.Marc Espie
2005-09-17document quickie $o->contents() methodMarc Espie
2005-09-17write down explicitly that directory names in PKG_PATH should end with a /,Marc Espie
2005-09-17slightly simpler install.Marc Espie
2005-09-17minor nitMarc Espie
2005-09-17Document PKG_CACHE.Marc Espie
2005-09-17regenJonathan Gray
2005-09-17Linksys USB200M v2Jonathan Gray
2005-09-17refactor this code, much more readable, no operational change.Dale Rahn
2005-09-17remove VPD bitsBrad Smith
2005-09-17Cleanly handle the case where a dynamic object is opened, but one of it'sDale Rahn
2005-09-17add regression tests to validate that dlopened objects can pick up theirDale Rahn
2005-09-17add media detection and dual port detection for Yukon-2.Brad Smith
2005-09-17Respect main program's rpath for dependancies of dynamic libraries.Dale Rahn
2005-09-17more like a real regression test, not just printfs.Dale Rahn
2005-09-17spacingTheo de Raadt
2005-09-17add some Realtek chip idsBrad Smith
2005-09-17syncTheo de Raadt
2005-09-17fix test. dlsym(RTLD_DEFAULT,...) should not see symbols in objects openedKurt Miller
2005-09-16use poll() instead of select(), pr4505, alexander.farber@gmail.comTheo de Raadt
2005-09-16use poll() instead of select(), pr4503, alexander.farber@gmail.comTheo de Raadt
2005-09-16use poll() instead of select(), pr4502, alexander.farber@gmail.comTheo de Raadt
2005-09-16if tokendb_open() failed, do not crash if tokendb_close() is calledTheo de Raadt
2005-09-16Now that the bug requiring it has been fixed, remove the lastchance kludgeDale Rahn
2005-09-16return 1 instead of -1 on error. noticed by theo.Kurt Miller
2005-09-16revert the debug enable.Dale Rahn
2005-09-16Rework symbol lookup to more closely match sun's documentation, nowDale Rahn
2005-09-16more clean-up:Marc Espie
2005-09-16revert, breaks DESTDIR. sorry.Marc Espie
2005-09-16oopsMarc Espie
2005-09-16minor tweaks.Alexandre Anriot
2005-09-16put gdbtui into compTheo de Raadt
2005-09-16backout until we find a socket state for initTheo de Raadt
2005-09-16use shell-neutral language (in a comment);Jason McIntyre
2005-09-16in the bnf section, clarify that "fastroute" takes no arguments. also fixDaniel Hartmeier
2005-09-16move .tgz addition down to PackageRepositoryList.Marc Espie
2005-09-16reorder tests for improved sanity, from stevesk@Damien Miller
2005-09-16unneeded headers, from stevesk@Damien Miller
2005-09-16spelling.Federico G. Schwindt
2005-09-16- remove code to read PCI VPD as we do not use that anymore.Brad Smith
2005-09-15add test2 subdirKurt Miller
2005-09-15add more complex tests for dlsym. some tests may change after moreKurt Miller
2005-09-15strip trailing slashes from any arguments passed to opencvs.Joris Vink
2005-09-15Remove the (unused) syscall() indirection on arm.Miod Vallat
2005-09-15In syscall(), do not recompute the struct proc * after the syscall hasMiod Vallat
2005-09-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
2005-09-15Define PG_M_U as PG_M | PG_U, and use it where appropriate; no functionalMiod Vallat
2005-09-15Fix typo.Mark Kettenis