Home | History | Annotate | Download | only in mount_portal
History log of /src/sbin/mount_portal/Makefile
RevisionDateAuthorComments
 1.27  09-May-2017  kamil Minor and non-functional enhancements in mount_portal(8)

Since day0 pt_exec.c shipped with a dummy stub for "exec" operation, stop
waiting longer and eliminate it now. This functionality can be achieved
with filters.

Drop FreeBSD CVS repos references. There are certainly still some mirrors
or old mirrors available, but since the project moved to SVN+GIT entirely
drop it.

Add CVS Id - where missing - to the documentation files. This helps users
to determine how recent are the files.
 1.26  23-Jan-2016  christos branches: 1.26.6;
Define _KERNTYPES for things that need it.
 1.25  14-Aug-2011  christos document non-literal strings
 1.24  05-Dec-2009  pooka Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.
 1.23  27-Jun-2005  christos Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
programs that did not compile before.
 1.22  09-Feb-2005  xtraeme Kill __P(), use ANSI function declarations, constify; WARNS=3.
 1.21  01-Mar-2004  itojun unifdef -DINET6. getaddrinfo will always be there, so there's no point in
keeping old code. moreover old code does not traverse list of DNS-returned
addresses.
 1.20  22-Mar-2003  jdolecek move getmntopts(3) to libutil, build and install also it's manpage
bump libutil minor
adjust individual mount_*/Makefile to use libutil getmntopts(3)
 1.19  19-Aug-2002  lukem Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
 1.18  31-Dec-2000  itojun support IPv6. PR 11858 from ura@hiru.aoba.yokohama.jp
 1.17  06-Nov-2000  jdolecek convert to use regex (it used compat regexp previously), g/c now unneded stuff
 1.16  16-Aug-1999  bgrayson Initial support for rfilter and wfilter namespaces, in pt_filter.c.
Also, recur into ./examples, to grab the tutorial and example configurations.
 1.15  18-Sep-1998  thorpej We use regexp(3), better link w/ libcompat!
 1.14  04-Feb-1998  christos Remove -lcompat; not needed.
 1.13  10-Oct-1997  christos CFLAGS->CPPFLAGS
 1.12  08-May-1997  gwr Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
 1.11  06-May-1997  gwr Use .PATH.c: ...
 1.10  18-Mar-1995  cgd convert to new RCS Id conventions; reduce my headache
 1.9  22-Dec-1994  cgd specify man pages the new way.
 1.8  03-Aug-1994  deraadt do not need -I/sys
 1.7  10-Jun-1994  pk X compilation
 1.6  08-Jun-1994  mycroft Update from 4.4-Lite, with local changes.
 1.5  28-Jan-1994  cgd don't need -lutil
 1.4  13-Jan-1994  mycroft Remove some notdefage and link with libutil so we properly daemonize.
 1.3  12-Jan-1994  cgd it uses the old regex stuff, so include -lcompat
 1.2  12-Jan-1994  mycroft Get CFLAGS right so the blasted thing is optimized.
 1.1  12-Jan-1994  cgd branches: 1.1.1;
mount_portal command, from jsp
 1.1.1.1  13-Jun-1994  mycroft Import 4.4-Lite version.
 1.26.6.1  11-May-2017  pgoyette Sync with HEAD

RSS XML Feed