summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/file.c
AgeCommit message (Expand)Author
1999-12-01 - Comment codehubertf
1999-12-01Don't be verbose unnecessarily. (Instead, just remove this stale debughubertf
1999-11-18Don't preserve uids or permissions of checked out files (MTREE, DEINSTALL,fredb
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-15Add support for fetching packages from HTTP URLs. Since 'ftp' is alreadycgd
1999-04-12Use absolute path to tar(1) in execl() call.hubertf
1999-03-15Shut-up gcc-2.8.1 warnings.christos
1999-03-09Define TAR_CMD and TAR_FULLPATHNAME, and use them in preference toagc
1999-01-26minor comments fixuphubertf
1999-01-26comment fileFindByPath(), reindent a bithubertf
1998-11-02include fcntl.h to get O_RDONLY; our headers include too much stuff.christos
1998-10-13Fixes for Alpha, from Hideo MASUDA (h-masuda@jm3spa.felix.or.jp), inagc
1998-10-08Eliminate all use of sprintf(3), and replace it with snprintf(3).agc
1998-10-08Get rid of some lint.agc
1998-10-04fix some egcs warningshubertf
1998-10-03Teach our tools about dependencies containing wildcards.hubertf
1998-10-01In an ideal world, make_playpen() and leave_playpen() would maintainhubertf
1998-08-27Allow symlinks to directories instead of pure directories in severalhubertf
1998-07-09Replace FreeBSD's libftpio with our calls to our great ftp client.hubertf
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-05-18return new dir; fixes PR 5456 by "Heiko W.Rupp" <hwr@pilhuhn.de>hubertf
1998-04-23In isdir() function, use lstat(2) instead of stat(2), so that we doagc
1998-03-27Clean up some lint warnings about return value of errx.agc
1997-10-19fix compile warnings on the alpha.mrg
1997-10-18use strchr/strrchr/memset/memmove instead of index/rindex/bzero/bcopylukem
1997-10-17WARNSify, cleanup Makefileslukem
1997-10-16 - document $PKG_PATHhubertf
1997-10-16Second part of intrgration of FreeBSD pkg_install as of 971013.hubertf
1997-10-16First cut on importing pkg_install as of FreeBSD 971013:hubertf
1997-06-05Add NetBSD Idsagc
1997-06-05Initial import of FreeBSD packaging tool.agc