]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoThis commit was generated by cvs2svn to compensate for changes in r57844,
David E. O'Brien [Thu, 9 Mar 2000 09:21:46 +0000 (09:21 +0000)]
This commit was generated by cvs2svn to compensate for changes in r57844,
which included commits to RCS files with non-trunk default branches.

24 years agoBring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
David E. O'Brien [Thu, 9 Mar 2000 09:21:46 +0000 (09:21 +0000)]
Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
branch as of March 7th, 2000.

24 years agoAdd blurb about perl modules needing recompiling.
Warner Losh [Thu, 9 Mar 2000 07:34:46 +0000 (07:34 +0000)]
Add blurb about perl modules needing recompiling.

24 years agoAdd comment suggesting that people send new entries to me. I've been
Warner Losh [Thu, 9 Mar 2000 07:30:12 +0000 (07:30 +0000)]
Add comment suggesting that people send new entries to me.  I've been
coordinating things for a while.

24 years agoBuildworld fixes for NO_OPENSSH and NO_OPENSSL
Kris Kennaway [Thu, 9 Mar 2000 06:29:05 +0000 (06:29 +0000)]
Buildworld fixes for NO_OPENSSH and NO_OPENSSL

Approved by: jkh

24 years agoDon't forget to check for unsupported features when updating. It was
Bruce Evans [Thu, 9 Mar 2000 05:21:10 +0000 (05:21 +0000)]
Don't forget to check for unsupported features when updating.  It was
possible to defeat the check for rw incompatibilty by mounting ro and
updating to rw.

Approved by: jkh

24 years agoAdd the logical ID of Avance Logic ALS100. The vendor ID is also
Seigo Tanimura [Thu, 9 Mar 2000 02:13:21 +0000 (02:13 +0000)]
Add the logical ID of Avance Logic ALS100. The vendor ID is also
checked, which was introduced in 1.18.

PR: kern/16487
Submitted by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
Approved by: jkh

24 years agoRemove any mention of PCI support relating to userconfig.
Mike Smith [Thu, 9 Mar 2000 01:29:42 +0000 (01:29 +0000)]
Remove any mention of PCI support relating to userconfig.

Remove the comment about Mylex RAID controllers, as this has been fixed.

Approved by: jkh (partly)

24 years agoRemove the PCI device class and all the PCI-only devices. With the newbus
Mike Smith [Thu, 9 Mar 2000 01:27:55 +0000 (01:27 +0000)]
Remove the PCI device class and all the PCI-only devices.  With the newbus
conversion this no longer works, and userconfig is not expected to ever
again be used for these devices.

Approved by: jkh

24 years agoMore new/corrected devices:
Warner Losh [Thu, 9 Mar 2000 00:35:38 +0000 (00:35 +0000)]
More new/corrected devices:
o Correct Entry for Intel EtherExpress (jkoshy)
o Add Option International 56K modem (markm)
o Socket LP-E low power WinCE ethernet card (imp)

Correction approved by: jkh
Adding devices approved in principle by: jkh

24 years agoMega additions of NetBSD code - most of the NetBSD code is now in here, if
Duncan Barclay [Wed, 8 Mar 2000 23:28:06 +0000 (23:28 +0000)]
Mega additions of NetBSD code - most of the NetBSD code is now in here, if
not actually used yet. This created a lot of prototypes.

I moved code around so that the functions are in the same order as NetBSD - this helps diff a lot.

Things that are missing are the TX routine and ifmedia stuff and ioctls

Not all of the stuff is enabled - we are missing calls in ccs_done and ioctl.

Promiscious mode is working.

Am almost ready to use the NetBSD start up routine - essentially all I need
to do is not use a seperate timer to call download_timo.

Other misc. things:
callout_stop is a newish feature for cancelling a timer without
argument checking it.

tried to add a sysctl knob but it doesn't work in the module

enabled infrastructure code to call netbsd bits.

