Commit Graph

50606 Commits

Author SHA1 Message Date
jkh
fbe05c8a1f Add a terminal entry for xterm; a lot of people are using xterms
in the serial-installation of FreeBSD.
2000-07-21 20:45:56 +00:00
chris
210c512793 Revert to 1.8. I misread the sentence and its context. 2000-07-21 20:18:50 +00:00
chris
813b123f18 Properly document %.0f behavior. 2000-07-21 20:04:58 +00:00
obrien
2682fb0e55 Blah, need to add /usr/bin to the path also.
Of course this is a bug in that the dhclient script will not work properly
if one has a local / and an NFS mounted /usr and needs to obtain its IP
address via DHCP before being able to mount /usr.
2000-07-21 19:08:22 +00:00
jhb
b5d7ad24d7 Add in the second half of the Slovenian FTP mirror entry. 2000-07-21 18:52:19 +00:00
jhb
34f2661b23 Fix a really stupid bug where I assumed sizeof(int) == 2. This resulted in
MBR's with a 4th slice failing the signature check and fdisk saying that
they are invalid.

Submitted by:	bde
2000-07-21 18:26:20 +00:00
ache
7672c3b88d Sync 2000-07-21 15:14:05 +00:00
nsayer
b5349f91d8 Somehow the module makefile got missed in the big commit. 2000-07-21 15:09:25 +00:00
sheldonh
31eb6131ad Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, as
discussed with bp.
2000-07-21 14:54:13 +00:00
nsayer
c968c7cb9c Back out 1.15. It caused more harm than good. Something, however,
must be done to fix this situation.

Submitted by: bde
2000-07-21 14:49:09 +00:00
ache
cced2237b0 cons: shorten "rs" again, syscons fixed 2000-07-21 14:31:44 +00:00
ache
cad106c8cd Describe Reset 2000-07-21 14:28:08 +00:00
ache
f28f40feb9 Make Reset (ESC c) reset attributes too, not only clear screen 2000-07-21 14:26:31 +00:00
des
940f460113 Don't print summary in quiet mode. 2000-07-21 14:21:29 +00:00
sheldonh
12e84902bb Add a STANDARDS section to discourage the use of this utility
in environments where portability is a concern.
2000-07-21 13:05:15 +00:00
des
718bd18cbb Don't display a running count in quiet mode.
Don't add the offset to the size; it's libfetch's job to report the correct
size of the requested file.
2000-07-21 11:08:03 +00:00
des
d8951f60e7 Ignore environment variables that are set but empty.
Sort out the size / length confusion.  Always try to report the *real* file
size in the url_stat structure, no matter how much of it is actually being
sent, and try to detect inconsistencies between sizes.

Rearrange the request loop to avoid having to add meaningless code just to
silence compiler warnings.

Switch to a more sensible and consistent interface for the _http_parse*()
functions.
2000-07-21 11:02:43 +00:00
des
73a4a2b185 Document the proxy support better. 2000-07-21 10:57:15 +00:00
sheldonh
a759b2592b Move the netgraph-related manual pages into share/man/man4/, as
discussed with archie.
2000-07-21 10:46:58 +00:00
des
f62bb80e66 The decision to use an HTTP proxy for FTP documents belongs in the FTP code 2000-07-21 10:46:22 +00:00
des
869d881335 Don't send port number to proxy unless it's not the standard FTP port 2000-07-21 10:25:33 +00:00
sheldonh
8db8f35942 Cosmetic:
Convert to one file per line in the MAN4 list.  This will make future
deltas easier to read.
2000-07-21 10:13:46 +00:00
dfr
5c6b23bd7c Call _thread_init() from pthread_once() if it has not already been called.
This fixes a segfault in some C++ programs which use exceptions before
main() has been called (i.e. from global constructors).

Reviewed by: deischen
2000-07-21 09:31:13 +00:00
jkh
4e34488c31 Remove a menu item that looks funky.
No donut for:	obrien
2000-07-21 06:50:14 +00:00
jkh
1a143827ce Add slovenian FTP server to site list.
Requested by:	Blaz Zupan <blaz@amis.net>
2000-07-21 06:03:22 +00:00
jasone
3923cdcf46 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
feebaf8846 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
110ef4017f Tweak probe message so that 1000baseSX and 1000baseT cards are
explicitly identified.
2000-07-20 23:43:45 +00:00
wpaul
bb07768c6e Minor formatting tweak: compact the supported adapter list. 2000-07-20 22:41:26 +00:00
wpaul
c4742580e8 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
512c9885aa 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
2109c578d0 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
e8c4b485c7 Oops. Activate tap in man4 and modules makefiles 2000-07-20 20:29:03 +00:00
obrien
a5a31fa59f 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
66b64cd709 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
1b645baec9 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
5b3f5b0d5a 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
bd2dbcfe68 Make the comment regarding ftruncate() correct. 2000-07-20 19:21:40 +00:00
ache
75c71d4f19 Sync with main termcap, SGR 24,27 2000-07-20 18:55:07 +00:00
ache
401dab6b4c cons: use newly added SGR 24 for "ue" and SGR 27 for "se" 2000-07-20 18:53:41 +00:00
ache
21622ed2c1 Describe newly implemented SGR 22,24,25,27 2000-07-20 18:50:12 +00:00
ume
dd0e3c30fe Copy canonname for *ahost, into static buffer.
Obtained from:	KAME Project
2000-07-20 18:49:35 +00:00
ache
0502188c67 Implement SGR 22,24,25,27 from ECMA-48 2000-07-20 18:48:03 +00:00
sada
9417d96a9a 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
809f646892 Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS) 2000-07-20 17:57:20 +00:00
jhb
57447c0127 Fix this so it compiles by adding a missing quote. 2000-07-20 17:43:11 +00:00
archie
ddc16920e2 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
481414c510 Remove unused variable.
PR:		bin/20052
Submitted by:	Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2000-07-20 17:17:49 +00:00
nsayer
3332ffe40d 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
92a13c19ec 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