freebsd_amp_hwpstate/lib/libfetch
Dag-Erling Smørgrav d74a913b68 Use CHECK_FLAG 2000-10-29 15:56:10 +00:00
..
Makefile Install per function manpages so one doesn't mistakenly think we don't 2000-10-28 20:32:39 +00:00
README
common.c
common.h Add CHECK_FLAGS, a macro for (safely) checking if a particular flag is set. 2000-10-29 15:45:31 +00:00
fetch.3 Document FTP_PASSIVE_MODE and FTP_PASSWORD. 2000-10-29 12:58:08 +00:00
fetch.c Use CHECK_FLAG 2000-10-29 15:56:10 +00:00
fetch.h
file.c Use CHECK_FLAG 2000-10-29 15:56:10 +00:00
ftp.c Use CHECK_FLAG 2000-10-29 15:56:10 +00:00
ftp.errors
http.c Use CHECK_FLAG 2000-10-29 15:56:10 +00:00
http.errors

README

This is the new fetch(3) library, which is to replace the ftpio(3)
library and provide a new, unified backend for all fetch(1),
pkg_add(1) and sysinstall(8).

Note that this is very much work in progress. It compiles (with a few
warnings), but there is much left to be implemented. Comments, patches
etc. of all kinds are welcome, but please don't commit anything
without talking to me first.

		-- Dag-Erling C. Smørgrav (des@FreeBSD.org)