| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
1) Note that this file is also by example.
2) Note that you should not use files from /usr/include in
kernel files.
|
|
|
|
| |
Submitted by: ru
|
|
|
|
| |
hyphenation (so that the output could be spell-checked).
|
|
|
|
|
|
|
| |
kern_jail.c
Approved by: rwatson
Reviewed by: rwatson
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
group. The highest possible value is calculated automatically since
rev 1.41 of src/sbin/newfs.c .
|
|
|
|
| |
Also add two simpler examples of typedefs to show their formatting.
|
|
|
|
|
| |
information with regards to in-kernel format directives that are
not in printf.3
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Because of this apropos notes a BUF(9) page that does not exist.
Reviewed by: alfred
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Reviewed by: alfred
|
|
|
|
| |
is enabled by default in FreeBSD.
|
|
|
|
| |
and suggest using this value to get a sense of the needs of the system.
|
|
|
|
|
| |
documented by example. Since most of this file is documented by
example, it is confusing. Make things a little less confusing.
|
| |
|
|
|
|
|
| |
- Avoid using second person.
- Remove whitespace at EOL.
|
| |
|
|
|
|
| |
Submitted by: silby
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
in some environments, this may result in the early termination of
legitimate TCP sessions during temporary network outages. However,
maintain a strong recommendation that this be used when many network
clients are dialup.
Requested by: fenner
|
|
|
|
|
| |
the ones on ipfw. Note to self: why does ipfw/dummynet count as
a sysctl in tuning(7)?
|
|
|
|
| |
"modify" rather than the slightly more colloquial "mess with".
|
|
|
|
| |
have been changed to 32k and 64k respectively.
|
|
|
|
|
| |
and talk more about the reasons to turn it off (restricted memory
environments), and less about why to turn it on.
|
|
|
|
|
| |
to in the document as "boot-time sysctls". Instead, refer to them as
loader tunables.
|
|
|
|
|
| |
PR: 28571
Submitted by: Alexey Klimov <kao@wiuu.kiev.ua>
|
|
|
|
| |
MFC after: 7 days
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
libraries a little by not passing all of ${CFLAGS} to lint. Pass
only options matching -[DIU]*. The important -nostdinc option can't
be passed like I first thought because lint misinterprets as
"-n -o stdinc". The unimportant -B* option can't be passed because
lint doesn't support it. Otherwise, we pass the same options as
to mkdep, exept for a bug in the latter: -U* is not passed. All
this depends on option args not being separated from option flags
by a space.
|
|
|
|
|
|
|
| |
Xref vfs_mount(9) from vfs_mount(9)
Submitted by: Chad David <davidc@acns.ab.ca>
PR: docs/32431
|
| |
|
|
|
|
| |
Submitted by: jhawk@netbsd.org, itojun@iijlab.net
|
|
|
|
|
|
| |
Submitted by:Prafulla Deuskar
Reviewed by:Paul Saab
MFC after:1 week
|
|
|
|
|
|
|
|
| |
o Updates content to reflect the changes to acl.h for
internal/external acl_t representations.
Approved by: rwatson
Obtained from: TrustedBSD Project
|
|
|
|
| |
Submitted by: Chad David <davidc@acns.ab.ca>
|
| |
|
|
|
|
| |
PR
|
| |
|