summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak de_CH.ISO8859-{1,15} locales (add missing categories defintions)phantom2001-12-254-3/+40
|
* Unbreak af_ZA locale by aliasing its LC_TIME category to en_US's.phantom2001-12-251-0/+4
|
* Optimize locale data Makefiles as well as make their style more consistent.phantom2001-12-256-121/+99
|
* o sysctl.conf cannot be used to set sysctls that are present inrwatson2001-12-241-8/+10
| | | | | | | | | unloaded kernel modules. Remove the example linux compat sysctls because they break if the linux emulator is loaded as a module, rather than compiled in. Add a BUGS entry indicating as much. Reported by: jack <jack@germanium.xtalwind.net> MFC after: 3 days
* Document MODULES_OVERRIDE.ru2001-12-242-0/+5
| | | | | PR: docs/32560 Submitted by: Maxim Konovalov <maxim@macomnet.ru>
* Back out recent replacement of LC_MESSAGES file with directory.phantom2001-12-241-21/+23
| | | | Requested by: ache
* Add in the new security documentation guidelines document.chris2001-12-223-1/+537
| | | | | Obtained from: NAI Labs CBOSS Project Sponsored by: DARPA, NAI Labs
* o s/softupdates/it/ to reduce over-use of 'softupdates' in a singlerwatson2001-12-221-1/+1
| | | | paragraph.
* o Softupdates is now enabled by default on non-root file systems. Updaterwatson2001-12-221-5/+9
| | | | | | language about softupdates to reference this fact, as well as slightly moderate the "recommend Softupdates for use on all filesystems" to "most filesystems" so as to be consistent with what sysinstall selects.
* o Most users will use sysinstall(8) for partition layout, rather thanrwatson2001-12-221-0/+3
| | | | disklabel(8), so add a reference to sysinstall(8).
* o Expand on the definition of a sysctl, and add cross-references torwatson2001-12-221-5/+14
| | | | | | rc.conf and sysctl.conf. MFC after: 3 days
* o Refer to hw.ata.wc as a 'loader tunable' rather than a 'kernel variable'rwatson2001-12-221-9/+3
| | | | | | | | for consistency with the rest of the document. Since we've already described the properties of loader tunables elsewhere, remove the duplicate description of it being a boot-time property. MFC after: 3 days
* o Update tuning(7) to reflect auto-tuning of kern.maxusers in recentrwatson2001-12-221-13/+21
| | | | | | | versions of FreeBSD. This should be merged before 4.5-RELEASE, as this functionality is present in 4.5-RELEASE. MFC after: 3 days
* Add an entry for Eterm.olgeni2001-12-221-0/+21
|
* Update my email address, forgot to do this before.gj2001-12-221-1/+1
| | | | MFC after: 4 weeks
* Add the ifpi2 driver. Reminded by hm.gj2001-12-221-0/+3
| | | | MFC after: 4 weeks
* Add the AVM Fritz!Card PCI version 2 controller.gj2001-12-222-0/+5
| | | | MFC after: 4 weeks
* Cross-reference acl.3, vaccess.9, and vaccess_acl_posix1e.9.chris2001-12-221-0/+3
| | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* Add cross-references to vaccess(9) and vaccess_acl_posix1e(9).chris2001-12-221-0/+2
| | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* Slightly re-work locale messages storage scheme. Before this commitphantom2001-12-211-21/+21
| | | | | | | | | | | LC_MESSAGES related data was installed to <locale>/LC_MESSAGES file. Now it go to <locale>/LC_MESSAGES/SYS_LC_MESSAGES file. LC_MESSAGES directory is supposed to be storage of message catalogs of userland tools. This should allow us to avoid many potential problems with future libintl related functionality introduction. Thanks for useful suggestions about correct way how to replace plain files with directories at installworld stage to: Ruslan Ermilov <ru>
* mdoc(7) police: removed duplicate xref.ru2001-12-211-1/+0
|
* Remove duplicated charsache2001-12-211-1/+1
|
* Add uk_UA.ISO8859-5 localeache2001-12-2011-0/+213
| | | | | PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
* Fix codesache2001-12-201-151/+19
|
* Fix codesache2001-12-201-44/+46
| | | | | PR: 33031 Submitted by: Statue <statue@softwareliberty.org>
* Recommend the use of 'noauto' for all remote filesystems other thansheldonh2001-12-201-0/+5
| | | | | NFS, so that rc(8) doesn't choke on them when it tries to mount them before the network is initialized.
* Mention that the Xircom and Conexant chips are supported inwpaul2001-12-201-0/+4
| | | | the dc(4) man page.
* Add LIBSMB.ru2001-12-181-0/+1
|
* mdoc(7) police: markup, spelling, and grammar fixes.ru2001-12-181-58/+56
| | | | PR: docs/32955
* Cleaning up some entries missed on the first sweep. Add a directory incjc2001-12-174-10/+10
| | | | | | | /var/run to store ppp(8) command sockets. PR: bin/29966 MFC after: 4
* Add Italian translations to the example for refusing docprojmwlucas2001-12-171-0/+2
| | | | | | | | | | | 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
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-1711-81/+70
| | | | Stolen from: NetBSD
* Removed a no-op FILES from bsd.doc.mk.ru2001-12-1710-11/+0
|
* Now that the driver has been MFC'ed, fix the first appearence info.ru2001-12-171-1/+1
|
* Part #1 of the promised floppy driver documentation update.joerg2001-12-161-33/+251
|
* - typo 'f' should be 't'arr2001-12-161-1/+1
|
* Note that the atomic ops on char and short data types may not be availablejake2001-12-151-8/+15
| | | | on all architectures. Sparc64 does not implement them.
* Add some granularity to the WARNS levels.obrien2001-12-151-5/+10
| | | | | | | 1: add -Werror 2: -Wall [only], as this is the most used warnings setting by developers 3: our old `1' 4: our old `2'
* Better document gif interface cloning intrastructure.brooks2001-12-142-2/+26
| | | | MFC After: 2 days
* Make the man page reflec t the code a bit better.julian2001-12-141-2/+11
| | | | | Specifically, note the condition of the memory on initial and subsequent allocations is different.
* Arrange for the smbfs examples to be installed.sheldonh2001-12-143-2/+21
| | | | | | | | | | | | 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
* Fixed prototype.ru2001-12-141-1/+7
| | | | Reviewed by: davidc
* mdoc(7) police: don't xref to itself.ru2001-12-141-1/+1
|
* mdoc(7) police: markup, grammar and spelling nits.ru2001-12-1413-132/+190
| | | | Reviewed by: davidc
* mdoc(7) police: kill the undead whitespace at EOL.ru2001-12-141-1/+1
|
* Add missing "the".imp2001-12-131-1/+1
|
* Add two clarifying commnets:imp2001-12-131-0/+8
| | | | | | 1) Note that this file is also by example. 2) Note that you should not use files from /usr/include in kernel files.
* o Various language and style tweaks.rwatson2001-12-121-6/+7
| | | | Submitted by: ru
* mdoc(7) police: remove the debugging stuff I use to preventru2001-12-121-1/+0
| | | | hyphenation (so that the output could be spell-checked).
* - Fix sysctl mib examples in order to reflect the recent changes inarr2001-12-121-2/+2
| | | | | | | kern_jail.c Approved by: rwatson Reviewed by: rwatson
OpenPOWER on IntegriCloud