Home | History | Annotate | only in /src/usr.sbin/mopd/mopprobe
History log of /src/usr.sbin/mopd/mopprobe
RevisionDateAuthorComments
 1.11 31-Oct-2021  christos Put the NOAOUT in one place
 1.10 10-Aug-2012  joerg Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
to Clang. Add a few cases of HAVE_LLVM for -fno-strict-aliasing.
 1.9 20-Jun-2011  mrg branches: 1.9.2;
remove most of the remaining HAVE_GCC tests that are always true in
the modern world.
 1.8 29-Aug-2008  gmcgarry branches: 1.8.18;
Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.
 1.7 12-May-2006  mrg branches: 1.7.20;
use -Wno-pointer-sign with GCC4.
 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.7.20.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.8.18.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.9.2.1 30-Oct-2012  yamt sync with head
 1.1 08-Jun-2016  christos port to linux
 1.11 04-May-2025  rillig mopprobe: remove undocumented and unimplemented options
 1.10 18-Mar-2014  riastradh branches: 1.10.38;
Merge riastradh-drm2 to HEAD.
 1.9 20-Jul-2013  wiz Use Mt for email addresses.
 1.8 20-Oct-2009  snj branches: 1.8.6; 1.8.12; 1.8.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.7 11-Mar-2009  joerg Fix preamble
 1.6 25-Feb-2003  wiz branches: 1.6.40;
.Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
 1.5 07-Jun-2002  wiz Xref mopcopy instead of mopa.out. Mark up AUTHORS section.
 1.4 05-Apr-2001  wiz branches: 1.4.2;
moptrace(1), not (8). Whitespace fixes.
 1.3 16-Oct-1997  lukem branches: 1.3.12;
- 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.3.12.1 26-Apr-2001  he Pull up revision 1.4 (requested by wiz):
Correct moptrace(1) reference, and whitespace fixes.
 1.4.2.1 07-Jun-2002  thorpej pullup-1-6 ticket #206:

basesrc/usr.sbin/mopd/mopd/mopd.8 1.5
basesrc/usr.sbin/mopd/mopprobe/mopprobe.1 1.5
basesrc/usr.sbin/mopd/moptrace/moptrace.1 1.7

Orignal log message:

Xref mopcopy instead of mopa.out. Mark up AUTHORS section.
 1.6.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.8.16.1 23-Jul-2013  riastradh sync with HEAD
 1.8.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.8.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.10.38.1 02-Aug-2025  perseant Sync with HEAD
 1.17 04-May-2025  rillig mopprobe: remove undocumented and unimplemented options
 1.16 04-May-2025  rillig mopprobe: remove no-op code

The variable 'device' was only ever assigned but never read.

No binary change.
 1.15 28-May-2022  andvar branches: 1.15.4;
fix various typos in comments, mainly origional->original,
extened->extended, incomming->incoming.
 1.14 22-Apr-2020  joerg loop.c owns iflist
 1.13 08-Jun-2016  christos port to linux
 1.12 19-Oct-2013  christos fix unused variable warnings.
 1.11 30-Aug-2011  joerg branches: 1.11.2; 1.11.8;
ANSIfy + __printflike + __dead
 1.10 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.9 17-Apr-2009  lukem Fix WARNS=4 issues (many -Wshadow, -Wcast-qual)
 1.8 20-Apr-2003  christos branches: 1.8.40;
interactive error output.
 1.7 19-Feb-2001  cgd convert to use getprogname()
 1.6 11-Jan-2001  lukem when calling openlog():
- don't use LOG_CONS
- use explicit name rather than __progname
 1.5 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.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.8.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.11.8.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.11.2.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.15.4.1 02-Aug-2025  perseant Sync with HEAD

RSS XML Feed