]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoMove the ef(4) manual page from sys/modules/if_ef to share/man/man4, as
Sheldon Hearn [Fri, 21 Jul 2000 14:54:13 +0000 (14:54 +0000)]
Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, as
discussed with bp.

24 years agoBack out 1.15. It caused more harm than good. Something, however,
Nick Sayer [Fri, 21 Jul 2000 14:49:09 +0000 (14:49 +0000)]
Back out 1.15. It caused more harm than good. Something, however,
must be done to fix this situation.

Submitted by: bde

24 years agocons: shorten "rs" again, syscons fixed
Andrey A. Chernov [Fri, 21 Jul 2000 14:31:44 +0000 (14:31 +0000)]
cons: shorten "rs" again, syscons fixed

24 years agoDescribe Reset
Andrey A. Chernov [Fri, 21 Jul 2000 14:28:08 +0000 (14:28 +0000)]
Describe Reset

24 years agoMake Reset (ESC c) reset attributes too, not only clear screen
Andrey A. Chernov [Fri, 21 Jul 2000 14:26:31 +0000 (14:26 +0000)]
Make Reset (ESC c) reset attributes too, not only clear screen

24 years agoDon't print summary in quiet mode.
Dag-Erling Smørgrav [Fri, 21 Jul 2000 14:21:29 +0000 (14:21 +0000)]
Don't print summary in quiet mode.

24 years agoAdd a STANDARDS section to discourage the use of this utility
Sheldon Hearn [Fri, 21 Jul 2000 13:05:15 +0000 (13:05 +0000)]
Add a STANDARDS section to discourage the use of this utility
in environments where portability is a concern.

24 years agoDon't display a running count in quiet mode.
Dag-Erling Smørgrav [Fri, 21 Jul 2000 11:08:03 +0000 (11:08 +0000)]
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.

24 years agoIgnore environment variables that are set but empty.
Dag-Erling Smørgrav [Fri, 21 Jul 2000 11:02:43 +0000 (11:02 +0000)]
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.

24 years agoDocument the proxy support better.
Dag-Erling Smørgrav [Fri, 21 Jul 2000 10:57:15 +0000 (10:57 +0000)]
Document the proxy support better.

24 years agoMove the netgraph-related manual pages into share/man/man4/, as
Sheldon Hearn [Fri, 21 Jul 2000 10:46:58 +0000 (10:46 +0000)]
Move the netgraph-related manual pages into share/man/man4/, as
discussed with archie.

24 years agoThe decision to use an HTTP proxy for FTP documents belongs in the FTP code
Dag-Erling Smørgrav [Fri, 21 Jul 2000 10:46:22 +0000 (10:46 +0000)]
The decision to use an HTTP proxy for FTP documents belongs in the FTP code

24 years agoDon't send port number to proxy unless it's not the standard FTP port
Dag-Erling Smørgrav [Fri, 21 Jul 2000 10:25:33 +0000 (10:25 +0000)]
Don't send port number to proxy unless it's not the standard FTP port

24 years agoCosmetic:
Sheldon Hearn [Fri, 21 Jul 2000 10:13:46 +0000 (10:13 +0000)]
Cosmetic:

Convert to one file per line in the MAN4 list.  This will make future
deltas easier to read.

24 years agoCall _thread_init() from pthread_once() if it has not already been called.
Doug Rabson [Fri, 21 Jul 2000 09:31:13 +0000 (09:31 +0000)]
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

24 years agoRemove a menu item that looks funky.
Jordan K. Hubbard [Fri, 21 Jul 2000 06:50:14 +0000 (06:50 +0000)]
Remove a menu item that looks funky.

No donut for: obrien

24 years agoAdd slovenian FTP server to site list.
Jordan K. Hubbard [Fri, 21 Jul 2000 06:03:22 +0000 (06:03 +0000)]
Add slovenian FTP server to site list.

Requested by: Blaz Zupan <blaz@amis.net>

24 years agoUse _close() instead of close() in addrconfig() to keep it from becoming a
Jason Evans [Fri, 21 Jul 2000 04:22:39 +0000 (04:22 +0000)]
Use _close() instead of close() in addrconfig() to keep it from becoming a
potential cancellation point in libc_r.

24 years agocons:
Andrey A. Chernov [Fri, 21 Jul 2000 01:38:34 +0000 (01:38 +0000)]
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"

