]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agoRemove an empty default case to make this syntactically correct. Not there
Juli Mallett [Wed, 15 May 2002 09:43:52 +0000 (09:43 +0000)]
Remove an empty default case to make this syntactically correct.  Not there
is as good as blaknk.

22 years agoExplicitly cast NCONTINENTS to int to silence an overflow warning.
Dag-Erling Smørgrav [Wed, 15 May 2002 09:39:31 +0000 (09:39 +0000)]
Explicitly cast NCONTINENTS to int to silence an overflow warning.

22 years agoRemove bogus cast.
Dag-Erling Smørgrav [Wed, 15 May 2002 09:36:46 +0000 (09:36 +0000)]
Remove bogus cast.

22 years agoUnbreak Alpha build.
Dag-Erling Smørgrav [Wed, 15 May 2002 09:20:06 +0000 (09:20 +0000)]
Unbreak Alpha build.

22 years agofor OpenSSL 0.9.5a
David E. O'Brien [Wed, 15 May 2002 09:17:27 +0000 (09:17 +0000)]
for OpenSSL 0.9.5a

22 years agoWe won't be doing FreeBSD-NT (NTBSD?, BSDNT?) anytime soon.
David E. O'Brien [Wed, 15 May 2002 09:11:11 +0000 (09:11 +0000)]
We won't be doing FreeBSD-NT (NTBSD?, BSDNT?) anytime soon.
Same for any m68k platform.

22 years agoWe aren't quite ready to switch emulations and loose the
David E. O'Brien [Wed, 15 May 2002 09:01:03 +0000 (09:01 +0000)]
We aren't quite ready to switch emulations and loose the
override ELF_DYNAMIC_INTERPRETER requirement.

Has a good eye: jmallet

22 years agoWe won't be doing FreeBSD/m68k or FreeBSD/rs6k anytime soon.
David E. O'Brien [Wed, 15 May 2002 08:33:41 +0000 (08:33 +0000)]
We won't be doing FreeBSD/m68k or FreeBSD/rs6k anytime soon.
(not to mention these bits are still at the 2.9.1 level)

22 years agoUnbreak Alpha build.
Dag-Erling Smørgrav [Wed, 15 May 2002 08:01:31 +0000 (08:01 +0000)]
Unbreak Alpha build.

22 years agoThis code is no longer WARNS level 2 OK.
David E. O'Brien [Wed, 15 May 2002 06:32:29 +0000 (06:32 +0000)]
This code is no longer WARNS level 2 OK.

22 years agoUndo namespace pollution by prefixing the globals pthread_guard_default and
Alfred Perlstein [Wed, 15 May 2002 05:37:48 +0000 (05:37 +0000)]
Undo namespace pollution by prefixing the globals pthread_guard_default and
pthread_page_size.

Fix a bunch line wrapping.

Pointed out by: deischen

22 years agoCorrectly attribute a Douglas Adams quote, and remove a duplicate of
Doug Barton [Wed, 15 May 2002 04:35:27 +0000 (04:35 +0000)]
Correctly attribute a Douglas Adams quote, and remove a duplicate of
the same quote.

22 years agoUse .rodata section for $FreeBSD$.
David E. O'Brien [Wed, 15 May 2002 04:19:49 +0000 (04:19 +0000)]
Use .rodata section for $FreeBSD$.

22 years agoFix description of uuencode(1)/uudecode(1) base64 abilities.
Bruce A. Mah [Wed, 15 May 2002 03:43:44 +0000 (03:43 +0000)]
Fix description of uuencode(1)/uudecode(1) base64 abilities.

Submitted by: jmallet

22 years agoBuild the asa(1) utility.
Tim J. Robbins [Wed, 15 May 2002 03:37:55 +0000 (03:37 +0000)]
Build the asa(1) utility.

PR: 36130
Reviewed by: mike

22 years ago#include <unistd.h> for getopt() and friends.
Tim J. Robbins [Wed, 15 May 2002 03:31:40 +0000 (03:31 +0000)]
#include <unistd.h> for getopt() and friends.

PR: 36130
Approved by: mike

22 years agoUse getopt() to reject options (asa has none), and to the "--" end of options
Tim J. Robbins [Wed, 15 May 2002 03:17:01 +0000 (03:17 +0000)]
Use getopt() to reject options (asa has none), and to the "--" end of options
marker. Exit non-zero if we cannot open one of the input files. Update
standards conformance and exit status statements in manual page.

