summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add
AgeCommit message (Expand)Author
2000-07-24Fix a buffer overrun bug. The TOOBIG macro had some hard coded constantsdmcmahill
2000-06-17Update prototype for "extract_plist()".tron
2000-06-16extract_plist() should inform caller when it aborts extractsjg
2000-06-16avoid possible overflow of exit statussjg
2000-05-16Don't remove any INSTALL scripts. Just in case someone needs them laterhubertf
2000-04-01Don't abort during quick depends pre-scan when -f is usedhubertf
2000-04-01Improve the last change.hubertf
2000-04-01Make this compile again.augustss
2000-03-31In the "quick depends pre-check" don't only try to replace anythinghubertf
2000-03-19 * in pkg_add, before the "install dependencies" loop, check ALLhubertf
2000-01-25some code cleanuphubertf
2000-01-19FTP wildcard depends code, initial commit.hubertf
2000-01-09Also move the +SIZE files into place, if a pkg comes with some.hubertf
2000-01-04Some changes from David Maxwell <david@fundy.ca>:hubertf
1999-12-01Not without my handbag. (Forgot this in last commit)hubertf
1999-12-01 - Comment codehubertf
1999-11-18Typos (from OpenBSD)kristerw
1999-11-10Check return value from realpath() to avoid a NULL pointer being passed toabs
1999-10-04Apply Force (-f) recursivelyproff
1999-08-24Bring closer to /usr/share/misc/style with the aid of indent(1).hubertf
1999-08-23Hide test for URLlength()>0 behind a macro (IS_URL()).hubertf
1999-08-23Provide full pathnames for chgrp(1), chown(1) and chmod(1), passingagc
1999-08-19Pass BINDIR down via Makefile.inc, rather than hardcoding /usr/sbin -agc
1999-08-19Consolidate URL handling into a table of valid leading strings foragc
1999-08-19Clean up minor nits in C code.agc
1999-08-19Add two missing "(void)" casts.tron
1999-08-19Modify conflict check to avoid matching packages with the same name prefixtron
1999-07-02Document PKG_TMPDIRhubertf
1999-06-15Add support for fetching packages from HTTP URLs. Since 'ftp' is alreadycgd
1999-05-30Remove support for absolutes pathnames completely. This can't work withtron
1999-05-29Don't prepend directories if the plist files are absolute.christos
1999-05-12Fix wrong error handling in case "/var/db/pkg" needs to be created.tron
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-22Replace static array of packages given to pkg_perform() with linearhubertf
1999-03-12Fix string handling bugs introduced by last patch.tron
1999-03-09Define TAR_CMD and TAR_FULLPATHNAME, and use them in preference toagc
1999-03-07Clean up SYNOPSIS formatting.mycroft
1999-03-02Cosmetic but annoying - no need to append a newline character in warnx()agc
1999-02-17If any other version of this package in stalled, stop. Document this. :)hubertf
1999-02-01Allow @exec to be the first (non-comment) thing in a PLIST filehubertf
1999-01-19Add code for pkgdb.hubertf
1998-11-07Fix some bugs discovered tonight when installing on a fresh 1.3.2hubertf
1998-10-26Modify pkg_create to recognise Build Information and Version files, whenagc
1998-10-26s/freebsd/netbsd/, pointed out by Heiko Rupphubertf
1998-10-12+ Remove obsolete and unused string functions.agc
1998-10-09More cleanup - various bits of KNF.agc
1998-10-09Some minor KNF.agc
1998-10-08Eliminate all use of sprintf(3), and replace it with snprintf(3).agc
1998-10-04fix some egcs warningshubertf
1998-10-03Teach our tools about dependencies containing wildcards.hubertf