Commit Graph

6273 Commits

Author SHA1 Message Date
wollman
9d97b6710e Attempt to make the host route cache a bit smarter under conditions of
high load:

	1) If there ever get to be more than net.inet.ip.rtmaxcache entries
	   in the cache, in_rtqtimo() will reduce net.inet.ip.rtexpire by
	   1/3 and do another round, unles net.inet.ip.rtexpire is less than
	   net.inet.ip.rtminexpire, and never more than once in ten minutes
	   (rtq_timeout).

	2) If net.inet.ip.rtexpire is set to zero, don't bother to cache
	   anything.
1995-02-14 23:04:52 +00:00
se
9122f5be94 Verify that NCR was mapped to uncached address.
Submitted by:	wolf@kintaro.cologne.de <Wolfgang Stanglmeier>
1995-02-14 22:48:01 +00:00
jkh
3b9f3271d5 Bring in the ISDN driver entries. 1995-02-14 22:36:49 +00:00
jkh
0a40f4a4d3 Add the ISDN entries 1995-02-14 22:34:41 +00:00
jkh
f0921265bb Add the ISDN entries. 1995-02-14 22:34:04 +00:00
jkh
113cad5720 Julian E. says the code is out of date, but I can at least make the
includes look right until we get a chance to fix the rest of this.
1995-02-14 22:33:10 +00:00
rgrimes
bcfec4d5a4 Export ${DESTDIR} to h2ph so that the *.ph files end up in the DESTDIR
directories instead of /usr/share/perl.
1995-02-14 21:47:04 +00:00
gpalmer
2b7a4649e3 Make the checksum target not bomb out if there is a mismatch, just
print a warning. A better fix will come along just as soon as I
work out what it is.
1995-02-14 21:29:28 +00:00
ugen
62229f0f64 TS_SNOOP flag added to identify tty is begin snoopped
snoop.h have all structures related to the snp device and stuff
1995-02-14 21:23:48 +00:00
ugen
afb537887c Here it came-the all-brand-new snoop device..
Users-beware..
It is tested and working for me but probably have some bugs i
didn't noticed so test it and reply...
It can:
 look at what's sent to the user from tty device
 snoop on pty's,vty's and serial tty's
It (still) can't:
 write to tty
 see what user types in local echo mode
It is probably bad styled and
 very dependant on tty_pty.c,sio.c and syscons.c
I would be really happy if another ppl would make their
changes because i am not sure this is the best snoop
we can have..but it is good..:)))))
1995-02-14 21:21:26 +00:00
ugen
b5d25fb3bc cdevsw[] entry for snoop device.
I took 53 and it was too late when Jordan sayd
it better been 60..besides i have no clue how to make it 60..
Jordan- pleeease don't kill me..(This is also useful(??) device..)
1995-02-14 21:16:43 +00:00
rgrimes
ddbe5b4d2b Add missing ${DESTDIR} so that the sample dir file ends up in the
correct place.
1995-02-14 21:15:58 +00:00
ugen
949db5669f pseudo-device snp 3
Example entry for snoop.
1995-02-14 21:15:12 +00:00
ugen
bc50c5a98a kern/tty_snoop.c - optional for snp device
added..
1995-02-14 21:14:11 +00:00
ugen
f8ece4f3b4 Added /dev/snp? entry.. 1995-02-14 21:13:14 +00:00
rgrimes
8fb1d632c2 Remove usage of LINKS and LN_FLAGS=-s, this does not do the correct thing
for symbolic links when $DESTDIR is set.

Add afterinstall: target to handle symbolic link creation.
1995-02-14 21:08:45 +00:00
se
2cb4e2b937 Added Matt Thomas' e-mail address. 1995-02-14 20:20:46 +00:00
rgrimes
5c501f831b Remove use of ${DESTDIR} in target of symbolic link, it makes the link
point to the wrong place.
1995-02-14 19:43:09 +00:00
phk
049f51051c Another one... 1995-02-14 19:39:50 +00:00
sos
6a195d41e2 First attempt to run linux binaries. This is only the changes needed to
the generic kernel. The actual emulator is a separate LKM. (not finished
yet, sorry).
Submitted by:	sos@freebsd.org & sef@kithrup.com
1995-02-14 19:23:22 +00:00
phk
e0e3f1d393 More people not on the list.
Submitted by:	se
1995-02-14 19:19:15 +00:00
phk
b92dfbc406 Gene Stark added. Should have been here for a long time already.
Anybody else missing ?
1995-02-14 18:04:16 +00:00
phk
5004df1e0d Removed a YF comment. 1995-02-14 18:01:24 +00:00
wpaul
bcfe726211 Changed passwd's Makefile to use the built-in LINKS mechanism to create
the symlinks for yppasswd & friends (we still can't use hard links
because passwd is installed immutable). This would have been simpler
if the LN_FLAGS variable hadn't chosen to wait until now before leaping
out of the /usr/share/mk directory and biting me in the ass. (And thus,
I was enlightened.)
1995-02-14 15:38:13 +00:00
jkh
46a237b729 An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces.
EDSS1 is the "Euro-ISDN", 1TR6 is the soon obsolete german ISDN Interface.
Obtained from: Dietmar Friede <dfriede@drnhh.neuhaus.de> and
	Juergen Krause <jkr@saarlink.de>

