Matthew N. Dodd
966efcc767
Support basename and path based constrained matches.
...
eg:
[foo]
...
matches any executable 'foo'
[/usr/bin/foo/]
...
matches any executable under the directory /usr/bin/foo/
Exact matches continue to function as before.
PR: bin/66769
Submitted-by: Dan Nelson
2004-05-24 01:24:13 +00:00
Bruce Evans
a2c50ac453
Removed a garbage reference to i386's.
...
Submitted by: ru
2004-05-23 16:27:40 +00:00
Bruce Evans
cf5a37b816
Fixed misspelling of "cy".
...
Submitted by: ru
2004-05-23 16:15:25 +00:00
Bruce Evans
23c2ef4344
Updated for removal of the "count" arg in device lines.
...
Organized the synopsis for PCI cards better.
2004-05-23 15:22:53 +00:00
Bruce Evans
956b25b74a
Remove man4/man4.i386/cy.4 and adjust makefiles after repo-copying cy.4 up
...
to man4.
2004-05-23 15:02:08 +00:00
Pawel Jakub Dawidek
18d10fe21c
Update the date.
...
Requested by: ru
2004-05-20 19:32:45 +00:00
Pawel Jakub Dawidek
2de4e6d27a
- Add missing 'the'.
...
- Document /usr/include/geom/ directory and its subdirectories.
Requested by: ru
2004-05-20 13:38:48 +00:00
Pawel Jakub Dawidek
386a927075
Inform hier(7) manual page about /lib/geom/ directory.
...
Reminded by: ru
2004-05-20 11:02:58 +00:00
Ruslan Ermilov
2c88a61c15
Forgot to bump the document date, *blush*.
2004-05-20 09:52:48 +00:00
Ruslan Ermilov
e85cc3f560
Document mbuf tags based on the OpenBSD manpage.
...
Submitted by: Gleb Smirnoff
2004-05-20 09:34:19 +00:00
David Malone
83676de9d5
Add a man page for the kernel part of bpf. I made some edits to the
...
man page after Orla, so the mistakes are probably mine. Leave a
note on the door welcoming the mdoc police.
Submitted by: Orla McGann <orly@cnri.dit.ie>
2004-05-19 20:39:22 +00:00
Ruslan Ermilov
171e08dc7f
Maintain statistics about the received frames.
2004-05-19 11:26:33 +00:00
Daniel Harris
4c0d8029dc
"in in" is not always wrong (backout 1.18).
...
Keep the onion metaphor consistent.
2004-05-18 18:17:25 +00:00
Daniel Harris
47afd1f81e
Effect the correct use of "affect".
...
Use em dashes instead of " - ".
Use .Em instead of *emphasis*.
Note that securing root indirectly (by securing staff accounts) works
only if direct root access has been limited. [1]
s/hacker/attacker, as done in the handbook. (inspired by [1])
PR: 52878 [1]
Submitted by: Brian Minard <bminard@flatfoot.ca> [1]
2004-05-18 17:50:08 +00:00
Lukas Ertl
d8a224e86b
An access count change is a prerequisite for doing I/O, so
...
change 'or' to 'and'.
Pointed out by: pjd@
2004-05-18 12:37:47 +00:00
Lukas Ertl
a2d7d4d7c6
These hyphens don't need to be escaped.
...
Pointed out by: pjd@
2004-05-18 12:36:12 +00:00
Lukas Ertl
797bac4b53
Fix spelling errors (I forgot that one in my last commit of GEOM man pages).
2004-05-18 12:12:07 +00:00
Lukas Ertl
eaad868d16
Update several GEOM related manual pages:
...
*) Fix spelling errors.
*) Better english.
*) Re-phrasing.
Not Reviewed by: pjd (one week timeout)
Approved by: grog (mentor)
2004-05-18 11:33:37 +00:00
Hiten Pandya
11053af551
Add rman_get_device(9) to SYNOPSIS, .Nm and MLINK it to
...
rman(9).
2004-05-17 21:25:02 +00:00
Joerg Wunsch
7d2d5f8049
Now that I learned about how all this is working together, quickly
...
document it for anyone else who might be interested in it.
MFC after: 2 weeks
2004-05-17 20:17:39 +00:00
Pawel Jakub Dawidek
af03fdc4cc
NG_ONE2MANY_XMIT_ALL algorithm should also be listed here.
...
Submitted by: Michel Lavonds <fox@vader.aacc.cc.md.us>
Approved by: archie
2004-05-17 19:35:40 +00:00
Roman Kurakin
4dba35d192
Connect Cronyx Tau-PCI to the system.
2004-05-17 14:24:52 +00:00
Archie Cobbs
30fffa4dfc
Update man page date for yesterday's change.
2004-05-17 14:21:00 +00:00
Archie Cobbs
1a292b8015
Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.
...
Reviewed by: julian
PR: kern/63317
2004-05-16 19:31:35 +00:00
Ruslan Ermilov
be69fbd7aa
Kill DOS newline breaks.
2004-05-16 14:41:20 +00:00
Simon L. B. Nielsen
ae4eb6f8e3
Correct the misuse of \- (mdoc(7) mathematical minus) when - (mdoc(7)
...
hyphen) is meant.
Mdoc(7) clue by: ru
Reviewed by: ru
2004-05-14 20:07:49 +00:00
Hiten Pandya
a1bd700ab1
mdoc(7) police:
...
* remove an extra comma at the end of the .Nm list
2004-05-14 16:57:27 +00:00
Olivier Houchard
ac388bcd91
Define MACHINE_CPU for arm.
2004-05-14 13:34:15 +00:00
Olivier Houchard
fc0c46e313
Document the "files" directive.
...
Reminded by: jmg
2004-05-13 21:55:53 +00:00
Warner Losh
1c1bc2f7f7
Add some verbage over the difference between BUS_ADD_CHILD and
...
device_add_child. The former calls the latter.
Pointed out by: jhb
2004-05-13 20:54:49 +00:00
Warner Losh
a1013c5773
o Add cautions about multiple adds of the device
...
o Remove setting the description of the device (that is more properly done in
probe).
o Remove setting the driver, as it is unnecessary
o Add pseudo code to ensure that the device isn't added to the tree already.
o remove some now unreferenced routines
2004-05-13 20:31:05 +00:00
Warner Losh
cf39dca90c
Add caveats about adding devices in the IDENTIFY context.
2004-05-13 20:29:40 +00:00
Warner Losh
aebc6093f9
The DEVICE_IDENTIFY man page refers to this, create a dummy one
...
directing people to device_add_child.
2004-05-13 20:28:18 +00:00
Joerg Wunsch
8d975d4f7c
Add a reference to the URL of the SMBus specification, so the
...
terminology used in these drivers will become more transparent.
MFC after: 1 week
2004-05-13 19:31:31 +00:00
Ken Smith
43f5a160a5
Some mdoc fixes.
...
mdoc help from: ru
MFC after: 5 days
2004-05-13 13:09:47 +00:00
Bruce Evans
8d962594e1
Moved FreeBSD build pollution (/etc/make.conf) and zombie aout support
...
(OBJFORMAT) into a non-POSIX section.
2004-05-12 22:53:52 +00:00
Bruce Evans
88d2251a91
Removed conditional include of /etc/make.conf.local and the error for the
...
existence of this file. This stopped working more than 4 years ago when
the generation of the error was added in rev.1.44. The .error directive
gives fatal errors, so stale /etc/make.conf.local files must have been
gone away more than 4 years on systems where make(1) works.
2004-05-12 21:51:11 +00:00
Josef El-Rayes
0d9e3b1ab9
Fix typo.
...
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
PR: docs/66536
2004-05-12 20:33:25 +00:00
Dag-Erling Smørgrav
287fa6ba95
mdoc police.
...
Submitted by: ru
2004-05-11 20:47:17 +00:00
Dag-Erling Smørgrav
cbb58e9c9a
Man page for the ichwd driver.
2004-05-11 18:36:38 +00:00
Ruslan Ermilov
b3eaeb0b24
mdoc(7): EXAMPLES is the standard section name.
2004-05-11 18:18:31 +00:00
Hiten Pandya
2db6331792
Add a comma after `e.g.', so that mdoc does not add two whitespaces
...
automatically.
Noticed by: Ruslan Ermilov <ru at FreeBSD.org>
2004-05-11 14:13:52 +00:00
Hiten Pandya
2b55fc2e9c
Document the 'fdidx' argument of VOP_OPEN(9).
...
PR: 56911
Noticed by: Jun Su <junsu@m-net.arbornet.org>
2004-05-10 23:17:09 +00:00
Hiten Pandya
7e1b2808d5
Remove duplicated explanations and text.
...
PR: 24869
Submitted by: Staffan Ulfberg <staffanu@nada.kth.se>
2004-05-10 23:02:00 +00:00
Simon L. B. Nielsen
202c735f35
Fix typos.
...
PR: docs/66481
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
2004-05-10 20:39:32 +00:00
Simon L. B. Nielsen
67da07abb3
- Remove duplicate words.
...
- Fix a spelling nit.
PR: docs/66482
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
2004-05-10 20:12:02 +00:00
Bruce Evans
b37af785fb
Fixed mispelling of SCRIPTS as SCRIPT.
2004-05-10 13:17:08 +00:00
Dag-Erling Smørgrav
611b4102ed
-W{missing,strict}-prototypes do not make sense for C++, and gcc34 will
...
complain about them, so remove them from CXXFLAGS.
2004-05-10 12:14:18 +00:00
Simon L. B. Nielsen
0a848b66c5
- Sync with Hardware Notes.
...
- Spell adapter names more like Intel do.
- Make the page title reflect reality a bit better.
- Spell Fast Ethernet correctly.
2004-05-09 21:25:49 +00:00
Pawel Jakub Dawidek
3bdf3cd7ba
Don't confuse "GEOM" with "geom".
...
Approved by: phk
2004-05-09 16:16:10 +00:00
Roman Kurakin
80d4e2ed6d
Add manual page for Cronyx Tau-PCI adapters.
...
It is PCI family, but we never test it on other than i386 arch.
2004-05-07 16:28:30 +00:00
Christian Brueffer
912467dc98
o fix a typo
...
o remove stray word
o add missing words
PR: 66293
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
MFC after: 3 days
2004-05-07 13:00:01 +00:00
Dag-Erling Smørgrav
9caaab800b
Document SHLIB, kind of.
2004-05-07 09:59:03 +00:00
Dag-Erling Smørgrav
10717e2e95
Add SHLIB as a shortcut for shared-only libraries.
...
Not objected to by: bde, ru
2004-05-07 09:58:36 +00:00
Nate Lawson
ccc09458fa
Change hw.acpi.cpu.cx_lowest to accept values in the form of C1,
...
C2, ... Update power_profile to use the new format. Update the
man page to reflect this and give more info on Cx states.
2004-05-07 05:22:38 +00:00
Maxim Konovalov
d0946241ac
o IFNAMSIZ does include the trailing \0.
...
Approved by: andre
o Document net.inet.icmp.reply_src.
2004-05-07 01:24:53 +00:00
Joerg Wunsch
469873ca5b
Mention that hme(4) natively supports oversized frames.
2004-05-06 13:38:53 +00:00
Hiten Pandya
b188a3eb74
Correct misinformation, vm_map_remove(9) is the `exported' version of
...
vm_map_delete(9), not vm_map_remove(9).
2004-05-05 10:59:50 +00:00
Hiten Pandya
d5a8819cb7
mdoc(7) police:
...
* correctly place parenthisized sentences
* remove hard sentence breaks
* use .Vt instead of .Fn
2004-05-05 10:47:19 +00:00
Hiten Pandya
34e82feb02
Make the manual page consistent and add a cross-reference to wakeup(9).
2004-05-05 10:01:06 +00:00
David Schultz
0cedc1338e
Support for dynamic adjustment of FPU precision is only available on
...
i386 and amd64, so fp[gs]prec(3) don't exist on other platforms.
PR: 52882
2004-05-05 09:53:29 +00:00
Josef El-Rayes
fc076b4ef9
Add some lines to note that 'www' is available as an option
...
to get the www tree.
2004-05-04 20:03:50 +00:00
Maxim Konovalov
6c0137067b
o Document m_getcl(9).
...
Submitted by: Gleb Smirnoff
MFC after: 2 weeks
2004-05-04 14:53:34 +00:00
Doug Ambrisko
a00d3e6140
Remove new options and my prevention of system freeze when the sio probe
...
returns okay when HW probe fails. This happens when comconsole flag is
set but VGA console is used instead.
Back out requested by: bde (He will be looking at other solutions from scratch)
2004-05-03 22:35:28 +00:00
Thomas Quinot
2c55d0fe37
Add 'device ata' to the kernel configuration excerpt in EXAMPLE section.
...
Update mount example to use /dev/cd0 instead of /dev/cd0c.
Update copyright notice.
2004-05-03 12:03:15 +00:00
MIHIRA Sanpei Yoshiro
ec0a06b8b3
add support BUFFALO(Melco INC.) LPC-CB-CLX(CardBus)
...
http://buffalo.melcoinc.co.jp/products/catalog/item/l/lpc-cb-clx/index.html
(in Japanese)
2004-05-03 09:54:51 +00:00
Maxim Konovalov
372c9822cf
o Add OpenBSD 3.5.
...
o NetBSD 1.6.2 was a patch release.
MFC after: 3 days
2004-05-03 08:19:45 +00:00
Marius Strobl
f0674822a7
Update URL of the FEPS PDF at sun.com.
2004-05-02 19:14:13 +00:00
Jens Schweikhardt
73cf3e3dab
Correct minor glitches.
...
Okayed by: scottl.
2004-05-02 17:17:19 +00:00
Scott Long
a81f558254
Update the device list for asr, remove a nonsense paragraph, and fix up the
...
wording in a few others.
2004-05-02 15:48:00 +00:00
Jens Schweikhardt
07ffcae9b4
Oops, the 2120S is not supported by this driver.
...
Clue bat kindly provided by: scottl
2004-05-02 15:31:58 +00:00
Jens Schweikhardt
8acafdf5e7
Added the 2120S to the list of supported cards.
2004-05-02 14:22:39 +00:00
Jens Schweikhardt
08795b0c79
Correct a grammo.
2004-05-02 12:38:02 +00:00
Doug Ambrisko
33c5911242
Some enhancements and bug fix.
...
- Define option FORCECONSPEED to force the serial console to
be CONSPEED. I've run into a lot of boards in which
the detect for prior speed doesn't work and ends up with
broken console since it is at the wrong speed.
- If a serial port is marked as a console, but console=vidconsole
and if the serial ports doesn't exist it will be probed and
attached at a 8250 chip. Then writes to that will freeze the
system.
- Add an option flags 0x400000 to mark this as a potential
comconsole in-case the one flaged with 0x10 does not exist
in the system.
This makes it easier to deploy on systems with one or two serial ports.
Obtained from: IronPort
2004-04-30 21:16:52 +00:00
Ken Smith
4f27387d5c
Sorry for doing this backwards, but as with most release related stuff
...
we only pay attention to it during release time and at the moment it's
a -stable release in progress.
This is a MFS I guess, moving rev 1.536.2.113 to HEAD. I ran out of
time to follow through with doing this last night. Sorry for the delay.
Adding a couple of variables to make tweaking the CD-ROM label and .iso
filenames easier.
2004-04-30 13:52:09 +00:00
Sean Kelly
22741fd063
Add more .Dv markup.
2004-04-29 08:33:12 +00:00
Sean Kelly
79eade1a88
Add missing .Dv markup and a comma.
2004-04-29 08:27:38 +00:00
Simon L. B. Nielsen
18f00b8a19
Bump manual page date for last update.
...
Suggested by: ru
2004-04-28 23:16:06 +00:00
Tom Rhodes
36df40b469
Spelling: s/Unlinke/Unlike/
...
PR: 66063
2004-04-28 22:25:47 +00:00
Sean Kelly
e35b01929d
Fix up a little language. Remove reference to sysctl(9). Fix reference to
...
watchdog(9) (was watchdogd(9)).
2004-04-28 21:42:36 +00:00
Maxim Konovalov
01e7fdafa7
o Add a missed description for m_free(9).
...
Optained from: NetBSD
MFC after: 1 week
2004-04-28 14:53:49 +00:00
Poul-Henning Kamp
5663c016de
Sheesh...
...
Turn your back on SNMP for a decade and they go and make upper
versus lowercase initial letter part of the specification.
I told them ASN.1 was a bad mistake, but would they listen ? Ohhh no!
2004-04-28 11:44:28 +00:00
Maxim Sobolev
20ca274581
Add LinkSys USB100M into list of supported devices and reformat list of those
...
devices to be similar to other USB ethers.
2004-04-28 02:52:13 +00:00
Poul-Henning Kamp
500ae5be17
Document that '.' stops repetition of 's..." sequences.
...
This is useful in order to get visual indication that something did
not succeed:
# Give it 5 seconds to run
echo 'sjjjjjA.' > /dev/led/error
random_program
echo '0' > /dev/led/error
If random_program takes more than 5 seconds or if it hangs, the LED
will be turned on.
2004-04-27 13:11:20 +00:00
Archie Cobbs
922ee196d9
Add 'enableWindowing' configuration knob to the ng_pptpgre(4) netgraph node.
...
Submitted by: Michael Bretterklieber <mbretter@a-quadrat.at>
MFC after: 2 weeks
2004-04-26 14:26:54 +00:00
Simon L. B. Nielsen
a8abffed54
- Update description of watchdogd_enable to reflect current reality.
...
- Document watchdogd_flags.
2004-04-25 17:13:22 +00:00
MIHIRA Sanpei Yoshiro
67f266bab9
Add support Buffalo(MELCO) USB-Key Lan Adaptor(LUA-U2-KTX)
2004-04-25 11:39:47 +00:00
Roman Kurakin
ca0225140d
Add ng_sppp.4.
2004-04-25 08:52:26 +00:00
Poul-Henning Kamp
63224f60c3
Add a FreeBSD MIB with a few branches we can hang things from.
2004-04-24 19:54:55 +00:00
Simon L. B. Nielsen
6ff58bbd12
Add Sandberg USB to Network Link to the list of supported devices.
2004-04-24 12:30:59 +00:00
Philip Paeps
2fb38b860c
Hook up acpi_asus and its manual page in two more places I managed to overlook
...
last night. Sorry about that :-o
Spotted by: njl (mentor, spotter of forgetfulness)
2004-04-23 06:29:08 +00:00
Philip Paeps
9a1fc77e3a
Add the ACPI Asus extras driver. Provides support for cool ACPI-controled
...
gadgets (hotkeys, lcd, ...) on Asus laptops. I aim to closely track the
acpi4asus project which implements these features in the Linux kernel.
If this breaks your laptop, please let me know how it does it :-)
Approved by: njl (mentor)
2004-04-22 21:29:02 +00:00
Mike Silbersack
fe9892eabd
Document the net.inet.ip.portrange.randomized sysctl.
2004-04-22 08:49:51 +00:00
Ruslan Ermilov
111e172d35
Improve the documentation somewhat.
2004-04-21 19:47:33 +00:00
Tim J. Robbins
ab670aebec
Add an Israel Hebrew locale: he_IL.UTF-8.
...
PR: 65826
Submitted by: Hye-Shik Chang
2004-04-21 15:28:23 +00:00
Nate Lawson
18974fe842
Add the "new" acad disabling feature.
2004-04-20 17:45:47 +00:00
Ruslan Ermilov
d9d11bfd48
g++(1) is unhappy with -Wnested-externs.
...
Prodded by: des
2004-04-20 15:16:07 +00:00
Ruslan Ermilov
b462702f94
A simple packet distribution node type that acts like an Ethernet hub.
2004-04-17 12:42:17 +00:00
Paul Saab
c61314601b
Add support for the HP Modular Smart Array 20 & 500 storage arrays.
...
Logical volumes on these devices show up as LUNs behind another
controller (also known as proxy controller). In order to issue
firmware commands for a volume on a proxy controller, they must be
targeted at the address of the proxy controller it is attached to,
not the Host/PCI controller.
A proxy controller is defined as a device listed in the INQUIRY
PHYSICAL LUNS command who's L2 and L3 SCSI addresses are zero. The
corresponding address returned defines which "bus" the controller
lives on and we use this to create a virtual CAM bus.
A logical volume's addresses first byte defines the logical drive
number. The second byte defines the bus that it is attached to
which corresponds to the BUS of the proxy controller's found or the
Host/PCI controller.
Change event notification to be handled in its own kernel thread.
This is needed since some events may require the driver to sleep
on some operations and this cannot be done during interrupt context.
With this change, it is now possible to create and destroy logical
volumes from FreeBSD, but it requires a native application to
construct the proper firmware commands which is not publicly
available.
Special thanks to John Cagle @ HP for providing remote access to
all the hardware and beating on the storage engineers at HP to
answer my questions.
2004-04-16 23:00:01 +00:00
Ruslan Ermilov
ab92d65550
Make whatis(1) happy.
2004-04-16 06:26:09 +00:00
Mark Murray
a8bd95a571
Do a style fixup on the example function.
2004-04-15 07:24:10 +00:00
Vinod Kashyap
b9151ec692
Added an entry for twa.4.
...
Reviewed by: ru
2004-04-14 18:03:30 +00:00
Hartmut Brandt
9de3b3505c
Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to
...
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and
makes also more sense when non-bsnmp-specific MIBs go in.
2004-04-14 16:06:19 +00:00
Nate Lawson
0287be96bf
Add support for video output switching. It appears no systems use HCI to
...
change the video output but use a separate device with a DSSX method
and a HID of "TOS6201" instead. We use a pseudo-driver to get the handle
for this object and pass it to the acpi_toshiba driver.
This is untested but seems to match the Linux Toshiba driver.
2004-04-14 00:23:58 +00:00
Vinod Kashyap
76633eae4d
Adding man page for 3ware's 9000 series storage controller driver (twa).
...
Reviewed by: ru
2004-04-13 20:57:44 +00:00
Max Khon
02eb96c884
Use ifconfig(8) for setting common 802.11 parameters.
...
Submitted by: Stanislav A. Svirid <count@riss-telecom.ru>
2004-04-13 19:25:26 +00:00
Ruslan Ermilov
b5db19d0d0
Mark the "obj" target with the .PHONY attribute.
2004-04-13 12:36:00 +00:00
Warner Losh
ae13acf259
The 3CXE589DT was spotted in the wild, and is presumed supported by
...
this driver.
Also, add 3Com to a number of places.
2004-04-13 01:26:03 +00:00
Joe Marcus Clarke
8589938ec4
Move en_CA from US_LINKS to GB_LINKS.
...
Submitted by: adamw
Approved by: ache
Committed by: me since adamw should be studying for exams
2004-04-11 08:07:22 +00:00
Warner Losh
565e9d9bc4
Move advise from DEVICE_PROBE.9 about where to probe children.
2004-04-11 06:37:50 +00:00
Warner Losh
a545630488
Document more clearly that a probe routine:
...
Should have no side effects
Must not hold resources when it returns
May be called multiple times if it returns < 0.
Remove the bad advise that the probe routine should look for children
for devices that implement busses. This is more properly reserved for
the attach routine.
2004-04-11 06:37:21 +00:00
Mark Murray
e89e6a3c11
Document the recent upgrade to the entropy device WRT hardware
...
generators.
2004-04-09 16:02:54 +00:00
Simon L. B. Nielsen
5b8ef52df0
Add a LIBRARY section.
...
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
PR: docs/65208
2004-04-08 23:04:54 +00:00
Jens Schweikhardt
66fda18f07
In the examples, make the bitmap_name an absolute path name.
...
This avoids hair pulling when someone expects the splash screen
to just work when the bitmap file is in /boot.
2004-04-08 16:31:17 +00:00
Stefan Eßer
057909e78d
Add Netgear WG311T (PCI version of the WG511T).
...
I just received one and have verified that it works just fine.
2004-04-08 16:09:40 +00:00
Colin Percival
2c1bb20746
Introduce a callout_drain() function. This acts in the same manner as
...
callout_stop(), except that if the callout being stopped is currently
in progress, it blocks attempts to reset the callout and waits until the
callout is completed before it returns.
This makes it possible to clean up callout-using code safely, e.g.,
without potentially freeing memory which is still being used by a callout.
Reviewed by: mux, gallatin, rwatson, jhb
2004-04-06 23:08:49 +00:00
Mark Murray
dccd431fa6
Fix some syntax errors in examples. These were discovered when trying
...
to follow the examples concerned.
2004-04-06 20:16:10 +00:00
Ruslan Ermilov
df4956d2a4
- Overdue bump of the document date.
...
- Fixed markup.
- Minor wordsmithing.
2004-04-06 19:49:21 +00:00
Roman Kurakin
ed863d3693
Remove hyphen between product and company name. This may confuse peoples.
...
Requested by: Mark Johnston <mjohnston at skyweb dot ca>
MFC after: 1 days
2004-04-06 12:34:25 +00:00
Ruslan Ermilov
cbcb800959
polling(4) meets vr(4).
2004-04-05 17:43:57 +00:00
Doug Rabson
002d186bf0
Add ${CPUTYPE} support for crusoe processors (cribbed from Linux kernel
...
settings). Pretend that a crusoe is an i686 which doesn't like alignment
padding.
2004-04-05 09:55:50 +00:00
Tim J. Robbins
e75dc792b7
Add data for missing categories to zh_HK.Big5HKSCS locale.
2004-04-04 12:24:05 +00:00
Wes Peters
69b11e006b
Document new ramdisk_X_????? settings.
2004-04-04 06:34:37 +00:00
Max Laier
042d501cc7
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
Max Laier
6cd9ebedd7
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
Ruslan Ermilov
f48cbcdecc
Assorted mdoc(7) fixes.
2004-04-01 07:54:27 +00:00
Mike Silbersack
bdf861859a
Fix last commit to conform to mdoc style.
...
Submitted by: hmp
2004-04-01 07:36:56 +00:00
Mike Silbersack
a61bc764ce
Document the m_defrag function. (Mostly copied from the description
...
in uipc_mbuf.c)
2004-04-01 06:50:21 +00:00
Ruslan Ermilov
001407b9c2
Added polling(4) support for ste(4).
...
MFC after: 5 days
2004-03-31 20:39:20 +00:00
Bruce M Simpson
0c22b2b981
Add David Young's descriptive text for the radiotap interface.
...
Add David Young to copyright comments.
2004-03-31 02:57:30 +00:00
Bruce M Simpson
25d9d0de41
Fix a typo: remove duplicate word 'interface'.
2004-03-31 02:53:46 +00:00
Roman Kurakin
d30d48a258
Manual page for ng_sppp module.
...
Approved by: imp (mentor)
Reviewed by: julian
2004-03-30 15:28:09 +00:00
Dag-Erling Smørgrav
e764373e96
Bump date and remove trailing whitespace.
2004-03-30 15:11:16 +00:00
Dag-Erling Smørgrav
20baa54f6b
Document ntpdate_hosts.
2004-03-30 15:10:39 +00:00
Hiten Pandya
bc216e3cd2
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
Pawel Jakub Dawidek
449dfbbc83
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
Tim J. Robbins
a20a3464f5
Oops; remove ko_KR.eucKR/LC_MONETARY -> ko_KR.UTF-8/LC_MONETARY symlink.
2004-03-29 09:03:14 +00:00
Tim J. Robbins
341add2edd
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
Tim J. Robbins
88fec12430
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
Tim J. Robbins
839b21a6f4
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
Ruslan Ermilov
fd3fbdbe46
Removed more vestiges of the stl(4) driver.
2004-03-26 18:49:11 +00:00
Noriaki Mitsunaga
f8f9e73124
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
David E. O'Brien
32a4f1f464
More kosher mdoc(7).
...
Submitted by: ru
2004-03-25 17:54:07 +00:00
Roman Kurakin
a7d0b563ee
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
Roman Kurakin
a493cc9066
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
David E. O'Brien
a7a25ea7d6
Restore part of rev 1.92; share/libdata/gcc should not have been deleted.
2004-03-25 00:41:06 +00:00
Dag-Erling Smørgrav
7ac2f2c2ec
Remove mention of doscmd.
2004-03-24 20:19:57 +00:00
Roman Kurakin
5dc0c07746
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
Roman Kurakin
3ddf080943
Move ct.4 to ctau.4. Step one: remove ctau.4 link.
...
Approved by: imp(mentor)
2004-03-24 19:23:44 +00:00
John Baldwin
c4c666b8fc
- 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