mycroft
ae69ed2b35
select() -> poll()
2002-09-20 14:16:03 +00:00
lukem
c52b93f508
minor makefile delint
2002-09-18 13:31:52 +00:00
itojun
ea854da625
string manipulation fixes. from openbsd
2002-08-22 07:18:42 +00:00
wiz
9a97e49a31
Fix a typo.
2002-07-19 10:12:49 +00:00
mrg
65b6526e06
add a "-s <mopdir>" argument to mopd so that it doesn't require one place
...
files in /tftpboot/mop.
2002-07-19 10:05:34 +00:00
itojun
d97f14e190
use snprintf. inspired by openbsd change
2002-07-13 11:35:35 +00:00
wiz
982dfd0a48
Xref mopcopy instead of mopa.out. Mark up AUTHORS section.
2002-06-07 11:23:55 +00:00
wiz
cb8469b275
Xref elf(5).
2002-06-07 11:23:31 +00:00
wiz
5164e3e814
Xref mopcopy instead of mopa.out.
2002-06-07 11:23:19 +00:00
thorpej
7d0a93d974
Rename mopa.out to mopcopy, since it handles more than a.out these days.
2002-06-06 23:00:56 +00:00
thorpej
63e6bdedae
Add Elf32 support to mopa.out (which is now quite inappropriately
...
named; a future commit will rename it).
Thanks to uwe@netbsd.org for testing the resulting MOP image for me.
Fixes port-vax/16867.
2002-06-06 22:52:25 +00:00
thorpej
e96b77f08f
Add support for converting Elf32 images on-the-fly into MOP images.
...
(This involved some infrastructure changes to the various mopd
support programs/libraries.)
2002-02-18 22:00:36 +00:00
wiz
1b9e345181
Whitespace nits, sort SEE ALSO.
2002-01-19 03:37:38 +00:00
wiz
f79ee8e50f
Sort sections, mark up AUTHORS section.
2002-01-19 03:36:44 +00:00
wiz
30a3135df2
Sort SEE ALSO and sections, use .An in AUTHORS section.
2002-01-19 03:36:20 +00:00
thorpej
dbaa175ee7
Add comment delimiters around the token after an #endif
2001-12-31 19:46:57 +00:00
tv
8e6f7afb5b
MKfoo=no -> NOfoo
2001-12-12 01:48:43 +00:00
wiz
837f3243f8
moptrace(1), not (8). Whitespace fixes.
2001-04-05 11:50:06 +00:00
cgd
25bdbb661e
convert to use getprogname()
2001-02-19 23:22:40 +00:00
cgd
d594ce939b
comment or delete text after CPP directives.
2001-01-16 02:50:27 +00:00
lukem
39c3c68f55
when calling openlog():
...
- don't use LOG_CONS
- use explicit name rather than __progname
2001-01-11 01:42:50 +00:00
lukem
443a19e035
convert to using .WAIT
2001-01-09 03:13:39 +00:00
enami
270db080e9
Use PRINTOBJDIR.
2001-01-07 08:00:54 +00:00
bouyer
9c9d109bdd
Fix bin/11253: seg-fault in mopd
...
Once we found the correct slot, make sure dle points to it. dle was left
pointing out of the array by the for(;;) loop.
Fix from Ken Wellsch <kwellsch@tampabay.rr.com>
2000-11-19 16:40:16 +00:00
matt
576563305b
A little cleanup. Deal with lost packets
2000-08-11 23:11:12 +00:00
mjl
0b02557654
Increase buffer size to maximum allowed by spec (filename may be
...
up to 128 chars long).
Ignore filenames longer than this.
Use syslog with %s as format, just in case.
The above changes come from OpenBSD.
Also use #define instead of magic constants.
2000-07-21 12:37:00 +00:00
ragge
ca2ae6b635
Need special tweaking for VAX8200 etc...
2000-06-27 18:57:41 +00:00
ragge
7c0a82f745
Don't die, just complain if the converted image do not have a VAX MID.
2000-05-20 10:58:05 +00:00
abs
0e026526cf
fix bug that caused first load to fail - from jkunz@unixag-kl.fh-kl.de
2000-01-10 19:33:18 +00:00
msaitoh
0fcbe067c6
s/ the the / the /
1999-10-08 20:13:42 +00:00
simonb
94628bf62e
In a program request packet during the second and third stage of an
...
Ultrix/mips MOP boot, the "software" packet is 256 bytes - bump the
size of the program array (maximum for the VAX must only be 16 bytes).
1999-08-17 12:38:09 +00:00
thorpej
56c5efa335
Use pidfile(3).
1999-06-06 02:52:16 +00:00
lukem
7e1c62baf8
set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>
1999-03-13 23:17:46 +00:00
lukem
dcab0210a0
convert from NOxxx= to MKxxx=no.
...
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
kleink
3ed4fcf61e
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
...
of errno.
1999-01-11 22:39:59 +00:00
briggs
67c67dafdc
-v shows the version of the mopd suite, not of mopprobe, specifically.
1998-09-30 15:05:01 +00:00
briggs
21cf1380f9
s/contence/contents/
1998-09-30 14:58:56 +00:00
mycroft
b21020c6b1
SPARC uses 8k virtual pages for linking.
1998-07-25 06:01:13 +00:00
thorpej
6ac52dea77
Display a more meaningful error message if the bpf open fails.
1998-05-24 20:30:55 +00:00
cgd
0aa4deb7f3
lint
1998-02-07 00:03:19 +00:00
perry
6cbd3cb0ff
change #ifdef around include to fix compiler warning
1998-02-03 04:51:29 +00:00
lukem
0a94f4f077
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
lukem
f5bf267d90
enable WARNS=1 by default, but disable in unclean 3rd party code
1997-10-18 06:42:25 +00:00
lukem
149f1867d1
rcsid fascism
1997-10-18 04:36:50 +00:00
lukem
ea649a155d
fix race condition when building libcommon.a with make -j, use ../Makefile.inc
1997-10-17 10:38:21 +00:00
lukem
d85b07eb41
fix race condition when building libcommon.a with make -j, use ../Makefile.inc
1997-10-17 10:38:11 +00:00
lukem
07ed891089
- WARNsify
...
- KNFify (a bit)
- use int32_t & u_int32_t instead of long and u_long
- clean up man pages a bit
1997-10-16 23:24:50 +00:00
lukem
b3f8f59032
- WARNsify
...
- KNFify (a bit)
- use int32_t & u_int32_t instead of long and u_long
- clean up man pages a bit
1997-10-16 23:24:18 +00:00
lukem
c518f62858
- 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
1997-10-16 07:36:12 +00:00
christos
697285d609
- Move common definitions to Makefile.inc
...
- Revert change common/os.h -> os.h. From Mats O Jansson.
1997-04-17 21:08:57 +00:00