Nate Lawson
f381ebd8a8
Note that REPORT_LUNS should be implemented to work better with Linux
...
and Windows as initiators.
2004-01-09 19:33:21 +00:00
Nate Lawson
4c1cc94ee3
Enable autosense by default. This shouldn't hurt SPI and is required
...
for FC.
2004-01-09 19:27:18 +00:00
Nate Lawson
daa66c2c60
Bump the max number of initiators to 256 from 16. This is appropriate for
...
fibre channel and shouldn't hurt SPI.
2004-01-09 19:26:30 +00:00
David E. O'Brien
a5b5101f5e
Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr
...
as these ioctl's aren't MD. This also means they are installed in
/usr/include/dev/bktr now. Also provide compatability wrappers for
where these headers lived in 4.x.
2003-12-08 07:22:42 +00:00
Ceri Davies
ef7da08509
Add the ports/arabic category to the examples.
...
MFC After: 4 days
2003-11-16 17:55:54 +00:00
Hartmut Brandt
89624a3490
Replace all uses of the old netgraph constants NG_*LEN by the new
...
constants NG_*SIZ that include the trailing NUL byte. This change
is mostly mechanical except for the replacement of a couple of snprintf()
and sprintf() calls with strlcpy.
2003-11-15 15:26:35 +00:00
Gregory Neil Shapiro
6b66b61faa
People are blindly coping this example refuse file. Doing so breaks
...
buildworld as src/etc/sendmail/freebsd.mc is missing. That example
was added 3 years ago, before the /etc/mail/ infrastructure was in
place for customized configurations. It is time to remove this example.
Noticed by: Robert Gray <bob@boulderlabs.com> in freebsd-stable
MFC after: 1 day
2003-11-08 17:19:50 +00:00
Maksim Yevmenkin
e6ef35a90b
Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.
...
Reviewed by: imp, simon
Approved by: imp (mentor)
2003-10-26 19:09:12 +00:00
Hidetoshi Shimokawa
068d70bad8
- Enable 16byte commands.
...
- Fix printf warnings on 64bit architectures.
- Accept 'k', 'm' and etc. for -s option.
Reviewed by: njl
2003-10-18 04:54:08 +00:00
Diomidis Spinellis
e4dcc1fd98
Style fixes: shell script indentation, if/then style, plus a lot
...
of comments in C code (capitalized, end with full stop).
Submitted by: schweikh
2003-10-03 19:31:55 +00:00
Diomidis Spinellis
ff7cd805df
Create a driver that will compile without warnings on -CURRENT
...
More changes are probably needed to create a correct driver.
Reviewed by: markm
Approved by: schweikh (mentor)
2003-10-03 19:15:07 +00:00
Julian Elischer
6a8b93fe2b
fix typos in comments.
...
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
2003-09-30 22:39:22 +00:00
Hidetoshi Shimokawa
c4b3637b44
* scsi_cmds.c
...
- Fill in autosense data.
- Add compatibility for RELENG_4.
* scsi_target.c
- Raw device support
- Set correct value in c_descr->offset for CAM_DIR_NONE case.
- Support for CTIO abort.
2003-09-25 05:43:26 +00:00
Gregory Neil Shapiro
77e399e8be
Turn SENDMAIL_CF_DIR into an officially supported make.conf variable
...
and use it in src/etc/sendmail/Makefile in case the user wants to use
a different path to the sendmail m4 sources (e.g., sendmail port users).
Submitted by: dinoex
MFC after: 21 days
X-MFC after: RELENG_4 code freeze ends
2003-09-24 04:19:26 +00:00
Eivind Eklund
cc751fd529
Update comment about compression to refer to CPU limitations instead of T1s
2003-09-18 08:19:39 +00:00
Jacques Vidrine
f88a547be4
Remove nsswitch.conf from the list of examples, because there is no
...
such example.
Reported by: blackend
2003-09-15 16:42:52 +00:00
Ruslan Ermilov
959d6c24f6
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
Ceri Davies
a6de427922
Using prefix=/usr will put these files in /usr/gnats, not /usr/ports.
2003-09-12 19:02:34 +00:00
Ceri Davies
f6c7f2e85c
Add the ports/dns and ports/polish categories.
2003-09-12 09:09:49 +00:00
Ruslan Ermilov
fe08efe680
mdoc(7): Use the new feature of the .In macro.
2003-09-08 19:57:22 +00:00
John-Mark Gurney
978243bd80
make sure we really don't have a tty when installing rules. This prevents
...
a flush command from asking a question (you can't see):
If there is no tty associated with the process, this is implied.
MFC after: 1 day
2003-09-07 07:52:56 +00:00
Warner Losh
12a524f9aa
getopt returns -1 not EOF at the end of args. Compare against that.
2003-08-07 04:40:54 +00:00
Martin Blapp
fffc6e58d9
Fix the cdev kld example.
...
PR: 52954
Submitted by: Priit Piipuu <priit.piipuu@mail.ee>
Reviewed by: phk
2003-08-03 10:39:29 +00:00
Gregory Neil Shapiro
25b7a99154
Thanks to Ruslan's src/etc/sendmail/Makefile patch, it is now safe
...
(though probably not a good idea in general) to set the various
SENDMAIL_*_MC variables to /etc/mail/sendmail.mc or /etc/mail/submit.mc.
MFC after: 5 days
2003-07-06 19:01:41 +00:00
Ruslan Ermilov
a0218a2a4d
Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not.
...
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: re (jhb)
2003-05-21 21:47:20 +00:00
Dag-Erling Smørgrav
7691f66abf
Retire the useless NOSECURE knob.
...
Approved by: re (scottl)
2003-05-19 15:52:01 +00:00
Julian Elischer
49fbb7180a
This file just didn't want to commit in the last batch of bluetooth files.
...
Approved by: re@
2003-05-10 21:53:43 +00:00
David E. O'Brien
0dc1aeb6ac
Consistentify our NO_KERBEROS documentation.
...
Approved by: re(bmah)
2003-05-06 19:26:55 +00:00
Mark Murray
dbf104e68d
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
...
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
2003-05-05 07:58:44 +00:00
Maxim Konovalov
284a57dd1b
xten has gone.
2003-04-28 08:36:45 +00:00
Giorgos Keramidas
e40db2c46e
Quote authname and authkey. Some ISPs allow (or even require)
...
non-alphanumeric characters in these and this will be a hint to the
users that quotes can and should be used in such cases.
PR: docs/42292
Submitted by: Matthias Andree <matthias.andree@web.de>
MFC after: 1 week
2003-04-10 21:33:02 +00:00
Giorgos Keramidas
743ccf1f36
Add missing Danish (doc/da_*) language doc subdirectory
...
PR: docs/50290
Submitted by: Sergei Kolobov <sergei@kolobov.com>
2003-03-26 01:25:39 +00:00
Christian Brueffer
f3dab005a8
Remove reference to MAKEDEV
2003-03-25 15:12:07 +00:00
Mark Murray
5b7cde36b6
KerberosIV deorbit sequence: MAKE_KERBEROS4 is no longer a valid option.
2003-03-08 11:47:44 +00:00
Peter Wemm
3d006bcac3
Add cvsroot-all to the example
2003-03-04 19:02:27 +00:00
Tom Rhodes
0890842fe7
Move NOMAN down the section without underscore characters.
...
Add a forgotten `=' sign.
Thanks to: ru, bde
2003-02-14 20:04:44 +00:00
Christian Brueffer
f212b18409
Various spelling and grammar fixes
...
PR: 44312
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 3 days
2003-02-13 12:02:51 +00:00
Tom Rhodes
dc82395af0
Add NOMAN here also.
2003-02-11 19:45:44 +00:00
Jacques Vidrine
6042ca2e01
Install the OpenSSL man pages in /usr/share/openssl/man
...
and remove the WANT_OPENSSL_MANPAGES knob.
2003-02-10 19:57:56 +00:00
Alexander Langer
cd8f87b92f
Remove MAKEDEV quirks, now obsolete.
2003-02-05 18:33:36 +00:00
Jens Schweikhardt
83f6abc29c
Catch up with new categories and note that ports-base is essential without
...
ports-all.
PR: 47774
Submitted by: Sergei Kolobov <sergei@kolobov.com>
MFC after: 3 days
2003-02-01 17:16:59 +00:00
Jens Schweikhardt
188f1e1e49
Add new categories hungarian and portuguese.
...
PR: 47772
Submitted by: Sergei Kolobov <sergei@kolobov.com>
MFC after: 3 days
2003-02-01 17:01:45 +00:00
David E. O'Brien
553f8de1dc
Document WANT_EXT2FS_MODULE.
2003-01-29 06:22:57 +00:00
Nate Lawson
031bacf859
kernel:
...
* Fix a bug where devices weren't cleaned up on close(): CAM_REQ_CMP != 0
user:
* Increase timeout in usermode to CAM_TIME_INFINITY. The initiator is in
charge of timeouts and the value was in ms, not seconds.
* Bring two debugging printfs under the debug flag
* Clean up man page to show increased testing on isp(4)
Submitted by: gibbs (bugfixes)
2003-01-16 00:24:29 +00:00
Nate Lawson
2d696c643e
Add check for AIO support before starting up.
2003-01-13 05:34:42 +00:00
Tom Rhodes
82467a9ed1
Major update to the refuse file.
...
PR: 44164
Submitted by: Sergei Kolobov <sergei@kolobov.com>
2003-01-06 21:56:10 +00:00
Jens Schweikhardt
9d5abbddbf
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
Jens Schweikhardt
d64ada501a
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
...
Add FreeBSD Id tag where missing.
2002-12-30 21:18:15 +00:00
Jens Schweikhardt
57bd0fc6e8
english(4) police.
2002-12-27 12:15:40 +00:00
Tom Rhodes
9dbbb2829e
Fix some grammar nits. Mainly the use of a' or
an' where the opposite
...
is required.
PR: 33559
Submitted by: Marc Olzheim <marcolz@ilse.nl>
2002-12-19 22:56:20 +00:00