24 years agoCosmetic fix: "id" -> "idad" for devstat.
Jonathan Lemon [Wed, 8 Mar 2000 21:10:15 +0000 (21:10 +0000)]
Cosmetic fix: "id" -> "idad" for devstat.

Missed in prior (approved) commit by: jlemon

24 years agoAdd Compaq Arrays
Jonathan Lemon [Wed, 8 Mar 2000 18:14:19 +0000 (18:14 +0000)]
Add Compaq Arrays

24 years agoCorrect device naming for IDA disk nodes (idad)
Jonathan Lemon [Wed, 8 Mar 2000 18:14:02 +0000 (18:14 +0000)]
Correct device naming for IDA disk nodes (idad)

24 years agoSomehow I didn't get all the "-v" code commited.
David E. O'Brien [Wed, 8 Mar 2000 16:31:42 +0000 (16:31 +0000)]
Somehow I didn't get all the "-v" code commited.
Submitted by: Arindum Mukerji <rmukerji@execpc.com>
Approved by: JKH

Make the manpage more style(9) complient.

24 years agoChanges for IDA driver
Jonathan Lemon [Wed, 8 Mar 2000 16:17:06 +0000 (16:17 +0000)]
Changes for IDA driver

24 years agoAdd support for older EISA compaq cards and newer Smart 4200 cards.
Jonathan Lemon [Wed, 8 Mar 2000 16:16:31 +0000 (16:16 +0000)]
Add support for older EISA compaq cards and newer Smart 4200 cards.
Change disk names to `idad' to avoid naming conflicts with the controller,
and enable the new disk code to pick up the drives.

Tested by:   david.w.james@bt.com  (existing compaq support)
Reviewed by: msmith
Approved by: jordan

24 years agoConsiderable upgrade to the way perl links to shared objects. This
Mark Murray [Wed, 8 Mar 2000 15:45:14 +0000 (15:45 +0000)]
Considerable upgrade to the way perl links to shared objects. This
fixes the way that third-party apps like apache link in perl .so's
(and previously did not get libperl linked in.)

NOTE - you neeed to recompile all your perl stuff - all the p5-*
por4ts with C code, and things like mod_perl.

24 years agoFix inexplicable crypto->des reversion.
Jordan K. Hubbard [Wed, 8 Mar 2000 14:54:19 +0000 (14:54 +0000)]
Fix inexplicable crypto->des reversion.

24 years agoWhoops - really make the "fix" I did to the dmenuToggleVariable logic
Jordan K. Hubbard [Wed, 8 Mar 2000 14:20:26 +0000 (14:20 +0000)]
Whoops - really make the "fix" I did to the dmenuToggleVariable logic
work.

24 years agoPrint a warning and exit with != 0 when at least one downloaded file
Martin Cracauer [Wed, 8 Mar 2000 13:02:11 +0000 (13:02 +0000)]
Print a warning and exit with != 0 when at least one downloaded file
is shorter than previously announced by the server.

Tested by asami.

Approved by: jkh

24 years agoTurn a warning into an error. Occurances of that warning generate bad
Martin Cracauer [Wed, 8 Mar 2000 12:58:03 +0000 (12:58 +0000)]
Turn a warning into an error. Occurances of that warning generate bad
-fpic code that damages symbol locations at runtime.

The only know occurance in our tree (src and ports) was locatime.c,
which was just changed to generate code that doesn't trigger the
problem.

This is a workaround, the real cause is that our gas doesn't
understand code our gcc generates for some -O -fpic code. They are
expected to be back in sync soon, but until then (including
4.0-RELEASE) we need to prevent people from using bad -fpic code.

PR: avoids such things as in bin/16862
Submitted by: bde
Approved by: jkh

24 years agoTemporary cosmetic change to prevent gcc-2.95.2 from doing an
Martin Cracauer [Wed, 8 Mar 2000 12:46:25 +0000 (12:46 +0000)]
Temporary cosmetic change to prevent gcc-2.95.2 from doing an
optimization that generates code our current as doesn't understand.

The result is bad code that damages dynamic symbol locations at
runtime. Ouch. See PR bin/16862 and discussion in -current.

This change will be backed out when gcc and gas are back in sync.

PR: Fixes bin/16862, but not the underlying problem.
Submitted by: bde
Approved by: jdk

24 years agoMerge in NetBSD improvements:
Sheldon Hearn [Wed, 8 Mar 2000 11:48:01 +0000 (11:48 +0000)]
Merge in NetBSD improvements:

* Clarify quoting value in of name = value pairs.
* Describe the @reboot, @yearly, @annually, @monthly, @weekly,
  @daily, @midnight and @hourly extensions.

PR: 17261
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
Obtained from: NetBSD

24 years agoRemove blanks lines, replacing them with Pp macros where appropriate.
Sheldon Hearn [Wed, 8 Mar 2000 10:13:50 +0000 (10:13 +0000)]
Remove blanks lines, replacing them with Pp macros where appropriate.

24 years agoAdd missing description for the dummy -o option.
Sheldon Hearn [Wed, 8 Mar 2000 10:06:27 +0000 (10:06 +0000)]
Add missing description for the dummy -o option.

24 years agoAdd a dummy -s option for SUSv2 compatibility.
Sheldon Hearn [Wed, 8 Mar 2000 10:02:11 +0000 (10:02 +0000)]
Add a dummy -s option for SUSv2 compatibility.

PR: 17256
Reported by: Brooks Davis <brooks@one-eyed-alien.net>
Approved by: jkh (release engineer)

24 years agoAdd IPv6 related info.
Yoshinobu Inoue [Wed, 8 Mar 2000 09:04:06 +0000 (09:04 +0000)]
Add IPv6 related info.

Suggested by: kris

Reviewed by: kris

24 years agoFix cock up with test on start address.
Duncan Barclay [Wed, 8 Mar 2000 08:53:36 +0000 (08:53 +0000)]
Fix cock up with test  on start address.

This code sent out to alpha testers.

24 years ago/etc -> /etc/ssh
Kris Kennaway [Wed, 8 Mar 2000 03:44:00 +0000 (03:44 +0000)]
/etc -> /etc/ssh

Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>

24 years agoInclude ip6.h from <netinet/>, not <netinet6/>.
Bill Fenner [Wed, 8 Mar 2000 02:24:10 +0000 (02:24 +0000)]
Include ip6.h from <netinet/>, not <netinet6/>.

Submitted by: Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
Approved by: jkh

24 years agoMore mdoc fixes:
Sheldon Hearn [Tue, 7 Mar 2000 22:45:32 +0000 (22:45 +0000)]
More mdoc fixes:

Use Dv and Va macros for defined values and variables,
respectively.
Use proper tag lists instead of approximations.
Use Xr for cross-references.
Make illegal sections legal subsections.
Use An and Aq to mark up author names and addresses,
Respectively.

24 years agoBuild a shared library too - ports expect it.
Kris Kennaway [Tue, 7 Mar 2000 20:55:55 +0000 (20:55 +0000)]
Build a shared library too - ports expect it.

Reviewed by: peter
Approved by: jkh

24 years agoCorrect confusing description of the -r option.
Sheldon Hearn [Tue, 7 Mar 2000 20:54:17 +0000 (20:54 +0000)]
Correct confusing description of the -r option.

PR: 17250
Submitted by: cjclark@home.com (Crist J. Clark)

24 years agoThere is nothing more annoying than su'ing to root and discovering that
Robert Watson [Tue, 7 Mar 2000 18:52:37 +0000 (18:52 +0000)]
There is nothing more annoying than su'ing to root and discovering that
even simple things like md5 and ping aren't in your path.  This patch
moves the custom root-path setting from .login to .cshrc, so that users
who su to root get a decent (and consistent) path.  An appeal to change
/etc/login.conf to provide a decent path for all users seems to have been
vetoed for the time being.  As a result, users will still, by default,
not find ping or md5 in their path.  However, at least root gets a decent
default now.

Reviewed by: asmodai
Approved by: jkh

24 years agoAdd entries for slovenian keymap and new euro fonts.
Jordan K. Hubbard [Tue, 7 Mar 2000 16:45:36 +0000 (16:45 +0000)]
Add entries for slovenian keymap and new euro fonts.

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

24 years agoIt's isdntel(8), not isdntel(1).
Nik Clayton [Tue, 7 Mar 2000 14:05:50 +0000 (14:05 +0000)]
It's isdntel(8), not isdntel(1).

PR:             docs/17103
Submitted by:   Udo Erdelhoff <ue@nathan.ruhr.de>

24 years agoIt's getsockname(2), not getsockname(3).
Nik Clayton [Tue, 7 Mar 2000 14:04:44 +0000 (14:04 +0000)]
It's getsockname(2), not getsockname(3).

PR:             docs/17102
Submitted by:   Udo Erdelhoff <ue@nathan.ruhr.de>

24 years agoftp(1)'s default pager is "more", not "less", as documented.
Nik Clayton [Tue, 7 Mar 2000 14:03:16 +0000 (14:03 +0000)]
ftp(1)'s default pager is "more", not "less", as documented.

PR:             docs/17099
Submitted by:   Udo Erdelhoff <ue@nathan.ruhr.de>

24 years agoNote that openssh/ssl are in the tree now, and use the correct section
Nik Clayton [Tue, 7 Mar 2000 13:59:26 +0000 (13:59 +0000)]
Note that openssh/ssl are in the tree now, and use the correct section
numbers for accton(8), sshd(8), and syslogd(8).

PR:             docs/17100
Submitted by:   Udo Erdelhoff <ue@nathan.ruhr.de>

24 years agos/ispec/ipsec/, and add a missing comma.
Nik Clayton [Tue, 7 Mar 2000 13:58:25 +0000 (13:58 +0000)]
s/ispec/ipsec/, and add a missing comma.

PR:             docs/16995
Submitted by:   Benno Rice <benno@netizen.com.au>

24 years agoDocument the discard device appearing as 'ds0', 'ds1', etc.
Nik Clayton [Tue, 7 Mar 2000 13:56:37 +0000 (13:56 +0000)]
Document the discard device appearing as 'ds0', 'ds1', etc.

PR:             docs/16994
Submitted by:   Giorgos Keramidas <keramida@ceid.upatras.gr>

24 years agoMark "name" as being an argument, so it is formatted correctly.
Nik Clayton [Tue, 7 Mar 2000 13:32:11 +0000 (13:32 +0000)]
Mark "name" as being an argument, so it is formatted correctly.

PR:             docs/16834
Submitted by:   Greg Lewis <glewis@trc.adelaide.edu.au>

24 years ago"lnoger" -> "longer"
Nik Clayton [Tue, 7 Mar 2000 13:21:14 +0000 (13:21 +0000)]
"lnoger" -> "longer"

PR:             docs/16820
Submitted by:   OKAZAKI Tetsurou <okazaki@be.to>

24 years agoAdd two more cards:
Warner Losh [Tue, 7 Mar 2000 08:51:39 +0000 (08:51 +0000)]
Add two more cards:
CNET CN40BC Ethernet adapter (ne2000 clone)
Megahertz XJ32288

Submitted by: Juriy Goloveshkin <juriy@avias.com>

24 years agoSince crypto/openssh/login.c was changed to use realhostname_sa(),
Hajimu UMEMOTO [Tue, 7 Mar 2000 07:52:01 +0000 (07:52 +0000)]
Since crypto/openssh/login.c was changed to use realhostname_sa(),
when connecting via IPv6, hostname was not recorded to utmp anymore.
Because, if hostname is longer than buffer size, getnameinfo() returns
with ENI_MEMORY.

Reviewed by: shin
Approved by: jkh

24 years agoMinor nits and extra devices:
Warner Losh [Tue, 7 Mar 2000 04:52:49 +0000 (04:52 +0000)]
Minor nits and extra devices:
o use ata2 consistanty, even though it doesn't matter too much
o SunDisk (aka SanDisk) SDP's need a different config to actualy work
  (tested on the 10M part) by me.
o Non-name ata card.
o WIT IDE controller
o IBM FLASH card
o Megahert 28.8 cellular modem that I thought I'd added before.
o LinkMake LM 336 combo modem/fax.

Submitted by various people and gleaned from the nomads and mobile
mailing lists, but I've lost the names.  I'm sorry.

24 years agoAdd openssh and api changes.
Warner Losh [Tue, 7 Mar 2000 04:35:24 +0000 (04:35 +0000)]
Add openssh and api changes.

24 years agoMake a run-on sentence into two proper sentences, and clarify the meaning
Brian Feldman [Mon, 6 Mar 2000 23:06:11 +0000 (23:06 +0000)]
Make a run-on sentence into two proper sentences, and clarify the meaning
a bit.

24 years agoMake pam_ssh work. It had an undefined symbol when it was dlopen()ed.
Peter Wemm [Mon, 6 Mar 2000 15:28:30 +0000 (15:28 +0000)]
Make pam_ssh work.  It had an undefined symbol when it was dlopen()ed.
I'm not quite sure about this, I think it should be using -lssh_pic since
it's being linked into a .so, but nothing seems to complain ahd it does
work.  (well, it works for using the authorized_keys file, but I have not
figured out how to get it to start a ssh-agent and cache the key for me)

PR: 17191
Submitted by: Adrian Pavlykevych <pam@polynet.lviv.ua>

24 years agoRemove gratuitous dashes (-) in Fl macro arguments.
Sheldon Hearn [Mon, 6 Mar 2000 13:52:23 +0000 (13:52 +0000)]
Remove gratuitous dashes (-) in Fl macro arguments.

PR: 17216
Submitted by: horikawa@psinet.com (Kazuo Horikawa)

24 years agoRemove more single-space hard sentence breaks.
Sheldon Hearn [Mon, 6 Mar 2000 09:45:37 +0000 (09:45 +0000)]
Remove more single-space hard sentence breaks.

24 years agoRemove single-space hard sentence breaks. These degrade the quality
Sheldon Hearn [Mon, 6 Mar 2000 09:41:55 +0000 (09:41 +0000)]
Remove single-space hard sentence breaks.  These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.

24 years agoAdd the ata driver to the list of new things in 4.0
Søren Schmidt [Mon, 6 Mar 2000 09:09:37 +0000 (09:09 +0000)]
Add the ata driver to the list of new things in 4.0

24 years agoAdd a missing "either".
Sheldon Hearn [Mon, 6 Mar 2000 07:08:14 +0000 (07:08 +0000)]
Add a missing "either".
Fix a parenthetic bogon.

Reported by: "Alexander N. Kabaev" <kabaev@mail.ru>
Obtained from: NetBSD

24 years agoPurely cosmetic tweak, use consistant whitespace with scopeid.
Peter Wemm [Mon, 6 Mar 2000 05:29:56 +0000 (05:29 +0000)]
Purely cosmetic tweak, use consistant whitespace with scopeid.

24 years agoAdded reset code and converted many panics into call to reset.
Duncan Barclay [Sun, 5 Mar 2000 22:24:30 +0000 (22:24 +0000)]
Added reset code and converted many panics into call to reset.

Finished ray_stop and ray_unload.

A little more macro tidying.

24 years agoMinor tidy up.
Duncan Barclay [Sun, 5 Mar 2000 22:04:09 +0000 (22:04 +0000)]
Minor tidy up.

24 years agoFix a typo. (s/eExample/Example/)
Yoshinobu Inoue [Sun, 5 Mar 2000 20:23:44 +0000 (20:23 +0000)]
Fix a typo. (s/eExample/Example/)

Submitted by: Robert Muir <rmuir@looksharp.net>

24 years agoAdd src-kerberos5 to example supfiles.
John Polstra [Sun, 5 Mar 2000 18:52:44 +0000 (18:52 +0000)]
Add src-kerberos5 to example supfiles.

24 years agoFix the CD driver so that the last blocks can be read even if
Søren Schmidt [Sun, 5 Mar 2000 16:52:26 +0000 (16:52 +0000)]
Fix the CD driver so that the last blocks can be read even if
a blocksize != 2k is used.
Update the timeout code to try fallback to PIO if problems
arise in DMA mode.

24 years agoPartial fix: the following patch correctly configures the card for dual
Cameron Grant [Sun, 5 Mar 2000 15:51:09 +0000 (15:51 +0000)]
Partial fix: the following patch correctly configures the card for dual
channel DMA. The problem was that the SDC bit (0x04) can only be set in
the MCE state.

PR: kern/16587
Submitted by: Matthew Reimer <mreimer@vpop.net>
Approved by: jkh (in person)

24 years agoRecognize another modem, "PMC2430 - Pace 56 Voice Internal Modem"
Peter Wemm [Sun, 5 Mar 2000 14:44:05 +0000 (14:44 +0000)]
Recognize another modem, "PMC2430 - Pace 56 Voice Internal Modem"

Submitted by: Mark Ovens <mark@ukug.uk.freebsd.org>

24 years agoMoved a lot of my inline comments to head of code and documented
Duncan Barclay [Sun, 5 Mar 2000 14:39:23 +0000 (14:39 +0000)]
Moved a lot of my inline comments to head of code and documented
card configuration hassles.

Added a TODO list so I don't forget to finish stuff.

Tidyed up a lot of XXX.

Tidy'd and documented debugging - all DPRINTF have a debug level associated.
RAY_DEBUG = 1, will log packet errors.

#if protect common memory hacking

Don't rely on pccardd for common memory settings.

Added a simple transmit mode - reasonable performance but not great. Will do a version of the NetBSD chained buffers soon. Yup we have two way transmisson!

Fix a stupid bug in the common memory code - the ioctl call was
hidden behind a debug test!

24 years agoTidy up.
Duncan Barclay [Sun, 5 Mar 2000 14:29:29 +0000 (14:29 +0000)]
Tidy up.

Add TX tib structure.

24 years agoMerge from internat.freebsd.org; cleanup stray rsaref glue code reference
Peter Wemm [Sun, 5 Mar 2000 14:20:57 +0000 (14:20 +0000)]
Merge from internat.freebsd.org; cleanup stray rsaref glue code reference

24 years agoAdd info on FibreChannel support, AS4100 & 8200 'due soon', PC164
Wilko Bulte [Sun, 5 Mar 2000 13:16:58 +0000 (13:16 +0000)]
Add info on FibreChannel support, AS4100 & 8200 'due soon', PC164

Submitted by: Matt Jacob

24 years agoDocument NO_OBJC for disabling Objective C support
Kris Kennaway [Sun, 5 Mar 2000 10:53:24 +0000 (10:53 +0000)]
Document NO_OBJC for disabling Objective C support

24 years agoMerge updated file for 0.5 release: handle "ip host foo" and
Bill Fenner [Sat, 4 Mar 2000 23:57:39 +0000 (23:57 +0000)]
Merge updated file for 0.5 release: handle "ip host foo" and
 "ip6 host foo" when foo has both IP and IP6 addresses.

PR: bin/17083
Approved by: jkh

24 years agoInclude feedback. Warn a bit more for TGA & NT-only systems that
Wilko Bulte [Sat, 4 Mar 2000 21:44:12 +0000 (21:44 +0000)]
Include feedback. Warn a bit more for TGA & NT-only systems that
are dumped now that the WinNT/alpha corpse is getting buried.

24 years agomkisofs has the -C option for this, doh.
Søren Schmidt [Sat, 4 Mar 2000 07:26:23 +0000 (07:26 +0000)]
mkisofs has the -C option for this, doh.

24 years agoAdd msinfo command, used for multisession CD generation with
Søren Schmidt [Fri, 3 Mar 2000 23:17:27 +0000 (23:17 +0000)]
Add msinfo command, used for multisession CD generation with
mkisofs. Gives the last track start LBA, and the next writable LBA.

Inspired by: peter

24 years agoFix a copy and paste error. Make release should be operational again.
John Hay [Fri, 3 Mar 2000 20:39:22 +0000 (20:39 +0000)]
Fix a copy and paste error. Make release should be operational again.

Reviewed by: markm

24 years agoPoint SDIR at ${.CURDIR}/../secure so that ssh and sshd can be found when
John Hay [Fri, 3 Mar 2000 20:37:15 +0000 (20:37 +0000)]
Point SDIR at ${.CURDIR}/../secure so that ssh and sshd can be found when
the krb5 versions are built during make release.

Reviewed by: markm

24 years agoMFI: Make ssh and sshd link in the krb5 part of make release.
John Hay [Fri, 3 Mar 2000 20:34:05 +0000 (20:34 +0000)]
MFI: Make ssh and sshd link in the krb5 part of make release.

Reviewed by: markm

24 years agoReally fix the USA_RESIDENT botch.
Jordan K. Hubbard [Fri, 3 Mar 2000 20:33:21 +0000 (20:33 +0000)]
Really fix the USA_RESIDENT botch.

Submitted by: Dmitry Valdov <dv@dv.ru>

24 years agoMFI: Use krb5 functions in krb5 files.
John Hay [Fri, 3 Mar 2000 20:31:58 +0000 (20:31 +0000)]
MFI: Use krb5 functions in krb5 files.

Reviewed by: markm

24 years agoMostly notes and minor style changes whilst I was travelling.
Duncan Barclay [Fri, 3 Mar 2000 17:07:42 +0000 (17:07 +0000)]
Mostly notes and minor style changes whilst I was travelling.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r57738,
Ollivier Robert [Fri, 3 Mar 2000 17:06:31 +0000 (17:06 +0000)]
This commit was generated by cvs2svn to compensate for changes in r57738,
which included commits to RCS files with non-trunk default branches.

24 years agoFix potential alignement problems on Alpha + IPv6.
Ollivier Robert [Fri, 3 Mar 2000 17:06:31 +0000 (17:06 +0000)]
Fix potential alignement problems on Alpha + IPv6.

This is done on the vendor branch to avoid spamming the tree. It has been
sent to the NTP maintainers already.

Submitted by: shin

24 years agoNull commit.
Sheldon Hearn [Fri, 3 Mar 2000 15:22:15 +0000 (15:22 +0000)]
Null commit.

The previous log message was incorrect in that only a part of rev 1.7
was backed out.

24 years agoRemove single-space hard sentence breaks. These degrade the quality
Sheldon Hearn [Fri, 3 Mar 2000 14:05:08 +0000 (14:05 +0000)]
Remove single-space hard sentence breaks.  These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.

24 years agoReplace structure copy form ifreq obtained by SIOCGIFADDR
Yoshinobu Inoue [Fri, 3 Mar 2000 13:05:00 +0000 (13:05 +0000)]
Replace structure copy form ifreq obtained by SIOCGIFADDR
to memcpy(), to avoid unaligned access trap on alpha.

Approved by: jkh

24 years agoChange type of vars which hold in_addr.s_addr from u_long to u_int32_t,
Yoshinobu Inoue [Fri, 3 Mar 2000 13:01:57 +0000 (13:01 +0000)]
Change type of vars which hold in_addr.s_addr from u_long to u_int32_t,
for more safety on alpha.

Approved by: jkh

24 years agoCMSG_XXX macros alignment fixes to follow RFC2292.
Yoshinobu Inoue [Fri, 3 Mar 2000 12:50:46 +0000 (12:50 +0000)]
CMSG_XXX macros alignment fixes to follow RFC2292.

Approved by: jkh

24 years agoCMSG_XXX macros alignment fixes to follow RFC2292.
Yoshinobu Inoue [Fri, 3 Mar 2000 11:13:12 +0000 (11:13 +0000)]
CMSG_XXX macros alignment fixes to follow RFC2292.

Approved by: jkh

Submitted by: Partly from tech@openbsd
Reviewed by: itojun

24 years agoRevert the previous commit. I knew I should leave non-mdoc stuff alone.
Sheldon Hearn [Fri, 3 Mar 2000 09:53:52 +0000 (09:53 +0000)]
Revert the previous commit.  I knew I should leave non-mdoc stuff alone.

24 years agoThe new boot code uses `ad' for ATA disks, not `wd'. Correct the
Joseph Koshy [Fri, 3 Mar 2000 09:51:45 +0000 (09:51 +0000)]
The new boot code uses `ad' for ATA disks, not `wd'.  Correct the
manual page.

