mycroft
39d918e7ce
if_init and if_done are not actually used; no point in having them at all.
1994-02-10 17:16:33 +00:00
mycroft
cb9f7b955c
Make sure we don't touch a file that is already stripped.
1994-02-10 16:48:56 +00:00
mycroft
f834e39cf5
Don't need back pointers for disksort().
1994-02-10 15:43:20 +00:00
mycroft
2f62d06c05
Back pointers are not useful for disksort().
1994-02-10 15:17:34 +00:00
mycroft
d2c5a70266
Rearrange some #includes.
1994-02-10 14:55:29 +00:00
mycroft
20f96b580e
Add arg to ioctl functions. Clean up #includes.
1994-02-10 13:59:25 +00:00
cgd
4e504c0179
light style cleanup
1994-02-10 08:50:06 +00:00
cgd
0c46a65f1b
changes for slip.h
1994-02-10 05:41:44 +00:00
cgd
fc1c6fe68b
update for slip.h
1994-02-10 05:39:15 +00:00
cgd
d2660232c1
mccanne convinced me that slip.h *should* exist. this is what
...
i "implemented" for 4.4, and the adjustments to the other files to
match.
1994-02-10 05:39:07 +00:00
briggs
9476a25141
Initialize return value from deliver() to zero. I guess the 386 crowd
...
has been fortunate. It's odd to see mail delivered and get a bounce
back, though, which is what was happening--spent a while thinking it
was sendmail.
1994-02-10 05:33:21 +00:00
cgd
72ca30478a
cut + paste = death
1994-02-10 05:25:18 +00:00
cgd
01654e05b8
there will be no spaces tomorrow!
1994-02-10 05:06:01 +00:00
cgd
c9ebdc4a86
clean up, punt on directory mod times, and DTRT with permissions
1994-02-10 04:49:09 +00:00
cgd
c27ff9fe55
dtrt with permissions
1994-02-10 04:42:42 +00:00
briggs
ecfa08e11e
ioctl now takes struct proc *.
1994-02-10 04:30:27 +00:00
briggs
011f63af43
New disklabelling from finchm@cray-ymp.acm.stuorg.vt.edu. Cleaned up and
...
modified somewhat by yours truly. Still need setdisklabel and
writedisklabel at some point--for now, though, it's easier to let MacOS
programs like SilverLining handle this...
1994-02-10 04:29:11 +00:00
briggs
4a88f971b4
Get rid of local FS_* definitions and add a few more partition strings to
...
keep from labelling the driver and partition map partitions with new
disklabelling code.
1994-02-10 04:26:47 +00:00
briggs
0323c54f9d
Make whole disk partition c.
...
Assign it FS_OTHER to mark it as used.
Don't assign a type to partition a so that we can use it later if there
is no root partition. This wouldn't be necessary with more partitions
available. Perhaps in the future...
1994-02-10 04:23:45 +00:00
briggs
c81ab3be4c
Add filesystem type for Macintosh HFS. We recognize it, but not much else
...
at this point.
1994-02-10 04:19:25 +00:00
cgd
4cd9943698
clean things up some
1994-02-10 03:31:19 +00:00
cgd
0feebda663
get group right for /var/games, and add /var/games/hackdir/save
1994-02-10 02:34:30 +00:00
cgd
6869fe697b
add entries for:
...
/usr/include/g++/gen
/usr/share/{gnats,groff_font/*,tmac/mm}
1994-02-10 02:33:23 +00:00
cgd
b4da561c15
kiil bogus install -d's
1994-02-10 02:31:32 +00:00
cgd
1a1b1466cb
kill bogus install -d's. for those that are appropriate (libg++),
...
make owner and mode explicit, to make the mtree files.
1994-02-10 02:17:56 +00:00
cgd
893697d4df
don't hide install -d, and make owner/group correct
1994-02-10 02:09:31 +00:00
cgd
b9c5c66af3
while documentation is nice, including SunOS man pages in your source isn't!
1994-02-10 02:06:05 +00:00
cgd
c440ffb67d
kill bogus install -d's, and clean slightly
1994-02-10 01:54:10 +00:00
cgd
f9accb9bc1
add/delete/comment out dirs in share, as appropriate
1994-02-10 01:53:06 +00:00
cgd
8f54ff345b
don't use 'make' explicitly
1994-02-10 01:47:47 +00:00
mycroft
4ebaf143d9
Now I know what to do with this; revert a couple of bits.
1994-02-10 01:37:53 +00:00
cgd
05120c85e9
fix a type; color me stupid
1994-02-10 01:24:50 +00:00
cgd
947fd2484d
be a little smarter with #defines
1994-02-10 01:22:25 +00:00
cgd
c882b54db3
kill bogus install -d's. the one for /usr/include/rpcsvc is still here.
1994-02-10 01:10:01 +00:00
cgd
38a3d1726d
kill install -d's.
1994-02-09 23:50:32 +00:00
mycroft
bbb3e7618c
All ioctl routines take a struct proc * now.
1994-02-09 21:06:46 +00:00
mycroft
191957b47b
Format police.
1994-02-09 20:54:44 +00:00
mycroft
22cc3a7bc9
Fix some spacing; enable old ioctls if COMPAT_SUNOS.
1994-02-09 20:35:24 +00:00
mycroft
a8aa70d4a5
Remove l_rend and l_meta.
1994-02-09 20:18:17 +00:00
chopps
2413e2f66c
added support for TEAC 60M, quite possibly the worst scsi interface on the planet earth.
1994-02-09 20:16:55 +00:00
mycroft
b9a95fd820
Don't attempt to prototype d_dump, as it varies per machine. Remove l_rend
...
and l_meta, as they are not used.
1994-02-09 20:12:42 +00:00
deraadt
c5a096fcf1
do not -DKERNEL please
1994-02-09 15:00:32 +00:00
deraadt
12ef386619
need struct buf for proto's
1994-02-09 14:57:08 +00:00
cgd
5a5a76afa0
add cf/cf to subdir, so it'll get built
1994-02-09 08:28:36 +00:00
cgd
cdf1056390
do makedb in DESTDIR/...
1994-02-09 08:00:16 +00:00
cgd
c0793f717f
have _SUBDIRUSE done in 'realinstall', not in 'install' so that
...
'afterinstall' actually happens *after* the real install!
since this entire section is in a "!target(install)", having
it done the other way was wrong and unnecessary (i.e. the
previous change/comment was bogus).
1994-02-09 07:55:08 +00:00
glass
2be040e54d
better. shame though, sendmail is so *EASY* to configure now.
1994-02-09 07:53:47 +00:00
cgd
f1bbbc4fa0
don't assume a machine-dependent dir
1994-02-09 07:51:44 +00:00
cgd
43c245f03b
slight consistency
1994-02-09 07:32:23 +00:00
cgd
2902d380f1
install a prototype sendmail.cf
1994-02-09 07:29:36 +00:00