Home | History | Annotate | only in /src/usr.sbin/mopd/mopchk
History log of /src/usr.sbin/mopd/mopchk
RevisionDateAuthorComments
 1.7 31-Oct-2021  christos Put the NOAOUT in one place
 1.6 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.5 17-Apr-1997  christos - Move common definitions to Makefile.inc
- Revert change common/os.h -> os.h. From Mats O Jansson.
 1.4 16-Apr-1997  christos Don't need to .PATH: .. or -I${.CURDIR}/common and -I${.CURDIR}; it will
actually break things in the future.
 1.3 25-Mar-1997  thorpej RCS id police.
 1.2 24-Mar-1997  christos Makefile cleanups
 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.1 08-Jun-2016  christos compile on linux
 1.11 18-Mar-2014  riastradh Merge riastradh-drm2 to HEAD.
 1.10 20-Jul-2013  wiz Use Mt for email addresses.
 1.9 20-Oct-2009  snj branches: 1.9.6; 1.9.12; 1.9.16;
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.8 11-Mar-2009  joerg Fix preamble
 1.7 07-Jun-2002  wiz branches: 1.7.40;
Xref mopcopy instead of mopa.out.
 1.6 19-Jan-2002  wiz branches: 1.6.2;
Sort sections, mark up AUTHORS section.
 1.5 08-Oct-1999  msaitoh s/ the the / the /
 1.4 30-Sep-1998  briggs branches: 1.4.4;
-v shows the version of the mopd suite, not of mopprobe, specifically.
 1.3 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.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.4.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.6.2.1 07-Jun-2002  thorpej pullup-1-6 ticket #204:

basesrc/usr.sbin/mopd/mopchk/mopchk.1 1.7

Original log message:

Xref mopcopy instead of mopa.out.
 1.7.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
 1.9.16.1 23-Jul-2013  riastradh sync with HEAD
 1.9.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.9.6.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 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

RSS XML Feed