roger
350d0a95b4
add vnode_if.h
1999-08-31 11:13:47 +00:00
roger
58ef845dee
Oops. I undid the $Id: -> $FreBSD: change.
...
Put it back to $FreeBSD:
1999-08-31 10:32:42 +00:00
roger
99d1211a0a
Update to driver release 1.71
...
New Features:
Greatly improved VBI capture support. (mainly for the AleVT port)
Supports select() on /dev/vbi
Improved RISC program for RGB+VBI capture to capture both evenodd
VBI data even when only capturing even only (or odd only) video
Based on code from Juha Nurmela <Juha.Nurmela@quicknet.inet.fi>
Support for Hauppauge 627 and Temic 4006
Submitted by: Maurice Castro <maurice@atum.castro.aus.net>
Bug Fix:
Fix bug in AverMedia card detection.
1999-08-31 10:29:42 +00:00
markm
934f2bc97e
FreeBSD District court of Appeals - TN3270 vs Ports
...
Judge: TN3270, you are charged with being superfluous to
requirement, and have been found guilty.
Defence, do you have any final words?
Defence lawyer: Yes,..
*!BLAM!*
Judge: Contempt of court!! That blood is disgusting! Sergeant?
Sergeant: Sah!?
Judge: Get that mess out of here.
Sergeant: Sah!!
Judge: Anyone else have anything else to say?
...
Judge: Executioner!
Executioner: My lord?
Judge: Carry out the sentence, forthwith!
Executioner: As my lord wishes...
*!BLAM!* *!BLAM!* *!BLAM!*
Judge: Any more matters for the court today?
...
1999-08-31 08:55:39 +00:00
markm
b11e824ee6
Further preparation for tn3270's demise.
1999-08-31 06:53:39 +00:00
julian
bda6c6a24c
make correct minor numvers for some of the devices.
...
Submitted by: Hellmuth Michaelis <hm@hcs.de>
1999-08-31 05:55:14 +00:00
wpaul
c7bb1c41cf
Add splimp protection to wb_tick().
1999-08-31 05:30:13 +00:00
wpaul
ae3a819c79
Make sure to free resources on failure correctly in a couple of places
...
in ste_attach().
1999-08-31 05:20:59 +00:00
peter
435fdb9a3c
Fix a couple of things that weren't quite right for not using
...
PN_RX_BUG_WAR - it was freeing memory that may not have been allocated,
and unconditionally bzero'ing the mbufs even if the workaround wasn't
enabled.
1999-08-31 04:22:46 +00:00
jlemon
1e9a591905
Add a SYSCTL_PROC so that TCP timer values are now expressed to
...
the user in ms, while they are stored internally as ticks. Note
that there probably are rounding bogons here, especially on the
alpha.
1999-08-31 03:40:24 +00:00
jlemon
500a42f221
#ifdef out section of code dealing with integer timers,
...
they aren't here any more.
1999-08-31 02:32:14 +00:00
msmith
bb57ce86c9
Make the error return from mem_range_attr_get actually do something useful
...
(return an error to the caller)
1999-08-31 01:00:30 +00:00
dt
67ba4fb168
Make SYMLINKS relative. SYMLINKS are supposed to be relative, and for this
...
reason ${DESTDIR} isn't added to the symlink source.
1999-08-30 23:15:40 +00:00
wpaul
67e37159de
Convert the Adaptec and Winbond drivers to miibus.
1999-08-30 23:08:32 +00:00
msmith
56842578ac
Check that there is memory range support before attempting to perform such
...
an operation, as a kernel client may not have previously checked the CPU
type (it may not be able to).
Also correct the function declaration style for the mem_range functions to
match the rest of this file (oops).
Submitted by: gibbs
1999-08-30 22:13:28 +00:00
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