Age | Commit message (Expand) | Author | Files | Lines |
2008-02-22 | pkg_install-20080222: | joerg | 2 | -4/+14 |
2008-02-19 | pkg_install-20080219: | joerg | 5 | -7/+704 |
2008-02-09 | Always use the newly built pkg_create -- this makes updates easier. | joerg | 1 | -1/+2 |
2008-02-08 | Having to wonder for 5min why pkg_add would fail just to discover that | joerg | 1 | -3/+7 |
2008-02-07 | pkg_install-20080208: | joerg | 2 | -4/+7 |
2008-02-05 | Include fcntl.h for Solaris. From Andri Piik in private mail. | joerg | 1 | -2/+5 |
2008-02-04 | pen.c only uses statvfs.h and the necessary headers are included by | joerg | 4 | -45/+4 |
2008-02-04 | pkg_install-20080204: | joerg | 2 | -16/+19 |
2008-02-02 | pkg_install-20080202: | joerg | 8 | -288/+615 |
2008-02-02 | Explicitly check that meta data files are regular. | joerg | 1 | -0/+2 |
2008-01-29 | Sign over my copyright to TNF. | hubertf | 5 | -104/+98 |
2008-01-26 | pkg_install-20080126: Make pkg_add pass down -I and -m when recursively | joerg | 2 | -4/+7 |
2008-01-26 | When updating a package, the "(perhaps the packing list is incorrectly | rillig | 1 | -5/+3 |
2008-01-13 | Fixed typos. | rillig | 1 | -6/+5 |
2008-01-07 | Add 'audit-packages -F <file>' to process a list of packages/patterns | adrianp | 2 | -200/+276 |
2008-01-04 | If a command line argument is used, it should be mentioned by exactly | rillig | 2 | -5/+6 |
2008-01-03 | When calling open(2), don't try to get an error message from libarchive, | rillig | 1 | -3/+3 |
2007-12-23 | Prepare for update of NetBSD and pkgsrc-2007Q4 by tagging current state | joerg | 1 | -2/+2 |
2007-12-19 | The +CONTENTS file is checked for conflicts, not +REQUIRED_BY. | rillig | 1 | -2/+2 |
2007-12-17 | Documented struct package_conflict and added a note about the | rillig | 1 | -0/+17 |
2007-12-10 | document 'rebuild-tree' in usage() | tnn | 1 | -2/+3 |
2007-11-30 | style | rillig | 1 | -2/+4 |
2007-11-30 | Do not install a package if some of the installed packages would | rillig | 4 | -5/+138 |
2007-11-29 | Remove the package metadata even if it is read-only, without prompting | rillig | 1 | -3/+3 |
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 |