Commit Graph

1576 Commits

Author SHA1 Message Date
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
cgd
3e210908e7 sd and st are "device-driver" under new scheme 1993-07-07 06:36:30 +00:00
cgd
640761aa1c everybody needs a vnode pager... 1993-07-07 06:35:37 +00:00
cgd
db63cd6b23 get rid of extra strcmp definition 1993-07-07 06:26:59 +00:00
cgd
09844fbcfe make the rlist code all go away. replace it with resource map code,
as written by Wolfgang Solfrank.
1993-07-07 06:04:12 +00:00
mycroft
38e4cf5f34 Clean up deleted files. 1993-07-07 06:03:57 +00:00
cgd
aa2992a474 make the rlist code all go away. replace it with resource map code,
as written by Wolfgang Solfrank.
1993-07-07 06:02:26 +00:00
cgd
419b16b0f6 add rcsid, and get rid of extraneous debugging printf 1993-07-07 06:00:15 +00:00
deraadt
9bff90a5c1 added a timeout debugging mode to wd.c so that people can see how slow
their controllers really are. Look for the WDCNDELAY_DEBUG definition.
1993-07-07 05:50:35 +00:00
deraadt
ac1c140b61 ok, all executables just got 16 bytes shorter. removed a bunch
of "nops" from the start of the crt.
1993-07-07 01:33:52 +00:00
jtc
67893cfee5 IEEE 1003.2 (D11.2.2.3) requires that the system's true and false be accessed
instead of searching $PATH.  The best way to satisfy this requirement is to
make them builtins.

True was allready builtin, this patch adds false.
1993-07-07 01:11:56 +00:00
deraadt
d670635e8b ok, 5 second command timeouts.. 1993-07-07 01:05:42 +00:00
deraadt
ceec40c98f clean up code for timeout/untimeout/wakeup prototypes. 1993-07-06 06:06:26 +00:00
cgd
21e01d6cd2 change the way dump info is printed back to the original (net/2) way,
rather than the jolitz way...
1993-07-06 00:48:06 +00:00
deraadt
86999439b2 number of changes:
1. controller reset code moved into one function, called from more places now.
2. more places now do timeouts. TIPCAT code turned on.
3. blew away the unused WDOPENLOCK test code.
4. delay is now done using WDCNDELAY repetitions of DELAY(25). Up to 2.5 second
   pause accepted from controller (some controllers have some commands that are
   actually this slow)
5. some of the old timeout code was really whacked.
1993-07-06 00:42:43 +00:00
cgd
2d53469109 get rid of extraneous inclusion of rlist.h 1993-07-06 00:31:52 +00:00
cgd
a32ac80afd add map defn's from net/2 to the tree,
so that they can be used to (eventually) replace rlists.
1993-07-06 00:25:46 +00:00