24 years agoI didn't expect this to be merged to STABLE. It was, so correct the
Sheldon Hearn [Fri, 3 Mar 2000 09:28:05 +0000 (09:28 +0000)]
I didn't expect this to be merged to STABLE.  It was, so correct the
HISTORY section.

24 years agoCorrect grammar in the synoptic comment.
Sheldon Hearn [Fri, 3 Mar 2000 09:25:00 +0000 (09:25 +0000)]
Correct grammar in the synoptic comment.

Submitted by: ru

24 years agoRemove single-space hard sentence breaks. These degrade the quality
Sheldon Hearn [Fri, 3 Mar 2000 09:11:28 +0000 (09:11 +0000)]
Remove single-space hard sentence breaks.  These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.

24 years agoMFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support).
Bruce Evans [Fri, 3 Mar 2000 08:00:27 +0000 (08:00 +0000)]
MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support).

Approved by: jkh

24 years agoCorrect typo ("wd" -> "wi").
Joseph Koshy [Fri, 3 Mar 2000 06:58:30 +0000 (06:58 +0000)]
Correct typo ("wd" -> "wi").

24 years agoTurn off X11 forwarding in the client. X11 forwarding in the server by
Brian Feldman [Fri, 3 Mar 2000 05:58:39 +0000 (05:58 +0000)]
Turn off X11 forwarding in the client. X11 forwarding in the server by
default should probably also get turned on, now.

