ru
4cbf75ec11
Remove (now unnecessary) MLINKS.
2001-02-19 15:52:38 +00:00
ru
149aaaf619
mdoc(7) police: well-known section name is EXAMPLES, not EXAMPLE.
2001-02-19 10:49:15 +00:00
archie
36f2d71cec
Slight improvement to previous checkin.
2001-02-19 04:06:30 +00:00
archie
2baf820df6
Add an example showing how to configure a node from the command line.
2001-02-19 04:00:52 +00:00
kris
337d7ba539
Introduce support for using OpenSSL ASM optimizations. This is done
...
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
2001-02-19 03:59:05 +00:00
peter
336d5fa6f8
Move the sendmail -q from cron to periodic, as suggested by a few people.
...
This has the benefit of adding a random start time element as daily
processing takes a different amount of time on different machines.
2001-02-19 02:47:42 +00:00
markm
5eeb5f7b26
Document the entropy device.
...
If you want to know how to harvest network traffic and interrupts,
READ HERE!
2001-02-18 18:08:43 +00:00
kris
e3ae1d8f12
Zap LIBTCL, it's been superfluous for several years.
2001-02-18 11:58:54 +00:00
abial
13207d0110
Add yesstr/nostr.
2001-02-18 11:17:41 +00:00
asmodai
0f00927ea0
Preceed/preceeding are not english words. Use precede or preceding.
2001-02-18 10:25:42 +00:00
asmodai
26cc3fc3c9
Preceed/preceeding are not english words. Use precede or preceding.
...
Add $FreeBSD$.
2001-02-18 10:25:31 +00:00
ache
749008ef4d
Add hu_HU
...
Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
2001-02-18 06:51:01 +00:00
phk
e5bed7640f
Add some FreeBSD logo material to the tree:
...
"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.
2001-02-17 19:14:42 +00:00
keith
11f67bfc4a
Add LC_MESSAGES, LC_MONETARY, and LC_NUMERIC supports to
...
both zh_TW.Big5 and zh_CN.EUC locales.
Approved by: ache
2001-02-17 18:45:08 +00:00
ache
d58e575220
Add uk_UA
...
Submitted by: Alexander Matey <matey@cis.ohio-state.edu>
2001-02-17 08:35:14 +00:00
ru
b69ecef78b
mdoc(7) police: sanitize previous revision changes.
2001-02-16 09:05:48 +00:00
bmilekic
778f80298c
Document recently-implemented m_getm().
2001-02-16 03:23:04 +00:00
bde
5655168b87
Fixed bitrot in synopsis. The Lite2 change from int to u_long for ioctl
...
command numbers had not reached here.
2001-02-15 12:54:34 +00:00
bde
c68f867ba3
Fixed rotted-as-committed pseudo-prototype for VFS_CHECKXP(). It had not
...
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.
2001-02-15 12:41:44 +00:00
bde
38a7348ede
Fixed bitrot in synopsis (some const poisoning had not reached here).
2001-02-15 12:27:11 +00:00
bde
f8f709338a
Fixed missing and wrong includes in synopsis. The prerequisites for
...
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>).
2001-02-15 12:21:44 +00:00
bde
096a6c0dc7
Fixed missing include in synopsis.
...
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>.
2001-02-15 11:58:38 +00:00
bde
4cfcac144d
Fixed missing and/or wrong and/or extra includes in synopsis.
2001-02-15 11:47:31 +00:00
ache
75fbeb249e
Add {yes,no}str translations
...
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr>
2001-02-14 23:34:44 +00:00
ache
d70e6ef88c
Add {yes,no}str translation
...
Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
2001-02-14 12:17:10 +00:00
ache
1bd9c94cf7
Add yesstr/nostr translations
2001-02-13 23:36:15 +00:00
ru
3ff2537c68
mdoc(7) police: ... and uncompact the list.
2001-02-13 09:26:45 +00:00
ru
fde4c2c7f5
mdoc(7) police: replace ``.It No'' with .Pp.
2001-02-13 09:22:15 +00:00
ru
de1cfc6d8f
mdoc(7) cleanup.
2001-02-12 10:56:50 +00:00
bmilekic
0f9122defa
Catch up to mutex API changes.
2001-02-12 03:14:57 +00:00
archie
69b63ea579
Note that packets read as outgoing have invalid IP header checksums.
2001-02-12 02:03:28 +00:00
knu
c7a6772202
Add ja_JP.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-11 16:19:43 +00:00
asmodai
494891cf61
Add ko_KR.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
...
Submitted by: CHOI Junho <cjh@kr.FreeBSD.org>
2001-02-11 15:40:01 +00:00
ache
3250f9fb77
Add missing 4-th space at the end of int_curr_symbol
2001-02-10 23:07:05 +00:00
abial
5ee0814345
Add Polish locale.
2001-02-10 22:44:31 +00:00
abial
e2f846b9d7
Unbreak by syncing with changes in <sys/sysctl.h> macros.
2001-02-10 22:36:05 +00:00
ache
c6a14de213
Back out my "3;3" -> something change. While technikally the same, it only
...
leads to confusion.
el_GR: change "0;0" to "-1".
"0" is repeater for previous number, not no grouping
2001-02-10 19:06:32 +00:00
ache
63fa6b1604
Back out my "3;3" -> something changes. While technikally the same, it only
...
leads to confusion.
2001-02-10 18:51:51 +00:00
phantom
512c73411e
activate cs_CZ.ISO_8859-2 and el_GR.ISO_8859-7
2001-02-10 13:35:30 +00:00
phantom
1aa1981806
add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for cs_CZ.ISO_8859-2
...
PR: misc/24970
Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
2001-02-10 13:31:36 +00:00
phantom
afdc01850e
Add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for el_GR.ISO_8859-7
...
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> via -i18n
2001-02-10 13:28:23 +00:00
ache
42a3debfe3
Use -1 for CHAR_MAX instead of empty string as recommended by POSIX
...
Still not parsed in localeconv() in anycase
2001-02-10 03:20:27 +00:00
ache
3f674e1b6a
I change my mind a bit: assuming last \0 is contrproductive since will cause
...
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()
2001-02-10 02:55:42 +00:00
ache
0ee6f8129f
I change my mind a bit: assuming last \0 is contrproductive since will cause
...
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()
2001-02-10 02:51:20 +00:00
ache
a9173afcb1
Replace "3;3" with "3". This is cosmetique, all integer before \0 (i.e. \3)
...
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()
2001-02-10 02:31:14 +00:00
ache
efcbded137
Change "3;3" in mon_grouping to "3". This is cosmetique, last \0 will cause
...
previous \3 repeat forever, according to SUSv2
Add comment about mon_grouping separator
NOTE: mon_grouping localeconv() parsing still broken.
2001-02-10 02:17:49 +00:00
ache
f464cf2297
Back out removing trailing space from int_curr_symbol, this is SUSV2
...
requirement
2001-02-09 23:49:22 +00:00
wollman
0ee225494f
Add additional English- and French-speaking countries with the appropriate
...
currency symbols. Use make(1) loops, not sh(1) loops.
2001-02-09 21:27:09 +00:00
wollman
df3a31abf2
Add links:
...
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?
2001-02-09 21:17:39 +00:00
wollman
dbc6187cac
Use make(1) for loop rather than sh(1) loop.
2001-02-09 21:01:50 +00:00
wollman
820e3e851b
Add additional English-language locales (en_AU, en_CA, en_GB, and en_NZ)
...
and an additional English-language locale (fr_CA).
Use make(1) loops rather than sh(1) loops.
2001-02-09 20:59:18 +00:00
ache
ad1791b616
Remove extra space after int_currency_symbol
2001-02-09 17:30:34 +00:00
ache
d7a1e493bc
Use 4-digit year in x_fmt
2001-02-09 17:18:45 +00:00
ache
4a64085099
Use " " as thousands_sep
2001-02-09 16:55:39 +00:00
ache
f4a8a8422e
Remove extra space after int_curr_sym
2001-02-09 16:52:19 +00:00
ache
b315862fbd
Remove extra space after int_curr_sym
...
Add "." after currency_sym
Replace decimal_point with ","
Add " " as thousands_sep
2001-02-09 16:50:43 +00:00
asmodai
2e93f42b58
Add is_IS locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 14:08:52 +00:00
asmodai
e71edef85d
Add fi_FI locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 13:37:06 +00:00
asmodai
d0b6393792
Add af_ZA locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 12:39:32 +00:00
asmodai
4b6210bfbc
Add fr_FR locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 12:30:53 +00:00
asmodai
e4f1fe72db
Add de_DE locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 12:21:17 +00:00
asmodai
308dc0dab7
Add da_DK locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 12:08:12 +00:00
asmodai
9b5f9b1aca
Add no_NO locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 11:53:55 +00:00
asmodai
db30317761
Add sv_SE locale files for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 11:38:57 +00:00
asmodai
26481f6b64
Repeat after me: no commits when tired.
...
Add the correct named file for LC_NUMERIC for nl_NL locales.
2001-02-09 09:09:14 +00:00
asmodai
3475ac9408
Apply clue to mind and correct the ISO setting to the correct one.
...
This adds LC_MESSAGES, LC_MONETARY, and LC_NUMERIC suppport for nl_NL
locales.
2001-02-08 23:06:11 +00:00
asmodai
f13568e414
Add LC_NUMERIC, LC_MONETARY, and LC_MESSAGES definitions for
...
nl_NL.ISO_8859-9.
2001-02-08 22:49:38 +00:00
asmodai
8ccc594b1b
Fix comment to reflect what it should be:
...
yesexpr/noexpr
2001-02-08 22:45:44 +00:00
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
asmodai
5545c6b0d5
Add a smal line of text which indicates I am working on updating
...
this. <almost exactly 6 years after Garrett>
2001-01-18 07:19:25 +00:00
ache
ad3739ff3c
Add Greek collate
...
PR: 24324
Submitted by: past@netmode.ntua.gr
2001-01-17 16:47:28 +00:00
ache
00fb20d0e1
Add Greek keyboard
...
PR: 24324
Submitted by: past@netmode.ntua.gr
2001-01-17 16:27:47 +00:00
ache
98ba472b80
Add iso07 fonts
...
PR: 24324
Submitted by: past@netmode.ntua.gr
2001-01-17 15:57:22 +00:00
ache
6fe181e846
Add Greek support
...
PR: 24324
Submitted by: past@netmode.ntua.gr
2001-01-17 13:43:20 +00:00
ache
0f6592819f
Add Greek support
...
PR: 24324
Submitted by: past@netmode.ntua.gr
2001-01-17 13:30:16 +00:00
ben
346e52a57b
document ${KERNEL}
...
PR: 24404
Submitted by: Mike Meyer <mwm@mired.org>
2001-01-17 11:51:43 +00:00
ben
5ec0383033
Actually add build.7 to the Makefile, 2 months late.
...
PR: 24405
Submitted by: Mike Meyer <mwm@mired.org>
2001-01-17 11:11:02 +00:00
jhb
737958d1cb
sysinstall.8 lives in src/usr.sbin/sysinstall now and gets installed via
...
normal means, so remove the hack to install it.
2001-01-17 03:33:04 +00:00
ru
3e32b84b0f
Prepare for mdoc(7)NG.
2001-01-16 09:32:40 +00:00
ru
9c635786e1
Prepare for mdoc(7)NG.
2001-01-16 09:24:36 +00:00
ru
081052d607
mdoc(7) police: use .Fa for function arguments, use .Vt for variable type.
2001-01-16 08:53:04 +00:00
jasone
20a8a23d2b
Implement condition variables.
2001-01-16 01:00:43 +00:00
ru
77edbf4641
man(7) -> mdoc(7).
2001-01-15 17:54:19 +00:00
ru
774fe82ed3
Simplify some mdoc(7) constructs.
2001-01-15 17:22:16 +00:00
markm
18941d4ee0
Add a missing argument for SYSCTL_ADD_OPAQUE.
...
Fix the examples at the end which were horribly broken.
2001-01-14 16:43:41 +00:00
dmlb
458215f24c
Correct a typo in a product name.
...
Pointed Out By: ru
2001-01-13 23:50:52 +00:00
chris
6a1d7a734c
The prototype for cpu_switch() was changed in revision 1.111 of
...
<sys/proc.h>
PR: 24311
Submitted by: Robert Drehmel <robert@gizmo.quizbot.org>
2001-01-13 19:00:49 +00:00
chris
48c98a7d71
o Clear up explanations of various entries (includes spelling, grammar,
...
punctuation, and explanations that are just plain wrong)
o Add missing entries
o Remove entries for directories that do not exist
Submitted by: Rich Morin <rdm@cfcl.com> (for the most part)
2001-01-13 18:38:00 +00:00
ben
86f5f1c296
fix typo; file -> files
...
Submitted by: Alexey Dokuchaev <danfe@inet.ssc.nsu.ru>
2001-01-13 17:49:34 +00:00
ben
6fe7969777
Only install sysinstall.8 if the release/sysinstall directory exists. This
...
fixes the world for people without src-release.
PR: 24122
Submitted by: Steven G. Kargl <kargl@apl.washington.edu>
2001-01-13 05:50:19 +00:00
ru
a8609c073f
Oops, the previous did not work with current mdoc(7).
2001-01-12 16:02:58 +00:00
ru
0a221c5a50
mdoc(7) police: Ft/Vt now accept punctuation-type arguments.
2001-01-12 15:46:56 +00:00
dmlb
4c886876c0
Add manual for ray driver.
...
Reviewed by: ru
2001-01-11 22:38:10 +00:00
archie
e843a87882
Add these key bindings for tcsh users in interactive mode:
...
bindkey "^W" backward-delete-word
bindkey -k up history-search-backward
bindkey -k down history-search-forward
Reviewed by: -current
2001-01-10 17:35:28 +00:00
ru
0ae3d329ee
Fixed mdoc(7)NG warnings introduced in the previous revision.
2001-01-09 15:20:58 +00:00
julian
ff86256bf7
Part 2 of the netgraph rewrite.
...
This is mostly cosmetic changes, (though I caught a bug or two while
makeing them)
Reviewed by: archie@freebsd.org
2001-01-08 05:34:06 +00:00
julian
f0c46a9d00
Rewrite of netgraph to start getting ready for SMP.
...
This version is functional and is aproaching solid..
notice I said APROACHING. There are many node types I cannot test
I have tested: echo hole ppp socket vjc iface tee bpf async tty
The rest compile and "Look" right. More changes to follow.
DEBUGGING is enabled in this code to help if people have problems.
2001-01-06 00:46:47 +00:00
sobomax
3cd6a133d3
Add getenv(3) and setenv(3) into ``See also'' section.
2001-01-01 23:26:54 +00:00
ben
87a2343bbe
Install sysinstall.8 as part of buildworld.
...
PR: 19818
Submitted by: Brian Candler <B.Candler@pobox.com>
2001-01-01 23:17:11 +00:00
ben
70057689c9
Remove comma after final .Nm entry before .Nd
2000-12-30 18:58:15 +00:00
ben
59b8a3e902
Remove CIRCLEQ manual page links now that CIRCLEQ has been axed.
2000-12-30 18:54:35 +00:00
phantom
2b78ea2373
Get rid of deprecated ru_SU.* locales. ru_RU.* will be used instead.
2000-12-29 14:58:35 +00:00
ru
8ba4187688
Prepare for mdoc(7)NG.
2000-12-29 14:08:20 +00:00
phk
db19e4509b
CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2.
...
Retire them before anybody starts to use them again.
Use TAILQ instead, it provides the same functionality.
2000-12-29 09:55:40 +00:00
ru
17ba214098
Prepare for mdoc(7)NG.
2000-12-29 09:18:45 +00:00
ben
0f7bbc08d0
fix typos.
...
PR: 23934
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2000-12-29 01:58:47 +00:00
ben
8ea0341013
Add some text saying that this page may occasionally be out of date with the
...
real make.conf.
2000-12-29 01:54:39 +00:00
peter
a40c5e3730
Add $FreeBSD$
2000-12-29 01:23:57 +00:00
ru
c75062e22b
Mdoc(7)ify.
2000-12-28 16:18:43 +00:00
des
4b9504e071
Retire kernfs (userland part).
2000-12-28 12:59:57 +00:00
bmilekic
7614d31157
Change M_WAIT to M_TRYWAIT, the new name of the flag.
2000-12-24 03:08:17 +00:00
msmith
2dc4c266ad
Merge vendor/device information from another database, but keep the
...
current format. The new database also has subvendor/subdevice ID
information, which we aren't using for now. This adds 272 new vendors
and 376 new device identifiers, as well as cleaning out some of the
bad entries in the previous revision.
We now combine data from:
http://www.yourvote.com/pci
http://members.hyperlink.com.au/~chart/pci.htm
2000-12-22 10:17:37 +00:00
imp
11d91a4b9e
o Add cardbus support (use pci attachment for now)
...
<bde>
o Add comments in some places to clarify some points.
o Don't typedef sc_p. This isn't usually done in the drivers and may
cause problems in teh future if C goes the C++ route of requiring
one and only one definition for each and every type. Instead use
the current convetion of expanding struct ${1}_softc * inline needed.
o change some comments to be more style(9)-like.
o Define and use DEV2SOFTC to encapsulate storing/getting softc from a
dev_t. This also takes care of the missing cast from the examples.
o Define and use DEVICE2SOFTC, similar to DEV2SOFTC for getting the
softc from a device_t.
</bde>
We still should have this generate foo_{isa,pci,pccard,cardbus,eisa}.c
and foovar.h from templates of some sort, but I was too lazy to do
that in this commit. I did document it in the comments, however.
Note: bde-like corrections made with the help of my my portable
plastic bde icon. Results with the real bde may vary with use.
2000-12-18 21:08:53 +00:00
julian
0c949560a1
Divorce the kernel binary ABI version number from the message
...
format version number. (userland programs should not need to be
recompiled when the netgraph kernel internal ABI is changed.
Also fix modules that don;t handle the fact that a caller may not supply
a return message pointer. (benign at the moment because the calling code
checks, but that will change)
2000-12-18 20:03:32 +00:00
wosch
06048bef5e
Added BSD/OS 4.2
2000-12-17 18:44:42 +00:00
wosch
3f9abb519f
Added NetBSD 1.5
2000-12-17 11:50:33 +00:00
wosch
13cbaadf02
Added releases dates for BSD/OS
...
Added BSD/OS releases up to 4.1
Submitted by: seebs@plethora.net (Peter Seebach), Jeff Polk <polk@BSDI.COM>
BSDI -> BSD/OS
Reorder 4.4BSD Lite2
2000-12-17 11:46:54 +00:00
jhb
656396e81a
Catch up to the changes to the kthread API.
2000-12-15 20:39:35 +00:00
ru
e5a37f2e6f
mdoc(7) police: added missing .Os call.
2000-12-14 13:58:15 +00:00
ru
51b13b77a8
mdoc(7) police: removed duplicate .Os calls.
2000-12-14 12:40:48 +00:00
ru
c23c39b3a4
mdoc(7) police: removed history info from the .Os FreeBSD call.
2000-12-14 11:52:05 +00:00
sheldonh
9cf63b7743
Grammar fix.
2000-12-14 09:36:49 +00:00
ru
e3880f5f55
mdoc(7) police: add a missing .Os, change the list type to ``tagged''.
2000-12-14 08:55:32 +00:00
jhb
5c076dd607
Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well as
...
the MTX_QUIET flag.
2000-12-13 23:30:43 +00:00
des
1575d4ecd7
Add sbuf(9) man page with links to API function names.
...
Reviewed by: ru
2000-12-13 19:53:37 +00:00
assar
d04bc13c87
document TUNSIFINFO, TUNGIFINFO, TUNSIFPID, TUNSIFHEAD, TUNGIFHEAD
2000-12-13 13:40:42 +00:00
julian
2d1192e612
Reviewed by: Archie@freebsd.org
...
This clears out my outstanding netgraph changes.
There is a netgraph change of design in the offing and this is to some
extent a superset of soem of the new functionality and some of the old
functionality that may be removed.
This code works as before, but allows some new features that I want to
work with and evaluate. It is the basis for a version of netgraph
with integral locking for SMP use.
This is running on my test machine with no new problems :-)
2000-12-12 18:52:14 +00:00
ru
9e9fbcba54
mdoc(7) police: Add a missing .Os.
2000-12-12 15:38:44 +00:00
archie
036bc5984a
Document /usr/include/isc.
...
Noticed by: ru
2000-12-12 05:19:10 +00:00
ru
ee79097019
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:47:53 +00:00
ru
c3f185f682
Document /usr/include/netnatm and /usr/share/sendmail.
2000-12-11 13:41:57 +00:00
des
5603555df7
Add a reference to the fetch(3) man page.
2000-12-10 13:24:41 +00:00
bde
d5aa3031c6
Actually install pci_vendors.
2000-12-10 08:06:36 +00:00
obrien
c2ee1dcc02
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
jhb
3e12cdd636
Fix some nits in the globs used to describe the various sets of atomic
...
operations.
Submitted by: jake, jasone
2000-12-08 22:10:28 +00:00
archie
83ea67fe27
Fix typo.
...
Submitted by: Ben Smithurst <csxbcs@comp.leeds.ac.uk>
2000-12-08 21:01:47 +00:00
jasone
ffce1c840d
Do not check for existence of ${_dir}/kern/ , because for modules that set
...
.PATH to ${.CURDIR}/[...]/kern , the "exists" expression will fail for the
form exists(${.CURDIR}/[...]/kern/). This appears to be happening because
make is searching for the argument to "exists" by using .PATH rather than a
relative search, because .PATH and the argument match at the beginning.
Additionally, make appears to consider a path that starts with ${.CURDIR}
as relative, even though it expands to an absolute path.
The reason that most people aren't seeing this problem is that the absolute
paths of /usr/src/sys and /sys are also searched, so as long as the kernel
source can be found in at least one of those places, no problems surface.
This problem was inadvertently introduced on 1 December 2000, with the
addition of the sysvipc modules.
2000-12-08 20:36:32 +00:00
marcel
2f10d8e43e
Add Linuxulator manpage. Derived from i386 version.
2000-12-08 02:52:26 +00:00
marcel
2c65c94e0b
The osfulator can be compiled-in now:
...
o add kernel option to the synopsis.
o remove "only as module" from bugs.
Reviewed by: sheldonh
2000-12-08 02:49:01 +00:00
msmith
68fb5700dc
Add a PCI vendor/device database, used by pciconf (and available for use
...
by other tools as well).
Note that omissions and corrections for this file should be resolved
via http://www.yourvote.com/pci , as this is the master source for this
database, rather than by editing this file directly.
2000-12-07 10:56:29 +00:00
ru
c0cf985516
Install the stock (as supplied by groff(1) distribution) tmac.an
...
and tmac.andoc files. The man(1), catman(1) and bsd.man.mk have
been modified to call groff(1) with -mandoc argument.
2000-12-06 17:02:33 +00:00
ru
d25a686048
Groff 1.16.1 implements .psbb request internally in troff(1)
...
rather than as a macro using the .sy request, so we may drop
the unsafe (-U) mode.
2000-12-06 11:56:34 +00:00
ru
43df9736a5
These groff(1) documents require sed(1) parsing.
2000-12-06 10:32:40 +00:00
sheldonh
eb857c8b2f
Fix bogon in previous commit, whereby the contents of SUBDIR were lost
...
in the assignment of man4.alpha!
This prevented the man4.i386 pages from being installed.
Reported by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
2000-12-06 08:45:03 +00:00
ru
b5278bf563
groff does not use MANDEPEND anymore.
2000-12-05 19:56:50 +00:00
hosokawa
f081127113
Added termcap entry for multilingual sysinstall
2000-12-04 06:09:04 +00:00
ru
8c848d1d10
This page requires tbl(1).
2000-12-01 13:51:33 +00:00
brian
e3960a89e4
Add more comments, fix a typo, mention how to do PPPoUDP using encryption
...
to create a VPN.
2000-12-01 11:52:22 +00:00
ru
09e6bbaef9
Eliminate a few more groff(1) warnings.
2000-12-01 11:33:55 +00:00
brian
47969e18ad
Get rid of that damned ``i4b-L4-i4b_l4_setup_timeout: 975625189: ERROR:
...
idletime[900]+earlyhup[5] > unitlength[60]!'' message.
2000-11-30 23:08:36 +00:00
brian
f171a8481c
Add some comments and $FreeBSD$
2000-11-30 22:24:51 +00:00