mycroft
b81128b96d
Be careful not to copy CVS files.
1993-07-09 04:24:28 +00:00
mycroft
25b5cffd48
Clean up deleted files.
1993-07-09 03:15:10 +00:00
mycroft
a2954c5519
Clean up deleted files.
1993-07-09 02:42:23 +00:00
mycroft
56af0a290d
Clean up deleted files.
1993-07-09 02:19:26 +00:00
jtc
d0159b7b6c
use rcs 5.6.0.1
1993-07-09 02:05:20 +00:00
jtc
8a6fe8365f
GNU RCS 5.6.0.1
1993-07-09 01:56:50 +00:00
mycroft
1c33fddc0b
Oops.
1993-07-08 22:53:05 +00:00
jtc
004c711f39
compile sdiff too..
1993-07-08 20:15:41 +00:00
jtc
d6c40c8bdf
Update to GNU sdiff 2.3
1993-07-08 20:14:33 +00:00
mycroft
45dbbd544b
Clean up deleted files.
1993-07-08 20:14:25 +00:00
jtc
f365b1ca2f
Update to GNU diff3 2.3
1993-07-08 20:14:18 +00:00
mycroft
06622400d9
Clean up deleted files.
1993-07-08 20:14:06 +00:00
jtc
d996bc247f
Update to GNU diff 2.3
1993-07-08 20:13:23 +00:00
mycroft
a18c6474da
Clean up deleted files.
1993-07-08 16:58:04 +00:00
brezak
31d24dc82e
Ignore the flags field in midmag.
1993-07-08 16:48:18 +00:00
brezak
24ee0231e8
Diskless boot prom code from Jim McKim (mckim@lerc.nasa.gov)
1993-07-08 16:03:44 +00:00
cgd
98bb5ccd73
if mincnt returns 0 (i.e. off end of disk, or something), punt.
1993-07-08 10:53:40 +00:00
cgd
0ffdd71a7e
mark the buffer busy immediately when we acquire it,
...
also, sleep at a slightly higher priority (so says mw...)
1993-07-08 10:29:26 +00:00
cgd
770db91c65
add "diediedie", a function to make the system panic & dump core
...
in a nice, predictable fashion. useful for DDB, when you want
a core... (i.e. "call diediedie")
1993-07-08 09:55:54 +00:00
deraadt
80dc38edb3
documentation error
1993-07-08 08:22:17 +00:00
mycroft
e4c42383fb
Implement scroll lock using sleep() and wakeup() so we don't get stuck at
...
spltty and freeze everyone.
1993-07-08 07:27:29 +00:00
cgd
f485ebbacc
get rid if wfj's stack limit check-disabling bogosities. (his old
...
exec needed them. stoopid...)
1993-07-08 04:01:13 +00:00
cgd
2b3bd9befd
remember curdir as something other than ".", so that makes
...
of things which include files in directories won't get hosed...
1993-07-08 03:41:58 +00:00
deraadt
f437fa25c1
NIS -> YP (one more)
1993-07-08 02:19:32 +00:00
cgd
d8795500f2
changes for init...
1993-07-08 01:50:42 +00:00
cgd
6fe7777e0e
get rid of the bogus changes i made to init. note that /etc/ttys
...
*must* have an entry for "console", though it should be "off",
prolly.
1993-07-08 01:47:31 +00:00
jtc
8eb8b462ea
Replace mawk 1.1.4 with gawk 2.15.2.
1993-07-07 22:18:43 +00:00
deraadt
b1d2d04ee4
chris found a case where cn_tty was being used. Doesn't look like the
...
right thing to do, so it goes away.
1993-07-07 18:58:23 +00:00
jtc
6c8b6da70e
Don't descend to egrep and fgrep directories, as those programs
...
are now links to grep.
1993-07-07 18:29:02 +00:00
jtc
94a0107126
Update grep, egrep, and fgrep to GNU grep 2.0.
1993-07-07 17:26:33 +00:00
mycroft
e7611f293f
Clean up deleted files.
1993-07-07 17:26:32 +00:00
jtc
95e239f1d9
Update grep, egrep, and fgrep to GNU grep 2.0.
1993-07-07 17:25:52 +00:00
mycroft
536d2c03e3
Clean up deleted files.
1993-07-07 17:25:42 +00:00
brezak
969988f0a6
Make regress only if directory exists. It can be optional.
1993-07-07 12:55:48 +00:00
brezak
f1b1f173e6
Change NIS--> YP
1993-07-07 12:33:50 +00:00
brezak
d3af035718
Return status instead of exiting.
1993-07-07 12:31:52 +00:00
cgd
0b1df311fc
changes from ws to support diskless booting... these are "OK" on inspection
...
and after testing... (actually, currently, none of the changed
code is even used...)
1993-07-07 12:06:32 +00:00
cgd
b99e3b6666
get rid of bogus protections chacking which conflicts w/guido's
...
patch...
1993-07-07 11:25:32 +00:00
deraadt
7afa674eb4
the "struct tty *cn_tty" field in cons.c wasn't being used by anything
1993-07-07 11:12:26 +00:00
deraadt
1eacd36710
pccons.c now dynamically allocates it's "struct tty"
...
cons.c's "struct tty *cn_tty" wasn't used by any of the kernel, and goes away.
1993-07-07 11:00:23 +00:00
cgd
8f29c4b498
specification of mountroot now handled by config
1993-07-07 10:55:00 +00:00
cgd
f0e2d2191c
changes from mw to support nfs swap/root specification
1993-07-07 10:47:00 +00:00
cgd
6e1f2beb63
we don't need the lex lib
1993-07-07 10:33:01 +00:00
cgd
06d372686f
revert code base back to net/2. in particular,
...
fix jolitz's trapsignal() change (it's only supposed to work on curproc)
and add a panic if called w/something other than curproc, and also
fix a relic of his crappy exec implementation
1993-07-07 08:12:33 +00:00
cgd
837c11c730
deal with make/shell strangenesses, and fix newvers problem
1993-07-07 07:49:09 +00:00
cgd
608b09065c
function definition changes...
1993-07-07 07:20:03 +00:00
cgd
2aeaba37fd
cpu_exit() returns void
1993-07-07 07:09:32 +00:00
cgd
f8827cb076
get rid of extraneous inclusion of seg.h
1993-07-07 07:08:47 +00:00
cgd
bd0c8f83d5
changes for ring buffers vs. clists.
1993-07-07 07:07:20 +00:00
cgd
bab148ba4e
delete inclusion of rlist.h again. grr.
1993-07-07 06:52:39 +00:00