Age | Commit message (Expand) | Author | Files | Lines |
2007-11-14 | Add two missing .Ek. | wiz | 1 | -1/+3 |
2007-11-13 | Provide more useful details in the error message for conflicting packages: | rillig | 1 | -5/+4 |
2007-11-11 | Added commented-out LICENSE=something. | martti | 1 | -1/+2 |
2007-11-08 | Don't use the build time version to find packages, we want to pick up | joerg | 2 | -20/+7 |
2007-11-08 | Bump version or revision of all packages that have a runtime dependency | joerg | 1 | -2/+2 |
2007-11-05 | Also add -E to usage(). From PR 37265. | joerg | 1 | -4/+4 |
2007-11-03 | pkg_install does the right things with the files, so CHECK_PERMS is not | joerg | 1 | -1/+2 |
2007-11-03 | Tag pkg_install as 20071103. | joerg | 1 | -2/+2 |
2007-11-02 | Remove obsolete option r from usage() and man page. I can't even | joerg | 3 | -6/+6 |
2007-11-01 | Added quotes around the filenames, as suggested by joerg@. | rillig | 1 | -7/+5 |
2007-11-01 | When rename(2) fails, it is useful to know some details about the | rillig | 1 | -4/+5 |
2007-10-14 | Fixed the problem with package name matching that Klaus Heinz discovered | rillig | 1 | -5/+21 |
2007-10-13 | Updated the URLs for ftp.NetBSD.org, so that they will work after the | rillig | 2 | -15/+15 |
2007-10-09 | Remove trailing spaces. | martti | 1 | -2/+2 |
2007-10-07 | fix obsolete URLs for www.NetBSD.org | kano | 1 | -2/+2 |
2007-09-29 | There is no master/slave mode anymore. | rillig | 1 | -5/+1 |
2007-09-27 | - Be less aggressive when resizing the version field, just resize if | joerg | 3 | -16/+22 |
2007-09-18 | Don't cache the allocated argv in a local static variable, just allocate | joerg | 1 | -28/+16 |
2007-09-18 | Remove EXPECT_DEBUG code and if(0)'ed call of setbuf. | joerg | 1 | -50/+2 |
2007-09-18 | Make allocation errors fatal. Better than leaking memory in the error | joerg | 1 | -10/+5 |
2007-09-17 | Add and document FETCH_PRE_ARGS, idea from David Sainty in PR #23899. | adrianp | 4 | -5/+24 |
2007-09-16 | Fix a major memory leak in Dewey that existed sine ~forever. | joerg | 3 | -46/+36 |
2007-09-11 | Bump to 20070911 for pkg_add -u fixes. | joerg | 1 | -2/+2 |
2007-09-11 | Replaced undefined behavior with an error message. We don't expect | rillig | 1 | -5/+4 |
2007-09-11 | Removed unused variable. | rillig | 1 | -5/+2 |
2007-09-11 | Applying sizeof() to a string parameter does not return the size of the | rillig | 1 | -4/+7 |
2007-09-08 | Convert to use the features framework. | jlam | 1 | -2/+3 |
2007-09-08 | Removed the warning about pkg_add or pkg_delete "not running as root" | rillig | 2 | -13/+5 |
2007-09-08 | Avoid EPERM errors from tar when installing packages as an unprivileged | rillig | 1 | -2/+12 |
2007-09-07 | In unprivileged builds, the user running pkg_add and pkg_delete is | rillig | 2 | -6/+6 |
2007-09-06 | If waitpid was interrupt for some reason, restart it. Error out on all | joerg | 1 | -5/+6 |
2007-08-29 | * When adding or checking a package using pkg_admin(1), give a more | jlam | 5 | -16/+40 |
2007-08-29 | Add FILE_NAME, the name of the binary package file. | dillo | 3 | -5/+20 |
2007-08-24 | Drop -RELEASE and similiar components of the OS version on FreeBSD as | joerg | 2 | -2/+2 |
2007-08-23 | regen. | wiz | 1 | -4/+4 |
2007-08-23 | Replace reference to (obsolete) -M with tar(1). Bump date. | wiz | 1 | -5/+6 |
2007-08-22 | Fix a bug in the processing of GPG in audit-packages.conf. This should fix | adrianp | 1 | -8/+28 |
2007-08-21 | When looking for a package with a wildcard pattern, don't add the | joerg | 2 | -5/+5 |
2007-08-15 | Start abstracting pkgdb access by introducing pkgdb_pkg_file. | joerg | 5 | -44/+46 |
2007-08-15 | Make _pkgdb_getPKGDB_DIR return const char * and fix fallout. | joerg | 6 | -20/+21 |
2007-08-15 | Bail out if the PLIST contains no @name field. This check existed since | joerg | 1 | -3/+8 |
2007-08-15 | Split off the part dealing with already installed packages into | joerg | 1 | -155/+177 |
2007-08-14 | Add new option -m to pkg_add. This allows to override MACHINE_ARCH | joerg | 6 | -24/+38 |
2007-08-13 | Merge tmppkg into main variable block and remove indentation. | joerg | 1 | -82/+79 |
2007-08-13 | Check explictly for argc == 0 to find out if options where specified. | joerg | 2 | -24/+12 |
2007-08-12 | pkg_admin: when retrying with a wildcard pattern, use the computed | joerg | 7 | -38/+117 |
2007-08-12 | Restore ignorance of entry types for lsbest and lsall for now. | joerg | 4 | -18/+21 |
2007-08-12 | Reference correct variable. | joerg | 1 | -3/+3 |
2007-08-12 | - Introduce find_best_matching_file and match_local_files. This replace | joerg | 8 | -201/+214 |
2007-08-10 | * Use stdout for printing results of vulnerable/eol packages found. | adrianp | 3 | -10/+46 |