Commit Graph

6488 Commits

Author SHA1 Message Date
ache
84e8a570e2 Fix codes 2001-12-20 20:33:30 +00:00
ache
8a8711ba12 Fix codes
PR:		33031
Submitted by:	Statue <statue@softwareliberty.org>
2001-12-20 18:58:16 +00:00
sheldonh
1295be2fb3 Recommend the use of 'noauto' for all remote filesystems other than
NFS, so that rc(8) doesn't choke on them when it tries to mount
them before the network is initialized.
2001-12-20 17:07:04 +00:00
wpaul
70bede6755 Mention that the Xircom and Conexant chips are supported in
the dc(4) man page.
2001-12-20 00:02:13 +00:00
ru
d23b0e9324 Add LIBSMB. 2001-12-18 18:27:27 +00:00
ru
5fe970f73e mdoc(7) police: markup, spelling, and grammar fixes.
PR:		docs/32955
2001-12-18 09:40:22 +00:00
cjc
03bbb102cd Cleaning up some entries missed on the first sweep. Add a directory in
/var/run to store ppp(8) command sockets.

PR:		bin/29966
MFC after:	4
2001-12-17 22:05:23 +00:00
mwlucas
010e45b0de Add Italian translations to the example for refusing docproj
translations.  This will once again allow docproj trackers to use the
sample out-of-the-box to only download English.

Rapid MFC to avoid the coming freeze.

PR:		32329
Approved by:	bmah
MFC after:	1 day
2001-12-17 15:41:13 +00:00
ru
d5844d0aa7 FILES support for bsd.prog.mk. See bsd.README for details.
Stolen from:	NetBSD
2001-12-17 13:59:35 +00:00
ru
06b52ab70f Removed a no-op FILES from bsd.doc.mk. 2001-12-17 13:45:56 +00:00
ru
beb94828d9 Now that the driver has been MFC'ed, fix the first appearence info. 2001-12-17 11:13:51 +00:00
joerg
4476f84b68 Part #1 of the promised floppy driver documentation update. 2001-12-16 22:49:57 +00:00
arr
e275eb340e - typo 'f' should be 't' 2001-12-16 07:46:15 +00:00
jake
6cfbafaae7 Note that the atomic ops on char and short data types may not be available
on all architectures.  Sparc64 does not implement them.
2001-12-15 21:28:02 +00:00
obrien
551da0382c Add some granularity to the WARNS levels.
1:  add -Werror
2:  -Wall [only], as this is the most used warnings setting by developers
3:  our old `1'
4:  our old `2'
2001-12-15 06:02:15 +00:00
brooks
b74730d2c7 Better document gif interface cloning intrastructure.
MFC After:	2 days
2001-12-14 22:55:10 +00:00
julian
afc2f4f98e Make the man page reflec t the code a bit better.
Specifically, note the condition of the memory on initial
and subsequent allocations is different.
2001-12-14 19:19:31 +00:00
sheldonh
b3c4d9a8f7 Arrange for the smbfs examples to be installed.
We don't install dot.nsmbrc or smbfs.sh.sample, since we already install
the former as /etc/nsmb.conf and the latter is unnecessary, since
boot-time mounts can be arranged directly within /etc/fstab without fear
of breaking the boot when the smbfs port (now unnecessary is removed).

The MFC reminder below is subject to <re@FreeBSD.org> approval
priod to 4.5-RELEASE.

MFC after:	1 week
2001-12-14 12:17:03 +00:00
ru
ebc2efd981 Fixed prototype.
Reviewed by:	davidc
2001-12-14 09:25:11 +00:00
ru
8c6228c6b0 mdoc(7) police: don't xref to itself. 2001-12-14 09:22:34 +00:00
ru
d15652fbd2 mdoc(7) police: markup, grammar and spelling nits.
Reviewed by:	davidc
2001-12-14 09:11:13 +00:00
ru
a51e98e9e9 mdoc(7) police: kill the undead whitespace at EOL. 2001-12-14 09:09:21 +00:00
imp
6959cb0d58 Add missing "the". 2001-12-13 01:31:41 +00:00
imp
4435d23ffc Add two clarifying commnets:
1) Note that this file is also by example.
	2) Note that you should not use files from /usr/include in
	   kernel files.
2001-12-13 01:29:34 +00:00
rwatson
84006670a3 o Various language and style tweaks.
Submitted by:	ru
2001-12-12 15:58:04 +00:00
ru
134a145a5c mdoc(7) police: remove the debugging stuff I use to prevent
hyphenation (so that the output could be spell-checked).
2001-12-12 15:15:46 +00:00
arr
53b26286fd - Fix sysctl mib examples in order to reflect the recent changes in
kern_jail.c

Approved by: 	rwatson
Reviewed by:	rwatson
2001-12-12 05:28:42 +00:00
sheldonh
75f80cc679 Update the default newfs block and fragment sizes from 8192/1024 to
16384/2048.

