Dima Dorfman
8a6ecebcdf
Link make_dev.9 to make_dev_alias.9 and depends_dev.9.
2001-05-29 04:17:36 +00:00
Dima Dorfman
f14b89faeb
Document depends_dev.
...
Reviewed by: phk
2001-05-29 04:14:33 +00:00
Dima Dorfman
a19771414c
Remove obsolete DEVFS manual pages. The routines they describe don't
...
exist in the new (phk's) DEVFS.
Approved by: phk
2001-05-28 20:27:23 +00:00
Matthew Dillon
fc32c80215
Add two new manual pages related to general firewall and tuning issues
...
Reviewed by: hackers
2001-05-27 23:14:27 +00:00
Jimmy Olgeni
88bc7f853c
Fix typo: "an socket" -> "a socket".
...
Place period at the end of AUTHORS section.
MFC after: 1 week
2001-05-27 22:17:46 +00:00
Hellmuth Michaelis
58e7e3b406
Add an example of a kernel configuration file fragment for ISDN.
2001-05-27 11:34:15 +00:00
Sheldon Hearn
68933300c9
The PERL_THREADED knob is causing too many people too many problems.
...
Add a dire warning about the experimental nature of threaded Perl.
2001-05-27 11:23:31 +00:00
Ruslan Ermilov
1f4e04b562
Document /usr/include/fs/ntfs and /usr/include/fs/nwfs.
2001-05-26 12:04:02 +00:00
Poul-Henning Kamp
a9ee73f55c
Forgot to cvs add these two files for the previous commit.
2001-05-26 09:28:43 +00:00
Poul-Henning Kamp
419d8080a4
Currently, each wireless networking driver has it's own control program
...
despite the fact that most people want to set exactly the same settings
regardless of which card they have. It has been repeatidly suggested
that this configuration should be done via ifconfig. This patch
implements the required functionality in ifconfig and add support to the
wi and an drivers. It also provides partial, untested support for the
awi driver.
PR: 25577
Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
2001-05-26 09:27:08 +00:00
David E. O'Brien
c360204b70
The standard Xterm geometry is 80x24, not 80x_65_.
...
In the past 2 months or so, after rlogining into another host, the
environment has the geometry wrong. Peter suggested that this behavior
change was most likely caused by the PAM stuff that changed to run a proper
session with a forked child. And that for some reason the window size is
no longer being transferred via an OOB message on the socket.
This change fixes my problem and seems to be a good stopgap measure until
someone has time to ktrace/ktrace -i inetd to catch all the child processes
it spawns while doing an rlogin and change window size a few times to see
how far the change messages are getting.
2001-05-25 20:51:22 +00:00
Hellmuth Michaelis
9210280057
Add the contributed directory from the i4b tarball and the files from it
...
which would be nice to have.
Move isdnd_acct and isdnctl to the contrib directory where they belong to.
2001-05-25 13:25:59 +00:00
Hellmuth Michaelis
698c326a2e
Submitted by: phk
...
Add the V.21 modem emulator code written by phk from the old i4b tarball.
2001-05-25 13:04:58 +00:00
Alexander Langer
5bfc2e1909
This script can control the state of your ISDN line. It counts
...
how many scripts/users currently use the ISDN line and uses
"ifconfig down" if noone uses it any more.
Not objected by: hm
2001-05-25 12:27:00 +00:00
Hellmuth Michaelis
53a601f0e1
update isdn4bsd related information.
2001-05-25 12:18:47 +00:00
Brian Somers
fa8c1aaabc
Mention that ppp.conf.isdn isn't appropriate for external TAs
...
Add a section to ppp.conf.sample that is.
MFC after: 3 weeks
2001-05-25 12:11:02 +00:00
Ruslan Ermilov
1166fb516b
- sys/msdosfs moved to sys/fs/msdosfs
...
- msdos.ko renamed to msdosfs.ko
- /usr/include/msdosfs moved to /usr/include/fs/msdosfs
2001-05-25 08:14:14 +00:00
David E. O'Brien
fdec774ff3
RFC 1323 (TCP extensions) is now on by default.
2001-05-25 04:27:48 +00:00
Ruslan Ermilov
22f7d1021a
mount_portal -> mount_portalfs.
2001-05-24 13:15:49 +00:00
Ruslan Ermilov
4f3d8832ff
Document new /usr/include/fs include subdirs.
2001-05-23 17:22:38 +00:00
Ruslan Ermilov
6ad10804f7
Rename (after a repo-copy) some mount(8) programs:
...
mount_fdesc -> mount_fdescfs
mount_null -> mount_nullfs
mount_portal -> mount_portalfs
mount_umap -> mount_umapfs
mount_union -> mount_unionfs
2001-05-23 14:58:19 +00:00
Ruslan Ermilov
f3bb47cca0
Add NO_I4B to avoid building/installing isdn4bsd package.
...
Prompted by: Alexandr Listopad <laa@laa.zp.ua>
MFC after: 3 days
2001-05-23 13:32:32 +00:00
Joerg Wunsch
a1d808309a
Include the Power Control page (0x1a) that is standardized by SCSI-3.
...
At least some IBM drives support the Standby Condition Timer (i. e.
they allow for an automatic spindown).
Update copyright for 2001. I don't want to insert my name for just
one mode page definition, do people think that `The FreeBSD Project'
is OK?
2001-05-22 12:37:50 +00:00
Dima Dorfman
692bb1c3bb
Introduce a background_fsck rc.conf option which allows the user to
...
enable or disable background fsck'ing all in one shot. Default is
currently 'YES'.
Reviewed by: jkh
2001-05-22 00:05:48 +00:00
Ruslan Ermilov
2b1f35a9af
Fixed `objwarn' so that it doesn't issue spurious warnings,
...
especially now that ${.OBJDIR} is canonicalized by make(1).
Urged by: bde
Reviewed by: bde
2001-05-20 12:14:17 +00:00
Kris Kennaway
45703321ea
Only add -Werror if in fact we have set WARNS or WFORMAT to >0
2001-05-19 23:32:19 +00:00
Kris Kennaway
d510ecb42b
Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk
...
to avoid polluting sys.mk. This directive controls the addition of
compiler warning flags to CFLAGS in a relatively compiler-neutral manner.
The idea is that WARNS can be set in Makefile.inc or in individual
Makefiles as they become clean, to prevent the introduction of new
warnings in the code. -Werror is added by default
2001-05-19 23:18:21 +00:00
Archie Cobbs
20d7cd248d
Ensure the generated BPF in the example deliver the whole packet.
2001-05-19 17:47:51 +00:00
Ruslan Ermilov
5b5df07ddc
Grab headers from /usr/include.
2001-05-18 13:58:08 +00:00
Ruslan Ermilov
59ca51df49
Removed unneeded stuff.
2001-05-18 13:56:29 +00:00
Andrey A. Chernov
012e606a05
Add sk_SK
...
PR: 27425
Submitted by: juraj@bednar.sk
2001-05-18 13:55:25 +00:00
Ruslan Ermilov
108b08b24e
Fixed typo in the description.
...
PR: docs/27411
Submitted by: David Wimsey <dwimsey@rtci.com>
2001-05-18 06:56:03 +00:00
John Baldwin
120bcabcbf
Replace references to the KERNEL variable with KERNCONF.
2001-05-17 23:23:25 +00:00
Ruslan Ermilov
4c7bd38fbe
Describe all current net.inet.tcp MIB variables.
...
Submitted by: jlemon
MFC after: 1 week
2001-05-17 17:53:21 +00:00
Ruslan Ermilov
74808b9ec2
Removed reference to non-existing make(7).
...
PR: docs/27392
Submitted by: Hendrik Scholz <hendrik@scholz.net>
2001-05-17 06:58:57 +00:00
David E. O'Brien
19d4c7b3d7
Back out rev 1.50. VCS was correct -- it is Version Control System.
2001-05-17 02:05:36 +00:00
Doug Barton
6c7344c5dd
Minor typos
2001-05-17 01:36:01 +00:00
Warner Losh
aecd12aed8
Add entry for cygwin, the Cygnus Windows emulator.
...
Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de>
Reviewed by: ache
2001-05-16 19:01:45 +00:00
Archie Cobbs
73cf2c3089
Add BUGS section describing the requirement to manually load the KLD.
2001-05-16 17:30:15 +00:00
Ruslan Ermilov
72fb5ff3ec
mdoc(7) police: fix markup and spelling.
2001-05-16 10:39:42 +00:00
Archie Cobbs
cd5774da2f
Fix typo.
...
Noticed by: ade
2001-05-16 01:25:29 +00:00
Ruslan Ermilov
63dc288489
Removed duplilcate $FreeBSD$ tag.
2001-05-15 16:32:18 +00:00
Ruslan Ermilov
6219dbdcc3
mdoc(7) police: FreeBSD -> .Fx.
2001-05-15 16:17:39 +00:00
Ruslan Ermilov
a289e937e3
mdoc(7) police: sort xrefs.
2001-05-15 15:57:05 +00:00
Jens Schweikhardt
b2be78381d
New option isdn_screenflags to set the syscons screen params for isdnd,
...
plus documentation.
Submitted by: Alexander Leidinger <Alexander@Leidinger.net>
Not objected to by: hm
MFC after: 1 week
2001-05-14 20:51:10 +00:00
Mark Murray
a81a52f5a1
Kerberos updates for PAM.
2001-05-14 11:45:16 +00:00
Andrey A. Chernov
06840effea
Add sk_SK
...
PR: 27290
Submitted by: Juraj Bednar <juraj@bednar.sk>
Reviewed by:
Approved by:
Obtained from:
2001-05-13 16:28:38 +00:00
Andrey A. Chernov
f7e5446209
Add sk_SK
...
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
2001-05-13 16:18:56 +00:00
Andrey A. Chernov
c80ae0acef
Add sk_SK
...
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
2001-05-13 16:13:49 +00:00
Assar Westerlund
eba4f69287
clarify comment about MAKE_KERBEROS5. noticed by Peter Pentchev
...
<roam@orbitel.bg>
2001-05-12 14:38:00 +00:00