phantom
4331c8a979
activate monetdef, msgdef and numericdef
2001-02-08 17:33:55 +00:00
phantom
58896dce4d
Add sources for following categories: LC_NUMERIC (share/numericdef),
...
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.
2001-02-08 17:33:19 +00:00
ru
bca411760f
mdoc(7) police: removed hard sentence break, corrected .Nd.
2001-02-08 10:06:09 +00:00
semenu
e472dcaec2
Update tx(4) man page to reflect changes since 1997, especially
...
recent changes.
2001-02-07 20:09:50 +00:00
ru
5addfd60d6
mdoc(7) police: Change -filled displays (which just happen
...
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.
2001-02-07 13:45:30 +00:00
ru
3d96d7e52f
mdoc(7) police: Removed extraneous .No call. The .Nm macro in
...
mdocNG has been fixed to properly handle its arguments so this
was causing the extraneous (undesirable) space.
2001-02-07 10:11:57 +00:00
ru
e7014a61ed
mdoc(7) police: minor style/formatting fixes.
2001-02-06 15:07:35 +00:00
ru
abe7e4afb5
mdoc(7) police: minor style/formatting fixes.
2001-02-06 14:58:39 +00:00
asmodai
30048f7c05
Our manual pages are no longer in /usr/man, but in /usr/share/man.
...
Also, add the default #!/bin/sh for shellscripts, as well as $FreeBSD$.
2001-02-06 12:45:29 +00:00
asmodai
47a2266000
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
Submitted to look at by: kris
2001-02-06 10:39:38 +00:00
bp
a3946b3321
Add man page for VOP_GETVOBJECT, VOP_CREATEVOBJECT and VOP_DESTROYVOBJECT
...
operations.
Reviewed by: sheldonh
2001-02-06 10:33:37 +00:00
asmodai
95353f0060
Add vcount.9 / count_dev.9.
...
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>
2001-02-06 09:04:52 +00:00
bde
03e580293f
Don't set a bad example by putting the function type in ".Fo".
2001-02-06 01:42:56 +00:00
bde
80ed1c3008
Debogotified #includes in synopsis. Paths beginning with /sys were
...
only required when dev/ppbus wasn't installed, and they should not
been delimited by <> even then.
2001-02-06 01:39:11 +00:00
bde
9b5d717b5a
Fixed missing include in synopsis. <sys/types.h> is still a prerequisite
...
for almost everything.
2001-02-06 01:33:08 +00:00
bde
f8aeca213d
Fixed missing #include and wrong prototypes. Most of these bugs were
...
duplicated in libc_r/man/*.3 but were fixed years ago there. Here
they were hiding under mdoc errors.
2001-02-06 01:31:04 +00:00
dougb
d59879728c
Introduce the option of running fsck -y if the initial preen fails.
...
Defaults to off.
Obtained from: Yahoo!
2001-02-05 04:54:42 +00:00
bde
3d2911409a
Removed vestiges of vop_mmap.
2001-02-02 12:51:22 +00:00
nik
546aee5924
Fix typo.
...
PR: docs/23936
Submitted by: Garret Rooney <rooneg@rpi.edu>
2001-02-02 03:32:03 +00:00
nik
e47091ebfd
Declaring functions inside functions was deprecated twice. Keep the
...
second recommendation, which includes more rationale, and nix the first.
PR: docs/24690
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su
2001-02-02 03:11:22 +00:00
jhb
facc7916be
mtx_try_enter() returns an int, not void.
2001-02-02 00:49:17 +00:00
ru
8a6f8b5fe4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
julian
d9ff7e1523
Add the ability to declare ore-ride methods on a per-hook basis
...
for the rcvdata() and rcvmsg() methods.
Also bring the man page up to sync with my last commit. (and this one)
2001-01-31 20:46:00 +00:00
ben
e8881fd426
Document the mpsafe argument to callout_init().
...
PR: 24529
Submitted by: harti brandt <brandt@fokus.gmd.de>
Reviewed by: jlemon
2001-01-31 12:17:45 +00:00
julian
829347d510
Implement direct support for semipersistant nodes.
...
(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.
2001-01-30 20:51:52 +00:00
brian
9233b23065
Allow the output of /etc/security to be logged or mailed to different
...
users in line with ${daily,weekly,monthly}_output using a new
$daily_status_security_output variable.
PR: 24643
2001-01-30 10:24:18 +00:00
des
585529610f
Style police.
...
Submitted by: ru
2001-01-29 08:59:30 +00:00
julian
501d5b3f20
Add a new distribution algorythm to the 'one2many' node type.
...
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 )
2001-01-28 15:37:06 +00:00
des
ca14441dcb
Add MLINKS for sbuf_clear() and sbuf_overflowed().
2001-01-28 00:19:10 +00:00
des
aa44f6a433
Document the changes in subr_sbuf.c rev. 1.2.
2001-01-28 00:18:54 +00:00
des
3dbc9c1ca6
Add a man page for the zone allocator.
2001-01-27 19:13:08 +00:00
julian
eed7cd7784
correct documentation to match code.
2001-01-26 11:36:46 +00:00
ben
fc25f4c3ea
remove reference to nonexistent ugen(4) manual page.
...
PR: 24622
Submitted by: Ernst de Haan <ernst@jollem.com>
2001-01-25 10:44:06 +00:00
ru
90cd1b0031
Mdoc(7)ify the previous revision.
2001-01-24 09:45:19 +00:00
ru
cc7cdf26c0
mdoc(7) police: fixed some minor formatting/spelling errors.
2001-01-24 09:41:17 +00:00
mjacob
3952515137
Hmm. This must be a first. The man page was updated *before* the source.
...
Correct some slight inaccuracies in the man page.
2001-01-23 23:24:48 +00:00
jhb
cfe2dc9d90
- Activate runqueue.9, scheduler.9, and sleepqueue.9 along with appropriate
...
MLINKS.
- Update MLINKS for mi_switch.9.
2001-01-23 19:38:45 +00:00
jhb
b50d778936
Catch up to the new way that the scheduling code works since the original
...
SMPng commit. Also document the new cpu_throw function (currently only
on i386).
Reviewed by: sheldonh
2001-01-23 19:28:14 +00:00
jhb
d29fcf97bc
Document the various functions and variables used by the current
...
scheduler code. Includes a rough description of the various priority
values stored in struct proc as well as priority propagation.
Reviewed by: chris
2001-01-23 19:26:21 +00:00
jhb
a83eb9f625
Document the current organization and helper functions used to implement
...
the sleep queues used by msleep/wakeup and friends.
Submitted by: sheldonh
2001-01-23 19:24:35 +00:00
jhb
f1a82c493a
Document the current organization of the run queues and the various
...
functions used to manage them.
Reviewed by: sheldonh
2001-01-23 19:23:42 +00:00
ru
a9774aa7fa
mdoc(7) police: use macros wherever possible, remove hard sentence breaks.
2001-01-22 13:08:59 +00:00
ru
72bf3d71c8
Prepare for mdoc(7)NG.
2001-01-22 10:44:54 +00:00
dougb
e3a3551537
Add the options of which cron program to run, and specifying flags
...
to it.
PR: conf/24358
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
2001-01-21 20:57:38 +00:00
jasone
24d53563ed
Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex
...
initialization until after malloc() is safe to call, then iterate through
all mutexes and complete their initialization.
This change is necessary in order to avoid some circular bootstrapping
dependencies.
2001-01-21 07:52:20 +00:00
ru
8ad24f0a49
mdoc(7) police: removed leading whitespaces that are not inside
...
Bd/Ed; these hardly degrade the quality of the produced output.
2001-01-19 14:15:40 +00:00
itojun
25fc8759df
BSD/OS was called BSD/386 prior to 2.0.
2001-01-19 07:36:36 +00:00
ru
24425e5600
mdoc(7) police: add missing .Ed call.
2001-01-18 17:23:15 +00:00
ben
eca77bec74
remove reference to nonexistent screenmap(5) manual page.
...
PR: 24305
Submitted by: Marco van de Voort <marcov@stack.nl>
2001-01-18 11:59:01 +00:00
ru
b99317af38
mdoc(7) police:
...
Use proper macros for variables and their types, removed
hard sentence breaks, added a bunch of cross references.
2001-01-18 09:42:50 +00:00