jkh
1691652478
Remove a menu item that looks funky.
...
No donut for: obrien
2000-07-21 06:50:14 +00:00
jkh
351079d6c9
Add slovenian FTP server to site list.
...
Requested by: Blaz Zupan <blaz@amis.net>
2000-07-21 06:03:22 +00:00
jasone
6e408fc8c9
Use _close() instead of close() in addrconfig() to keep it from becoming a
...
potential cancellation point in libc_r.
2000-07-21 04:22:39 +00:00
ache
6ab9a2d5e8
cons:
...
Simplify "rs" (\Ec will be fixed later in syscons, so this is intermedia step)
Remove "mh" - termcap must describe what device _actually_ have end left
emulation upon upper level program. "mh" is also conflicting with colors.
Don't remove "md" for mono consoles
dosansi:
Wrong "mh" -> good "mr"
2000-07-21 01:38:34 +00:00
wpaul
10590d85f3
Tweak probe message so that 1000baseSX and 1000baseT cards are
...
explicitly identified.
2000-07-20 23:43:45 +00:00
wpaul
e27e3e14e3
Minor formatting tweak: compact the supported adapter list.
2000-07-20 22:41:26 +00:00
wpaul
b371b56ee9
Update the Tigon driver to support 1000baseTX gigE over copper AceNIC
...
cards. This basically involves switching to the 12.4.13 firmware, plus
a couple of minor tweaks to the driver.
Also changed the jumbo buffer allocation scheme just a little to avoid
'failed to allocate jumbo buffer' conditions in certain cases.
2000-07-20 22:24:43 +00:00
fenner
1c6873b931
This commit was generated by cvs2svn to compensate for changes in r63696,
...
which included commits to RCS files with non-trunk default branches.
2000-07-20 21:26:45 +00:00
fenner
6f08532b51
Import rev 1.26 of tcpdump.org's inet.c -- don't free
...
the buffer before it's used.
2000-07-20 21:26:45 +00:00
nsayer
8ee4b8fcbe
Oops. Activate tap in man4 and modules makefiles
2000-07-20 20:29:03 +00:00
obrien
d4840554d4
Note that rev 1.10 fixed the problem where /usr/bin/key (thru libskey)
...
was returning nonsensical results on the Alpha.
2000-07-20 20:15:00 +00:00
obrien
c4acf4b9b2
Fix problem where original author thought `unsigned long' was the best
...
32-bit type (rather than define his own type based on the type of box
being compiled on).
Submitted by: Mark Abene <phiber@radicalmedia.com>
(however I applied a slightly different fix)
2000-07-20 20:11:36 +00:00
obrien
982ec76a86
Fix vendor bogon where one of dhcp_option_ev_name()'s formal parameter
...
types did not match the prototype.
(Note: this is one bug that an Ada compiler would have found as when you
typedef a new type, the new type is not assignment compatabile with the
type used to make it up. C should only be so featureful.)
2000-07-20 19:51:37 +00:00
ache
1948548eee
dd is too verbose writting entropy, redirect its output to /dev/null
...
Add period at the end of sentence
2000-07-20 19:25:12 +00:00
green
1ab6aa1440
Make the comment regarding ftruncate() correct.
2000-07-20 19:21:40 +00:00
ache
493ee2169c
Sync with main termcap, SGR 24,27
2000-07-20 18:55:07 +00:00
ache
15a66cfa41
cons: use newly added SGR 24 for "ue" and SGR 27 for "se"
2000-07-20 18:53:41 +00:00
ache
364abbc47f
Describe newly implemented SGR 22,24,25,27
2000-07-20 18:50:12 +00:00
ume
54a296ab27
Copy canonname for *ahost, into static buffer.
...
Obtained from: KAME Project
2000-07-20 18:49:35 +00:00
ache
4a9ecb6349
Implement SGR 22,24,25,27 from ECMA-48
2000-07-20 18:48:03 +00:00
sada
07d662531c
Don't emit a warning message if fchflags() returns EOPNOTSUPP
...
Requested by: FUJISHIMA Satsuki <k5@cheerful.com>
Obtained from: OpenBSD
2000-07-20 18:30:00 +00:00
nsayer
45faab1699
Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS)
2000-07-20 17:57:20 +00:00
jhb
846e786071
Fix this so it compiles by adding a missing quote.
2000-07-20 17:43:11 +00:00
archie
add7c59d4f
Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possible
...
for these routines to be called from an interrupt context.
PR: kern/20057
2000-07-20 17:23:49 +00:00
archie
a5f47e2718
Remove unused variable.
...
PR: bin/20052
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2000-07-20 17:17:49 +00:00
nsayer
3ba67ad5ec
Add sysctl to perform bridge refresh. This is required if bridged
...
configurations include loadable interfaces. After loading new
interface drivers, perform a 'sysctl -w net.link.ether.bridge_refresh=1'
and the bridge code will reinitialize itself.
Submitted by: <vsilyaev@mindspring.com>
2000-07-20 17:07:06 +00:00
nsayer
14503a8247
Add the tap driver.
...
The tap driver is used to present a virtual Ethernet interface to the
system. Packets presented by the network stack to the interface are
made available to a character device in /dev. With tap and the bridge
code, you can make remote bridge configurations where both sides of
the bridge are separated by userland daemons.
This driver also has a special naming hack to allow it to serve a similar
purpose to the vmware port.
Submitted by: myevmenkin@att.com , vsilyaev@mindspring.com
2000-07-20 17:01:10 +00:00
mjacob
b7fd852ec4
Update isp man page, add ispfw man page.
2000-07-20 16:11:23 +00:00
sheldonh
2cef6835da
Add an MLINKS entry which makes snd(4) a link for pcm(4).
...
Suggested by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-07-20 15:47:45 +00:00
ume
0abc0cfcd6
Fix buffer size of ALIGNed buffer.
...
PR: bin/20053
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2000-07-20 14:54:04 +00:00
sheldonh
2bbfbcee9b
Add a FILES section which, as a side-effect, just so happens to
...
give device node creation instructions.
PR: 20060
Reported by: "Sean O'Connell" <sto@stat.Duke.EDU>
2000-07-20 14:19:17 +00:00
ache
465793ff62
Sync with main termcap (AX, latin2 mono)
2000-07-20 14:08:21 +00:00
ache
0c6f8515c9
Explicetly remove AX for mono consoles.
...
Fix mono Latin2 console color support removing.
2000-07-20 14:03:23 +00:00
phantom
7fa5173def
Correct default value for -s option.
...
PR: bin/12946
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
2000-07-20 13:27:58 +00:00
ache
e9d2925563
cons: add AX to indicate that SGR 39 and 49 present and can be used separately
2000-07-20 13:18:29 +00:00
ache
4a4a48b881
Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not reset
...
other attrs, so reset only bold on 39
2000-07-20 13:12:58 +00:00
sheldonh
20d503002f
Fix a typo and mark ``update'' up consistently in the HISTORY section.
...
Reported by: des
2000-07-20 13:05:41 +00:00
alfred
a4c6219207
only allow accept filter modifications on listening sockets
...
Submitted by: ps
2000-07-20 12:17:17 +00:00
alfred
fb96eed996
disallow unload until we do proper refcounting
2000-07-20 12:12:41 +00:00
sheldonh
a749dd3647
Clear the extraneous Os argument, which survived rev 1.3.
2000-07-20 11:46:51 +00:00
sheldonh
3f3bfa3efb
General clean-up [1/1]: whitespace
2000-07-20 11:45:56 +00:00
sheldonh
4f3a6e9659
General clean-up [0/1]: content
...
Clear extraneous Nm arguments.
Clarify some English.
Mark netgraph and ifconfig up as a cross-reference.
Remove apostrophe from a genitive ``its''.
2000-07-20 11:43:40 +00:00
sheldonh
ac981a74d2
Rename the `name'' argument to
`item'' and mark it up as an argument.
...
Make use of the marked up argument to clarify the text in the DESCRIPTION
section.
Insert a missing word: ``the''.
Make the phrase in the BUGS section a full sentence.
Sort the cross-references in the SEE ALSO section correctly.
2000-07-20 11:39:14 +00:00
alfred
49401184c1
use .Pp instead of faking it with an extra newline
...
Pointed out by: sheldonh
2000-07-20 11:05:52 +00:00
brian
9466668148
Don't mis-interpret sockaddr_in6 structures as sockaddr_in structures
...
when purging routes.
2000-07-20 10:38:12 +00:00
alfred
aea8dfef9b
document get/set sockopt usage with accept_filter(9)
2000-07-20 10:33:08 +00:00
obrien
d9ed53e01d
Need /usr/sbin for arp(8).
2000-07-20 10:29:52 +00:00
obrien
7d921abf9f
Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it the
...
shell script's PATH setting in the environment.
2000-07-20 10:11:22 +00:00
obrien
daec1ec7bf
Update to match the upgrade I just performed.
2000-07-20 10:07:13 +00:00
obrien
37aa29fabf
Careful with long, command-line provided interface names.
...
Obtained from: OpenBSD (rev 1.5)
2000-07-20 09:56:18 +00:00