History log of /src/usr.sbin/mopd/mopchk/mopchk.c |
Revision | | Date | Author | Comments |
1.16 |
| 28-May-2022 |
andvar | fix various typos in comments, mainly origional->original, extened->extended, incomming->incoming.
|
1.15 |
| 22-Apr-2020 |
joerg | loop.c owns iflist
|
1.14 |
| 08-Jun-2016 |
christos | compile on linux
|
1.13 |
| 30-Aug-2011 |
joerg | ANSIfy + __printflike + __dead
|
1.12 |
| 20-Oct-2009 |
snj | Follow upstream's lead and remove third and fourth clauses (except on from usr.sbin/mopd/common/pf.c, where only the ad clause is removed, because it has a shared UCB copyright) on Mats O Jansson's files.
thorpej OK'd usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c, where he shares copyright.
|
1.11 |
| 17-Apr-2009 |
lukem | Fix WARNS=4 issues (many -Wshadow, -Wcast-qual)
|
1.10 |
| 20-Apr-2003 |
christos | branches: 1.10.40; interactive errors.
|
1.9 |
| 18-Feb-2002 |
thorpej | Add support for converting Elf32 images on-the-fly into MOP images. (This involved some infrastructure changes to the various mopd support programs/libraries.)
|
1.8 |
| 19-Feb-2001 |
cgd | convert to use getprogname()
|
1.7 |
| 11-Jan-2001 |
lukem | when calling openlog(): - don't use LOG_CONS - use explicit name rather than __progname
|
1.6 |
| 16-Oct-1997 |
lukem | - WARNsify - KNFify (a bit) - use int32_t & u_int32_t instead of long and u_long - clean up man pages a bit
|
1.5 |
| 16-Oct-1997 |
lukem | - compile common code once (into libcommon.a), and link that in. cut's compilation time by half! - build a common version.c in libcommon.a - don't build version.h - nothing uses it - comment out the ifdef INFO and -DINFO stuff - it's always compiled in - XXX: don't compile mopprobe with -DNODL (which actually changes the compilation of stuff in common/*). nothing else does this, and it meant that mopprobe would have had different behaviour. if this behaviour is desired, a workaround can be put in place
|
1.4 |
| 17-Apr-1997 |
christos | - Move common definitions to Makefile.inc - Revert change common/os.h -> os.h. From Mats O Jansson.
|
1.3 |
| 16-Apr-1997 |
christos | Don't include "os.h", include "common/os.h" like it does for the other includes.
|
1.2 |
| 25-Mar-1997 |
thorpej | RCS id police.
|
1.1 |
| 16-Mar-1997 |
cjs | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 16-Mar-1997 |
cjs | Import of Mats O Jansson's MOP boot program for DEC machines.
|
1.10.40.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
|