PR: 36130
Approved by: mike

22 years agoRemove __P,
Tim J. Robbins [Wed, 15 May 2002 03:10:17 +0000 (03:10 +0000)]
Remove __P,
Don't prototype main(),
C89-style function declarations,
char **argv -> char *argv[] for main()

PR: 36130
Approved by: mike

22 years agostyle(9): remove space between function name and opening parentheses,
Tim J. Robbins [Wed, 15 May 2002 03:02:17 +0000 (03:02 +0000)]
style(9): remove space between function name and opening parentheses,
sort variables, NULL is the null-pointer constant, remove unnecessary
braces.

PR: 36130
Approved by: mike

22 years agoAdd the POSIX.2 asa utility, which interprets FORTRAN carriage-control
Tim J. Robbins [Wed, 15 May 2002 02:40:57 +0000 (02:40 +0000)]
Add the POSIX.2 asa utility, which interprets FORTRAN carriage-control
characters.

PR: 36130
Approved by: mike
Obtained from: NetBSD

22 years agoReset token-ring source routing control field on receipt of ethernet frame
Kelly Yancey [Wed, 15 May 2002 01:03:32 +0000 (01:03 +0000)]
Reset token-ring source routing control field on receipt of ethernet frame
without source routing information.  This restores the behaviour in this
scenario to that of prior to my last commit.

22 years agoUse fgetln to remove the static limit on the length of lines in
Ian Dowse [Tue, 14 May 2002 23:24:28 +0000 (23:24 +0000)]
Use fgetln to remove the static limit on the length of lines in
/etc/exports. Oversized lines were unlikely due to the large 10k
limit, but any found would cause mountd to exit with an error. Also
fix one or two compiler warnings.

22 years agoo Clean up tmp file usage a little by using mkstemp(3) instead of
Brian Feldman [Tue, 14 May 2002 23:15:42 +0000 (23:15 +0000)]
o Clean up tmp file usage a little by using mkstemp(3) instead of
  mktemp(3).  It would be amazingly unlikely, but the former method
  could result in a symlink attack.  A better solution would use
  ${TMPDIR}, though.
o Make sed not overwrite old backup files with no warning.

22 years agop_cansignal() returns an errno value; at some point, the check for
Robert Watson [Tue, 14 May 2002 23:07:15 +0000 (23:07 +0000)]
p_cansignal() returns an errno value; at some point, the check for
inter-process signalling ceased to preserve and return that value,
instead always returning EPERM.  This meant that it was possible
to "probe" the pid space for processes that were not otherwise
visible.  This change reverts that reversion.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs

22 years agoFix a "tiny and squeeby and little" markup mistake.
Juli Mallett [Tue, 14 May 2002 22:55:31 +0000 (22:55 +0000)]
Fix a "tiny and squeeby and little" markup mistake.

Submitted by: fenner

22 years agoDisable the shared locking namei() code for now. It breaks several stacking
Jeff Roberson [Tue, 14 May 2002 21:59:49 +0000 (21:59 +0000)]
Disable the shared locking namei() code for now.  It breaks several stacking
filesystems.  This is on hold until the rest of VFS Locking is reviewed and
deemed safe.  It can be enabled with 'options LOOKUP_SHARED'.

22 years ago`unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'.
David E. O'Brien [Tue, 14 May 2002 21:59:10 +0000 (21:59 +0000)]
`unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'.

22 years agoTighten up the defined()'s.
David E. O'Brien [Tue, 14 May 2002 21:54:56 +0000 (21:54 +0000)]
Tighten up the defined()'s.

22 years ago- Make use of DEPOROGINs (if there are any) when installing package;
Maxim Sobolev [Tue, 14 May 2002 21:42:37 +0000 (21:42 +0000)]
- Make use of DEPOROGINs (if there are any) when installing package;
- fix few bogosities here and there;
- move some common routines into the library.

MFC after: 2 weeks

22 years agoAfter some comments from bde, rewrite the loops to avoid turning the
Joerg Wunsch [Tue, 14 May 2002 21:28:45 +0000 (21:28 +0000)]
After some comments from bde, rewrite the loops to avoid turning the
previously used "micro-optimization" (count-down loop) into a
pessimization.  Now the loops are written in the more natural count-up
form.

