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
lukem
2a43cbe64c
add rcsid
1997-10-13 03:51:58 +00:00
lukem
9e8a6cf527
s/LINT/lint
1997-10-13 03:48:49 +00:00
lukem
21504c46eb
- ignore trailing NUL in database key/value pairs (which sendmail's
...
aliases.db has)
- add rcsid
1997-10-13 03:47:07 +00:00
lukem
652dc94093
- hack ypdb_open() to try the standard hash (for sendmail's aliases.db)
...
if the initial open fails with EFTYPE. if a different database
format is found to be more efficient, just add the code to open it
prior to that of the other formats; this maintains backward
compatibility with older databases whilst providing new functionality...
- add rcsid's
1997-10-13 03:42:27 +00:00
lukem
64718e58ff
add rcsid
1997-10-13 03:15:30 +00:00
lukem
637fe83584
share is WARNS?=1 friendly...
1997-10-13 03:02:22 +00:00
lukem
a232aee2bc
WARNSify, KNFify (inc. removing extremely verbose & useless comments), ...
1997-10-13 02:18:06 +00:00
explorer
80513cb5ae
o Make usage of /dev/random dependant on
...
pseudo-device rnd # /dev/random and in-kernel generator
in config files.
o Add declaration to all architectures.
o Clean up copyright message in rnd.c, rnd.h, and rndpool.c to include
that this code is derived in part from Ted Tyso's linux code.
1997-10-13 00:46:08 +00:00
thorpej
1ae5ca3411
Initialize interrupt handlers and message buffer in mvme68k_init().
1997-10-13 00:21:08 +00:00
thorpej
118885e061
Consolidate some initialization in mvme68k_init().
1997-10-13 00:19:37 +00:00
thorpej
05c4cae34d
We don't need to call isrinit() twice.
1997-10-13 00:18:28 +00:00
fvdl
c3ce5f02ea
Do negative lookup caching. Use a timestamp of the oldest negative cache
...
entry, so it can be checked against directory modification time for
validity.
1997-10-12 23:13:35 +00:00