charnier
1cda7ac6f7
Revert spelling mistake I made in the previous commit
...
Requested by: Alan and Bruce
2000-03-27 20:41:17 +00:00
charnier
413a2af015
Get rid of hard sentence break
...
Asked by: Sheldon
2000-03-27 20:38:21 +00:00
charnier
63df84381b
More rusers to .Nm convertion
...
Some of them found by: Sheldon
2000-03-27 20:36:55 +00:00
charnier
dbd155ce45
Quote with .Dq
...
Asked by: Sheldon
2000-03-27 20:33:32 +00:00
imp
f454c7935a
Ahhrggg. Put the test for the compat shims AFTER the file that includes
...
them.
Pointed out by: bde
2000-03-27 20:24:02 +00:00
phk
e68d8fcac5
Allow reuse of hooks.
...
Remove debugging printfs.
Now compatible with ports/net/mpd-netgraph
2000-03-27 20:05:04 +00:00
imp
426c41c4a1
This file is obsolete, having long since been copied to sys/dev/adw/adw_pci.c
...
Pointed out by: gibbs
2000-03-27 19:57:40 +00:00
jlemon
ee43402576
Add support for offloading IP/TCP/UDP checksums to NIC hardware which
...
supports them.
2000-03-27 19:14:27 +00:00
bde
71ef917800
Fixed a missing library in DPADD.
...
Fixed some misformattings.
2000-03-27 18:38:29 +00:00
imp
5f1e2ae32e
Per conversations in -current, add #error to these drivers when you don't
...
have the right compatibility shims enabled. ISA drivers to follow later.
2000-03-27 18:32:45 +00:00
bde
716e266e84
Fixed wrong path to libperl in DPADD.
...
Fixed wrong path to libperl in LDADD in some funky objdir setups.
Use ${dir}/libfoo.a instead of -L${dir} -lfoo for local static libraries
in LDADD so that `make checkdpadd' doesn't report non-errors.
Fixed misformatting of $FreeBSD$.
2000-03-27 18:29:46 +00:00
bde
772038b9dc
Use ${dir}/libfoo.a' instead of
-L${dir} -lfoo' for local static
...
libraries in LDADD so that `make checkdpadd' doesn't report non-errors.
Fixed some style bugs (the usual ones for DPADD and LDADD, and misformatting
of $FreeBSD$).
2000-03-27 18:02:04 +00:00
bde
8c42d322cb
Fixed missing DPADD.
...
Fixed some style bugs (some usual ones for LDADD, and some misformattings).
2000-03-27 16:45:49 +00:00
bde
790c9b68cc
Fixed missing DPADDs.
...
Fixed style bug for LDADD (don't use += for initial definitions).
2000-03-27 16:40:59 +00:00
bde
31cb22ddf9
Fixed missing DPADD.
...
Fixed style bug for LDADD (don't use += for variables defined only once).
2000-03-27 16:39:50 +00:00
bde
e8821bdbec
Fixed misspelling of DPADD as DPADDA.
...
Fixed some misformattings.
2000-03-27 16:37:32 +00:00
dan
3375542df9
s/grep/grep -q
...
Submitted by: ru
2000-03-27 16:36:25 +00:00
bde
227081ccec
Use the same order in DPADD as in LDADD so that `make checkdpadd' doesn't
...
report an error for it.
Fixed some style bugs (the usual ones for DPADD and LDADD, and
misformatting).
2000-03-27 16:23:20 +00:00
bde
a0bdeb8998
Fixed missing DPADDs.
...
Fixed some style bugs (some usual ones for LDADD, and misformatting of
$FreeBSD$).
2000-03-27 16:11:27 +00:00
bde
0684862401
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
9d361d2942
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
89ceb164e3
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
4d142985d5
Really remove all traces of wst.4 from the Makefile.
...
Re-broken by: n_hibma :)
2000-03-27 15:22:18 +00:00
bde
d80203dbbb
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
d23fd55a30
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
3cc73bd7ca
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
bf2d8540b5
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
0fcb9e04d8
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
6859da015e
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
6bb2379ad8
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
cd97de7d92
USB Zip 250 drives are now supported
...
Obtained from: Anders Andersson <anders@sanyusan.se>
2000-03-27 09:02:01 +00:00
n_hibma
bd99806082
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
8310c7dad0
It's the parent that is a CPU node- not GBus itself.
2000-03-27 08:22:23 +00:00
mjacob
7024324058
complain when you do not create a TLSB node
2000-03-27 08:20:44 +00:00
obrien
2c437115d2
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
deb8a531dc
Virgin import of GCC 2.95.2's libobjc
2000-03-27 03:00:53 +00:00
obrien
f25cf969e1
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
d6ecb48a3d
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
4e92eb4f22
Update CFLAGS documentation
2000-03-27 02:48:12 +00:00
obrien
3f5ef55c5b
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
5e6516932f
-Wall, which caught a real bug where buflen wasn't being set properly.
2000-03-27 00:33:45 +00:00
lile
b66ab0aa85
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
0b3a02de62
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
d6254ca4e6
Missed a fix for the new openssh; this fixes make world.
2000-03-26 21:17:11 +00:00
n_hibma
f0ab09536f
Doug Ambrisko recommends not using minor 0-127 yet (Hardware flow
...
control)
2000-03-26 19:48:49 +00:00
jlemon
0da8064724
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
2be3f8ed48
resolf.conf -> resolv.conf; charnier
2000-03-26 18:33:08 +00:00
charnier
91f694ba90
Remove duplicate word
2000-03-26 15:24:53 +00:00
charnier
027992822d
Spelling
2000-03-26 15:20:23 +00:00
charnier
91e4447fc7
Spelling, fprintf -> err, remove unneeded variable declaration
2000-03-26 15:18:12 +00:00