mlaier
7f9c2ff639
Style:
...
- do not comment out entries in newsyslog.conf
- use tabs to line up inetd.conf
Requested by: bde
Approved by: bms(mentor)
2004-04-03 17:52:29 +00:00
mlaier
a19995e562
Add rc.d script to start pflogd and add rcvars etc. Also document vars in
...
rc.conf(5) and put a sample entry to newsyslog.conf
Reviewed by: -current
Approved by: bms(mentor)
2004-04-02 19:25:27 +00:00
ru
88ceef53a8
Assorted mdoc(7) fixes.
2004-04-01 07:54:27 +00:00
silby
0ccb317ee8
Fix last commit to conform to mdoc style.
...
Submitted by: hmp
2004-04-01 07:36:56 +00:00
silby
5a95a9a0f2
Document the m_defrag function. (Mostly copied from the description
...
in uipc_mbuf.c)
2004-04-01 06:50:21 +00:00
ru
86d52db7bc
Added polling(4) support for ste(4).
...
MFC after: 5 days
2004-03-31 20:39:20 +00:00
bms
ab918a532f
Add David Young's descriptive text for the radiotap interface.
...
Add David Young to copyright comments.
2004-03-31 02:57:30 +00:00
bms
43b325b55f
Fix a typo: remove duplicate word 'interface'.
2004-03-31 02:53:46 +00:00
rik
b3ec818746
Manual page for ng_sppp module.
...
Approved by: imp (mentor)
Reviewed by: julian
2004-03-30 15:28:09 +00:00
des
9660a5d6f7
Bump date and remove trailing whitespace.
2004-03-30 15:11:16 +00:00
des
6fe56e6c80
Document ntpdate_hosts.
2004-03-30 15:10:39 +00:00
hmp
21981a0b0e
Mdoc Police:
...
* Use .Fa instead of .Pa for function arguments.
* Utilize the .Po/.Pc commands for parenthesis
so the format is not ruined.
Inspired by: pjd's last commit to this file
2004-03-29 19:42:21 +00:00
pjd
58c539faf0
Note that we can pass NULL as 4th argument for copystr() and copyinstr()
...
functions.
With little mdoc(7) help from: hmp
2004-03-29 19:23:45 +00:00
tjr
c52614f2e5
Oops; remove ko_KR.eucKR/LC_MONETARY -> ko_KR.UTF-8/LC_MONETARY symlink.
2004-03-29 09:03:14 +00:00
tjr
e2c58ec1b8
Add a new LC_MONETARY data file for the ko_KR.UTF-8 locale instead of using
...
the ko_KR.eucKR version.
2004-03-29 01:53:31 +00:00
tjr
0a3e12070f
Add a new LC_MONETARY data file for the ja_JP.UTF-8 locale instead of using
...
the ja_JP.eucJP version. Although the latter looks like plain ASCII,
it is actually JIS Roman, so it is not correct to treat it as UTF-8.
2004-03-29 01:29:13 +00:00
tjr
642f4c91af
Add UTF-8 versions of all the currently supported system locales. Most of
...
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made
a few minor adjustments and merged the makefiles.
PR: 44307
2004-03-27 08:14:15 +00:00
ru
82790ffa5b
Removed more vestiges of the stl(4) driver.
2004-03-26 18:49:11 +00:00
non
ed6c04f267
Add ct(4) man page for ct SCSI host adapter device driver and attach
...
it to the build.
2004-03-26 06:26:45 +00:00
obrien
657983b569
More kosher mdoc(7).
...
Submitted by: ru
2004-03-25 17:54:07 +00:00
rik
020ccccc77
Move ct.4 to ctau.4. Step four: backout ct.4 via rm.
...
Approved by: imp (mentor)
2004-03-25 14:47:42 +00:00
rik
889267d50d
Move ct.4 to ctau.4. Step three: change ct to ctau in Makefile.
...
Approved by: imp (mentor)
2004-03-25 14:45:20 +00:00
obrien
553575da44
Restore part of rev 1.92; share/libdata/gcc should not have been deleted.
2004-03-25 00:41:06 +00:00
des
b786792a02
Remove mention of doscmd.
2004-03-24 20:19:57 +00:00
rik
2b64283b0e
Move ct.4 to ctau.4. Step two: add ct.4 as ctau.4.
...
Do not bother about too small history for ct.4.
Approved by: imp(mentor)
2004-03-24 19:28:50 +00:00
rik
d06bf1470a
Move ct.4 to ctau.4. Step one: remove ctau.4 link.
...
Approved by: imp(mentor)
2004-03-24 19:23:44 +00:00
jhb
3770c58daa
- Update for the new interrupt code on i386 meaning that SMP kernels can
...
now run on UP machines, options APIC_IO is now spelled device apic, and
HT CPUs are now enabled by default.
- Add a 'I386 NOTES' section header to the i386-specific paragraphs.
Someone with more mdoc fu can suggest a better name if needed.
Requested by: kris (1)
2004-03-24 17:51:54 +00:00
pjd
ee4b13d10e
The topology lock is not needed for g_error_provider() function.
...
Discussed with: phk
2004-03-24 15:12:17 +00:00
pjd
6b2632b825
Added a note, that g_access() function cannot failed when dc[rwe] <= 0.
2004-03-24 14:42:26 +00:00
pjd
d1d0abbffa
Functions:
...
- g_new_geomf(),
- g_new_providerf(),
- g_new_consumer()
cannot failed (by returning NULL), so don't scare programmers.
2004-03-24 14:25:46 +00:00
des
bcc4fa3fc5
Remove mention of share/libdata/doscmd/{,fonts/} and share/libdata/gcc.
2004-03-24 08:22:35 +00:00
brooks
6ef21c4a07
Overhaul the /etc/rc.d/diskless script by splitting it out into
...
hostname, resolve, tmp, and var scripts. The latter three are new and
were repo copied. These scripts no longer depend on being booted with
and NFS root instead attempt to automaticly create mfs /tmp and /var
volumes if the they are not writable. This behavior can be overridden
in /etc/rc.conf.
Reviewed by: luigi, pjd
2004-03-23 23:22:35 +00:00
mlaier
a1442efbd3
Add rc.d script for pf(4) (more to come once pflogd(8) works as well).
...
Update defaults and write some lines for rc.conf(5) also.
Mostly dup'ed from ipf
Reviewed by: -current
Approved by: bms(mentor)
2004-03-23 22:30:15 +00:00
dannyboy
0b469efa12
Login classes are not "unused."
...
Reference login.conf(5).
PR: 62830
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
2004-03-21 19:36:16 +00:00
hrs
9dafd360f3
Update the supported hardware.
...
Approved by: scottl
2004-03-21 15:25:20 +00:00
marcel
a02786e154
Add a reference to the ia64 options to gcc. While here, sort the list.
2004-03-21 04:57:24 +00:00
maxim
ed9eabcb8c
o Add user proxy.
2004-03-20 19:13:06 +00:00
schweikh
717b499348
Added entries for ibm151 and ibm3151-25.
...
Style:
o Use tabs instead of 8 spaces
o Space after # beginning comment
o Fix entries lacking ":" after tab
o Removed whitespace at EOL
PR: misc/62749 (the ibm additions)
Submitted by: Gerhard Gonter <gonter@wu-wien.ac.at>
MFC after: 3 days
2004-03-20 13:11:59 +00:00
marks
fddb3a3883
"CPU is an acronym, and as such should be spelled in all uppercase."
...
Pointed out by: ru
2004-03-20 13:05:11 +00:00
marks
4a21435c7e
Sync manpage with code for hw.acpi.toshiba.cpu_speed sysctl.
...
Submitted by: Chia-liang Kao <clkao@clkao.org>
Approved by: njl (mentor)
2004-03-20 10:25:36 +00:00
brueffer
d19e9c6f4f
Grammar fix
...
MFC after: 3 days
2004-03-18 18:27:04 +00:00
njl
c7c23f8cb0
Add bus_alloc_resource_any(9), which does bus_alloc_resource() with the
...
appropriate default values. Document it in the manpage.
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
Abstains: bde
2004-03-17 17:40:34 +00:00
brueffer
54a87c98c2
Language cleanup
2004-03-17 13:41:37 +00:00
ceri
be82494534
Correct a grammatical error.
...
PR: docs/63984
Submitted by: Ulrich Spoerlein <q@uni.de>
MFC after: 1 day
2004-03-17 11:35:23 +00:00
fjoe
0354260aab
Fix copyrights and mandoc markup.
...
Pointed out by: ru
2004-03-16 21:03:25 +00:00
schweikh
d54678864e
Added entries for 90 columns russian VGA modes.
...
PR: conf/51830
Submitted by: Sergiy Vyshnevetskiy <serg@vostok.net>
MFC after: 1 week
2004-03-16 18:04:14 +00:00
scottl
8fd981485e
Remove the RAIDframe manual page
2004-03-16 12:35:55 +00:00
fjoe
988426d9e5
Add arl(4): driver for Aironet Arlan 655 wireless adapters.
...
MFC after: 2 weeks
2004-03-15 22:24:28 +00:00
fjoe
6d50413c73
Add ru.koi8-r.win.kbd based on ru.koi8-r.shift.kbd which closely mimics
...
ru(winkeys) XFree86 layout.
Differences with ru.koi8-r.shift.kbd are:
- ctrl+shift = alock
- left/right win = meta, menu = saver
- alock'ed shift+[0-9] = )!@#$%^&*(
2004-03-15 20:34:18 +00:00
trhodes
c1888d71d1
Remove whitespace at EOL.
2004-03-15 17:01:31 +00:00