Commit Graph

47203 Commits

Author SHA1 Message Date
bde
21f9648373 Don't abuse LDADD for holding linker flags. Doing so broke
`make checkdpadd'.  Linker flags (ones passed via ${CC}) go in
LDFLAGS.

Fixed some style bugs (misformatting of $FreeBSD$).
2000-03-27 15:58:53 +00:00
bde
c41bd70980 Fixed missing DPADD.
Fixed some style bugs (some usual ones for LDADD, and misformatting of
$FreeBSD$).
2000-03-27 15:40:30 +00:00
bde
44d97ac9b0 Fixed missing libraries in DPADD.
Fixed some style bugs (some usual ones for DPADD and LDADD, and
misformatting of $FreeBSD$).
2000-03-27 15:24:45 +00:00
roberto
48dd6f2068 Really remove all traces of wst.4 from the Makefile.
Re-broken by:	n_hibma :)
2000-03-27 15:22:18 +00:00
bde
e6431f6910 Fixed missing DPADD.
Fixed style bug for LDADD (don't use += for variables defined only once).
2000-03-27 15:16:06 +00:00
bde
04fe744aae Fixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in most
cases and broke the world in some cases.

Fixed style bugs for DPADD and LDADD (don't use += for variables defined
only once).
2000-03-27 15:02:59 +00:00
bde
b68474831b Fixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in most
cases and broke the world in some cases.

Fixed some style bugs (the usual ones for DPADD and LDADD, misplacement
of DPADD and LDADD, and misplacement of $FreeBSD$).
2000-03-27 14:53:26 +00:00
jhb
91203ebc06 Update STAILQ example to use STAILQ_REMOVE_HEAD instead of
TAILQ_REMOVE_HEAD.

PR:		docs/17590
Submitted by:	Benno Rice <benno@netizen.com.au>
2000-03-27 13:26:45 +00:00
sheldonh
5f2d618ecb Do not overwrite files when the -i option is specified!
PR:		17476
Reported by:	Jonathan Chen <jon@spock.org>
2000-03-27 11:49:36 +00:00
sheldonh
e01cfe7006 Fix a mistakenly broken sentence. The mistake was made easy by the
confusing use of a comma to separate two sentences. :-)

Reported by:	bp
2000-03-27 10:50:54 +00:00
sheldonh
9787eba10e Y2K fix. at(1) would die with 'garbled time' when assign_date() was
pased a year > 99.  This change fixes the conversion of 2-digit years
into tm_year format.

This change is differs from the OpenBSD fix because of differences
in our assign_date().

PR:		15872
Reported by:	"Crist J. Clark" <cjclark@home.com>
Submitted by:	"Sergey N. Voronkov" <serg@dor.zaural.ru>
Obtained from:	OpenBSD
2000-03-27 09:32:23 +00:00
n_hibma
37935ccdc3 USB Zip 250 drives are now supported
Obtained from: Anders Andersson <anders@sanyusan.se>
2000-03-27 09:02:01 +00:00
n_hibma
2bb52bfb41 Undo the previous commit. Early morning commits are no good either. I
meant to commit umass.4
2000-03-27 08:59:53 +00:00
mjacob
dc393630a7 It's the parent that is a CPU node- not GBus itself. 2000-03-27 08:22:23 +00:00
mjacob
b17700648d complain when you do not create a TLSB node 2000-03-27 08:20:44 +00:00
obrien
db3c462cd1 This commit was generated by cvs2svn to compensate for changes in r58653,
which included commits to RCS files with non-trunk default branches.
2000-03-27 03:00:53 +00:00
obrien
d960933253 Virgin import of GCC 2.95.2's libobjc 2000-03-27 03:00:53 +00:00
obrien
4b7c2a1048 This commit was generated by cvs2svn to compensate for changes in r58650,
which included commits to RCS files with non-trunk default branches.
2000-03-27 03:00:05 +00:00
obrien
4044c01127 Virgin import of GCC 2.95.1's libobjc.
(previous GCC/EGCS versions had these files in gcc/objc/)
2000-03-27 03:00:05 +00:00
kris
bef570a6f2 Update CFLAGS documentation 2000-03-27 02:48:12 +00:00
obrien
533621041a MFS: Add a "magic" comment to help fixincludes realize it doesn't need to
modify this file when building GCC 2.96 [by hand or via the port].

Submitted by:	Zack Weinberg <zack@wolery.cumb.org>
2000-03-27 02:04:45 +00:00
obrien
cc06168002 -Wall, which caught a real bug where buflen wasn't being set properly. 2000-03-27 00:33:45 +00:00
lile
f6f3b06726 o Get basic if_media support working.
o Add more diagnostic and status messages.

o General clean up of old debug messages and
  small style fixes.
2000-03-26 23:56:15 +00:00
alfred
16bf0867b4 repair half-Danish b.b_iocmd damage where writes/reads weren't getting
set properly in the struct buf with vinum:

  Fix locations where B_READ was cleared in the old code but
    b.b_iocmd wasn't set to BIO_WRITE
  Fix propogation of b_iocmd
  Correct comments to reflect reality
  Don't compare b_flags with BIO_READ, it's in b_iocmd.

Submitted by: Bernd Walter <ticso@cicely.de>
2000-03-26 23:06:12 +00:00
kris
2325c37f86 Missed a fix for the new openssh; this fixes make world. 2000-03-26 21:17:11 +00:00
n_hibma
8228779b11 Doug Ambrisko recommends not using minor 0-127 yet (Hardware flow
control)
2000-03-26 19:48:49 +00:00
jlemon
8ab55710ca Decrement the timeout being passed to poll() if poll was interrupted for
some reason.  This will prevent an infinite loop if (say) a sigalarm is
being scheduled at a more frequent interval than the poll timeout.

PR:	2191, 8847, 10553
2000-03-26 19:20:50 +00:00
brian
d94da0bbbc resolf.conf -> resolv.conf; charnier 2000-03-26 18:33:08 +00:00
charnier
6e109d2561 Remove duplicate word 2000-03-26 15:24:53 +00:00
charnier
686df89909 Spelling 2000-03-26 15:20:23 +00:00
charnier
abcb2d08a5 Spelling, fprintf -> err, remove unneeded variable declaration 2000-03-26 15:18:12 +00:00
charnier
df60edbd20 lowercase error message 2000-03-26 15:14:16 +00:00
charnier
71113269e0 1000000 usec -> 1 sec 0 usec; fix 2000-03-26 15:13:17 +00:00
charnier
20156c5955 Add DIAGNOSTICS section name. Spelling 2000-03-26 15:10:37 +00:00
charnier
7493210c17 1000000 usec -> 1 sec 0 usec; fix. 2000-03-26 15:08:44 +00:00
charnier
42d5955dc9 Add DIAGNOSTICS section name 2000-03-26 15:06:46 +00:00
charnier
a6d980ec98 Use .Xr 2000-03-26 15:05:40 +00:00
charnier
a6390ef211 Add usage(). 2000-03-26 15:04:35 +00:00
charnier
4928e25e18 Do not dot terminate list of references 2000-03-26 14:56:52 +00:00
charnier
bf7f493ee0 remove unknown OPTIONS section name. Getopt returns -1. 2000-03-26 14:55:05 +00:00
charnier
2188db442c Add section number to .Xr references. Enumerate flags the standard way. 2000-03-26 14:54:01 +00:00
charnier
64416b232f Put argument under .Ar. 2000-03-26 14:53:00 +00:00
charnier
409a5f3988 Add section number to .Xr. Put arguments under .Ar. 2000-03-26 14:52:02 +00:00
charnier
44a3c6403c Do not dot terminate err() string. Cross reference using .Xr 2000-03-26 14:50:56 +00:00
charnier
d6f874ae5b Use .Pa 2000-03-26 14:49:49 +00:00
charnier
2dd3dfdb1c Remove incorrect use of .Nm. Wrap long lines, Unwrap short lines
Options: -> The following options are available:
2000-03-26 14:48:46 +00:00
charnier
1a3d0bcf01 Put flags under .Fl. Add DIAGNOSTICS section name 2000-03-26 14:47:43 +00:00
charnier
b7d4784750 Sync SYNOPSIS and usage() string. 2000-03-26 14:46:41 +00:00
charnier
f0804c6aec Add missing dots 2000-03-26 14:45:38 +00:00
charnier
8feb215399 1000000 usec -> 1 sec 0 usec; fix. 2000-03-26 14:44:34 +00:00