24 years agoTweak probe message so that 1000baseSX and 1000baseT cards are
Bill Paul [Thu, 20 Jul 2000 23:43:45 +0000 (23:43 +0000)]
Tweak probe message so that 1000baseSX and 1000baseT cards are
explicitly identified.

24 years agoMinor formatting tweak: compact the supported adapter list.
Bill Paul [Thu, 20 Jul 2000 22:41:26 +0000 (22:41 +0000)]
Minor formatting tweak: compact the supported adapter list.

24 years agoUpdate the Tigon driver to support 1000baseTX gigE over copper AceNIC
Bill Paul [Thu, 20 Jul 2000 22:24:43 +0000 (22:24 +0000)]
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.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r63696,
Bill Fenner [Thu, 20 Jul 2000 21:26:45 +0000 (21:26 +0000)]
This commit was generated by cvs2svn to compensate for changes in r63696,
which included commits to RCS files with non-trunk default branches.

24 years agoImport rev 1.26 of tcpdump.org's inet.c -- don't free
Bill Fenner [Thu, 20 Jul 2000 21:26:45 +0000 (21:26 +0000)]
Import rev 1.26 of tcpdump.org's inet.c -- don't free
  the buffer before it's used.

24 years agoOops. Activate tap in man4 and modules makefiles
Nick Sayer [Thu, 20 Jul 2000 20:29:03 +0000 (20:29 +0000)]
Oops. Activate tap in man4 and modules makefiles

24 years agoNote that rev 1.10 fixed the problem where /usr/bin/key (thru libskey)
David E. O'Brien [Thu, 20 Jul 2000 20:15:00 +0000 (20:15 +0000)]
Note that rev 1.10 fixed the problem where /usr/bin/key (thru libskey)
was returning nonsensical results on the Alpha.

