dds
b954c1afc8
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
dds
fdcf60fd8d
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
12a28a5774
fix typos in comments.
...
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
2003-09-30 22:39:22 +00:00
simokawa
b8306c28e9
* 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
gshapiro
226a2c2049
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
4849111f19
Update comment about compression to refer to CPU limitations instead of T1s
2003-09-18 08:19:39 +00:00
nectar
099549afec
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
ru
cc9d2aeb39
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
ceri
5cb5c641b4
Using prefix=/usr will put these files in /usr/gnats, not /usr/ports.
2003-09-12 19:02:34 +00:00
ceri
13dcce3f18
Add the ports/dns and ports/polish categories.
2003-09-12 09:09:49 +00:00
ru
1c23ef339b
mdoc(7): Use the new feature of the .In macro.
2003-09-08 19:57:22 +00:00
jmg
8c8be14d55
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
imp
81238cab99
getopt returns -1 not EOF at the end of args. Compare against that.
2003-08-07 04:40:54 +00:00
mbr
17b80ff15f
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
gshapiro
86d8c5a609
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
ru
27a4bbdd92
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
des
e5d2d778eb
Retire the useless NOSECURE knob.
...
Approved by: re (scottl)
2003-05-19 15:52:01 +00:00
julian
3816c42ae4
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
obrien
7f1a351a88
Consistentify our NO_KERBEROS documentation.
...
Approved by: re(bmah)
2003-05-06 19:26:55 +00:00
markm
ee63e7dc15
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
8789a872a1
xten has gone.
2003-04-28 08:36:45 +00:00
keramida
b7902728e7
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
keramida
1fa8c106ee
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
brueffer
0501a6a0fa
Remove reference to MAKEDEV
2003-03-25 15:12:07 +00:00
markm
a006908979
KerberosIV deorbit sequence: MAKE_KERBEROS4 is no longer a valid option.
2003-03-08 11:47:44 +00:00
peter
41654eba84
Add cvsroot-all to the example
2003-03-04 19:02:27 +00:00
trhodes
953fba9b66
Move NOMAN down the section without underscore characters.
...
Add a forgotten `=' sign.
Thanks to: ru, bde
2003-02-14 20:04:44 +00:00
brueffer
e7ee23843e
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
trhodes
200248ad3f
Add NOMAN here also.
2003-02-11 19:45:44 +00:00
nectar
b36647ffe0
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
alex
b014f41345
Remove MAKEDEV quirks, now obsolete.
2003-02-05 18:33:36 +00:00
schweikh
75b816cac1
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
schweikh
3b7df48f5a
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
obrien
bacbfa574b
Document WANT_EXT2FS_MODULE.
2003-01-29 06:22:57 +00:00
njl
c944d878a4
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
njl
1101decae7
Add check for AIO support before starting up.
2003-01-13 05:34:42 +00:00
trhodes
d20afd4a08
Major update to the refuse file.
...
PR: 44164
Submitted by: Sergei Kolobov <sergei@kolobov.com>
2003-01-06 21:56:10 +00:00
schweikh
d3367c5f5d
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
schweikh
86f7487fb6
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
schweikh
fec6546e12
english(4) police.
2002-12-27 12:15:40 +00:00
trhodes
13bc2a4ca6
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
ru
cc1cb35688
mdoc(7) police: markup overhaul.
...
Approved by: re
2002-12-12 14:36:08 +00:00
ru
2a1141d1d9
mdoc(7) police: Added the missing .Os call; it's not strictly
...
necessary nowadays, but is documented as "required", and may
become so again in the future.
Approved by: re
2002-12-11 15:55:29 +00:00
lioux
1419aefa43
Add finance, hungarian, multimedia [1] and portuguese collections
...
PR: 45835 [1]
Submitted by: Morten Rodal <morten@rodal.no> [1]
Approved by: re (murray)
MFC after: 1 week
2002-12-09 01:02:42 +00:00
obrien
580898be41
As warned on freebsd-current@, remove the perl wrapper from /usr/src.
...
The /usr/bin/perl wrapper isn't solving many of the problems it was
imported to deal with. There are limitations to it that don't have a
clear "fix".
Reviewed by: markm, kris
Extorted approval from: re(jhb)
2002-11-27 17:46:26 +00:00
ru
7214929387
Removed the vestiges of modems(5).
...
Approved by: re
2002-11-27 16:45:10 +00:00
njl
c8bb476107
Add a DPADD section to fix 'make checkdpadd'
...
Submitted by: ru
Approved by: re (previously)
2002-11-25 19:29:05 +00:00
njl
a1b905df44
Install new files from examples dir.
...
Approved by: re (previously)
2002-11-24 23:57:07 +00:00
njl
aeab0b1a18
New SCSI target emulator code
...
This code allows a user program to enable target mode on a SIM and
then emulate any number of devices (disks, tape drives, etc.) All
decisions about device behavior (UA, CA, inquiry response) are left
to the usermode program and the kernel driver is merely a conduit
for CCBs. This enables multiple concurrent target emulators, each
using its own backing store and IO model.
Also included is a user program that emulates a disk (RBC) using a
file as a backing store. This provides functionality similar to
md(4) at the CAM layer.
Code has been tested on ahc(4) and should also work on isp(4) (and
other SIMs that gain target mode support). It is a complete rewrite
of /sys/cam/scsi_target* and /usr/share/examples/scsi_target.
Design, comments from: gibbs
Supported by: Cryptography Research
Approved by: re
2002-11-22 22:55:51 +00:00
alfred
e08a3f47cf
Backout "compatibility hack" for __sF.
...
Requested by: Steve Kargl <sgk@troutmask.apl.washington.edu> (submitter)
2002-11-04 03:23:56 +00:00