Also, while being there, i made the logic in out_fdc() similar to the
logic in in_fdc().  The old implementation was a bit bogus anyway
since it first tested the DIO bit and only afterwards the RQM bit.
However, according to the description of the i82077, the DIO bit is
only guaranteed to be valid once the RQM bit is set.  Thus, the old
implementatoin would have had the chance to misbehave on a controller
that is implemented in accordance with the i82077 description (but is
not bug-for-bug compatible).

MFC after: 3 days

22 years agoTrivial language fixes.
Daniel Harris [Tue, 14 May 2002 21:09:05 +0000 (21:09 +0000)]
Trivial language fixes.

PR: 38015
Submitted by: Chris Pepper <pepper@mail.rockefeller.edu>

22 years agoMove MI stuff out of MD param.h files.
Poul-Henning Kamp [Tue, 14 May 2002 20:35:29 +0000 (20:35 +0000)]
Move MI stuff out of MD param.h files.

It can all still be overridden in the MD files should need suddenly arise.

22 years agoRemove the unused definitions of ctod() and dotc().
Poul-Henning Kamp [Tue, 14 May 2002 20:01:34 +0000 (20:01 +0000)]
Remove the unused definitions of ctod() and dotc().

22 years agoBuild using pregenerated manpages; don't use perl to translate .pod's.
Mark Murray [Tue, 14 May 2002 19:39:00 +0000 (19:39 +0000)]
Build using pregenerated manpages; don't use perl to translate .pod's.
The translated .pod's have already been committed.

22 years agoModify the arguments to syncache_socket() to include the mbuf (m) that
Robert Watson [Tue, 14 May 2002 18:57:55 +0000 (18:57 +0000)]
Modify the arguments to syncache_socket() to include the mbuf (m) that
results in the syncache entry being turned into a socket.  While it's
not used in the main tree, this is required in the MAC tree so that
labels can be propagated from the mbuf to the socket.  This is also
useful if you're doing things like transparent IP connection hijacking
and you want to use the syncache/cookie mechanism, but we won't go
there.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs

22 years agoRemove a printf(3) argument with no corresponding format specifier.
Dag-Erling Smørgrav [Tue, 14 May 2002 18:28:06 +0000 (18:28 +0000)]
Remove a printf(3) argument with no corresponding format specifier.

22 years agoMake our version tag unique due to our local changes.
Mark Peek [Tue, 14 May 2002 18:17:59 +0000 (18:17 +0000)]
Make our version tag unique due to our local changes.

PR: 19733
Submitted by: sheldonh
MFC after: 3 days

