jdp
fec313fcbb
Add ports-irc, ports-java, and ports-x11-servers. For some reason
...
these made it into the RELENG_3 branch but not into -current.
1999-08-31 18:06:53 +00:00
jdp
76fc520893
Adjust the examples to reflect the new "src-sys-crypto" collection.
...
Add back "src-eBones" to "cvs-supfile" and "secure-cvs-supfile".
Even though the eBones tree is disused, it still has files in the
repository. People fetching the repository might want them.
1999-08-31 17:26:21 +00:00
imp
f534da3840
Forgot Peter's Id->FreeBSD change as well as tn3270 being removed from
...
the base system and added as a port.
1999-08-31 17:07:14 +00:00
imp
3e51e756d9
Add blurb Jonathan Lemmon provided about the new TCP timer values. I
...
didn't document the couple day window when the units were in terms of
ticks rather than ms.
Also add note about libreadline major version retrograde motion.
1999-08-31 17:01:34 +00:00
jlemon
5eaf6dca22
Simplify, and return an error if the user attempts to set a TCP
...
time value which results in < 1 tick.
Suggested by: bde
1999-08-31 16:34:20 +00:00
jlemon
91e3e592b6
Remove conversion macros that were used during development.
1999-08-31 16:31:07 +00:00
wpaul
25d821fe27
Convert the RealTek 8139 driver to newbus and miibus in one swell foop.
...
Also set it up to be compiled as a module.
1999-08-31 14:45:51 +00:00
wpaul
741dfcad12
Add a driver for the internal PHY in the RealTek 8139.
1999-08-31 14:43:30 +00:00
tegge
f077a51951
If integration of a buffer into a cluster write operation fails, release
...
the buffer instead of creating a future deadlock.
PR: 12800
Submitted by: dillon
1999-08-31 14:18:32 +00:00
sheldonh
cf4c04192a
Back out previous commit. I mistook passing commentary from bde for
...
review.
Requested by: bde
1999-08-31 13:11:39 +00:00
sheldonh
506aa9c1b6
Revert to using .Xr for builtins. The cross-references don't work now,
...
but that doesn't mean that they will never work.
Requested by: mpp, rgrimes
1999-08-31 12:44:52 +00:00
nyan
354a937773
C-NET(9N)C support (PC-98 only).
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
1999-08-31 12:37:35 +00:00
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