This is only one part - the rest to follow in a couple of hours.
This part is a benign import, since it doesn't affect anything else.
1995-02-14 15:00:39 +00:00
sos
25db89ddf1 Fixed cursor xor problem... 1995-02-14 14:37:53 +00:00
jkh
c580fe88c3 The destructor always assumed that it would be called on objects created from
ONE constructor routine.  This was bogus - there is also a system provided
constructor which does not allocate a pattern buffer.  Make less assumptions.
1995-02-14 12:35:03 +00:00
ugen
542d463109 Ppl asked to make ipfw smarter..ok..
here it is..
1995-02-14 09:34:04 +00:00
ugen
be7680c494 Fix for rather stupid bug by which you couldn't set
ports for the destination IP addr/port.
Nobody reported this btw , while a lot of other things reported-
probably ppl does not use destination ports at all????
1995-02-14 08:28:27 +00:00
phk
87dec589d0 Jordan forgot to move the scd in this file. 1995-02-14 07:19:10 +00:00
phk
fc079195d7 Whoops! back out last commit partly. 1995-02-14 06:57:45 +00:00
phk
4d7d6370bf YFfix. 1995-02-14 06:55:42 +00:00
phk
090774dd5b susword -> systm.h 1995-02-14 06:51:31 +00:00
phk
5b62d3e205 YPfix 1995-02-14 06:34:49 +00:00
phk
0d08bee703 YFfix. 1995-02-14 06:33:53 +00:00
phk
e2684b2edd YFfix 1995-02-14 06:31:13 +00:00
phk
deaea2f54f YFfix. 1995-02-14 06:28:25 +00:00
phk
e32bf5abf2 YPfix 1995-02-14 06:25:17 +00:00
phk
989dc1dfb1 YFfix
+int    nfsrv_vput __P(( struct vnode * ));
+int    nfsrv_vrele __P(( struct vnode * ));
+int    nfsrv_vmio __P(( struct vnode * ));
1995-02-14 06:22:18 +00:00
phk
13b443d1f4 YFfix 1995-02-14 06:19:23 +00:00
phk
9221afecab YFfix. added
errval scsi_probe_busses __P(( int, int, int));
1995-02-14 06:17:23 +00:00
phk
3707afbd51 YFfix.
added int    susword __P((void *base, int word));
1995-02-14 06:15:25 +00:00
phk
8188d612f1 YF fix. 1995-02-14 06:14:28 +00:00
phk
3639e2eb66 YF Fix. 1995-02-14 06:11:21 +00:00
phk
9fb2f8ed7b YF fix.
Reviewed by:	phk
Submitted by:	yves@dutncp8.tn.tudelft.nl (Yves Fonk)
1995-02-14 06:06:07 +00:00
phk
9029b806cc Yves has sent us a ~600 Kb patch, which shuts up gcc entirely for the
entire kernel.
Unfortunately we didn't send him a copy of the style guide before he did it.
I'm trying to find all the benign and downright sound bits and will commit
them without any other explanation than "YF fix" if they are merely cosmetic.

Reviewed by:	phk
Submitted by:	yves@dutncp8.tn.tudelft.nl (Yves Fonk)
1995-02-14 06:00:17 +00:00
phk
6ae9e2aaab Added a bunch of people who deserved it. 1995-02-14 04:07:59 +00:00
jkh
73c1dbf31b Get scdreg.h from new location. 1995-02-14 04:05:04 +00:00
dg
54d2607066 Fixed problem with msync causing a panic.
Submitted by:	John Dyson
1995-02-14 04:00:17 +00:00
wollman
ab925fefb9 Make capitalization consistent with other devices registered in
the database.  Also, distinguish between VGA-like display devices
and everything else.
1995-02-14 03:19:27 +00:00