Following recent discussions on the -arch mailing list, involving dillon
and mckusick, this change parallels the one made over a decade ago when
the default was bumped up from 4096/512.

This should provide significant performance improvements for most
folks, less significant performance losses for a few folks and
wasted space lost to large fragments for many folks.

For discussion, please see the following thread in the -arch archive:

Subject: Using a larger block size on large filesystems

The discussion ceases to be relevant when the issue of partitioning
schemes is raised.
2001-12-11 16:21:40 +00:00
ru
185a7f456d s/sysctl -w/sysctl/ 2001-12-11 08:29:10 +00:00
jhb
270414c350 - Add 'fwrite' and 'fseek' words for writing to and seeking on files.
- Change the 'fopen' keyword to accept a mode parameter.  Note that this
  will break existing 4th scripts that use fopen.  Thus, the loader
  version has been bumped and loader.4th has been changed to check for a
  sufficient version on i386 and alpha.  Be sure that you either do a full
  world build or install or full build and install of sys/boot after this
  since loader.old won't work with the new 4th files and vice versa.

PR:		kern/32389
Submitted by:	Jonathan Mini <mini@haikugeek.com>
Sponsored by:	ClickArray, Inc.
2001-12-11 00:49:34 +00:00
sheldonh
28e8f9b63f Remove the advice relating to the number of cylinders per cylinder
group.  The highest possible value is calculated automatically since
rev 1.41 of src/sbin/newfs.c .
2001-12-10 09:26:30 +00:00
obrien
ef464cf601 Per the CSRG's type.h, 'typedef' has a <tab> after it.
Also add two simpler examples of typedefs to show their formatting.
2001-12-09 18:59:08 +00:00
arr
d61cfab86b - Cross reference the section 9 printf man page since it contains
information with regards to in-kernel format directives that are
  not in printf.3
2001-12-09 08:12:06 +00:00
ru
c987d9ba99 mdoc(7) police: fix markup, sort xrefs, grammar nit. 2001-12-08 18:15:29 +00:00
ru
9e6d7a190c mdoc(7) police:
- kill empty lines
- kill whitespace at EOL
- kill hard sentence breaks
- fix document date
- fix markup
- sort xrefs
- first appeared in 5.0, not 4.4
2001-12-08 18:07:29 +00:00
ru
c139c2cf31 mdoc(7) police: Style style(9). 2001-12-08 17:48:18 +00:00
ru
94536d137e mdoc(7) police: sort xrefs. 2001-12-08 16:43:24 +00:00
ru
7e78033ae4 mdoc(7) police: bump document date, fix markup. 2001-12-08 16:40:19 +00:00
ru
4bbe8c08e8 mdoc(7) police: change xref to vfs_mountedon(9). 2001-12-08 16:06:02 +00:00
davidc
4af8e2220f buf.9 incorrectly uses 'BUF' as an arg to .Nm where it should be 'buf'.
Because of this apropos notes a BUF(9) page that does not exist.

Reviewed by: alfred
2001-12-08 04:15:37 +00:00
cjc
d769e4e374 Long ago, there was just /etc/daily. Then /etc/security was split out
of /etc/daily. Some time later, /etc/daily became a set of periodic(8)
scripts. Now, this evolution continues, and /etc/security has been
broken into periodic(8) scripts to make local customization easier and
more maintainable.

Reviewed by:	ru
Approved by:	ru
2001-12-07 23:57:39 +00:00
davidc
acebee41f4 Add a man page describing the fuctions directly related to network domains.
Reviewed by: alfred
2001-12-07 20:58:07 +00:00
rwatson
f4a44a3af2 When rfc1323 is mentioned in the context of buffer sizes, not that it
is enabled by default in FreeBSD.
2001-12-07 18:17:37 +00:00
rwatson
51c6fed5a3 o Add a mention of kern.openfiles to the description of kern.maxfiles,
and suggest using this value to get a sense of the needs of the system.
2001-12-07 18:02:16 +00:00
imp
df5ccea2fc Be exsplicit about the parentheses around return statements. It is
documented by example.  Since most of this file is documented by
example, it is confusing.  Make things a little less confusing.
2001-12-07 11:40:22 +00:00
ru
138f3789bb mdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13. 2001-12-07 10:36:38 +00:00
ru
72e1a24eb5 mdoc(7) police:
- Avoid using second person.
- Remove whitespace at EOL.
2001-12-07 10:27:43 +00:00
archie
48814d3d5d Document the 'enableAlwaysAck' field in the config structure. 2001-12-07 02:50:39 +00:00
rwatson
6989c08e2a o Fix spelling of allocations as allocates.
Submitted by:	silby
2001-12-06 20:27:44 +00:00
rwatson
8f0b712c78 o Reflect changed default such that keepalives are always enabled by
default now.  Discuss why that's good.  Note that there are still
  some situations where turning it off may be advantageous, including
  situations where there are network outages and it's desirable to
  have TCP sessions last beyond the outage.

Reviewed by:	fenner
Suggested by:	silby
2001-12-06 20:24:38 +00:00