22 years agoUpdated release notes: BIND 8.3.2-T1B, gcc-3.1.0 (and a big
Bruce A. Mah [Tue, 14 May 2002 18:17:45 +0000 (18:17 +0000)]
Updated release notes: BIND 8.3.2-T1B, gcc-3.1.0 (and a big
<warning>).

Markup change:  Use manpage entity for devinfo(8).

22 years agoFix an include for NetBSD
Brian Somers [Tue, 14 May 2002 17:50:25 +0000 (17:50 +0000)]
Fix an include for NetBSD

22 years agoFollowing a repo-copy from src/sys/ufs/ufs, rename functions and
Ian Dowse [Tue, 14 May 2002 17:14:01 +0000 (17:14 +0000)]
Following a repo-copy from src/sys/ufs/ufs, rename functions and
structures etc. to ext2fs-specific names, and remove ufs-specific
code that is no longer required. As a first stage, the code will
still convert back and forth between the on-disk format and struct
inode, so the struct dinode fields have been added to struct inode
for now.

Note that these files are not yet connected to the build.

22 years agoAs the perl-generated assembler files have been committed, add the
Mark Murray [Tue, 14 May 2002 16:06:50 +0000 (16:06 +0000)]
As the perl-generated assembler files have been committed, add the
perl-generated (.pod) manual pages too. This is another nail in the
perl5 coffin (for base perl, not the port or the language in general).

22 years agoMake this -j safe.
Ruslan Ermilov [Tue, 14 May 2002 15:27:13 +0000 (15:27 +0000)]
Make this -j safe.

22 years agoStrategic diff reduction against TrustedBSD MAC branch: introduce an
Robert Watson [Tue, 14 May 2002 14:36:09 +0000 (14:36 +0000)]
Strategic diff reduction against TrustedBSD MAC branch: introduce an
additional system boot ordering entry, SI_SUB_MAC_LATE, which occurs
after all MAC policies have been initialized, permitting the MAC
subsystem to take action once all "early loaded" modules are in place.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs

22 years agoRegen:
Sheldon Hearn [Tue, 14 May 2002 14:31:15 +0000 (14:31 +0000)]
Regen:

* Hart: rev 298 of pcidevs.txt (2002-05-10)
* Boemler: vendors.txt (2002-05-07)

22 years agoGrammar fix: cause -> causes.
Giorgos Keramidas [Tue, 14 May 2002 14:30:48 +0000 (14:30 +0000)]
Grammar fix: cause -> causes.

PR: docs/38059
Submitted by: Chris Pepper <pepper@rockefeller.edu>

22 years agoSplit release.2 into two stages. release.2 now install the base
Ruslan Ermilov [Tue, 14 May 2002 13:59:33 +0000 (13:59 +0000)]
Split release.2 into two stages.  release.2 now install the base
dist, while release.3 makes and installs crypto, krb4, and krb5
dists.  This makes release.3 restartable (with "make rerelease").

22 years agoMake sure the first ${CHROOTDIR} installworld is done for the correct
Ruslan Ermilov [Tue, 14 May 2002 13:45:50 +0000 (13:45 +0000)]
Make sure the first ${CHROOTDIR} installworld is done for the correct
arch.  This makes "make release TARGET_ARCH=foo" really work.

(I only tested with "make rerelease" before to save some time and did
not notice the problem.)

22 years agoGC now redundant BOOTSTRAPUTILS stuff.
Ruslan Ermilov [Tue, 14 May 2002 13:41:18 +0000 (13:41 +0000)]
GC now redundant BOOTSTRAPUTILS stuff.

22 years agoAvoid a rather bizarre warning from gcc 3.1:
Brian Somers [Tue, 14 May 2002 13:32:30 +0000 (13:32 +0000)]
Avoid a rather bizarre warning from gcc 3.1:

/usr/src/usr.sbin/ppp/cbcp.c:566:61: warning: trigraph ??! ignored

22 years agoEven more BBSIZE related breakage.
Ruslan Ermilov [Tue, 14 May 2002 13:30:45 +0000 (13:30 +0000)]
Even more BBSIZE related breakage.

22 years agoo Clean up some #includes
Brian Somers [Tue, 14 May 2002 12:55:39 +0000 (12:55 +0000)]
o Clean up some #includes
o Bump version number to 3.0.4
o When talking to a RADIUS server, provide a NAS-Port-Type.

  When the NAS-Port-Type is Ethernet, provide a NAS-Port value equal
  to the SESSIONID from the environment in direct mode or the
  NGM_PPPOE_SESSIONID message in other modes.  If no SESSIONID is found,
  default to the interface index in client mode or zero in server mode.

  When the NAS-Port-Type is ISDN, set the NAS-Port to the minor number
  of the physical device (ie, the N in /dev/i4brbchN).

  This makes it easier for the RADIUS server to identify the client
  WRT accounting data etc.

Prompted by: lsz8425 <lsz8425@mail.cd.hn.cn>

22 years agoFixed to build for GCC 3.1
Yoshihiro Takahashi [Tue, 14 May 2002 12:34:03 +0000 (12:34 +0000)]
Fixed to build for GCC 3.1

22 years agoUnderstand the new NGM_PPPOE_SESSIONID message and set SESSIONID
Brian Somers [Tue, 14 May 2002 12:33:40 +0000 (12:33 +0000)]
Understand the new NGM_PPPOE_SESSIONID message and set SESSIONID
in the environment to it's value.

Approved by: archie (after a very cursory glance)

22 years agoAdd -ffreestanding to CFLAGS.
Yoshihiro Takahashi [Tue, 14 May 2002 12:32:59 +0000 (12:32 +0000)]
Add -ffreestanding to CFLAGS.

22 years agoAdd a NGM_PPPOE_SESSIONID message to the ng_pppoe node.
Brian Somers [Tue, 14 May 2002 12:32:41 +0000 (12:32 +0000)]
Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.
This message is sent to the control socket when the SessionID
is established.

Approved by: archie (after a very cursory glance)

22 years agoMFi386: revision 1.519
Yoshihiro Takahashi [Tue, 14 May 2002 12:31:47 +0000 (12:31 +0000)]
MFi386: revision 1.519

22 years agoMerged from sys/isa/fd.c revisions from 1.229 to 1.232.
Yoshihiro Takahashi [Tue, 14 May 2002 12:30:52 +0000 (12:30 +0000)]
Merged from sys/isa/fd.c revisions from 1.229 to 1.232.

22 years agoMerged from sys/dev/syscons/syscons.c revision 1.384
Yoshihiro Takahashi [Tue, 14 May 2002 12:29:34 +0000 (12:29 +0000)]
Merged from sys/dev/syscons/syscons.c revision 1.384

22 years agoI somehow managed to forgot to commit this in my INCS sweep.
Ruslan Ermilov [Tue, 14 May 2002 11:41:23 +0000 (11:41 +0000)]
I somehow managed to forgot to commit this in my INCS sweep.
We don't need the `beforeinstall' here, INCS handles this.

22 years agoNew cpp(1) doesn't like -I${DESTDIR}/usr/include.
Ruslan Ermilov [Tue, 14 May 2002 11:37:10 +0000 (11:37 +0000)]
New cpp(1) doesn't like -I${DESTDIR}/usr/include.

22 years agoMake daddr_t and u_daddr_t 64bits wide.
Poul-Henning Kamp [Tue, 14 May 2002 11:09:43 +0000 (11:09 +0000)]
Make daddr_t and u_daddr_t 64bits wide.
Retire daddr64_t and use daddr_t instead.

Sponsored by: DARPA & NAI Labs.

22 years agoMatch prototypes to functions over in fsck_ffs.
Poul-Henning Kamp [Tue, 14 May 2002 09:40:33 +0000 (09:40 +0000)]
Match prototypes to functions over in fsck_ffs.

22 years agoRestore comment that got lost in revision 1.265.
Ruslan Ermilov [Tue, 14 May 2002 08:30:40 +0000 (08:30 +0000)]
Restore comment that got lost in revision 1.265.

22 years agoRoll the LOG2 macro up again, I don't belive unrolling this for 64bits
Poul-Henning Kamp [Tue, 14 May 2002 08:01:34 +0000 (08:01 +0000)]
Roll the LOG2 macro up again, I don't belive unrolling this for 64bits
make sense.

Sponsored by: DARPA & NAI Labs.

22 years agoCheck that kldxref(8) exists before running it.
Ruslan Ermilov [Tue, 14 May 2002 07:49:12 +0000 (07:49 +0000)]
Check that kldxref(8) exists before running it.

22 years agoDo not run `includes' and `incsinstall' in parallel.
Ruslan Ermilov [Tue, 14 May 2002 07:30:40 +0000 (07:30 +0000)]
Do not run `includes' and `incsinstall' in parallel.

Spotted by: jhay

Parallel worlds and releases should be working again.

22 years agoMake the mtio data structures explicitly sized.
Poul-Henning Kamp [Tue, 14 May 2002 07:30:13 +0000 (07:30 +0000)]
Make the mtio data structures explicitly sized.
A couple of the fields should probably be 64bits in the future.

Sponsored by: DARPA & NAI Labs.

22 years agoDocument Q_GETQUOTA returning EINVAL when quotas are not enabled
Peter Pentchev [Tue, 14 May 2002 07:27:20 +0000 (07:27 +0000)]
Document Q_GETQUOTA returning EINVAL when quotas are not enabled
on the filesystem.

PR: doc/37839
Submitted by: "Michael R. Wayne" <wayne@staff.msen.com>
Approved by: silence on -doc
MFC after: 3 days

22 years agoUse explicitly sized fields for the tape format definition.
Poul-Henning Kamp [Tue, 14 May 2002 06:59:55 +0000 (06:59 +0000)]
Use explicitly sized fields for the tape format definition.

Sponsored by: DARPA & NAI Labs.

22 years agoMove a few ancient minor-number definitions for tapedrives to the
Poul-Henning Kamp [Tue, 14 May 2002 06:57:02 +0000 (06:57 +0000)]
Move a few ancient minor-number definitions for tapedrives to the
only driver which uses them.  Remove the rest.

22 years agoSync with reality.
Hajimu UMEMOTO [Tue, 14 May 2002 05:32:23 +0000 (05:32 +0000)]
Sync with reality.
IPV6CTL_MAPPED_ADDR was obsoleted by IPV6CTL_V6ONLY.

MFC after: 2 days
and approved by re

22 years agostring cleanup:
Kenneth D. Merry [Tue, 14 May 2002 04:32:02 +0000 (04:32 +0000)]
string cleanup:

 - fix a potential overrun made worse by rev 1.5 of camlib.h
 - change strncpy() and strcpy() calls to strlcpy()
 - use sizeof(string[]) instead of STRING_LEN to avoid future problems
 - get rid of an unused variable

Thanks to BDE for pointing out some of the problems.

MFC after: 2 weeks

22 years agoMerge c-common.c rev 1.10 into GCC 3.1
David E. O'Brien [Tue, 14 May 2002 01:53:53 +0000 (01:53 +0000)]
Merge c-common.c rev 1.10 into GCC 3.1

Clarify that the "yields only last 2 digits of year in some locales" warning
does not apply to BSD.

Submitted by: ache

22 years agoIf you want to not warn on K&R main(); this is how it should be implemented.
David E. O'Brien [Tue, 14 May 2002 01:44:02 +0000 (01:44 +0000)]
If you want to not warn on K&R main(); this is how it should be implemented.

22 years agoTweak the include dirs w/o incurring extra warnings
David E. O'Brien [Tue, 14 May 2002 01:18:51 +0000 (01:18 +0000)]
Tweak the include dirs w/o incurring extra warnings

22 years agoMention the ``end of output'' for each periodic script.
Brian Somers [Tue, 14 May 2002 01:15:35 +0000 (01:15 +0000)]
Mention the ``end of output'' for each periodic script.

Submitted by: David Wolfskill <david@catwhisker.org>
PR: 37036
MFC after: 1 week

22 years agounexpand -a everything
David E. O'Brien [Tue, 14 May 2002 01:09:03 +0000 (01:09 +0000)]
unexpand -a everything

22 years agoQuote {CC} so ccache can be used.
David E. O'Brien [Tue, 14 May 2002 01:00:25 +0000 (01:00 +0000)]
Quote {CC} so ccache can be used.

22 years agoCalculate the number of open links properly when deciding on whether to
Brian Somers [Tue, 14 May 2002 00:59:28 +0000 (00:59 +0000)]
Calculate the number of open links properly when deciding on whether to
just send PROTO_IP packets when we've got only one link up in multi-link
mode.

Problem noted by: Adrian Close <adrian@fernhilltec.com.au>
MFC after: 1 week

22 years agoFirst pass of style(9) for #define's.
David E. O'Brien [Tue, 14 May 2002 00:53:08 +0000 (00:53 +0000)]
First pass of style(9) for #define's.

22 years agoMerge choose-temp.c rev 1.2 (use /tmp 1st, and then /var/tmp) into GCC 3.1.
David E. O'Brien [Tue, 14 May 2002 00:33:44 +0000 (00:33 +0000)]
Merge choose-temp.c rev 1.2 (use /tmp 1st, and then /var/tmp) into GCC 3.1.

22 years agoAdd framework for our kernel printf enhancements.
David E. O'Brien [Tue, 14 May 2002 00:30:25 +0000 (00:30 +0000)]
Add framework for our kernel printf enhancements.

22 years agoUse the right byte order for unaligned stores. <blush>.
Jake Burkholder [Mon, 13 May 2002 22:48:01 +0000 (22:48 +0000)]
Use the right byte order for unaligned stores.  <blush>.

22 years agoMake a link from fr_FR.ISO8859-1 to fr_FR.ISO8859-15.
David Malone [Mon, 13 May 2002 21:30:23 +0000 (21:30 +0000)]
Make a link from fr_FR.ISO8859-1 to fr_FR.ISO8859-15.

Submitted by: wollman

22 years agoBDE and I have had a chance to hash this out:
Warner Losh [Mon, 13 May 2002 21:17:33 +0000 (21:17 +0000)]
BDE and I have had a chance to hash this out:
o Use splnet() instead of splclock().
o Use splnet() instead of splimp().

Reviewed by: bde

22 years agoFix a syntax error
Brian Somers [Mon, 13 May 2002 20:25:47 +0000 (20:25 +0000)]
Fix a syntax error

22 years agoAdd wicontrol to boot floppy until such time as this support is part
Jordan K. Hubbard [Mon, 13 May 2002 20:16:06 +0000 (20:16 +0000)]
Add wicontrol to boot floppy until such time as this support is part
of ifconfig.
PR: misc/21886

22 years agoResolve conflicts after import of ISC BIND 8.3.2-T1B documentation.
Jacques Vidrine [Mon, 13 May 2002 19:35:44 +0000 (19:35 +0000)]
Resolve conflicts after import of ISC BIND 8.3.2-T1B documentation.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r96539,
Jacques Vidrine [Mon, 13 May 2002 19:33:58 +0000 (19:33 +0000)]
This commit was generated by cvs2svn to compensate for changes in r96539,
which included commits to RCS files with non-trunk default branches.

22 years agoImport of ISC BIND 8.3.2-T1B documentation.
Jacques Vidrine [Mon, 13 May 2002 19:33:58 +0000 (19:33 +0000)]
Import of ISC BIND 8.3.2-T1B documentation.

22 years agoResolve conflicts after import of ISC BIND 8.3.2-T1B.
Jacques Vidrine [Mon, 13 May 2002 19:33:23 +0000 (19:33 +0000)]
Resolve conflicts after import of ISC BIND 8.3.2-T1B.

22 years agoImport of ISC BIND 8.3.2-T1B.
Jacques Vidrine [Mon, 13 May 2002 19:31:58 +0000 (19:31 +0000)]
Import of ISC BIND 8.3.2-T1B.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r96536,
Jacques Vidrine [Mon, 13 May 2002 19:31:58 +0000 (19:31 +0000)]
This commit was generated by cvs2svn to compensate for changes in r96536,
which included commits to RCS files with non-trunk default branches.

22 years agoAlign CLEANFILES with revision 1.25 changes.
Ruslan Ermilov [Mon, 13 May 2002 16:16:00 +0000 (16:16 +0000)]
Align CLEANFILES with revision 1.25 changes.

22 years agoFixed CLEANFILES after bsd.lib.mk sweep.
Ruslan Ermilov [Mon, 13 May 2002 15:48:05 +0000 (15:48 +0000)]
Fixed CLEANFILES after bsd.lib.mk sweep.

22 years agoFixed CLEANFILES after bsd.lib.mk sweep.
Ruslan Ermilov [Mon, 13 May 2002 15:28:00 +0000 (15:28 +0000)]
Fixed CLEANFILES after bsd.lib.mk sweep.

22 years agoCLEANFILES are too long for libc.
Ruslan Ermilov [Mon, 13 May 2002 15:23:56 +0000 (15:23 +0000)]
CLEANFILES are too long for libc.

22 years agoFixed CLEANFILES.
Ruslan Ermilov [Mon, 13 May 2002 15:21:51 +0000 (15:21 +0000)]
Fixed CLEANFILES.

22 years agoFixed a semantic error. va_arg(ap, u_short) is nonsense except on i386's
Bruce Evans [Mon, 13 May 2002 14:34:47 +0000 (14:34 +0000)]
Fixed a semantic error.  va_arg(ap, u_short) is nonsense except on i386's
with 16-bit ints, since u_short is promoted when it is passed to a
varargs function.  gcc now warns about this.  We always pass small
integers (this is well obuscated), so there are no conversion problems.

Fixed a related style bug (bogus cast).

22 years agoDon't include <stddef.h> "For offsetof". This is not even wrong in
Bruce Evans [Mon, 13 May 2002 14:11:33 +0000 (14:11 +0000)]
Don't include <stddef.h> "For offsetof".  This is not even wrong in
-current, since offsetof() is defined a header under /sys so that
system sources don't need to have this wrong include.

This bug was only detected because my version of <stddef.h> has some
spelling fixes (s/field/member/g) and gcc is now sensitive to the spelling
of arg names in macros as required by standards (ISO C90 6.8.3...).