Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-17 | Handful of additional devices. | Jonathan Gray | |
Partially from Lawrence Teo lcteo at uncc.edu | |||
2005-09-17 | allows grabbing the packing-list directly from a PackageLocation, | Marc Espie | |
in order to make further code more symetric and efficient. | |||
2005-09-17 | special-case when we only need the packing-list. | Marc Espie | |
2005-09-17 | beginning to a source path repository infrastructure, very likely to change | Marc Espie | |
a lot yet. | |||
2005-09-17 | Document the process for pkg_add -u. | Marc Espie | |
2005-09-17 | document quickie $o->contents() method | Marc Espie | |
2005-09-17 | write down explicitly that directory names in PKG_PATH should end with a /, | Marc Espie | |
since pkg_add will have trouble splitting the path correctly in the presence of weird url schemes otherwise. | |||
2005-09-17 | slightly simpler install. | Marc Espie | |
2005-09-17 | minor nit | Marc Espie | |
2005-09-17 | Document PKG_CACHE. | Marc Espie | |
Document a few more -F toggles. Explain in more details what happens during pkg_add -r. | |||
2005-09-17 | regen | Jonathan Gray | |
2005-09-17 | Linksys USB200M v2 | Jonathan Gray | |
2005-09-17 | refactor this code, much more readable, no operational change. | Dale Rahn | |
2005-09-17 | remove VPD bits | Brad Smith | |
2005-09-17 | Cleanly handle the case where a dynamic object is opened, but one of it's | Dale Rahn | |
dependant libraries is missing. return NULL for a handle instead of causing the program to exit. | |||
2005-09-17 | add regression tests to validate that dlopened objects can pick up their | Dale Rahn | |
depend libraries. Also that dlopen() does not just exit when a dependant library is not found. | |||
2005-09-17 | add media detection and dual port detection for Yukon-2. | Brad Smith | |
from jason@ | |||
2005-09-17 | Respect main program's rpath for dependancies of dynamic libraries. | Dale Rahn | |
2005-09-17 | more like a real regression test, not just printfs. | Dale Rahn | |
2005-09-17 | spacing | Theo de Raadt | |
2005-09-17 | add some Realtek chip ids | Brad Smith | |
2005-09-17 | sync | Theo de Raadt | |
2005-09-17 | fix test. dlsym(RTLD_DEFAULT,...) should not see symbols in objects opened | Kurt Miller | |
without RTLD_GLOBAL. | |||
2005-09-16 | use poll() instead of select(), pr4505, alexander.farber@gmail.com | Theo de Raadt | |
2005-09-16 | use poll() instead of select(), pr4503, alexander.farber@gmail.com | Theo de Raadt | |
2005-09-16 | use poll() instead of select(), pr4502, alexander.farber@gmail.com | Theo de Raadt | |
2005-09-16 | if tokendb_open() failed, do not crash if tokendb_close() is called | Theo de Raadt | |
2005-09-16 | Now that the bug requiring it has been fixed, remove the lastchance kludge | Dale Rahn | |
ok kurt@ | |||
2005-09-16 | return 1 instead of -1 on error. noticed by theo. | Kurt Miller | |
2005-09-16 | revert the debug enable. | Dale Rahn | |
2005-09-16 | Rework symbol lookup to more closely match sun's documentation, now | Dale Rahn | |
treats dlopens as load groups. ok kurt@ | |||
2005-09-16 | more clean-up: | Marc Espie | |
- kill multiple inheritance; - replace pipename() with open_pipe, and use explicit exec. - add intermediate PackageRepository::Distant class. - if PKG_CACHE is set, use an intermediate wedge that stores the retrieved package in that directory. - handle signals correctly in that case. | |||
2005-09-16 | revert, breaks DESTDIR. sorry. | Marc Espie | |
2005-09-16 | oops | Marc Espie | |
2005-09-16 | minor tweaks. | Alexandre Anriot | |
ok espie@ | |||
2005-09-16 | put gdbtui into comp | Theo de Raadt | |
2005-09-16 | backout until we find a socket state for init | Theo de Raadt | |
2005-09-16 | use shell-neutral language (in a comment); | Jason McIntyre | |
from ray lai; ok krw@ | |||
2005-09-16 | in the bnf section, clarify that "fastroute" takes no arguments. also fix | Daniel Hartmeier | |
the literal parentheses around the "route/reply/dup-to" arguments. from Karl O. Pinc, discussed with jmc@ and otto@ | |||
2005-09-16 | move .tgz addition down to PackageRepositoryList. | Marc Espie | |
re-add list, which returns a \@, whereas available returns a @. | |||
2005-09-16 | reorder tests for improved sanity, from stevesk@ | Damien Miller | |
2005-09-16 | unneeded headers, from stevesk@ | Damien Miller | |
2005-09-16 | spelling. | Federico G. Schwindt | |
2005-09-16 | - remove code to read PCI VPD as we do not use that anymore. | Brad Smith | |
- remove some FreeBSD-ism's: struct resource *'s. - fail more gracefully in sk_probe() instead of in sk_attach() for newer unsupported ASIC revisions. From jason@ | |||
2005-09-15 | add test2 subdir | Kurt Miller | |
2005-09-15 | add more complex tests for dlsym. some tests may change after more | Kurt Miller | |
discussion. | |||
2005-09-15 | strip trailing slashes from any arguments passed to opencvs. | Joris Vink | |
ok xsa@ | |||
2005-09-15 | Remove the (unused) syscall() indirection on arm. | Miod Vallat | |
2005-09-15 | In syscall(), do not recompute the struct proc * after the syscall has | Miod Vallat | |
succeeded. This used to be necessary for fork(), when returning in the child, but we return in the child in child_return() which does TRT. ok art@ | |||
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat | |
processes. ok art@ uwe@ (some time ago) |