summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Remove (now unnecessary) MLINKS.ru2001-02-195-53/+3
|
* mdoc(7) police: well-known section name is EXAMPLES, not EXAMPLE.ru2001-02-191-1/+1
|
* Slight improvement to previous checkin.archie2001-02-191-1/+2
|
* Add an example showing how to configure a node from the command line.archie2001-02-191-0/+37
|
* Introduce support for using OpenSSL ASM optimizations. This is donekris2001-02-192-2/+17
| | | | | | | | | | | | | | | | | | | | | | | through the use of a new build directive, MACHINE_CPU, which contains a list of the CPU generations/features for which optimizations are desired. This feature will be extended to cover the ports tree in the future. Currently OpenSSL provides optimizations for i386, i586 and i686-class CPUs. Currently it has not been tested on an i386 or i486. Teach make(1) to provide sensible defaults for MACHINE_CPU if it is not defined (namely, the lowest common denominator CPU we support for each architecture). Currently this is i386 for the i386 architecture and ev4 for the alpha. sys.mk also sets the variable as a last resort for consistency with MACHINE_ARCH and bootstrapping from very old versions of make. Benchmarks show a significant speed increase even in the i386 case, with additional improvements for i586 and i686 systems. For maximum performance define MACHINE_CPU=i686 i586 i386 in /etc/make.conf. Based on a patch submitted by: Mike Silbersack <silby@silby.com> Reviewed by: current
* Move the sendmail -q from cron to periodic, as suggested by a few people.peter2001-02-191-0/+4
| | | | | This has the benefit of adding a random start time element as daily processing takes a different amount of time on different machines.
* Document the entropy device.markm2001-02-182-0/+139
| | | | | If you want to know how to harvest network traffic and interrupts, READ HERE!
* Zap LIBTCL, it's been superfluous for several years.kris2001-02-181-1/+0
|
* Add yesstr/nostr.abial2001-02-182-0/+8
|
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-183-3/+3
|
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-1/+2
| | | | Add $FreeBSD$.
* Add hu_HUache2001-02-189-0/+127
| | | | Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
* Add some FreeBSD logo material to the tree:phk2001-02-176-0/+1981
| | | | | | | | "FreeBSD.pfa" - the (postscript) font used to write "FreeBSD". "beastie.fig" - a 4.3 BSD style Daemon in vector graphic. "beastie.eps" - same converted to encapsulated postscript. "poster.sh" - an example how to use this stuff. "README" - the full story.
* Add LC_MESSAGES, LC_MONETARY, and LC_NUMERIC supports tokeith2001-02-1712-3/+195
| | | | | | both zh_TW.Big5 and zh_CN.EUC locales. Approved by: ache
* Add uk_UAache2001-02-176-0/+65
| | | | Submitted by: Alexander Matey <matey@cis.ohio-state.edu>
* mdoc(7) police: sanitize previous revision changes.ru2001-02-161-8/+11
|
* Document recently-implemented m_getm().bmilekic2001-02-161-0/+22
|
* Fixed bitrot in synopsis. The Lite2 change from int to u_long for ioctlbde2001-02-151-1/+1
| | | | command numbers had not reached here.
* Fixed rotted-as-committed pseudo-prototype for VFS_CHECKXP(). It had notbde2001-02-151-1/+1
| | | | | | | | caught up with the changes to avoid storing socket addresses in mbufs, although the VFS_CHECKEXP() code had to since it was committed 2 years after those changes. Fixed formatting in this prototype.
* Fixed bitrot in synopsis (some const poisoning had not reached here).bde2001-02-153-4/+4
|
* Fixed missing and wrong includes in synopsis. The prerequisites forbde2001-02-152-2/+6
| | | | | | | | using bus_alloc_resource(), etc., are especially unobvious, but were especially wrong (<sys/resource.h> has nothing to do with the resources documented here...). Order and format the includes as correctly as possible (a layering violation makes <machine/bus.h> a prerequisite for <sys/rman.h>).
* Fixed missing include in synopsis.bde2001-02-151-0/+2
| | | | | | Added evil #define of ACCEPT_FILTER_MODULE to synopsis. Some of the functions defined in this man page aren't declared unless ACCEPT_FILTER_MOD is defined before including <sys/socketvar.h>.
* Fixed missing and/or wrong and/or extra includes in synopsis.bde2001-02-1510-6/+11
|
* Add {yes,no}str translationsache2001-02-142-0/+8
| | | | Submitted by: Panagiotis Astithas <past@netmode.ntua.gr>
* Add {yes,no}str translationache2001-02-142-0/+8
| | | | Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
* Add yesstr/nostr translationsache2001-02-131-0/+4
|
* mdoc(7) police: ... and uncompact the list.ru2001-02-131-9/+1
|
* mdoc(7) police: replace ``.It No'' with .Pp.ru2001-02-131-8/+8
|
* mdoc(7) cleanup.ru2001-02-121-26/+34
|
* Catch up to mutex API changes.bmilekic2001-02-121-145/+214
|
* Note that packets read as outgoing have invalid IP header checksums.archie2001-02-121-0/+1
|
* Add ja_JP.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.knu2001-02-119-3/+122
|
* Add ko_KR.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-119-3/+122
| | | | Submitted by: CHOI Junho <cjh@kr.FreeBSD.org>
* Add missing 4-th space at the end of int_curr_symbolache2001-02-102-2/+2
|
* Add Polish locale.abial2001-02-109-0/+119
|
* Unbreak by syncing with changes in <sys/sysctl.h> macros.abial2001-02-101-12/+12
|
* Back out my "3;3" -> something change. While technikally the same, it onlyache2001-02-1017-17/+17
| | | | | | | leads to confusion. el_GR: change "0;0" to "-1". "0" is repeater for previous number, not no grouping
* Back out my "3;3" -> something changes. While technikally the same, it onlyache2001-02-1031-31/+31
| | | | leads to confusion.
* activate cs_CZ.ISO_8859-2 and el_GR.ISO_8859-7phantom2001-02-103-0/+6
|
* add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for cs_CZ.ISO_8859-2phantom2001-02-106-0/+116
| | | | | PR: misc/24970 Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
* Add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for el_GR.ISO_8859-7phantom2001-02-106-0/+116
| | | | Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> via -i18n
* Use -1 for CHAR_MAX instead of empty string as recommended by POSIXache2001-02-106-6/+6
| | | | Still not parsed in localeconv() in anycase
* I change my mind a bit: assuming last \0 is contrproductive since will causeache2001-02-1031-31/+31
| | | | | | | | user confusion, so specify it directly, i.e. change "3" to "3;0". In this style "3;" or "3" must not cause repeating (converted to \3, CHAR_MAX, \0) Still not implemented and broken in localeconv()
* I change my mind a bit: assuming last \0 is contrproductive since will causeache2001-02-1015-15/+15
| | | | | | user confusion, so specify it directly, i.e. change "3" to "3;0". In this style "3;" must not cause repeating (converted to \3, CHAR_MAX, \0) NOTE: still no proper conversion done in localeconv()
* Replace "3;3" with "3". This is cosmetique, all integer before \0 (i.e. \3)ache2001-02-1021-42/+42
| | | | | | | | repeated forever according to SUSv2 Remove "0;0" - \0 means not "no grouping" but repeat forever previous char, and added automatically. Empty string could be parsed later into CHAR_MAX (real "no grouping") by localeconv()
* Change "3;3" in mon_grouping to "3". This is cosmetique, last \0 will causeache2001-02-1031-62/+62
| | | | | | previous \3 repeat forever, according to SUSv2 Add comment about mon_grouping separator NOTE: mon_grouping localeconv() parsing still broken.
* Back out removing trailing space from int_curr_symbol, this is SUSV2ache2001-02-0931-31/+31
| | | | requirement
* Add additional English- and French-speaking countries with the appropriatewollman2001-02-0911-4/+369
| | | | currency symbols. Use make(1) loops, not sh(1) loops.
* Add links:wollman2001-02-091-0/+15
| | | | | | | | | | | | en_CA, en_GB => en_US en_AU, en_NZ => en_GB fr_CA, fr_CH => fr_FR There are separate links for `GB English' and `US English' because I anticipate users of the former to potentially want a thousands_sep of " " (to match modern British style) rather than ",". XXX What about en_IE? ISO_8859-15?
* Use make(1) for loop rather than sh(1) loop.wollman2001-02-091-4/+4
|
OpenPOWER on IntegriCloud