mycroft
dc5f9bfad3
Increment minor version.
1996-09-08 00:03:56 +00:00
mycroft
e6dd44f034
Use SIGBUS iff we get a legitimate bus fault. Use SIGSEGV for page protection
...
violations (per Solaris, SVR4, AIX, Linux, Irix, and SunOS).
1996-09-07 22:26:41 +00:00
thorpej
ec67ea7102
When checking the entry point of an executable, use N_PAGSIZ() rather
...
than __LDPGSZ directly.
1996-09-07 22:07:15 +00:00
mycroft
c49d89171e
Mention that timeout is in milliseconds.
1996-09-07 21:53:08 +00:00
mycroft
28a375c45a
Cross-reference poll(2).
1996-09-07 21:51:53 +00:00
mycroft
56b990d61e
Document the use of INFTIM.
1996-09-07 21:50:07 +00:00
mycroft
7cbc74f45c
Use INFTIM, not -1.
1996-09-07 21:47:23 +00:00
explorer
ec9e28aab1
Block ENV and BASH_ENV from client. From David Holland <dholland@hcs.harvard.edu>
1996-09-07 21:45:52 +00:00
mycroft
f0ab97d9b1
Define INFTIM, a la Solaris.
1996-09-07 21:44:59 +00:00
explorer
d3a4eeb1fe
Fix some potential buffer overflow problems.
...
From David Holland <dholland@hcs.harvard.edu>
1996-09-07 21:05:37 +00:00
mycroft
f14cece0ae
Turn off DEBUG by default now.
1996-09-07 20:26:09 +00:00
thorpej
26ecf6820b
Use the stock ld(1) and the srec program to generate the serial line
...
bootstrap program.
1996-09-07 19:23:03 +00:00
thorpej
a27c9a94f5
Add a public domain S-record generator.
1996-09-07 19:21:32 +00:00
mycroft
52528cc4f8
Add a poll(2) man page.
1996-09-07 19:05:32 +00:00
mycroft
d1a410667f
Add .At V.3.
1996-09-07 18:59:55 +00:00
mycroft
016196e6c3
Add architecture-specific macros that were missing (alpha, arm32, mvme68k,
...
an pica).
1996-09-07 18:58:11 +00:00
mycroft
d3cf361da8
Oops. [bc]dev_lkm_dummy() doesn't take any arguments.
1996-09-07 18:39:30 +00:00
mycroft
f6f3a3525f
Document EFAULT as a valid error.
1996-09-07 17:54:26 +00:00
mycroft
7a494f5540
Don't prototype poll(2) here. SysV requires poll.h to be included.
1996-09-07 17:48:59 +00:00
mycroft
3419dfcb31
Make a symlink for poll.h.
1996-09-07 17:47:50 +00:00
mycroft
a0ff652bcf
Definitions for poll(2). Prototype it here.
1996-09-07 17:42:49 +00:00
mycroft
4723d5537c
Prototype poll(2).
1996-09-07 14:30:56 +00:00
mycroft
65e2460e9e
Build a stub for poll(2).
1996-09-07 14:25:51 +00:00
mycroft
826fb76b6f
Regen.
1996-09-07 14:24:17 +00:00
mycroft
1449e67e30
Modify poll(2) prototype.
1996-09-07 14:20:09 +00:00
mycroft
07d2eae876
Regen.
1996-09-07 14:18:04 +00:00
mycroft
cdd2b02b50
Modify poll(2) prototype.
1996-09-07 14:16:42 +00:00
mycroft
c9663d2cad
Regen.
1996-09-07 13:24:34 +00:00
mycroft
17b9974c5a
Implement poll(2).
1996-09-07 13:23:39 +00:00
mycroft
cb488ac22a
Definition of pollfd is no longer needed.
1996-09-07 13:02:43 +00:00
mycroft
f51fa207ba
Regen.
1996-09-07 13:01:41 +00:00
mycroft
4a60463da8
This is no longer needed.
1996-09-07 13:01:29 +00:00
mycroft
264dd4757c
Regen.
1996-09-07 12:56:49 +00:00
mycroft
2bc736661a
Implement poll(2).
1996-09-07 12:40:22 +00:00
mycroft
67417a473a
Use bus.h.
1996-09-07 12:12:18 +00:00
thorpej
e0775c12c8
Don't `config-dependent' machdep.c; we already depend on the Makefile,
...
which accomplishes the same thing.
1996-09-07 06:52:21 +00:00
mycroft
261a7626ca
Oops. Copy out the right number of command bytes.
1996-09-07 04:59:06 +00:00
mrg
e27343e07d
fix a couple of minor nits after discussions with jason.
1996-09-07 04:55:16 +00:00
mhitch
b7ef581afb
The MAXINE serial console is on scc0 (the only SCC on the MAXINE) instead
...
of scc1. Fix the check of which scc to initialize the console serial line
so that the MAXINE serial console will work.
1996-09-07 01:25:37 +00:00
mhitch
3686def7f7
Add parenthesis to correct a check for current SII state, so that a forced
...
disconnect will be done (it would never have been done with the old code).
1996-09-07 01:19:45 +00:00
thorpej
f6a91a9c52
Regen.
1996-09-06 18:01:37 +00:00
thorpej
ea052e2547
Add the ETI NE3300 Ethernet card to the list of known EISA devices.
...
From Andrew Gillham <gillhaa@ghost.whirlpool.com>.
1996-09-06 18:01:07 +00:00
perry
540ba41249
.Nm LKM -> .Nm lkm, per C.G.D.'s request.
1996-09-06 17:20:28 +00:00
jonathan
ac5bac38be
* This driver initialized mfb devices to black-on-black. If being used
...
as a console, initalize as white-on-black so console messages are legible.
(Sean Davidson reports that rcons still messes up the display, perhaps
due to using the wrong pixel depth).
1996-09-06 07:01:06 +00:00
mrg
506716a5c9
add pfil manual page.
1996-09-06 05:27:47 +00:00
mrg
ae47956db0
add packet filter interface code. see pfil(9) for more details. you
...
need the PACKET_FILTER option to enable this code. currently, ipfilter
version 3.1.1-beta has been converted to use this new interface.
1996-09-06 05:07:43 +00:00
mycroft
94bfaac456
Wrap the definitions of CONADDR and CONUNIT in #ifndef.
1996-09-06 05:06:01 +00:00
cgd
e6e14683fe
note that the AlphaStation 500 works (with the same caveats as the
...
AlphaStation 600).
1996-09-06 04:01:37 +00:00
thorpej
cf8907875b
Add a missing "break;", pointed out by Chris Demetriou.
1996-09-05 23:29:22 +00:00
cgd
ea52c85b3a
use -pg rather than -p when compiling profiled objects.
1996-09-05 19:12:33 +00:00