History log of /src/sbin/mount_portal/activate.c |
Revision | | Date | Author | Comments |
1.15 |
| 11-Apr-2009 |
lukem | fix sign-compare issues
|
1.14 |
| 02-Jul-2007 |
pooka | branches: 1.14.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.13 |
| 09-Feb-2005 |
xtraeme | Kill __P(), use ANSI function declarations, constify; WARNS=3.
|
1.12 |
| 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.11 |
| 11-Feb-2002 |
atatat | Minor tweak to make portalfs work on 64 bit ports.
|
1.10 |
| 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.9 |
| 05-Jun-2000 |
thorpej | Use CMSG_*() correctly when sending file descriptors.
|
1.8 |
| 21-Sep-1997 |
enami | branches: 1.8.10; 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.7 |
| 16-Sep-1997 |
lukem | resolve conflicts from lite-2 merge
|
1.6 |
| 15-Sep-1997 |
lukem | * KNF-ify * update for WARNS=1 * getopt returns -1 not EOF * fix .Nm usage
|
1.5 |
| 23-Apr-1995 |
cgd | slightly clean rcs ids, etc.
|
1.4 |
| 18-Mar-1995 |
cgd | convert to new RCS Id conventions; reduce my headache
|
1.3 |
| 23-Sep-1994 |
mycroft | Eliminate uses of some obsolete functions.
|
1.2 |
| 08-Jun-1994 |
mycroft | Update from 4.4-Lite, with local changes.
|
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.8.10.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.14.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
|