| Commit message (Expand) | Author | Age | Files | Lines |
* | keep old repoman names so we don't confuse people | Alec Warner | 2007-10-01 | 1 | -1/+1 |
* | Add Donnie's quote check, refactor other ebuild-content checks into classes a... | Alec Warner | 2007-10-01 | 1 | -65/+34 |
* | Add new repoman check classes using StringIO; possibly need some testing, obv... | Alec Warner | 2007-10-01 | 3 | -0/+189 |
* | Bug #142508 - Clear the screen each time before calling | Zac Medico | 2007-10-01 | 1 | -0/+14 |
* | Reimplement portdbapi.visible() so that is works without | Zac Medico | 2007-09-30 | 1 | -45/+51 |
* | Document interaction between config.setinst() and | Zac Medico | 2007-09-30 | 1 | -0/+7 |
* | Remove redundant trailing slashes from ${D}. (branches/prefix r7886) | Zac Medico | 2007-09-29 | 1 | -14/+17 |
* | Initialize PORTAGE_TMPDIR before using it. | Zac Medico | 2007-09-29 | 1 | -3/+3 |
* | revert useless quoting | Mike Frysinger | 2007-09-29 | 2 | -4/+2 |
* | Fix quoting as reported by Drac in bug 194169 | Alec Warner | 2007-09-29 | 3 | -3/+3 |
* | Bug #194095 - Validate dispatch-conf input in order to | Zac Medico | 2007-09-29 | 1 | -2/+13 |
* | Bug #193548 - When scanning for config updates and an error | Zac Medico | 2007-09-28 | 1 | -4/+6 |
* | When scanning for config updates, treat a symlink to an existing | Zac Medico | 2007-09-28 | 1 | -0/+9 |
* | Bug #193548 - When emerge spawns find to search for config updates, | Zac Medico | 2007-09-28 | 1 | -1/+2 |
* | Bug #194081 - Add EBUSY to the list of ignored errnos for unlink | Zac Medico | 2007-09-28 | 1 | -4/+8 |
* | Handle KeyError thrown from aux_get(). | Zac Medico | 2007-09-27 | 1 | -5/+6 |
* | Move prelink tempfile cleanup to the finally block and | Zac Medico | 2007-09-27 | 1 | -6/+2 |
* | Simplify update_eclasses() a little. | Zac Medico | 2007-09-27 | 1 | -8/+5 |
* | Move a newline to fix formatting. | Zac Medico | 2007-09-27 | 1 | -1/+2 |
* | Ignore ENOTDIR from unmerge unlink calls. | Zac Medico | 2007-09-27 | 1 | -1/+1 |
* | Bug #194025 - Lock /var/db/pkg in post_merge() during the | Zac Medico | 2007-09-27 | 1 | -4/+10 |
* | with help from Donnie and Ulrich, use sed to extract the statement that led t... | Mike Frysinger | 2007-09-27 | 1 | -2/+24 |
* | Bug #193486 - Use echo -n and properly quote the array argument. | Zac Medico | 2007-09-27 | 1 | -1/+1 |
* | Bug #193486 - Use xargs to avoid 'bash: /bin/rm: Argument list too long' | Zac Medico | 2007-09-27 | 1 | -1/+2 |
* | Do the stale env check/warning after the digest/manifest | Zac Medico | 2007-09-27 | 1 | -15/+23 |
* | Display a short notification when an existing ${T}/environment | Zac Medico | 2007-09-27 | 1 | -0/+19 |
* | align the filename and line numbers in the output of the stack dump so that i... | Mike Frysinger | 2007-09-26 | 1 | -13/+21 |
* | Fix a typo. | Zac Medico | 2007-09-26 | 1 | -1/+1 |
* | someone seriously screwed the pooch on whitespacing here so clean it all up | Mike Frysinger | 2007-09-26 | 1 | -62/+63 |
* | Bug #192706 - Do not print a summary at the end of --depclean | Zac Medico | 2007-09-26 | 1 | -0/+3 |
* | Set non-blocking mode on the pty master file descriptor while | Zac Medico | 2007-09-26 | 1 | -16/+14 |
* | Bug #192341 - When the chflags command does not exit successfully, | Zac Medico | 2007-09-26 | 1 | -4/+13 |
* | Bug #192341 - Eliminate the dependency on py-freebsd by implementing | Zac Medico | 2007-09-26 | 1 | -3/+16 |
* | Bug #193695 - Add FreeBSD chflags support for rmdir() | Zac Medico | 2007-09-25 | 1 | -1/+16 |
* | In movefile() FreeBSD chflags handling, use chflags instead of | Zac Medico | 2007-09-25 | 1 | -2/+4 |
* | Bug #193695 - Add support for FreeBSD chflags during unmerge. This | Zac Medico | 2007-09-25 | 1 | -11/+25 |
* | Bugs #168772 and #193695 - During unmerge, only ignore specific | Zac Medico | 2007-09-24 | 1 | -4/+18 |
* | Bug #74615 - Quote all file paths inside dispatch-conf shell commands. | Zac Medico | 2007-09-24 | 3 | -9/+9 |
* | Initialize ${TMP} before registering the die trap so that | Zac Medico | 2007-09-24 | 1 | -1/+1 |
* | Bug #190179 - Use `prelink --verify filename` to write the | Zac Medico | 2007-09-24 | 1 | -5/+9 |
* | s/note/not/ reported by p-y. | Zac Medico | 2007-09-24 | 1 | -1/+1 |
* | fix possible information leak vulnerability when doing a merge of configurati... | Mike Frysinger | 2007-09-24 | 1 | -11/+22 |
* | tweak get_config() so that it only executes one external binary (sed) instead... | Mike Frysinger | 2007-09-24 | 1 | -9/+15 |
* | When --deep is not enabled, many dependencies are dicarded and | Zac Medico | 2007-09-23 | 1 | -13/+25 |
* | In spawn(), initialize default fd_pipes before doing the stdout/stderr flush. | Zac Medico | 2007-09-23 | 1 | -8/+7 |
* | Flush stderr and stdout if their file descriptors are in fd_pipes at the begi... | Zac Medico | 2007-09-22 | 2 | -4/+10 |
* | Flush stdout before calling pkg_info() to ensure that output always shows in ... | Zac Medico | 2007-09-22 | 1 | -0/+4 |
* | When --with-bdeps=y is enabled for built packages, pull in build time deps as | Zac Medico | 2007-09-22 | 1 | -6/+16 |
* | Mask binary packages if their CHOST does not match the one defined in make.conf. | Zac Medico | 2007-09-19 | 2 | -7/+23 |
* | Bug #190781 - Don't include --oneshot in the options that --update implies. | Zac Medico | 2007-09-18 | 1 | -2/+1 |