summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
AgeCommit message (Expand)Author
2000-07-24handle NULL pen variable more gracefully in find_play_pen()hubertf
2000-07-06remove/hide some debugging codehubertf
2000-07-05 * Move comment around a bithubertf
2000-06-19be sure to set pkgdbp to NULL after closing the db.hubertf
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-08ftp(1)'s "ls" now lists files/dirs plus attributes (much like "dir" didhubertf
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-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
1999-12-20Set things to a sane state for db(3) routines.hubertf
1999-12-01 - Comment codehubertf
1999-12-01Don't be verbose unnecessarily. (Instead, just remove this stale debughubertf
1999-11-29Put support for @src back in.hubertf
1999-11-29Add code to include the size of a package into both thehubertf
1999-11-18Don't preserve uids or permissions of checked out files (MTREE, DEINSTALL,fredb
1999-09-09Comment pl_ent_t to make debugging easier.hubertf
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-20The copy_hierarchy function is never called. Remove its definition andagc
1999-08-19Consolidate URL handling into a table of valid leading strings foragc
1999-08-19Clean up minor nits in C code.agc
1999-06-18don't print a useless error message.mrg
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-04-12Use absolute path to tar(1) in execl() call.hubertf
1999-04-10Fix off-by-one error. (This was detected using libefence)hubertf
1999-03-22Replace static array of packages given to pkg_perform() with linearhubertf
1999-03-15Shut-up gcc-2.8.1 warnings.christos
1999-03-13set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>lukem
1999-03-09Define TAR_CMD and TAR_FULLPATHNAME, and use them in preference toagc
1999-03-06update comment for findmatchingname()hubertf
1999-03-03More helpful message on failurehubertf
1999-03-02use mkdtemp also on 1.3I and uphubertf
1999-03-01Include <fcntl.h> for the O_* definitions.agc