summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Update the default newfs block and fragment sizes from 8192/1024 tosheldonh2001-12-111-7/+17
| | | | | | | | | | | | | | | | | | | 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.
* s/sysctl -w/sysctl/ru2001-12-114-4/+4
|
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.jhb2001-12-112-6/+6
| | | | | | | | | | | | | - 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.
* Remove the advice relating to the number of cylinders per cylindersheldonh2001-12-101-13/+0
| | | | | group. The highest possible value is calculated automatically since rev 1.41 of src/sbin/newfs.c .
* Per the CSRG's type.h, 'typedef' has a <tab> after it.obrien2001-12-091-1/+3
| | | | Also add two simpler examples of typedefs to show their formatting.
* - Cross reference the section 9 printf man page since it containsarr2001-12-091-1/+2
| | | | | information with regards to in-kernel format directives that are not in printf.3
* mdoc(7) police: fix markup, sort xrefs, grammar nit.ru2001-12-081-26/+32
|
* mdoc(7) police:ru2001-12-081-59/+60
| | | | | | | | | | - 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
* mdoc(7) police: Style style(9).ru2001-12-081-90/+189
|
* mdoc(7) police: sort xrefs.ru2001-12-082-4/+4
|
* mdoc(7) police: bump document date, fix markup.ru2001-12-081-21/+24
|
* mdoc(7) police: change xref to vfs_mountedon(9).ru2001-12-081-1/+1
|
* buf.9 incorrectly uses 'BUF' as an arg to .Nm where it should be 'buf'.davidc2001-12-081-1/+1
| | | | | | Because of this apropos notes a BUF(9) page that does not exist. Reviewed by: alfred
* Long ago, there was just /etc/daily. Then /etc/security was split outcjc2001-12-071-9/+92
| | | | | | | | | | 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
* Add a man page describing the fuctions directly related to network domains.davidc2001-12-072-0/+234
| | | | Reviewed by: alfred
* When rfc1323 is mentioned in the context of buffer sizes, not that itrwatson2001-12-071-0/+1
| | | | is enabled by default in FreeBSD.
* o Add a mention of kern.openfiles to the description of kern.maxfiles,rwatson2001-12-071-0/+4
| | | | and suggest using this value to get a sense of the needs of the system.
* Be exsplicit about the parentheses around return statements. It isimp2001-12-071-0/+2
| | | | | documented by example. Since most of this file is documented by example, it is confusing. Make things a little less confusing.
* mdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13.ru2001-12-071-4/+11
|
* mdoc(7) police:ru2001-12-071-7/+6
| | | | | - Avoid using second person. - Remove whitespace at EOL.
* Document the 'enableAlwaysAck' field in the config structure.archie2001-12-071-0/+4
|
* o Fix spelling of allocations as allocates.rwatson2001-12-061-1/+1
| | | | Submitted by: silby
* o Reflect changed default such that keepalives are always enabled byrwatson2001-12-061-7/+10
| | | | | | | | | | 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
* Moderate the recommendation that TCP keepalives always be turned on;rwatson2001-12-061-10/+13
| | | | | | | | | 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
* o Add an additional .Pp between the send/recvbuffer comments andrwatson2001-12-061-0/+1
| | | | | the ones on ipfw. Note to self: why does ipfw/dummynet count as a sysctl in tuning(7)?
* o When describing kern.ipc.nsfbufs, use the slightly less colloquialrwatson2001-12-061-1/+1
| | | | "modify" rather than the slightly more colloquial "mess with".
* The default values for net.inet.tcp.sendspace and net.inet.tcp.recvspacerwatson2001-12-061-1/+2
| | | | have been changed to 32k and 64k respectively.
* vmiodirenable is now on by default; reflect that change in default,rwatson2001-12-061-5/+5
| | | | | and talk more about the reasons to turn it off (restricted memory environments), and less about why to turn it on.
* Reword parts of tuning(7) regarding loader tunables, which are referedrwatson2001-12-061-8/+7
| | | | | to in the document as "boot-time sysctls". Instead, refer to them as loader tunables.
* Add missed capital GHE letter.sobomax2001-12-051-1/+1
| | | | | PR: 28571 Submitted by: Alexey Klimov <kao@wiuu.kiev.ua>
* Note sis(4) VLAN support.jhay2001-12-051-1/+6
| | | | MFC after: 7 days
* Fix speling errur.jdp2001-12-051-1/+1
|
* Mention access control.des2001-12-041-2/+2
|
* Add cross-reference to pseudofs(9).des2001-12-042-1/+3
|
* Regen.sheldonh2001-12-041-35/+82
|
* Unbreak "make lint" for programs and "make llib-l${LIB}.ln" forbde2001-12-032-2/+2
| | | | | | | | | | | 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.
* More kernel vfs docco.alfred2001-12-038-4/+498
| | | | | | | Xref vfs_mount(9) from vfs_mount(9) Submitted by: Chad David <davidc@acns.ab.ca> PR: docs/32431
* Added OpenBSD 3.0.wosch2001-12-021-1/+2
|
* NetBSD 1.4 branch and NetBSD 1.5 branch are still alive.wosch2001-12-021-3/+5
| | | | Submitted by: jhawk@netbsd.org, itojun@iijlab.net
* Adding man page for the em driver.pdeuskar2001-12-022-0/+148
| | | | | | Submitted by:Prafulla Deuskar Reviewed by:Paul Saab MFC after:1 week
* o Update copyright.jedgar2001-12-021-17/+37
| | | | | | | | o Updates content to reflect the changes to acl.h for internal/external acl_t representations. Approved by: rwatson Obtained from: TrustedBSD Project
* Add manpages describing various vfs and vm APIs.alfred2001-12-0210-6/+701
| | | | Submitted by: Chad David <davidc@acns.ab.ca>
* Properly classify 0x80 - 0xa0 rangeache2001-11-301-5/+5
|
* Spelling error: dependant -> dependentlogo2001-11-301-1/+1
| | | | PR
* Add 0x98 to CONTROL sectionache2001-11-301-1/+1
|
* Start every data line with keywordache2001-11-301-8/+8
|
* Cleanup: cosmetique, standards conformance, BLANK/SPACE/GRAPH relationache2001-11-3015-110/+155
|
* Clean DIGIT/XDIGIT sectionsache2001-11-308-16/+25
|
* Back out national digits support, POSIX explicetely disallows it:ache2001-11-291-2/+2
| | | | | | | | | | | The definition of character class digit requires that only ten characters -the ones defining digits- can be specified; alternate digits (for example, Hindi or Kanji) cannot be specified here. However, the encoding may vary if an implementation supports more than one encoding. The definition of character class xdigit requires that the characters included in character class digit are included here also and allows for different symbols for the hexadecimal digits 10 through 15.
* Add hi_IN.ISCII-DEVache2001-11-2813-0/+391
|
OpenPOWER on IntegriCloud