cjs
cc78feaa86
Include string.h for memcpy().
1997-10-13 22:05:26 +00:00
cjs
846ccfbf7f
#include <string.h>
1997-10-13 22:01:54 +00:00
gwr
3716c3b16b
Add idprom.c
1997-10-13 21:59:24 +00:00
gwr
25e542020a
Move idprom stuff from netif_sun.c to idprom.c (new).
1997-10-13 21:57:58 +00:00
gwr
bf1ba6aebb
Provide declarations for _STANDALONE also.
1997-10-13 21:37:02 +00:00
augustss
e0bd22c96a
Fix pastos.
1997-10-13 21:30:57 +00:00
mark
a5efbaaf3f
Fix -Wall compiler warnings.
1997-10-13 21:28:53 +00:00
mark
e30acb582b
Build softfloat support as standard.
1997-10-13 21:26:58 +00:00
mark
4b5476b492
Fix compiler warnings.
1997-10-13 21:24:15 +00:00
cjs
3b88f2c450
time_t != long; cast it.
1997-10-13 21:09:59 +00:00
cjs
c13728a5bc
time_t != long; fix minor type problem.
1997-10-13 21:05:36 +00:00
christos
5175902c09
- make sure that the arguments to the printf like functions are correct
...
- add a makemsg() function to accompany makesignal.
1997-10-13 21:02:57 +00:00
cjs
5e411157a1
Ugly hack to make this compile without warnings on alpha.
1997-10-13 20:45:40 +00:00
cjs
83c227ec28
If you're going to pass a u_char as an int, cast it first.
1997-10-13 20:44:09 +00:00
explorer
be3b267427
Update notice to indicate the the IDEAS were derived from Ted's code, not the
...
code itself, per phone conversation with Ted
1997-10-13 19:59:26 +00:00
christos
bf72b656b0
Warns fixes:
...
use varargs properly
use unsigned chars where appropriate
fix typos
eliminate gcc warnings
1997-10-13 19:42:53 +00:00
pk
e95c79e586
Keep a private pool of auxiliary resources (vndxfer & vndbuf structures)
...
used to setup I/O to regular files.
Implemented in a somewhat generic way, for what it's worth.
1997-10-13 19:15:19 +00:00
explorer
c713bc804e
update copyright to include the CORRECT spelling of Ted Ts'o's name
1997-10-13 18:34:29 +00:00
lukem
2a7a558e44
use <termcap.h> instead of <curses.h> for termcap(3) functions
1997-10-13 16:13:39 +00:00
lukem
22630e700a
install <termcap.h> (was from libedit), and use here...
1997-10-13 16:11:41 +00:00
lukem
b1927dc191
use <termcap.h> instead of defining termcap(3) stuff here
1997-10-13 16:10:36 +00:00
lukem
55c1036e4f
use <termcap.h> instead of "termcap.h" (which was repository copied to libterm)
1997-10-13 16:09:01 +00:00
mrg
9d66e20f61
termcap.h moves to libterm.
1997-10-13 15:46:30 +00:00
lukem
28558b28eb
rcsid fascism
1997-10-13 14:22:22 +00:00
mycroft
ea1e38924b
Remove bogons.
1997-10-13 14:16:16 +00:00
mycroft
da169d6900
Add unformatted man pages.
1997-10-13 14:11:19 +00:00
veego
f157921771
We don't need the -I. . Pointed out by enami tsugutomo.
1997-10-13 13:35:30 +00:00
lukem
7656b49be6
rcsid fascism
1997-10-13 11:55:15 +00:00
lukem
90cee8eaa6
rcsid fascism
1997-10-13 11:21:19 +00:00
leo
a1025a03cc
Correct TBIS_20 parameters, add DCFA/DCPA defines for the 020/030 (From
...
Ignatios).
1997-10-13 11:21:12 +00:00
lukem
0357e86ac5
rcsid fascism
1997-10-13 11:21:11 +00:00
leo
49867b6097
Correct TBIS_20 parameters, add DCFA/DCPA defines for the 020/030 (From
...
Ignatios).
1997-10-13 11:21:09 +00:00
lukem
e3314ef32b
rcsid fascism
1997-10-13 11:19:47 +00:00
veego
9487518196
Add the define for RND_TYPE_TTY.
1997-10-13 10:24:21 +00:00
bouyer
dd53470e10
The number of fs types is FSMAXTYPES not DKMAXTYPES.
...
Correct read of formatted file (used with -e or -R) so that fstype with
spaces will work. Also enlarge the fstype field by 2 chars so that
"Linux Ext2" will not be truncated.
1997-10-13 09:53:26 +00:00
bouyer
7cdf2a0dc5
The number of fs types is FSMAXTYPES not DKMAXTYPES.
1997-10-13 09:44:18 +00:00
lukem
e8b9c15144
rcsid fascism
1997-10-13 09:28:10 +00:00
drochner
e14496efb8
Ignore BIOS partition table and disklabel for floppys and RAW_PART,
...
for consistency with the kernel.
1997-10-13 09:26:29 +00:00
lukem
313ab54809
rcsid fascism
1997-10-13 09:26:06 +00:00
mark
a0d2f5f3ad
RCS Id police.
1997-10-13 08:51:57 +00:00
fvdl
8cc94a2371
Get rid of some MARKCACHED calls I thought better of. Make sure d_reclen
...
is aligned for off_t access, or things will break on the Alpha.
1997-10-13 08:35:53 +00:00
lukem
ec79495f83
add rcsid
1997-10-13 07:44:01 +00:00
lukem
16199f1de9
don't use home-grown ether_ntoa() - ether_toa(3) in libc works fine...
1997-10-13 07:41:48 +00:00
lukem
88b87b1582
add rcsid
1997-10-13 07:38:09 +00:00
cjs
0e4e4777f8
Add pseudo-device rnd.
1997-10-13 06:59:58 +00:00
explorer
dc1765641f
clean up warnings, gads
1997-10-13 04:05:58 +00:00
lukem
7eaa3f736a
add rcsid
1997-10-13 04:00:27 +00:00
scottr
1895730762
Fix an oversight in chrtoblktab[], kindly pointed out by Michael Graff.
1997-10-13 03:59:18 +00:00
explorer
9a1e5bf2d3
Add rndctl(8) and man page
1997-10-13 03:58:05 +00:00
explorer
4dbeae09d5
compile rndctl
1997-10-13 03:57:51 +00:00