Requested by: kris
Obtained from: OpenBSD

24 years agoFixed wrong function return types in synopsis.
Bruce Evans [Fri, 3 Mar 2000 05:28:51 +0000 (05:28 +0000)]
Fixed wrong function return types in synopsis.

24 years agoTell people how to look up NIC handle information these days (for the two
David E. O'Brien [Thu, 2 Mar 2000 22:51:17 +0000 (22:51 +0000)]
Tell people how to look up NIC handle information these days (for the two
cases I know about -- Netsol and ARIN).

24 years agoI applied the wrong patch set. Back out anything associated
Peter Dufault [Thu, 2 Mar 2000 22:03:49 +0000 (22:03 +0000)]
I applied the wrong patch set.  Back out anything associated
with the known bogus currtpriority.  This undoes the previous changes to
sys/i386/i386/trap.c, sys/alpha/alpha/trap.c, sys/sys/systm.h

Now we have the patch set approved by bde.

Approved by: bde

24 years agoAdd a percentage-meter to the progress report.
Søren Schmidt [Thu, 2 Mar 2000 21:49:10 +0000 (21:49 +0000)]
Add a percentage-meter to the progress report.

Submitted by: peter

24 years agoMention that portmap(8) utilizes hosts_access(5).
Chris Timmons [Thu, 2 Mar 2000 18:15:46 +0000 (18:15 +0000)]
Mention that portmap(8) utilizes hosts_access(5).

Reviewed by: asmodai

24 years agoPatches that eliminate extra context switches in FIFO case.
Peter Dufault [Thu, 2 Mar 2000 16:20:07 +0000 (16:20 +0000)]
Patches that eliminate extra context switches in FIFO case.
Fixes p1003_1b regression test in the simple case of no RR and
FIFO processes competing.

Reviewed by: jkh, bde