summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
AgeCommit message (Expand)Author
2000-07-24Fix a buffer overrun bug. The TOOBIG macro had some hard coded constantsdmcmahill
2000-07-24handle NULL pen variable more gracefully in find_play_pen()hubertf
2000-07-06remove/hide some debugging codehubertf
2000-07-05Only calculate MD5 checksum for plain files.hubertf
2000-07-05 * Move comment around a bithubertf
2000-07-05remove extra period in SEE ALL sectionmsaitoh
2000-06-19be sure to set pkgdbp to NULL after closing the db.hubertf
2000-06-19Allocate space & copy a string returned by a function that'll clobber it onhubertf
2000-06-18remove stale debugging codehubertf
2000-06-18 * shuffle variable names in findbestmatchingname_fn() aroundhubertf
2000-06-18use /var/tmp consistently. (XXX need to re-visit if we everhubertf
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-06-08ftp(1)'s "ls" now lists files/dirs plus attributes (much like "dir" didhubertf
2000-06-07save another call to allocate space on the stack for something that'shubertf
2000-06-07Don't use asprintf() which isn't available on NetBSD 1.3.2.hubertf
2000-05-16pkg_delete -r was done by Chris Hopps (I used the same code do implementhubertf
2000-05-16Don't remove any INSTALL scripts. Just in case someone needs them laterhubertf
2000-05-15Don't read +CONTENTS files if not needed.hubertf
2000-05-11When expanding wildcards given on the command line, don't includehubertf
2000-05-08Add "lsall" and "lsbest" commands to pkg_admin, to find all/besthubertf
2000-05-07In require_delete(), actually use the expanded wildcard passed in viahubertf
2000-04-30Fix obvious typo in previous commit. This could not possibly compile.mycroft
2000-04-29Print appropriate warning if the directory of a @dirrm is not presenthubertf
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-03-13Fix doubled 'the's.soren
2000-02-27 - Bump timeout in select() to 10 minuteshubertf
2000-02-22adjust copyrighthubertf
2000-02-07Special case 'nb<X>' suffix in deweycmp() - this allows NetBSD specificabs
2000-02-04init buffer differentlyhubertf
2000-02-02remove clutter left after switching to mkstemphubertf
2000-02-02Use mkstemp instead of mkstemp.hubertf
2000-02-02add copyright and (more important!) _RCS_ID()hubertf
2000-02-01Set the environment variables to have zero-length strings on Solaris.agc
2000-01-31Fix a typo.agc
2000-01-31Fix for Solaris: don't try to call unsetenv().agc
2000-01-26be a bit more liberal WRT slow servershubertf
2000-01-25-current's gcc seems to be a bit picky about using pointer-differences ashubertf
2000-01-25some code cleanuphubertf
2000-01-19FTP wildcard depends code, initial commit.hubertf
2000-01-17Reverse wording for -R. Per PR 9141 by Jim Bernard <jbernard@ox.mines.edu>hubertf
2000-01-10mention -Ss in usagehubertf
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-20Set things to a sane state for db(3) routines.hubertf