summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #194095 - Validate dispatch-conf input in order toZac Medico2007-09-291-2/+13
* Bug #193548 - When scanning for config updates and an errorZac Medico2007-09-281-4/+6
* When scanning for config updates, treat a symlink to an existingZac Medico2007-09-281-0/+9
* Bug #193548 - When emerge spawns find to search for config updates,Zac Medico2007-09-281-1/+2
* Bug #194081 - Add EBUSY to the list of ignored errnos for unlinkZac Medico2007-09-281-4/+8
* Handle KeyError thrown from aux_get().Zac Medico2007-09-271-5/+6
* Move prelink tempfile cleanup to the finally block andZac Medico2007-09-271-6/+2
* Simplify update_eclasses() a little.Zac Medico2007-09-271-8/+5
* Move a newline to fix formatting.Zac Medico2007-09-271-1/+2
* Ignore ENOTDIR from unmerge unlink calls.Zac Medico2007-09-271-1/+1
* Bug #194025 - Lock /var/db/pkg in post_merge() during theZac Medico2007-09-271-4/+10
* with help from Donnie and Ulrich, use sed to extract the statement that led t...Mike Frysinger2007-09-271-2/+24
* Bug #193486 - Use echo -n and properly quote the array argument.Zac Medico2007-09-271-1/+1
* Bug #193486 - Use xargs to avoid 'bash: /bin/rm: Argument list too long'Zac Medico2007-09-271-1/+2
* Do the stale env check/warning after the digest/manifestZac Medico2007-09-271-15/+23
* Display a short notification when an existing ${T}/environmentZac Medico2007-09-271-0/+19
* align the filename and line numbers in the output of the stack dump so that i...Mike Frysinger2007-09-261-13/+21
* Fix a typo.Zac Medico2007-09-261-1/+1
* someone seriously screwed the pooch on whitespacing here so clean it all upMike Frysinger2007-09-261-62/+63
* Bug #192706 - Do not print a summary at the end of --depcleanZac Medico2007-09-261-0/+3
* Set non-blocking mode on the pty master file descriptor whileZac Medico2007-09-261-16/+14
* Bug #192341 - When the chflags command does not exit successfully,Zac Medico2007-09-261-4/+13
* Bug #192341 - Eliminate the dependency on py-freebsd by implementingZac Medico2007-09-261-3/+16
* Bug #193695 - Add FreeBSD chflags support for rmdir()Zac Medico2007-09-251-1/+16
* In movefile() FreeBSD chflags handling, use chflags instead ofZac Medico2007-09-251-2/+4
* Bug #193695 - Add support for FreeBSD chflags during unmerge. ThisZac Medico2007-09-251-11/+25
* Bugs #168772 and #193695 - During unmerge, only ignore specificZac Medico2007-09-241-4/+18
* Bug #74615 - Quote all file paths inside dispatch-conf shell commands.Zac Medico2007-09-243-9/+9
* Initialize ${TMP} before registering the die trap so thatZac Medico2007-09-241-1/+1
* Bug #190179 - Use `prelink --verify filename` to write theZac Medico2007-09-241-5/+9
* s/note/not/ reported by p-y.Zac Medico2007-09-241-1/+1
* fix possible information leak vulnerability when doing a merge of configurati...Mike Frysinger2007-09-241-11/+22
* tweak get_config() so that it only executes one external binary (sed) instead...Mike Frysinger2007-09-241-9/+15
* When --deep is not enabled, many dependencies are dicarded andZac Medico2007-09-231-13/+25
* In spawn(), initialize default fd_pipes before doing the stdout/stderr flush.Zac Medico2007-09-231-8/+7
* Flush stderr and stdout if their file descriptors are in fd_pipes at the begi...Zac Medico2007-09-222-4/+10
* Flush stdout before calling pkg_info() to ensure that output always shows in ...Zac Medico2007-09-221-0/+4
* When --with-bdeps=y is enabled for built packages, pull in build time deps asZac Medico2007-09-221-6/+16
* Mask binary packages if their CHOST does not match the one defined in make.conf.Zac Medico2007-09-192-7/+23
* Bug #190781 - Don't include --oneshot in the options that --update implies.Zac Medico2007-09-181-2/+1
* Use ensure_dirs() and apply_permissions() to avoid redundant chown/chmod call...Zac Medico2007-09-162-8/+5
* Revert the workaround for bug #192341 since it will be much cleaner if we fal...Zac Medico2007-09-151-37/+0
* Bug #192341 - Make emerge bail out on FreeBSD if the freebsd python moduleZac Medico2007-09-131-0/+37
* Bug #192346 - The emerge --help shows a -i option that does not exist.Zac Medico2007-09-131-1/+1
* Bug #191645 - Cross-reference the `ebuild --force digest` docs with theZac Medico2007-09-132-3/+7
* Add some additional notes about the behavior of FEATURES=assume-digests underZac Medico2007-09-131-1/+5
* Bug #191645 - Document the --force option.Zac Medico2007-09-131-0/+6
* Bug #110443 - Add a KEYWORDS.stable check for ebuilds that are added directlyZac Medico2007-09-131-0/+3
* Bug #192321 - Clean dir.old cruft so that they don't prevent unmerge ofZac Medico2007-09-131-0/+10
* Bug #191645 - Document the --force option.Zac Medico2007-09-121-0/+6