24 years agoFix problem where original author thought `unsigned long' was the best
David E. O'Brien [Thu, 20 Jul 2000 20:11:36 +0000 (20:11 +0000)]
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)

24 years agoFix vendor bogon where one of dhcp_option_ev_name()'s formal parameter
David E. O'Brien [Thu, 20 Jul 2000 19:51:37 +0000 (19:51 +0000)]
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.)

24 years agodd is too verbose writting entropy, redirect its output to /dev/null
Andrey A. Chernov [Thu, 20 Jul 2000 19:25:12 +0000 (19:25 +0000)]
dd is too verbose writting entropy, redirect its output to /dev/null
Add period at the end of sentence

24 years agoMake the comment regarding ftruncate() correct.
Brian Feldman [Thu, 20 Jul 2000 19:21:40 +0000 (19:21 +0000)]
Make the comment regarding ftruncate() correct.

24 years agoSync with main termcap, SGR 24,27
Andrey A. Chernov [Thu, 20 Jul 2000 18:55:07 +0000 (18:55 +0000)]
Sync with main termcap, SGR 24,27

24 years agocons: use newly added SGR 24 for "ue" and SGR 27 for "se"
Andrey A. Chernov [Thu, 20 Jul 2000 18:53:41 +0000 (18:53 +0000)]
cons: use newly added SGR 24 for "ue" and SGR 27 for "se"

24 years agoDescribe newly implemented SGR 22,24,25,27
Andrey A. Chernov [Thu, 20 Jul 2000 18:50:12 +0000 (18:50 +0000)]
Describe newly implemented SGR 22,24,25,27

24 years agoCopy canonname for *ahost, into static buffer.
Hajimu UMEMOTO [Thu, 20 Jul 2000 18:49:35 +0000 (18:49 +0000)]
Copy canonname for *ahost, into static buffer.

Obtained from: KAME Project

24 years agoImplement SGR 22,24,25,27 from ECMA-48
Andrey A. Chernov [Thu, 20 Jul 2000 18:48:03 +0000 (18:48 +0000)]
Implement SGR 22,24,25,27 from ECMA-48

24 years agoDon't emit a warning message if fchflags() returns EOPNOTSUPP
SADA Kenji [Thu, 20 Jul 2000 18:30:00 +0000 (18:30 +0000)]
Don't emit a warning message if fchflags() returns EOPNOTSUPP

Requested by: FUJISHIMA Satsuki <k5@cheerful.com>
Obtained from: OpenBSD

24 years agoOops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS)
Nick Sayer [Thu, 20 Jul 2000 17:57:20 +0000 (17:57 +0000)]
Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS)

24 years agoFix this so it compiles by adding a missing quote.
John Baldwin [Thu, 20 Jul 2000 17:43:11 +0000 (17:43 +0000)]
Fix this so it compiles by adding a missing quote.

24 years agoAllocate memory with M_NOWAIT instead of M_WAITOK, because it's possible
Archie Cobbs [Thu, 20 Jul 2000 17:23:49 +0000 (17:23 +0000)]
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

24 years agoRemove unused variable.
Archie Cobbs [Thu, 20 Jul 2000 17:17:49 +0000 (17:17 +0000)]
Remove unused variable.

PR: bin/20052
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>

24 years agoAdd sysctl to perform bridge refresh. This is required if bridged
Nick Sayer [Thu, 20 Jul 2000 17:07:06 +0000 (17:07 +0000)]
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>

24 years agoAdd the tap driver.
Nick Sayer [Thu, 20 Jul 2000 17:01:10 +0000 (17:01 +0000)]
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

24 years agoUpdate isp man page, add ispfw man page.
Matt Jacob [Thu, 20 Jul 2000 16:11:23 +0000 (16:11 +0000)]
Update isp man page, add ispfw man page.

24 years agoAdd an MLINKS entry which makes snd(4) a link for pcm(4).
Sheldon Hearn [Thu, 20 Jul 2000 15:47:45 +0000 (15:47 +0000)]
Add an MLINKS entry which makes snd(4) a link for pcm(4).

Suggested by: Udo Erdelhoff <ue@nathan.ruhr.de>

24 years agoFix buffer size of ALIGNed buffer.
Hajimu UMEMOTO [Thu, 20 Jul 2000 14:54:04 +0000 (14:54 +0000)]
Fix buffer size of ALIGNed buffer.

PR: bin/20053
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>

24 years agoAdd a FILES section which, as a side-effect, just so happens to
Sheldon Hearn [Thu, 20 Jul 2000 14:19:17 +0000 (14:19 +0000)]
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>

24 years agoSync with main termcap (AX, latin2 mono)
Andrey A. Chernov [Thu, 20 Jul 2000 14:08:21 +0000 (14:08 +0000)]
Sync with main termcap (AX, latin2 mono)

24 years agoExplicetly remove AX for mono consoles.
Andrey A. Chernov [Thu, 20 Jul 2000 14:03:23 +0000 (14:03 +0000)]
Explicetly remove AX for mono consoles.
Fix mono Latin2 console color support removing.

24 years agoCorrect default value for -s option.
Alexey Zelkin [Thu, 20 Jul 2000 13:27:58 +0000 (13:27 +0000)]
Correct default value for -s option.

PR:           bin/12946
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>

24 years agocons: add AX to indicate that SGR 39 and 49 present and can be used separately
Andrey A. Chernov [Thu, 20 Jul 2000 13:18:29 +0000 (13:18 +0000)]
cons: add AX to indicate that SGR 39 and 49 present and can be used separately

24 years agoAccorfing to ECMA-48 SGR 39 and 49 are just another colors and must not reset
Andrey A. Chernov [Thu, 20 Jul 2000 13:12:58 +0000 (13:12 +0000)]
Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not reset
other attrs, so reset only bold on 39

24 years agoFix a typo and mark ``update'' up consistently in the HISTORY section.
Sheldon Hearn [Thu, 20 Jul 2000 13:05:41 +0000 (13:05 +0000)]
Fix a typo and mark ``update'' up consistently in the HISTORY section.

Reported by: des

24 years agoonly allow accept filter modifications on listening sockets
Alfred Perlstein [Thu, 20 Jul 2000 12:17:17 +0000 (12:17 +0000)]
only allow accept filter modifications on listening sockets

Submitted by: ps

24 years agodisallow unload until we do proper refcounting
Alfred Perlstein [Thu, 20 Jul 2000 12:12:41 +0000 (12:12 +0000)]
disallow unload until we do proper refcounting

24 years agoClear the extraneous Os argument, which survived rev 1.3.
Sheldon Hearn [Thu, 20 Jul 2000 11:46:51 +0000 (11:46 +0000)]
Clear the extraneous Os argument, which survived rev 1.3.

24 years agoGeneral clean-up [1/1]: whitespace
Sheldon Hearn [Thu, 20 Jul 2000 11:45:56 +0000 (11:45 +0000)]
General clean-up [1/1]: whitespace

24 years agoGeneral clean-up [0/1]: content
Sheldon Hearn [Thu, 20 Jul 2000 11:43:40 +0000 (11:43 +0000)]
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''.

24 years agoRename the ``name'' argument to ``item'' and mark it up as an argument.
Sheldon Hearn [Thu, 20 Jul 2000 11:39:14 +0000 (11:39 +0000)]
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.

24 years agouse .Pp instead of faking it with an extra newline
Alfred Perlstein [Thu, 20 Jul 2000 11:05:52 +0000 (11:05 +0000)]
use .Pp instead of faking it with an extra newline

Pointed out by: sheldonh

24 years agoDon't mis-interpret sockaddr_in6 structures as sockaddr_in structures
Brian Somers [Thu, 20 Jul 2000 10:38:12 +0000 (10:38 +0000)]
Don't mis-interpret sockaddr_in6 structures as sockaddr_in structures
when purging routes.

24 years agodocument get/set sockopt usage with accept_filter(9)
Alfred Perlstein [Thu, 20 Jul 2000 10:33:08 +0000 (10:33 +0000)]
document get/set sockopt usage with accept_filter(9)

24 years agoNeed /usr/sbin for arp(8).
David E. O'Brien [Thu, 20 Jul 2000 10:29:52 +0000 (10:29 +0000)]
Need /usr/sbin for arp(8).

24 years agoPatchlevel 3 of the ISC 2.0 dhcp client now requires us to give it the
David E. O'Brien [Thu, 20 Jul 2000 10:11:22 +0000 (10:11 +0000)]
Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it the
shell script's PATH setting in the environment.

24 years agoUpdate to match the upgrade I just performed.
David E. O'Brien [Thu, 20 Jul 2000 10:07:13 +0000 (10:07 +0000)]
Update to match the upgrade I just performed.

24 years agoCareful with long, command-line provided interface names.
David E. O'Brien [Thu, 20 Jul 2000 09:56:18 +0000 (09:56 +0000)]
Careful with long, command-line provided interface names.

Obtained from: OpenBSD (rev 1.5)

24 years agoarp(8) invocations fixed -- one does not use "-n" with "-d".
David E. O'Brien [Thu, 20 Jul 2000 09:55:08 +0000 (09:55 +0000)]
arp(8) invocations fixed -- one does not use "-n" with "-d".

Obtained from: OpenBSD (rev 1.7)

24 years agosafe shell quoting
David E. O'Brien [Thu, 20 Jul 2000 09:53:10 +0000 (09:53 +0000)]
safe shell quoting

Obtained from: OpenBSD (rev 1.6)

24 years agoMake sure we delete the PID file when we exit.
David E. O'Brien [Thu, 20 Jul 2000 09:33:24 +0000 (09:33 +0000)]
Make sure we delete the PID file when we exit.

Obtained from: OpenBSD rev 1.3 (this semi-security fix was hidden as a
                                 lease time fix)

24 years agoAdd support for the PC87303 chipset (found on Miata alphas) and add
Doug Rabson [Thu, 20 Jul 2000 09:28:07 +0000 (09:28 +0000)]
Add support for the PC87303 chipset (found on Miata alphas) and add
support for relocating the port address if the isa hints specify a
different address from the address the chipset currently has.

Submitted by: Andrew M. Miklic <miklic@ibm.net>

24 years agoAdd yet more options to usage() that the author did not document.
David E. O'Brien [Thu, 20 Jul 2000 09:16:30 +0000 (09:16 +0000)]
Add yet more options to usage() that the author did not document.

24 years agoAlocate rcmd{,_af}()'s *ahost argument using malloc() (well
Brian Somers [Thu, 20 Jul 2000 09:05:15 +0000 (09:05 +0000)]
Alocate rcmd{,_af}()'s *ahost argument using malloc() (well
strdup()) rather than pointing it at something that's free()d
(via freeaddrinfo(res)) before the function returns.

I appreciate that this is an API change, but it's the only way
(AFAIK) of doing this without breaking existing code that uses
rcmd{,_af}().

Pointed out by: phkmalloc

24 years agoCareful with long, command-line provided interface names.
David E. O'Brien [Thu, 20 Jul 2000 08:57:29 +0000 (08:57 +0000)]
Careful with long, command-line provided interface names.

Obtained from: OpenBSD (rev 1.7)

24 years agoFix conflicts.
David E. O'Brien [Thu, 20 Jul 2000 08:44:53 +0000 (08:44 +0000)]
Fix conflicts.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r63616,
David E. O'Brien [Thu, 20 Jul 2000 08:36:42 +0000 (08:36 +0000)]
This commit was generated by cvs2svn to compensate for changes in r63616,
which included commits to RCS files with non-trunk default branches.

24 years agoImport Patchlevel 3 of the ISC 2.0 dhcp client.
David E. O'Brien [Thu, 20 Jul 2000 08:36:42 +0000 (08:36 +0000)]
Import Patchlevel 3 of the ISC 2.0 dhcp client.

24 years agoWe shouldn't use cp to save the old ld-elf.so.1. Use the sanctioned tool
Brian Feldman [Thu, 20 Jul 2000 08:00:02 +0000 (08:00 +0000)]
We shouldn't use cp to save the old ld-elf.so.1.  Use the sanctioned tool
${INSTALL} with -C -p instead.

24 years agoInclude a comment explaining the usual delay between writes and syncs.
Sheldon Hearn [Thu, 20 Jul 2000 07:31:52 +0000 (07:31 +0000)]
Include a comment explaining the usual delay between writes and syncs.

24 years agomerge in syslog fixes, do not call syslog with variabel as format string
Assar Westerlund [Thu, 20 Jul 2000 05:43:55 +0000 (05:43 +0000)]
merge in syslog fixes, do not call syslog with variabel as format string

24 years agoRevert implementation of setfsuid and setfsgid due to security
Marcel Moolenaar [Thu, 20 Jul 2000 05:37:41 +0000 (05:37 +0000)]
Revert implementation of setfsuid and setfsgid due to security
issues.

Requested by: rwatson
Backed by: kris

24 years agoMove test for -w flag outside of the code dealing with -D (defaults).
David Nugent [Thu, 20 Jul 2000 05:11:56 +0000 (05:11 +0000)]
Move test for -w flag outside of the code dealing with -D (defaults).
This should cause -w's argument not to be ignored in the usermod case,
so it will affect modification of the user's password instead of using
the pw.conf (or internal default=no '*') password method.
PR: bin/11168

24 years agoAllow -g with an empty argument in the -D case. This allows -g "" to set
David Nugent [Thu, 20 Jul 2000 04:37:00 +0000 (04:37 +0000)]
Allow -g with an empty argument in the -D case. This allows -g "" to set
no default group (and thus fall back to user-based groups instead).
PR: bin/5717

24 years ago- Don't use quotes for the MD_ROOT_SIZE option when generating the BOOTMFS
John Baldwin [Thu, 20 Jul 2000 03:07:29 +0000 (03:07 +0000)]
- Don't use quotes for the MD_ROOT_SIZE option when generating the BOOTMFS
  kernel config file.
- Add WORLD_FLAGS and KERNEL_FLAGS so you can build world and kernel with
  extra make options such as -jX to speed up release builds.
- When building kernels, allow their hints to tag along, and use this to
  install hints onto the boot floppy.  Since the boot floppy doesn't load
  loader.4th, we have to change device.hints to strip comments and change
  each line to an explicit set command.

24 years agoAdd awk and wc to the list of copied binaries for the installworld
Marcel Moolenaar [Thu, 20 Jul 2000 03:03:23 +0000 (03:03 +0000)]
Add awk and wc to the list of copied binaries for the installworld
target. These are needed by liloldr.

Found by: make release

24 years agoRemove some confusing verbosity - we have no idea what RAID level the
Mike Smith [Thu, 20 Jul 2000 02:31:56 +0000 (02:31 +0000)]
Remove some confusing verbosity - we have no idea what RAID level the
drive is at, so don't print the 'unknown' value, just say nothing.

24 years agoFix the case where the file name is preceded by a lone slash.
Dag-Erling Smørgrav [Thu, 20 Jul 2000 02:03:56 +0000 (02:03 +0000)]
Fix the case where the file name is preceded by a lone slash.

24 years ago- Clarify some of the text in sysinstall in regards to the cryto bits.
John Baldwin [Thu, 20 Jul 2000 01:52:07 +0000 (01:52 +0000)]
- Clarify some of the text in sysinstall in regards to the cryto bits.
- Note that we are up to about 3600 ports now rather than about 3000 ports.

Submitted by: kris

24 years agoAdd major numbers for the Adaptec FSA RAID controller.
Mike Smith [Thu, 20 Jul 2000 01:12:02 +0000 (01:12 +0000)]
Add major numbers for the Adaptec FSA RAID controller.

24 years agoTemporary hack for the benefit of the X-Bone project
Kris Kennaway [Thu, 20 Jul 2000 00:35:37 +0000 (00:35 +0000)]
Temporary hack for the benefit of the X-Bone project
(http://www.isi.edu/xbone). I expect this to go away in due course.

Submitted by: Lars Eggert <larse@ISI.EDU>

24 years agoFix another missed case where usermod would not set the "modified" flag:
David Nugent [Thu, 20 Jul 2000 00:09:29 +0000 (00:09 +0000)]
Fix another missed case where usermod would not set the "modified" flag:
-h - to set no password. But only mark modified if the account is not
already locked (i.e. first char of crypt password field is '*').
PR: bin/19999

24 years agoAdd ftp.freebsd.org Snapshots to the list of servers.
David E. O'Brien [Wed, 19 Jul 2000 23:59:01 +0000 (23:59 +0000)]
Add ftp.freebsd.org Snapshots to the list of servers.

24 years agoFix two bugs related to resumed transfers:
Dag-Erling Smørgrav [Wed, 19 Jul 2000 23:56:45 +0000 (23:56 +0000)]
Fix two bugs related to resumed transfers:

  - if the dates didn't match, fetch would append the received file to the
    existing file instead of replacing it.

  - if the local file was complete and up-to-date, fetch would miscalculate
    the expected size and report a failure instead of a success, because it
    had no way of knowing that the server was actually resending the entire
    file since the requested offset was invalid.

24 years agoDon't try to skip to the requested offset if the server returns more data
Dag-Erling Smørgrav [Wed, 19 Jul 2000 23:43:49 +0000 (23:43 +0000)]
Don't try to skip to the requested offset if the server returns more data
than requested.  Instead, inform the caller of the real offset by modifying
the offset field in the original struct url, and let him decide how to handle
the situation.

24 years agoactually commit merged diffs to the trunk
Darren Reed [Wed, 19 Jul 2000 23:10:29 +0000 (23:10 +0000)]
actually commit merged diffs to the trunk

24 years agoTypo.
Nick Hibma [Wed, 19 Jul 2000 23:07:42 +0000 (23:07 +0000)]
Typo.

Submitted by: Mike Meyer <mwm@mired.org>

24 years agoAdd cp(1) to the list of binaries we need to save. The cp(1) command
Marcel Moolenaar [Wed, 19 Jul 2000 22:48:52 +0000 (22:48 +0000)]
Add cp(1) to the list of binaries we need to save. The cp(1) command
is used by the installation of ld-elf.so when an existing version
exists.

24 years ago* document that 'kbdcontrol -k' needs stdin to be the console.
Ben Smithurst [Wed, 19 Jul 2000 19:13:55 +0000 (19:13 +0000)]
* document that 'kbdcontrol -k' needs stdin to be the console.
* add an example of how to switch the console keyboard to a USB keyboard.

PR: 18520
Submitted by: n_hibma
Reviewed by: sheldonh

24 years agoDocument the rc.d system.
Ben Smithurst [Wed, 19 Jul 2000 19:08:08 +0000 (19:08 +0000)]
Document the rc.d system.

Suggested by: dcs
Reviewed by: alex, dcs, sheldonh

24 years agoalex@big.endian.de (Alexander Langer) noticed that I point at LINT,
Warner Losh [Wed, 19 Jul 2000 18:35:05 +0000 (18:35 +0000)]
alex@big.endian.de (Alexander Langer) noticed that I point at LINT,
which no longer exists.  Updating the entry accordingly.

24 years agoDon't save install-info. We already have that built. We'll use
Marcel Moolenaar [Wed, 19 Jul 2000 18:18:21 +0000 (18:18 +0000)]
Don't save install-info. We already have that built. We'll use
the one we built anyway.

24 years agoRemove node's name reference when the interface is detached;
Archie Cobbs [Wed, 19 Jul 2000 17:33:53 +0000 (17:33 +0000)]
Remove node's name reference when the interface is detached;
otherwise, the ng_ether.ko KLD will never be unloadable after
all Ethernet interfaces are detached, as it should be, because
of the lingering extra reference.

Submitted by: "Yevmenkin, Maksim N, CSCIO" <myevmenkin@att.com>