Home | History | Annotate | Download | only in mount_portal
History log of /src/sbin/mount_portal/pt_tcp.c
RevisionDateAuthorComments
 1.21  11-Apr-2009  lukem fix sign-compare issues
 1.20  02-Jul-2007  pooka branches: 1.20.22;
The kernel socket isn't used by any of the providers, and it's a bit
hard to imagine how it could be used, so get rid of it.
 1.19  09-Feb-2005  xtraeme Kill __P(), use ANSI function declarations, constify; WARNS=3.
 1.18  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.17  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22308, verified by myself.
 1.16  13-Jul-2003  itojun use bounded string ops
 1.15  10-Jan-2001  lukem be consistent (both internally and with other programs):
log_err fatal errors
log_warning non-fatal errors & warnings
log_debug debug messages (#ifdef DEBUG)
 1.14  31-Dec-2000  itojun support IPv6. PR 11858 from ura@hiru.aoba.yokohama.jp
 1.13  03-Feb-1998  perry change <strings.h> to <string.h> to fix compiler warning
 1.12  21-Sep-1997  enami Cosmetic changes:

- Use syslog(..., "...%m") instead of syslog(..., "...%s",
strerror(errno)).
- Don't put a simple and single statement into a block.
- Indent continuation line by four space.
- Add an empty line at the beginning of a function if it doesn't have
local variable.
- Use err() or errx() instead of fprintf(stderr, "progname: ....\n")
and exit() (there was two place left).
- Use MOUNT_PORTAL, which is defined as "portal" in sys/mount.h,
instead of using "portal" directly.
- Fold long line to fit column < 80.
 1.11  16-Sep-1997  lukem resolve conflicts from lite-2 merge
 1.10  15-Sep-1997  lukem * KNF-ify
* update for WARNS=1
* getopt returns -1 not EOF
* fix .Nm usage
 1.9  21-May-1995  mycroft Use inet_aton(), not inet_addr().
 1.8  23-Apr-1995  cgd slightly clean rcs ids, etc.
 1.7  18-Mar-1995  cgd convert to new RCS Id conventions; reduce my headache
 1.6  23-Sep-1994  mycroft Eliminate uses of some obsolete functions.
 1.5  08-Jun-1994  mycroft Update from 4.4-Lite, with local changes.
 1.4  30-May-1994  mycroft Add missing htons(), reported by Thorsten Lockert.
 1.3  14-Jan-1994  cgd update from jsp; add 'priv' keyword to get privileged ports
 1.2  13-Jan-1994  mycroft Fix path name parsing.
 1.1  12-Jan-1994  cgd branches: 1.1.1;
mount_portal command, from jsp
 1.1.1.2  16-Sep-1997  lukem imported from lite-2
 1.1.1.1  13-Jun-1994  mycroft Import 4.4-Lite version.
 1.20.22.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

RSS XML Feed