David Greenman
7609ab12e4
Initialize b_vnbuf.le_next before returning a new buffer in getpbuf and
...
trypbuf. Move a couple of splbio's to be slightly less conservative.
1994-12-23 04:56:51 +00:00
David Greenman
602d2b481a
Protect vnode buffer chain manipulation with splbio to prevent list
...
corruption..
1994-12-23 04:52:55 +00:00
Jordan K. Hubbard
66a5b326e1
Whoops! I buggered up the tape dialog. Fixed. These changes allow
...
you to specify your tape drive device for the cases when the user
has more than one.
1994-12-23 03:30:02 +00:00
Jordan K. Hubbard
927a6f682e
Fix a typo that crept in with the last update.
1994-12-23 02:55:07 +00:00
Jordan K. Hubbard
f1df762392
Even more bogons eradicated. My, there are a lot of them in here! :-)
1994-12-23 02:25:32 +00:00
David Greenman
edd5a4af47
Restore my changes in rev 1.11 that Garrett killed in his commit.
1994-12-22 23:42:25 +00:00
Garrett Wollman
b2774d00ad
Make arp_rtrequest() static since nobody needs to referene it any more.
1994-12-22 22:00:30 +00:00
Garrett Wollman
dd2e410221
Move ARP interface initialization into if_ether.c:arp_ifinit().
1994-12-22 21:56:22 +00:00
Jordan K. Hubbard
186c582fdf
Whoops, another lurking bogon!
1994-12-22 21:34:36 +00:00
Stefan Eßer
9a3c07de07
Add support for -v option passed to boot loader (bootverbose).
...
Reviewed by:
Submitted by:
Obtained from:
1994-12-22 21:20:39 +00:00
Stefan Eßer
68d2fa1f21
Added SCSI_DATA_OUT to flags passed to the device driver in sd_dump()
...
since device drivers may decide not to accept a data out phase without
this flag present.
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
1994-12-22 21:18:48 +00:00
Garrett Wollman
59d8d13f60
Added `ds', a black-hole network interface.
1994-12-22 21:00:05 +00:00
Garrett Wollman
d87bdc80f2
Added much-needed new options -[lL], to suppress printing of either the
...
call-graph or the flat profile, since often you only want one of them.
1994-12-22 20:52:15 +00:00
Jordan K. Hubbard
5af8c64327
Fix a slight bogon with a directory not being made before it was used.
1994-12-22 20:38:23 +00:00
Bruce Evans
14c28f38a8
Don't use `MKDEP= -p' even for the case of a single source file since we
...
always make an intermediate object file.
1994-12-22 17:20:52 +00:00
David Greenman
511cdd1649
Removed bogus semicolon at end of a #define line.
1994-12-22 07:20:03 +00:00
David Greenman
6f7bc393bb
Fixed a benign off by one error.
1994-12-22 05:18:12 +00:00
Bruce Evans
222d875bec
Print `slicename' and not a bogus pointer in diskerr()
1994-12-22 04:42:31 +00:00
Garrett Wollman
074c4a4e2e
Add generic part of generic multiple-physical-interface support (the
...
successor of IFF_ALTPHYS).
1994-12-21 22:57:05 +00:00
Garrett Wollman
b67268cfbc
Disable UDP echo, chargen, date, and daytime services.
1994-12-21 20:32:44 +00:00
Garrett Wollman
71704f34b1
Disable UDP service looping attack.
1994-12-21 19:08:45 +00:00
Garrett Wollman
b30cbe4a6b
Add a #define for if_rawoutput(), which isn't used now, but eventually will
...
be.
1994-12-21 18:03:41 +00:00
Garrett Wollman
f811ab0233
Avoid a serious race by blocking netisrs while walking the route tree.
...
(IWBRNI we could just block IP netisrs...)
1994-12-21 17:25:52 +00:00
Garrett Wollman
3c896bda76
Correct sysctl info so that net.inet.ip.rtexpire is actually accessible.
1994-12-21 17:23:59 +00:00
Andrey A. Chernov
f8c32a9711
Remove get status from probe, confuse LU002
...
Add check stbytes[1] != stbytes[2] for presence real Mitsumi
controller
1994-12-21 15:17:59 +00:00
Andrey A. Chernov
0bda4f122a
stbytes miss by one for new model
1994-12-21 15:12:41 +00:00
Andrey A. Chernov
8dac9202c0
Now crontab works not only for vi editor, i.e. refers to
...
file name not to file fd
1994-12-21 11:06:08 +00:00
Jordan K. Hubbard
4998acd354
Tweaks for the upcoming 2.1 installation.
1994-12-21 04:57:07 +00:00
Andrey A. Chernov
9502ca4baf
Use proper serial device names
1994-12-19 02:02:47 +00:00
Andrey A. Chernov
11c5d06117
Use ASCII lock instead of BINARY one.
1994-12-19 01:57:17 +00:00
Andrey A. Chernov
338bca2c5e
Use proper device names.
...
Remove fix-cua script, does nothing good.
1994-12-19 01:22:21 +00:00
Andrey A. Chernov
4fcbc726d9
Use proper dialout device name
1994-12-19 01:14:58 +00:00
Andrey A. Chernov
dcb4550cb2
Uncomment uucpd by default, it is working and secure now
1994-12-19 01:11:19 +00:00
Andrey A. Chernov
67e5e9bc63
Use proper LOCKDIR name
1994-12-19 01:07:59 +00:00
Andrey A. Chernov
322c962402
Use proper lock dir name
1994-12-19 01:02:11 +00:00
Andrey A. Chernov
b63b4cdb92
Skip nulls in putback to don't confuse with EOFs
1994-12-19 00:26:20 +00:00
David Greenman
6185408336
Don't ever clear B_BUSY on a pbuf (or any other flag for that matter).
...
This appears to be the cause of some buffer confusion that leads to
a panic during heavy paging.
Submitted by: John Dyson
1994-12-19 00:02:56 +00:00
Andrey A. Chernov
7c5eeb390e
Make m4 more 8bit clean.
...
Don't use is*(EOF)
This fix core dump when LANG setted to 8bit wide charset
and ENABLE_STARTUP_LOCALE
1994-12-18 23:58:25 +00:00
Joerg Wunsch
e72e8750d3
Insert a hook to initialize the serial port at the beginning of
...
boot(). This is needed so the "serialboot" stuff can share this file,
too.
Everything is #ifdef'ed so it evaluates to nothing when actually been
built in the "biosboot" directory.
1994-12-18 20:30:10 +00:00
Joerg Wunsch
2c681fc102
This became a frequently requested item now.
...
The files in this directory are modified version of "biosboot". The
only difference is in that they perform their I/O via a serial port,
so their preferrable usage is to form bootblocks for systems where the
kernel happens to have an "options COMCONSOLE". Most of the code is
actually shared with "biosboot", and make will not (and should not)
descend into this directory by default. It is in the responsibility
of the user to build these bootblocks instead of the original ones.
1994-12-18 20:12:10 +00:00
Joerg Wunsch
0246a9d813
Initialize syscons also in cases where it ain't the system's console
...
(i.e., there's a comconsole).
1994-12-18 19:45:53 +00:00
Joerg Wunsch
91c38cb885
Ooops, i forgot one NVT > 0 in a previous commit. Now pcvt will also
...
work as the system's console.
1994-12-18 19:42:41 +00:00
Joerg Wunsch
00e82d39d7
Move the code providing the equivalent of ICRNL for console input from
...
the device driver(s) to cons.c.
1994-12-18 19:35:59 +00:00
Bruce Evans
bf67b544a2
Pass the slice number of the boot device to the kernel in the previously
...
unused bitfields for the adaptor and the controller. It should go in
the bitfield for the partition but that would not be backwards compatible.
1994-12-18 19:14:19 +00:00
Joerg Wunsch
34994fcd8e
Make ls recognize the COLUMNS environmental variable, even
...
in cases where it does not run on a terminal. This is important
e.g. for commands like
env COLUMNS=132 ls -CR | lpr -Psome-wide-printer
1994-12-18 19:00:01 +00:00
Poul-Henning Kamp
d9a2713bb5
Make sure we allocate at least 8 scbus if we allocate any at all.
1994-12-18 18:48:39 +00:00
Poul-Henning Kamp
40a97f50d4
> ../../i386/isa/if_le.c still has a mountain of warnings.. Anyone keen
...
> to fix?
Sure. How's this? -
Reviewed by: phk
Submitted by: Mark Murray <mark@grondar.za>
1994-12-18 18:42:03 +00:00
Jordan K. Hubbard
ffdd6a7267
src/bin/ed will never build DES encumbered ed again. That is the job
...
for secure/bin/ed ...
1994-12-18 15:15:10 +00:00
David Greenman
2b4e0927f6
Unbogify the size being passed to bzero when clearing struct softc.
1994-12-18 14:40:26 +00:00
David Greenman
94101b5208
Move page_unhold's in pmap_object_init_pt down one line to gard against
...
a potential race condition.
1994-12-18 14:16:22 +00:00