summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add af_ZA locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-3/+122
|
* Add fr_FR locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-0/+119
|
* Add de_DE locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-0/+119
|
* Add da_DK locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-3/+122
|
* Add no_NO locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-0/+119
|
* Add sv_SE locale files for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-3/+122
|
* Repeat after me: no commits when tired.asmodai2001-02-092-0/+12
| | | | Add the correct named file for LC_NUMERIC for nl_NL locales.
* Apply clue to mind and correct the ISO setting to the correct one.asmodai2001-02-088-3/+49
| | | | | This adds LC_MESSAGES, LC_MONETARY, and LC_NUMERIC suppport for nl_NL locales.
* Add LC_NUMERIC, LC_MONETARY, and LC_MESSAGES definitions forasmodai2001-02-086-0/+61
| | | | nl_NL.ISO_8859-9.
* Fix comment to reflect what it should be:asmodai2001-02-082-4/+4
| | | | yesexpr/noexpr
* activate monetdef, msgdef and numericdefphantom2001-02-081-2/+2
|
* Add sources for following categories: LC_NUMERIC (share/numericdef),phantom2001-02-0812-0/+246
| | | | | | LC_MONETARY (share/monetdef), LC_MESSAGES (share/msgdef). Now only en_US.ISO_8859-1 and ru_RU.KOI8-R locales ready. I will find some time in near future and'll try to make defintions for other locales.
* mdoc(7) police: removed hard sentence break, corrected .Nd.ru2001-02-082-6/+6
|
* Update tx(4) man page to reflect changes since 1997, especiallysemenu2001-02-072-20/+22
| | | | recent changes.
* mdoc(7) police: Change -filled displays (which just happenru2001-02-075-11/+9
| | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins.
* mdoc(7) police: Removed extraneous .No call. The .Nm macro inru2001-02-071-1/+1
| | | | | mdocNG has been fixed to properly handle its arguments so this was causing the extraneous (undesirable) space.
* mdoc(7) police: minor style/formatting fixes.ru2001-02-061-5/+7
|
* mdoc(7) police: minor style/formatting fixes.ru2001-02-061-6/+10
|
* Our manual pages are no longer in /usr/man, but in /usr/share/man.asmodai2001-02-063-5/+13
| | | | Also, add the default #!/bin/sh for shellscripts, as well as $FreeBSD$.
* Fix typo: seperate -> separate.asmodai2001-02-062-2/+2
| | | | | | Seperate does not exist in the english language. Submitted to look at by: kris
* Add man page for VOP_GETVOBJECT, VOP_CREATEVOBJECT and VOP_DESTROYVOBJECTbp2001-02-062-1/+114
| | | | | | operations. Reviewed by: sheldonh
* Add vcount.9 / count_dev.9.asmodai2001-02-062-1/+71
| | | | | | | Touched up a bit and added some consistency to the text by your's truly. PR: 23745 Submitted by: Andrew Stevenson <andrew@ugh.net.au>
* Don't set a bad example by putting the function type in ".Fo".bde2001-02-061-2/+4
|
* Debogotified #includes in synopsis. Paths beginning with /sys werebde2001-02-061-2/+2
| | | | | only required when dev/ppbus wasn't installed, and they should not been delimited by <> even then.
* Fixed missing include in synopsis. <sys/types.h> is still a prerequisitebde2001-02-063-0/+3
| | | | for almost everything.
* Fixed missing #include and wrong prototypes. Most of these bugs werebde2001-02-061-11/+13
| | | | | duplicated in libc_r/man/*.3 but were fixed years ago there. Here they were hiding under mdoc errors.
* Introduce the option of running fsck -y if the initial preen fails.dougb2001-02-051-1/+7
| | | | | | Defaults to off. Obtained from: Yahoo!
* Removed vestiges of vop_mmap.bde2001-02-022-72/+1
|
* Fix typo.nik2001-02-021-1/+1
| | | | | PR: docs/23936 Submitted by: Garret Rooney <rooneg@rpi.edu>
* Declaring functions inside functions was deprecated twice. Keep thenik2001-02-021-3/+1
| | | | | | | second recommendation, which includes more rationale, and nix the first. PR: docs/24690 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su
* mtx_try_enter() returns an int, not void.jhb2001-02-021-1/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-0192-754/+1017
|
* Add the ability to declare ore-ride methods on a per-hook basisjulian2001-01-311-6/+42
| | | | | | for the rcvdata() and rcvmsg() methods. Also bring the man page up to sync with my last commit. (and this one)
* Document the mpsafe argument to callout_init().ben2001-01-311-1/+9
| | | | | | PR: 24529 Submitted by: harti brandt <brandt@fokus.gmd.de> Reviewed by: jlemon
* Implement direct support for semipersistant nodes.julian2001-01-301-2/+2
| | | | | | | | | | | | | (e.g. ethernet nodes are persistent until you rip out the hardware) Use this support in the ethernet and sample nodes. Add some more abstraction on the 'item's so that node and hook reference counting can be checked easier. Slight man page correction. Make pppoe type dependent on ethernet type. Clean up node shutdown a little. Move a mutex from MTX_SPIN to MTX_DEF (oops) Fix small ref-counting bug. remove warning on one2many type.
* Allow the output of /etc/security to be logged or mailed to differentbrian2001-01-301-2/+13
| | | | | | | users in line with ${daily,weekly,monthly}_output using a new $daily_status_security_output variable. PR: 24643
* Style police.des2001-01-291-5/+5
| | | | Submitted by: ru
* Add a new distribution algorythm to the 'one2many' node type.julian2001-01-281-8/+23
| | | | | | | | | The new method is 'flood' (in addition to the old round-robin) in which incoming packets are sent to more than one outgoing hook. (I'm not sure what Rogier is using this for but it seems generally useful and isn't much extra) Submitted by: Rogier R. Mulhuijzen (drwilco@drwilco.net )
* Add MLINKS for sbuf_clear() and sbuf_overflowed().des2001-01-281-0/+2
|
* Document the changes in subr_sbuf.c rev. 1.2.des2001-01-281-15/+42
|
* Add a man page for the zone allocator.des2001-01-272-0/+198
|
* correct documentation to match code.julian2001-01-261-2/+2
|
* remove reference to nonexistent ugen(4) manual page.ben2001-01-251-1/+0
| | | | | PR: 24622 Submitted by: Ernst de Haan <ernst@jollem.com>
* Mdoc(7)ify the previous revision.ru2001-01-241-1/+4
|
* mdoc(7) police: fixed some minor formatting/spelling errors.ru2001-01-243-20/+20
|
* Hmm. This must be a first. The man page was updated *before* the source.mjacob2001-01-231-0/+4
| | | | Correct some slight inaccuracies in the man page.
* - Activate runqueue.9, scheduler.9, and sleepqueue.9 along with appropriatejhb2001-01-231-3/+12
| | | | | MLINKS. - Update MLINKS for mi_switch.9.
* Catch up to the new way that the scheduling code works since the originaljhb2001-01-231-40/+27
| | | | | | | SMPng commit. Also document the new cpu_throw function (currently only on i386). Reviewed by: sheldonh
* Document the various functions and variables used by the currentjhb2001-01-231-0/+276
| | | | | | | scheduler code. Includes a rough description of the various priority values stored in struct proc as well as priority propagation. Reviewed by: chris
* Document the current organization and helper functions used to implementjhb2001-01-231-0/+89
| | | | | | the sleep queues used by msleep/wakeup and friends. Submitted by: sheldonh
OpenPOWER on IntegriCloud