jlemon
628be0515e
Restructure TCP timeout handling:
...
- eliminate the fast/slow timeout lists for TCP and instead use a
callout entry for each timer.
- increase the TCP timer granularity to HZ
- implement "bad retransmit" recovery, as presented in
"On Estimating End-to-End Network Path Properties", by Allman and Paxson.
Submitted by: jlemon, wollmann
1999-08-30 21:17:07 +00:00
markm
6aee941745
Remove tn3270 from the build, preparatory to a short trial and a
...
brutal sentence. Once the dateline has crossed the repository,
tn3270 is history. Folk who want it, please use the new port.
1999-08-30 20:57:06 +00:00
phk
b5f0a40b0d
Null commit to get last commit message recorded:
...
Avoid name clash with dev_t member si_tty.
1999-08-30 20:52:14 +00:00
mtaylor
0b81e841f1
Make vnconfig's device argument not require a leading "/dev/", ala "ccdconfig".
...
Cleanup a few "-Wall -O" warnings.
Make "usage()" agree with man page.
1999-08-30 20:49:31 +00:00
phk
f82f3c42eb
*** empty log message ***
1999-08-30 20:47:29 +00:00
dima
c8f87c5ea6
ktrace should not follow symlinks either.
...
Suggested by: bde
1999-08-30 19:08:28 +00:00
luoqi
aeb0ead475
Wrong sleep addr passed to wakeup.
...
Submitted by: Vsevolod Lobko seva@sevasoft.alex-ua.com
1999-08-30 18:35:31 +00:00
phk
dc1e390721
pps_shiftmax only exists #ifdef PPS_SYNC
...
Found by: Roger Hardiman <roger@cs.strath.ac.uk>
1999-08-30 16:21:32 +00:00
gibbs
74b51246fe
aic7xxx.c:
...
Clean out some #if 0'ed debugging cruft.
aic7xxx.h:
Definitions for the aic7855 and aic7859.
1999-08-30 16:12:39 +00:00
gibbs
8cd479ab3c
Add support for the aic7859 which is found on the 2930CU.
...
Break out the detection logic for the aic7855 and properly report
these chips as 7855s instead of 7850s.
The 2940AU_CN is an aic7860 based card, not aic7860.
Not setting CACHETHEN turned out to be a bad idea. It can cause
spurious corruption under heavy PCI load with multiple masters.
1999-08-30 16:11:46 +00:00
dt
0c0843ee5c
Fix a memory leak: free the thread-specific poll_data, used in the select()
...
implementation.
PR: 13368
Submitted by: Steve Bernacki, Jr. <steve@copacetic.net>
1999-08-30 15:45:42 +00:00
nsayer
7b6ca448b1
MFS: Change path to perl.
1999-08-30 14:41:09 +00:00
phk
50c0eae18d
Update to the latest nanokernel from Dave Mills.
1999-08-30 12:04:49 +00:00
sheldonh
f8e888af9e
For every "promiscuous mode enabled" message printed for an interface,
...
print a matching "disabled" message when we drop out of promiscuous
mode for that interface.
Discussed on the freebsd-hackers mailing list.
1999-08-30 11:55:30 +00:00
obrien
1307fb8ba8
Use the stock EGCS 1.1.2 file here. Our previous changes are OBE.
...
(code change by rev 1.3 has been removed, and 1.2 is not needed since
contrib/gcc/cp/except.c is now the stock one)
1999-08-30 10:50:39 +00:00
sheldonh
1f6d5bd10b
Only do a full pwd_mkdb for deletions; other operations may use the -u
...
option as an optimization.
PR: 13346
Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-08-30 10:35:38 +00:00
phk
f62fb86505
s/si_tty_tty/si_tty/g
1999-08-30 10:35:37 +00:00
obrien
ba9b2147f2
Use the stock EGCS 1.1.2 file here. I cannot determine if our previous
...
changes for ObjC are still appropriate.
1999-08-30 10:27:11 +00:00
sheldonh
b337d66e78
Clean-up:
...
Fix grammar and spelling nits.
Use .Dq and .Qq where appropriate.
Divorce trailing punctuation from quoted elements.
Use .Dq instead of .Xr for builtins.
Remove trailing whitespace and blank lines.
PR: 13340
1999-08-30 10:13:04 +00:00
obrien
1d16d23ff8
This brings rev 1.2 into EGCS 1.1.2. Also tweaks gleemed from EGCS
...
ChangeLog's. Note that rev 1.3 changes (HOST_PTR_PRINTF) was not
brought into EGCS 1.1.2 as that is the default.
1999-08-30 10:12:33 +00:00
peter
04d539c0b6
Nearly missed this one. Turn off -DTERMCAP otherwise it defines a bunch
...
of conflicting symbols with ncurses.
1999-08-30 10:03:27 +00:00
obrien
537ee54f88
Fix conflicts.
1999-08-30 09:58:28 +00:00
sheldonh
addfa1409d
Only issue a warning for the first occurrence of a UID > USHRT_MAX and
...
the first occurrence of a GID > USHRT_MAX.
PR: 13344
Reviewed by: bde
1999-08-30 09:55:42 +00:00
obrien
903d244211
Use the stock EGCS 1.1.2 file here. Our previous changes are OBE.
1999-08-30 09:54:31 +00:00
roger
54f868e962
Add #include <sys/select.h> ready for select() support in bt848 driver
1999-08-30 09:28:47 +00:00
obrien
2bce35da0a
This add Alpha and proper x86 support to EGCS 1.1.2. Functionally speaking,
...
this covers revs 1.{2,3}.
1999-08-30 08:41:19 +00:00
peter
2b8fe4e1cb
Update for ncurses5 aftermath..
1999-08-30 08:33:15 +00:00
peter
5f5c0c401a
We're using ncurses now.
1999-08-30 08:28:47 +00:00
peter
c87e1a3786
Take a shot at making this work under termcap/terminfo ncurses. It
...
cheats a bit by accessing the termcap string buffer. A better solution
is needed.
1999-08-30 08:27:31 +00:00
peter
fc261166e2
Make this compile.. (Why do we have tn3270 in the tree anyway?)
1999-08-30 08:23:33 +00:00
peter
b059faadfe
talk depended on side effects of curses includes.
1999-08-30 08:21:17 +00:00
peter
ce5c0946e0
systat is way too comfortable with curses internals...
1999-08-30 08:18:09 +00:00
peter
496e2f9771
tconv is broken, it's libmytinfo dependent.
1999-08-30 08:16:31 +00:00
peter
e0e032b103
Don't build libtermcap, libcurses, libmytinfo, just libncurses.
1999-08-30 08:15:02 +00:00
peter
a89c5431fa
Don't -DTERMCAP or we define a few conflicting functions and cause
...
recursion in a rather ugly way.
1999-08-30 08:12:20 +00:00
peter
d1578b946c
#include <termios.h>
1999-08-30 08:10:42 +00:00
peter
b4cc45e4b4
baudrate() is now supplied.
1999-08-30 08:09:41 +00:00
peter
ac94a1fe82
flushok() isn't in ncurses.
1999-08-30 08:08:03 +00:00
peter
0ec4b5c44b
Update for libncurses.
1999-08-30 08:06:44 +00:00
peter
5891876970
Don't beat on ospeed, larn doesn't need it, and the libraries no longer
...
need it.
1999-08-30 08:05:07 +00:00
peter
a4367d5d81
Bandaid breakage due to excessive intimacy with old libcurses..
1999-08-30 08:02:34 +00:00
peter
9d383101c9
The ospeed hackery was disabled a while ago, finish the job.
1999-08-30 08:01:12 +00:00
peter
28ca28a579
Use src/contrib/ncurses, v5.0.990821 prerelease.
...
This isn't quite finished yet, there are still some unresolved problems
with ospeed and the sgtty.h (non-posix) terminal interface. Mostly
this only causes problems with src/games.
The other tools and libraries (libform,libpanel,libmenu) will come
shortly but are seperate.
Beware, there be dragons here! (The build will be broken for a short
while)
1999-08-30 07:58:08 +00:00
phk
216936ca6d
Make bdev userland access work like cdev userland access unless
...
the highly non-recommended option ALLOW_BDEV_ACCESS is used.
(bdev access is evil because you don't get write errors reported.)
Kill si_bsize_best before it kills Matt :-)
Use the specfs routines rather having cloned copies in devfs.
1999-08-30 07:56:23 +00:00
phk
dac43b0224
Make bdev userland access work like cdev userland access unless
...
the highly non-recommended option ALLOW_BDEV_ACCESS is used.
(bdev access is evil because you don't get write errors reported.)
Kill si_bsize_best.
Use the specfs routines rather having cloned copies in devfs.
1999-08-30 07:56:15 +00:00
obrien
0191a04a93
This brings rev 1.2 (reality check and document profiling extensions)
...
into EGCS 1.1.2.
1999-08-30 07:51:44 +00:00
peter
3a5022bc64
Tweaks for using natively under FreeBSD (with native termcap)
1999-08-30 07:50:31 +00:00
peter
0f77396c37
int main, not void
1999-08-30 07:46:45 +00:00
obrien
237b828920
This brings rev 1.2 (document printf0()) into EGCS 1.1.2.
1999-08-30 07:38:42 +00:00
obrien
61f8ac135c
Fix conflicts.
1999-08-30 07:28:52 +00:00