summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
AgeCommit message (Expand)Author
2003-09-25Make compile with STANDALONE defined.wiz
2003-09-25s/lukemftp/nbftp/, fix two typos.wiz
2003-09-23reset values when malloc fails.christos
2003-09-23Avoid shadowing err.wiz
2003-09-23Add prototype for remove_files.wiz
2003-09-23Remove last vsystem caller and vsystem() itself.wiz
2003-09-23Add <sys/wait.h> so that we have a prototype for waitpid(3).agc
2003-09-23Add some free()s in error cases.wiz
2003-09-23Get rid of lots of system(3) (partly via vsystem) calls.wiz
2003-09-23bump PKGTOOLS_VERSION for identification purposes (despite the lack ofgrant
2003-09-23don't assume mtree is in BINDIR, allow it to be overridden bygrant
2003-09-18Let pkg_admin(1) have a -S argument - some vendors' xargs(1) don't passagc
2003-09-17Remove the names of arguments from function prototypes.agc
2003-09-14Update pkg_install to 20030914. Changes from version 20030913 arejlam
2003-09-13Update pkg_install to 20030913. Changes from version 20020912 are quietingjlam
2003-09-13Update pkg_install to version 20030912. Changes from 200230907 arejlam
2003-09-09Inverted a test by mistake.jlam
2003-09-08Output the name of the pkgdb file from which we are removing entriesjlam
2003-09-08Allow the package entries in the pkgdbdir to be either directories orjlam
2003-09-08Bump version to 20030907. Changes from previous version include:jlam
2003-09-08strlen(pkgname) only returns the number of characters preceding the NUL,jlam
2003-09-08Correct the documentation of the return values for pkgdb_open() andjlam
2003-09-03Bump version to 20020824 after allowing users to use more than the defaultjlam
2003-09-03Remove parts that were there just to allow this to compile on NetBSD ~1.3.jlam
2003-09-03Check the return from read on the file descriptor for the ftp process: ifjlam
2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam
2003-08-25Fix error in memory handling.tron
2003-08-25Add a new library function fcexec() which allows to run a command aftertron
2003-08-25Use "rm -fr" consistently.tron
2003-08-24Replace a few calls to vsystem() with calls to fexec() to speed uptron
2003-08-24Add a new utility function which use vfork(2) and exec(2) directly insteadtron
2003-07-14use bounded string op as much as possibleitojun
2003-07-14use bounded string op as much as possibleitojun
2003-06-23Call tgetent only when TERM environment is set.tacha
2003-05-14Uppercase URL.wiz
2003-04-23pkg_add fix:seb
2003-04-22Rename "upgrade" variable to "Replace" (etc.) as that is what it's reallyhubertf
2003-04-17crank PKGTOOLS_VERSION for pkg_admin getcwd() fix.grant
2003-04-14in delete_package(), always warn if there is a checksum mismatch,grant
2003-04-11bump version for last.grant
2003-04-10fix comment, thanks simon.grant
2003-04-10min_free: Return size in a uint64_t since off_t isn't 64 bits ongrant
2003-04-10allow bzip2 support to work on earlier systems where tar has no -jgrant
2003-04-10pass -j to tar to read bzip2 binary pkgs.grant
2003-03-24Bump to "20030325" after today's changes from seb and mehubertf
2003-03-15Catch one more place that could result in Current not being set properlyhubertf
2003-03-15Bump version string for pkgdb_dump changes.agc
2003-03-15Introduce a pkgdb_dump() function, which dumps the cache file ofagc
2003-02-02Crank PKGTOOLS_VERSION to 20030202 for last_file fixabs
2003-02-02Allow '%D' to be used when no last_file available. Fixes binary packageabs