Marcel Moolenaar
65e9682a1e
".Pp before .Sh is redundant, the latter asserts for a vertical space
...
already."
-- ru@
2006-02-08 00:11:41 +00:00
Marcel Moolenaar
a814fd62a5
Add a HARDWARE section, required for autogeneration of the release
...
notes.
MFC after: 3 days
2006-02-07 03:27:06 +00:00
Robert Watson
7be995ed2a
Clarify and expand on some of the points about audit pipe devices.
...
Discussed with: remko
2006-02-06 20:27:00 +00:00
Matt Jacob
ae15c3125e
Update man page for some booting and settings stuff.
...
Remove a bunch of cards from vendors who are long since defunct.
Add a note about 2322 support.
Obtained from: Marcus
2006-02-06 19:28:46 +00:00
Christian Brueffer
f5674a39c7
Add a missing word and use the .Qq macro for quotes.
2006-02-06 19:28:02 +00:00
Robert Watson
f10a5f6cc4
Add information on audit pipe special devices, which allow user processes
...
to "tee" the BSM record stream for the purposes of live monitoring,
intrusion detection, etc. Support for audit pipes will be committed in
the near future.
Obtained from: TrustedBSD Project
2006-02-06 18:41:00 +00:00
Christian Brueffer
ec41774c58
Remove reference to non-existant manpage.
...
Confirmed by: rwatson
2006-02-04 21:10:48 +00:00
Christian Brueffer
9ca971bce6
Fix a sentence.
2006-02-03 11:10:50 +00:00
Florent Thoumie
b03bfd3552
- Add a startup script for hostapd.
...
- Document associated variable in rc.conf(5).
Approved by: dougb
MFC after: 1 week
2006-02-03 01:35:36 +00:00
Marius Strobl
e9646f6441
Correct and improve the description of le(4) vs. pcn(4); apparently I
...
was thinking from the pcn(4) perspective instead of the le(4) one when
writing the former version as le(4) supports a superset of the chips
supported by pcn(4) and not the other way round.
2006-02-02 14:57:00 +00:00
Robert Watson
0739bd6008
Add audit.4 man page, providing basic documentation for configuring the
...
kernel audit facility, warnings about the experimental nature of this
implementation, and pointers at a large number of other audit related
man pages.
Obtained from: TrustedBSD Project
2006-02-02 10:32:27 +00:00
Gleb Smirnoff
38fdbc1679
Xref rwlock(9).
...
Reviewed by: ru
2006-02-01 20:30:55 +00:00
Gleb Smirnoff
3182fc7b3e
Document read/write locks.
...
Reviewed by: jhb, ru
2006-02-01 19:39:25 +00:00
Joel Dahl
fbf9b468d5
Expand contractions.
2006-02-01 14:33:14 +00:00
Yoshihiro Takahashi
05e12dce8a
Remove unsupported hardware.
...
X-MFC after: soon
2006-02-01 11:10:38 +00:00
Roman Kurakin
f2ca64ca71
Attach ce(4) to the build.
...
MFC after: 3 days
2006-01-31 23:11:35 +00:00
Roman Kurakin
ba4e658553
Remove duplicate model entry.
2006-01-31 23:06:54 +00:00
Marius Strobl
72118703f4
- Sync the list of supported chips with pcn_probe() as of sys/pci/if_pcn.c
...
rev. 1.77, i.e. remove Am53C974/Am79C970/Am79C974 PCnet-PCI and Am79C970A
PCnet-PCI II.
- Change the entry of the PCnet-Home in the list of supported chips to
match the other ones, i.e. s,PCnet/Home HomePNA,Am79C978 PCnet-Home,.
- s,familly,family
MFC after: 1 day
2006-01-31 23:04:55 +00:00
Marius Strobl
a4070931a6
Add a reference to le(4) as the SBus-based Ultra 1 have on-board LANCE.
2006-01-31 22:45:51 +00:00
Marius Strobl
52363d62c9
Add le(4) to the list of devices supporting VLAN-sized frames natively.
2006-01-31 22:41:59 +00:00
Marius Strobl
355912472c
Add a man page for le(4), based on the NetBSD one.
2006-01-31 22:40:25 +00:00
Luigi Rizzo
2f4f3e134b
some updates to the manpage.
...
remove references to mdconfig/vnconfig, and remove
some of the references to floppies since they are rarely
used at all now.
2006-01-31 21:21:02 +00:00
Christian Brueffer
21456d2f1b
Document the daily_status_ata_raid_enable and daily_status_gmirror_enable
...
variables.
2006-01-31 19:14:28 +00:00
Christian Brueffer
4a46d2a6df
The newly added le(4) driver is altq capable.
2006-01-31 18:46:17 +00:00
Christian Brueffer
b88c6e8756
Xref redzone(9)
2006-01-31 17:29:27 +00:00
Max Laier
dad5bb6485
sys/linker.h needs sys/systm.h as a requirement.
...
Submitted by: gallatin
2006-01-31 16:59:52 +00:00
Pawel Jakub Dawidek
847a2a1716
Add buffer corruption protection (RedZone) for kernel's malloc(9).
...
It detects both: buffer underflows and buffer overflows bugs at runtime
(on free(9) and realloc(9)) and prints backtraces from where memory was
allocated and from where it was freed.
Tested by: kris
2006-01-31 11:09:21 +00:00
Tom Rhodes
a00d9cda62
Does not return EBUSY, the mutex will keep blocking until it's unlocked.
2006-01-31 01:47:16 +00:00
Roman Kurakin
1e5f9e06c9
Add manual page for Cronyx Tau-PCI/32 ce(4) driver.
2006-01-30 21:33:22 +00:00
Giorgos Keramidas
2882d87e08
Add more details about enabling a custom ruleset for /dev in `rc.conf',
...
and add ruleset labels/numbering to the custom ruleset example.
PR: docs/90362
Submitted by: Roland Smith <rsmith@xs4all.nl>
MFC after: 3 days
2006-01-30 13:28:28 +00:00
Christian Brueffer
6923e33d95
Note support for the A4D and A6VM models.
2006-01-30 05:29:41 +00:00
Yaroslav Tykhiy
44255c5519
Add a couple of obviously missing xrefs to SEE ALSO:
...
ftpd(8), geli(8).
2006-01-29 13:35:35 +00:00
Damien Bergamini
80e5adff32
Fix WEP examples.
...
Improve rate control algorithm description.
Bump copyright year.
2006-01-29 13:12:09 +00:00
Damien Bergamini
8b0d3111dd
Fix WEP examples.
...
Bump copyright year.
2006-01-29 13:09:45 +00:00
Damien Bergamini
8de96e19cb
Fix WEP examples.
...
Remove man page references to ipwcontrol and wicontrol.
Bump copyright year.
2006-01-29 13:08:21 +00:00
Max Laier
6aec1278dc
firmware(9) is a subsystem to load binary data into the kernel via a
...
specially crafted module. There are several handrolled sollutions to this
problem in the tree already which will be replaced with this. They include
iwi(4), ipw(4), ispfw(4) and digi(4).
No objection from: arch
MFC after: 2 weeks
X-MFC after: some drivers have been converted
2006-01-29 02:52:42 +00:00
Gleb Smirnoff
78b6fc8d2d
Make an example command correct and copyable to terminal.
...
Submitted by: ru
2006-01-27 11:56:59 +00:00
Gleb Smirnoff
f6883559be
Update NGM_PPPOE_GETMODE and NGM_PPPOE_SETMODE descriptions, since
...
new D-Link compat mode is introduced.
2006-01-27 11:28:32 +00:00
Joseph Koshy
3d425b66e4
Note that options are set using sh(1) syntax.
...
MFC after: 3 days
2006-01-27 02:46:08 +00:00
Christian Brueffer
aed1a1f179
Document JMicron JMB360.
2006-01-26 05:31:19 +00:00
Olivier Houchard
4691674ab4
Document a bit pts.
2006-01-26 01:34:49 +00:00
Joel Dahl
fa625e426c
- Remove the comment about WSS/MSS cards being the best supported
...
cards on the market.
- Remove the entire HARDWARE section. It's superfluous since all
snd_* manual pages have their own HARDWARE sections these days.
Reviewed by: brueffer
2006-01-25 21:14:46 +00:00
Yaroslav Tykhiy
24c307eac7
Add an rc.d script for stand-alone ftpd.
...
Document the script's controls on the rc.conf(5)
manpage and touch its Dd.
PR: conf/90893
MFC after: 5 days
2006-01-21 18:08:16 +00:00
Alexander Leidinger
c84c03f9ae
Fix the bug in my last commit: ++Year... 8-/
2006-01-21 14:58:25 +00:00
Ceri Davies
81adede9a3
It's perfectly valid to run rpc_statd and rpc_lockd as an NFS client, so
...
update the documentation to reflect that.
PR: docs/86090
Submitted by: Lowell Gilbert <freebsd-bugs-local at be-well dot ilk point org>
MFC after: 3 days
MFC to: RELENG_5, RELENG_6
2006-01-21 13:52:45 +00:00
Joel Dahl
ef8b92d97a
Native 32bit recording is turned on, although broken on some hardware.
2006-01-21 08:33:35 +00:00
Ceri Davies
0ebb41bef5
Security levels are not discussed further in init.8; we moved that
...
discussion to this manual.
2006-01-19 20:01:43 +00:00
Jason Evans
d72cd77975
Add the RB_PROTOTYPE_STATIC and RB_GENERATE_STATIC macros.
...
Approved by: markm (mentor)
2006-01-19 07:20:20 +00:00
Alexander Leidinger
391b39d8d7
- Bring some sysctl descriptions in sync with reality (additional
...
values/overrides). [1]
- Add some supported cards. [2]
PR: 91916 [1]
Submitted by: mv <mv@hysteria.sk> [1]
Requested by: joel [2] (after reading my commit log)
MFC after: 3 days
2006-01-18 19:14:33 +00:00
Warner Losh
daff7d3b12
Bump date to Sept 20, the date of the last content change
2006-01-18 05:48:45 +00:00
Christian Brueffer
f86372a2f6
Bump date for previous commit before ru can hit me with his mdoc-stick.
2006-01-15 18:40:52 +00:00
Christian Brueffer
daff3a849f
Mention the fire screensaver.
...
Submitted by: rionda
2006-01-15 18:30:40 +00:00
Brooks Davis
30e3426947
When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow the
...
same behavior to be controlled by the sysctls, hw.syscons.kbd_kbdkey
and hw.syscons.kbd_reboot respectively.
Apologies to the submitter for taking so long to commit this simple
change.
PR: kern/72728
Submitted by: Luca Morettoni <morettoni at libero dot it>
MFC After: 3 days
2006-01-14 17:57:17 +00:00
Bjoern A. Zeeb
cc2824b8ae
The LinkSys EG1032 is supported by re(4) not nge(4) [1].
...
I couldn't find the ID for the EG1064 anywhere in our sources
so I removed the reference for now.
Pointed out by: Robert Huff <roberthuffi at rcn dot com> [1]
Reviewed by: simon
2006-01-14 15:35:21 +00:00
Andrew Thompson
7c2fb83a0b
Add code that clears certain capabilities from the member interface, these are
...
restored when its removed from the bridge.
At the moment we only clear IFCAP_TXCSUM. Since a locally generated packet on
the bridge may be sent out any one or more interfaces it cant be assumed that
every card does hardware csums. Most bridges don't generate a lot of traffic
themselves so turning off offloading won't hurt, bridged packets are
unaffected.
Tested by: Bruce Walker (bmw borderware.com)
MFC after: 5 days
2006-01-14 03:51:31 +00:00
Andrew Thompson
c8250f086b
Add the HP NC7771 adapter to the list of known products.
2006-01-14 00:52:32 +00:00
Markus Brueffer
abbebd29d1
- Document the latest changes for controlling the fan
...
- s/Thinklight/ThinkLight/ in two cases
Approved by: brueffer
MFC after: 1 week
2006-01-14 00:39:26 +00:00
Marcus Alves Grando
1f89b8fd52
Add Time DPA20B MP3 Player (1Gb) [1]
...
Add Qware BeatZkey! Pro [2]
Add Merlin SM300 MP3/WMA Player (256Mb)
PR: usb/81846 [1], usb/79164 [2]
Approved by: njl
MFC: 1 week
2006-01-13 19:44:44 +00:00
Joseph Koshy
28cda5420f
"sd(4)" -> "da(4)", "st(4)" -> "sa(4)".
...
MFC after: 3 days
2006-01-13 17:41:41 +00:00
Ruslan Ermilov
01be9cf125
Fix a misspelled reference.
2006-01-13 11:24:08 +00:00
Doug Barton
b0c77a9ef1
Mention that NETWORKING is probably the right value for
...
early_late_divider in a jail.
Add an explcit Xr for jail(8)
2006-01-13 01:09:55 +00:00
Takanori Watanabe
b792c4fbed
Grammar fix.
...
Submitted by: joel@
2006-01-11 21:46:15 +00:00
Maxim Konovalov
7b7f29d82a
o Sort MLINKS.
2006-01-11 21:28:55 +00:00
Jason Evans
06115e083a
Add the RB_NFIND() macro, which is useful for red-black tree searches
...
for which there may not be an exact match.
Reviewed by: glebius, julian
Approved by: markm (mentor)
2006-01-11 15:48:36 +00:00
Takanori Watanabe
0fff54f0fe
Add a mobile phone known to work.
2006-01-11 13:51:03 +00:00
Jens Schweikhardt
28c9ad2bf9
Correct two trivial grammos.
2006-01-10 18:55:24 +00:00
Takanori Watanabe
a2774700c6
Fix sort order.
...
Pointed out by: ru
2006-01-10 18:39:23 +00:00
Takanori Watanabe
6bc2e487f5
Hook ufoma(4) page up.
...
Pointed out by: joel
2006-01-10 14:49:23 +00:00
Takanori Watanabe
a2800e245a
Add documents URL.
2006-01-09 19:07:04 +00:00
Takanori Watanabe
97eeba7fec
Add man page for ufoma(4) in poor English and formatting.
2006-01-09 18:56:11 +00:00
Joel Dahl
7279572283
Kill empty line.
2006-01-09 12:51:45 +00:00
Alexander Leidinger
b85f5cf149
Add support for Canon CanoScan D660U.
...
PR: 87395
Submitted by: Eirik Mikkelsen <eirik@bsdbox.org>
2006-01-08 14:17:04 +00:00
Florent Thoumie
a5b2ea4f98
Bump .Dd date after latest changes.
...
Approved by: simon
2006-01-08 13:20:57 +00:00
Florent Thoumie
05ac2f5031
- Add an entry for Acer Acerscan 1240U.
...
Reminded by: simon
Approved by: simon
MFC after: 3 days
2006-01-08 13:14:38 +00:00
Doug Barton
dfdae5534f
Add a mechanism to include files added by ports which contain
...
the names of directories to include in the base ldconfig script.
This will eliminate the need for each port to install its own
boot script which does nothing but ldocnfig a given directory.
This code was developed by flz (ports committer), discussed on
freebsd-rc@, and modified slightly by me.
Submitted by: flz
Reviewed by: brooks
2006-01-08 10:15:31 +00:00
Wilko Bulte
a96727f36e
the geom_fox MLINK should not have been there.
...
Pointed out by: brueffer
2006-01-06 20:55:28 +00:00
Wilko Bulte
4faf16f54e
hookup geom_fox(4)
2006-01-06 20:05:55 +00:00
Wilko Bulte
36af36ae54
Add manual page for the geom_fox multipath driver.
...
Review kindly provided by: phk
Abuse of mandoc bravely corrected by: ru
2006-01-06 20:02:44 +00:00
John Baldwin
61d963bc57
- Don't list sleep() in the NAME section as we haven't had a sleep()
...
function in years.
- Change the 'ident' paramters to 'wchan' to match <sys/systm.h>.
- Use 'otherwise' in place of 'else' in one place so that this reads like
English rather than C.
- Document the new msleep_spin() function.
- Add history notes for msleep() and msleep_spin().
2006-01-03 17:00:38 +00:00
Robert Watson
fdd3cfa0aa
Back out VFS_LOCK_GIANT.9:1.4, due to losing a race in change/update
...
against revision 1.3. No need to include mount.h twice, once will be
quite enough.
Pointed out by: simon
2006-01-03 14:00:22 +00:00
Yoshihiro Takahashi
7ccd5d1178
Add EXTDOCDIR and EXTPORTSDIR.
...
MFC after: 1 week
2006-01-02 13:31:09 +00:00
Christian Brueffer
dc05384bc4
Update for new devices, including the AMD 8111. Also mention
...
amdsmb(4) for SMBus 2.0 functionality of the AMD 8111.
2005-12-31 16:32:27 +00:00
Christian Brueffer
6bcd989d35
Beautification.
2005-12-31 13:52:29 +00:00
Christian Brueffer
db1a80cffb
Add basic manpages for amdsmb(4) and nfsmb(4).
2005-12-31 11:24:36 +00:00
Ian Dowse
0a9a8c2efa
Add basic documentation for many of the kernel USB functions that
...
USB device drivers use to talk to USB devices. This is probably
still a bit rough and it does not yet include the functions specific
to HID, ethernet, hubs, host controller drivers, task threads or
debugging.
2005-12-31 03:53:02 +00:00
Christian Brueffer
f9669d2859
More scanners supported.
2005-12-30 19:25:28 +00:00
Ceri Davies
fde4d5083c
Fix the location of the initdiskless rc script.
...
Lose pointers to where these files were two major releases ago.
PR: docs/90370
Submitted by: Daniel Feenberg <feenberg at nber dot org>
Harassed by: Daniel Gerzo <danger at rulez dot sk>
2005-12-30 14:43:31 +00:00
Ceri Davies
47aeac770d
Add nofification events to the list of event types.
...
PR: docs/88390
Submitted by: Niki Denev <nike_d at cytexbg dot com>
Discussed with: Daniel Gerzo <danger at rulez dot sk>
MFC After: 8 days
2005-12-30 14:01:01 +00:00
Pawel Jakub Dawidek
104a3dc0eb
Update manual page after last memguard changes.
...
Glanced at by: simon
2005-12-30 12:28:19 +00:00
Christian Brueffer
54de74466a
Document Epson Perfection 2480 support.
2005-12-29 17:56:56 +00:00
Ralf S. Engelschall
66c6b32654
Fix semantics in the documentation of the "jail_socket_unixiproute_only"
...
variable ("YES" vs. "NO") and be more precise and intuitive on what is
actually allowed/restricted by this variable ("UNIX/IP/route sockets"
vs. "TCP/IP protocols").
MFC after: 3 days
2005-12-29 13:39:46 +00:00
Andrew Thompson
a47f91cdc4
When pfil(9) is enabled the bridge only considers ETHERTYPE_ARP, ETHERTYPE_IP and
...
ETHERTYPE_IPV6 frames. Change this to be a sysctl knob so that is able to still
bridge non-IP packets if desired.
Also return early if all pfil_* sysctls are turned off, the user obviously does
not want to filter on the bridge.
2005-12-29 09:39:15 +00:00
Christian Brueffer
232c858f19
Document new support for Marvell chipsets.
2005-12-28 09:35:29 +00:00
Joseph Koshy
fe5ca00ac4
Document the EOPNOTSUPP returned by hwpmc(4) if a sampling mode PMC
...
is requested on a CPU without an APIC.
Requested by: anholt (a while ago)
2005-12-27 15:35:06 +00:00
Pawel Jakub Dawidek
7b53693f42
Document CTR6() macro.
2005-12-27 11:12:51 +00:00
Maxim Sobolev
900b28f9f6
Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure
...
with flags bitfield and set BI_CAN_EXEC_DYN flag for all brands that usually
allow executing elf dynamic binaries (aka shared libraries). When it is
requested to execute ET_DYN elf image check if this flag is on after we
know the elf brand allowing execution if so.
PR: kern/87615
Submitted by: Marcin Koziej <creep@desk.pl>
2005-12-26 21:23:57 +00:00
Ariff Abdullah
de75ecb5a6
Suspend and resume support has been added.
2005-12-25 00:47:25 +00:00
Robert Watson
92dc287fdd
Add missing mount.h include to VFS_LOCK_GIANT() man page.
...
Submitted by: Wojciech A. Koszek <dunstan at freebsd dot czest dot pl>
MFC after: 3 days
2005-12-24 08:25:15 +00:00
Gleb Smirnoff
7223585771
Implement an upper limit for packets per second sent by node.
2005-12-23 19:14:38 +00:00
Poul-Henning Kamp
49091c48d5
Make sbuf_copyin() return the number of bytes copied on success.
...
Submitted by: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
2005-12-23 11:49:53 +00:00
Dima Dorfman
8cb629a368
Fix typo
2005-12-22 10:51:14 +00:00
Andrew Thompson
73ff045c57
Add RFC 3378 EtherIP support. This change makes it possible to add gif
...
interfaces to bridges, which will then send and receive IP protocol 97 packets.
Packets are Ethernet frames with an EtherIP header prepended.
Obtained from: NetBSD
MFC after: 2 weeks
2005-12-21 21:29:45 +00:00
Maxim Konovalov
271e6026c7
o Fix typo: id_t -> uid_t.
...
o Use align aware CMSG_LEN() macro for cmsg_len computation.
PR: docs/90731
Submitted by: Andrey Simonenko
Reviewed by: mdodd
MFC after: 1 week
2005-12-21 08:23:04 +00:00
Warner Losh
b7b34cdbb4
Mention PC Card support for the cs device
2005-12-20 23:05:50 +00:00
Christian Brueffer
13ae4dad3a
First step in bringing this page up to speed:
...
Update list of supported bridges and controllers, use markup similar to
ata.4 to display them and replace an XFree86 xref with Xorg.
MFC after: 1 week
2005-12-20 21:40:25 +00:00
Doug Barton
aa5affaf3b
Brooks pointed out a potential problem with disabling the X cleaning
...
by default, so add a new knob that is on by default, and check that
knob in start_precmd so that it can run even if cleaning /tmp is
not enabled. This has the advantage of not violating POLA, while
still allowing the user to disable this behavior if they wish (for
example on a server that will never run X).
2005-12-20 20:36:48 +00:00
Doug Barton
ea871df08c
Clear up problems with /etc/rc.d/{abi|cleanvar|cleartmp} brought
...
to light by the PR. Specifically, convert these three scripts
into good rc.d citizens, making sure that their functionality
is preserved, but the rc.d framework rules are not broken.
Add support for cleanvar as a regular rc.d script in the
default rc.conf, and document this in the man page.
Add a descriptive comment to rc.conf that regarding the
three emulation/compatibility services provided by abi
so users will not be confused by these services not having
their own startup scripts.
PR: conf/84574
Submitted by: Alexander Botero-Lowry
2005-12-19 10:57:00 +00:00
Doug Barton
9eb997817b
Bring this page of the manual more in line with reality
...
as to how things work currently.
Delete a lot of stale references.
2005-12-19 08:48:57 +00:00
David E. O'Brien
0705118de6
Fix a benign typo in case it actually makes a difference to type setters.
...
Noticed by: pjd
2005-12-19 03:49:15 +00:00
Pawel Jakub Dawidek
ef5d77f464
Allow to use TransFlash drive, which can be found in Motorola E398 Mobile Phone.
...
PR: usb/89889
Submitted by: Wojciech A. Koszek <dunstan@freebsd.czest.pl>
MFC after: 1 week
2005-12-19 03:27:28 +00:00
David E. O'Brien
18f78b4988
Catch up with device filename changes due to sys/dev/rp/rp.c rev 1.70.
2005-12-19 03:18:48 +00:00
Marcel Moolenaar
5bc7a7305b
Update the date. Forgotten in previous commit.
2005-12-19 01:51:17 +00:00
Simon L. B. Nielsen
b5c4679c1a
VFS_LOCK_GIANT and VFS_UNLOCK_GIANT are actually defined in sys/mount.h,
...
so also include sys/mount.h in SYNOPSIS.
PR: docs/90541
Submitted by: Wojciech A. Koszek dunstan^freebsd.czest.pl
MFC after: 1 week
2005-12-18 08:07:30 +00:00
Marcel Moolenaar
757686b115
Make our ELF64 type definitions match standards. In particular this
...
means:
o Remove Elf64_Quarter,
o Redefine Elf64_Half to be 16-bit,
o Redefine Elf64_Word to be 32-bit,
o Add Elf64_Xword and Elf64_Sxword for 64-bit entities,
o Use Elf_Size in MI code to abstract the difference between
Elf32_Word and Elf64_Word.
o Add Elf_Ssize as the signed counterpart of Elf_Size.
MFC after: 2 weeks
2005-12-18 04:52:37 +00:00
Joel Dahl
3004a7fb15
Make the SYNOPSIS section a bit more informative.
2005-12-15 21:02:16 +00:00
Joel Dahl
aaf93d16ab
Make the SYNOPSIS section a bit more informative.
2005-12-15 20:25:41 +00:00
Christian Brueffer
64026ffebb
VIA Tech V-RAID write support added.
2005-12-15 17:02:11 +00:00
Ian Dowse
2e46a159cc
Remove usbd(8) and all references to it. It is no longer necessary
...
since devd(8) now provides the same functionality.
Submitted by: Anish Mistry
2005-12-15 01:04:51 +00:00
Christian Brueffer
b77c8db1f4
Add Via VT8251 support.
2005-12-14 21:10:59 +00:00
David Xu
dbcf945af6
Style fixs, add missing word 'signal'.
...
Reviewed by: deischen
2005-12-14 01:59:11 +00:00
Ruslan Ermilov
a5b0d9050a
[mdoc] add missing space before a punctuation type argument.
2005-12-13 17:07:52 +00:00
David Xu
22fc836263
Add siginfo.
2005-12-13 00:28:09 +00:00
Christian Brueffer
5804e5be7f
Mention SiS write support and add a missing parenthesis.
2005-12-12 16:46:19 +00:00
Florent Thoumie
a3a5e8e574
- Add a note about latest changes to the iwi(4) driver. A message is printed
...
if the firmware can't be found in /boot/firmware.
Approved by: brueffer
2005-12-12 15:00:45 +00:00
Doug Barton
57e561c083
Remove rcconf.sh from /etc/rc.d, and instead load the configuration
...
as part of rc. Doing this, and the sourcing of rc.subr after we have
determined if we are booting diskless (and correspondingly run
rc.initdiskless if necessary) are safe, and actually allow fewer files
to be needed on the diskless box. This also allows variables from
the configuration to be available to rc itself, such as ...
Add a variable to rc.conf, early_late_divider, which designates the
script which separates the early and late stages of the boot process.
Default this to mountcritlocal, and add text to etc/defaults/rc.conf,
rc.conf(5) and diskless(8) which describes how and why one might want
to change this.
Reviewed by: brooks
2005-12-10 20:21:46 +00:00
Christian Brueffer
57a650d7e5
Xref padlock(4), also fast_ipsec(4) and geli(8) as consumers of this device.
...
MFC after: 3 days
2005-12-10 10:51:55 +00:00
Christian Brueffer
d313495c3b
Manpage for the padlock driver (VIA C3/Eden AES support and RNG).
...
MFC after: 3 days
2005-12-10 10:44:44 +00:00
Ruslan Ermilov
f99d3b7b53
config.5 was repocopied from share/man/man5/ to usr.sbin/config/.
...
Repocopied by: peter
2005-12-09 06:46:41 +00:00
Scott Long
71bb1f9b0c
More review and adjustment for reality that should have happened 3 years
...
ago. Document the real behavior of bus_dma_tag_create, bus_dmamap_load,
and other functions. Also document their arguments and return values.
MFC After: 3 days
2005-12-05 23:25:59 +00:00
Jesus R. Camou
d0057d3576
Fix a couple typos.
...
PR: docs/89881
Submitted by: Seán Farley <sean-freebsd@farley.org>
Approved by: trhodes (mentor)
MFC after: 3 days
2005-12-05 22:10:09 +00:00
Christian Brueffer
74a2a2d543
Document Intel MatrixRAID write support.
2005-12-05 18:11:36 +00:00
Joseph Koshy
7b710ab25b
Document the public targets and make variables supported by the
...
build system.
Reviewed by: ru (multiple passes)
2005-12-05 16:59:45 +00:00
David Xu
afcf37b05c
Fix markup.
2005-12-05 09:31:23 +00:00
Stefan Farfeleder
45244a5d13
Add an MLINKS entry for times.1.
...
Noticed by: ru
2005-12-05 08:01:10 +00:00
David Xu
ae43b1a8a7
Add document about mqueuefs.
2005-12-05 05:18:23 +00:00
Stefan Farfeleder
aeca3a4d15
Add the times builtin.
2005-12-04 18:59:34 +00:00
Bruce A. Mah
7f6ff3fe2f
Add Sony TJ37 to the uvisor manpage.
...
Prompted by: simon
MFC after: 1 week
2005-12-04 15:44:54 +00:00
Ruslan Ermilov
198423bd20
Document "makeoption", "nocpu", and "nomakeoptions" directives.
...
(Indeed this should be repo-copied to src/usr.sbin/config/.)
2005-12-03 20:07:32 +00:00
Maksim Yevmenkin
d19ff8f1d2
Add bluetooth.device.conf(5) man page
...
MFC after: 3 days
2005-12-02 00:17:33 +00:00
John Baldwin
267b051a81
- Use .fn to markup untimeout in two places it was missing.
...
- Reword a confusing sentence.
PR: docs/89810
Submitted by: Marius Nuennerich marius dot nuennerich at gmx dot net
MFC after: 3 days
2005-12-01 19:16:35 +00:00
Joel Dahl
89a50c24d9
Make the SYNOPSIS section a bit more informative.
2005-12-01 12:58:51 +00:00
John Baldwin
b7a8ed0701
- We don't install USD docs for games anymore since the games with docs
...
(trek) aren't in the base system anymore.
- dm(8) isn't in the base system anymore either, so don't xref it either.
Submitted by: Björn König (2)
2005-11-29 17:11:09 +00:00
John Baldwin
60bd6d5d5e
Remove references to rdist(1) and friends.
...
Submitted by: Björn König
2005-11-29 17:07:04 +00:00
John Baldwin
ab6258cfc4
- Axe the PARTITIONING and IOCTLS section as this has been made obsolete
...
now that all that stuff has been abstracted out of the disk drivers with
GEOM.
- Reference bsdlabel(8) rather than disklabel(8).
Ok'd by: phk, scottl (1)
Submitted by: Björn König (2)
2005-11-29 16:51:49 +00:00
Christian Brueffer
9d2058e4d1
New SiS support.
2005-11-29 06:40:19 +00:00
Joel Dahl
dc3d2c2006
s/Advance/Avance/
2005-11-28 18:56:38 +00:00
Joel Dahl
0199a4806c
No one cares about when the manual page first appeared. Mention when the
...
driver appeared instead.
2005-11-28 18:47:00 +00:00
Joel Dahl
e85afe78fc
Add AUTHORS section.
2005-11-28 17:48:09 +00:00
Christian Brueffer
fb3884b828
Xref snd_atiixp.4
2005-11-28 16:47:52 +00:00
Joel Dahl
a80b6c725e
Add manual page for snd_atiixp(4) and hook it up to the build.
...
Reviewed by: ru
2005-11-28 07:53:29 +00:00
Christian Brueffer
554d7f674c
Document 82571 and 82572 support.
...
MFC after: 3 days
2005-11-27 16:49:19 +00:00
Christian Brueffer
70f66281ed
Add a CAVEATS section that mentions missing RAID5 support.
...
MFC after: 3 days
2005-11-27 09:46:56 +00:00
Christian Brueffer
2d967b8216
In preparation for automatic hardware notes generation, reword the
...
hardware section text to include the driver name.
MFC after: 3 days
2005-11-26 10:06:21 +00:00
Christian Brueffer
1ed2ce5c38
Sort Xrefs in the SEE ALSO section correctly.
...
Pointy hat to: brueffer
2005-11-26 00:47:07 +00:00
Christian Brueffer
f7b5199258
Update the list of drivers that need wlan(4).
...
MFC after: 3 days
2005-11-26 00:40:57 +00:00
Joseph Koshy
6614d15749
Reorder the variable lists on this page alphabetically by make variable
...
name.
Discussed with: ru
2005-11-25 14:31:34 +00:00
Ruslan Ermilov
4294a24e1b
Fix prototype.
2005-11-24 15:10:38 +00:00
Joel Dahl
19797b2256
s/5.5/6.0/ in HISTORY section.
...
Discussed with: ru
2005-11-24 09:25:10 +00:00
Ruslan Ermilov
6e1b5aa172
- Merge FreeBSD Configuration subsection etc. with SYNOPSIS.
...
- Remove the description of how to build a module.
- Remove the description of how to patch the sources.
- Refer to the polling(4) manpage on how to enable the polling mode.
- Tidy up markup.
2005-11-21 16:44:16 +00:00
Damien Bergamini
c62f97f558
Remove references to iwicontrol.
...
Firmware is now loaded by the driver itself.
Remove references to wicontrol.
wicontrol should not be used with iwi.
2005-11-19 17:26:54 +00:00
Joseph Koshy
addbe0bc06
- Move the documentation for the ENABLE_WPA_SUPPLICANT_EAPOL knob to into
...
the list for 'world' builds.
- Increase the width of a bullet list.
- Use .Ss to name sub-sections of this file.
2005-11-19 12:21:11 +00:00
Damien Bergamini
56896f63d9
ural now supports automatic rate adaptation in BSS mode.
2005-11-18 21:46:28 +00:00
Ruslan Ermilov
24a1c2e842
Unifdef for FreeBSD.
2005-11-18 19:38:45 +00:00
Andre Oppermann
cb752e17a9
Remove references to MEXT_ADD_REF, MEXT_REM_REF and MEXT_IS_REF
...
which were removed with rev. 1.179 of mbuf.h.
Sponsored by: TCP/IP Optimization Fundraise 2005
2005-11-18 17:04:49 +00:00
Joseph Koshy
370366007b
Cross-reference hwpmc(4).
2005-11-18 14:05:47 +00:00
Ruslan Ermilov
72d835d0a0
Unbreak and fix markup.
2005-11-18 14:01:11 +00:00
Ruslan Ermilov
5b1df41718
Fix warning, sort sections.
2005-11-18 13:53:36 +00:00
Ruslan Ermilov
19bb0c2774
Minor markup tweaks.
2005-11-18 13:50:59 +00:00
Ruslan Ermilov
502025d8b6
Minimally fix this manpage to not emit warnings.
2005-11-18 13:44:44 +00:00
Ruslan Ermilov
f32ac3955d
Provide a short description.
2005-11-18 12:01:14 +00:00
Ruslan Ermilov
78ad54210f
-mdoc sweep.
2005-11-18 10:56:28 +00:00
Wilko Bulte
e6431fb208
No CAVEAT about EISA attachment given that there is no EISA support
...
Sort of submitted by: jhb
Forgotten in previous commit by: wilko
2005-11-17 21:05:25 +00:00
Christian Brueffer
0749cbc1a4
Mention that this driver does not work on i386+PAE.
...
Suggested by: scottl
MFC after: 3 days
2005-11-17 16:43:56 +00:00
Christian Brueffer
9467c96723
Mention BCM5752 support in two more places.
2005-11-17 16:37:16 +00:00
Gleb Smirnoff
a97b26d057
Document tunables.
2005-11-17 15:10:40 +00:00
Gleb Smirnoff
bf24183749
Xref ng_ether(4) and ng_iface(4) nodes, which are used in examples.
2005-11-16 14:08:17 +00:00
Gleb Smirnoff
878124fed4
Add BCM5752 to HARDWARE section.
2005-11-15 14:48:52 +00:00
Brooks Davis
cda39c0193
Add a new configuration variable, ipv4_addrs_<ifn>, which adds one or
...
more IPv4 address from a ranged list in CIRD notation:
ipv4_addrs_ed0="192.168.0.1/24 192.168.1.1-5/28"
In the process move alias processing into new ipv4_up/down functions to
more toward a less IPv4 centric world.
Submitted by: Philipp Wuensche <cryx dash freebsd at h3q dot com>
2005-11-14 23:34:50 +00:00
Olivier Houchard
4b01ab171d
Briefly document the use of kern.elf32.can_exec_dyn.
...
MFC after: 3 days
2005-11-14 22:24:48 +00:00
Wilko Bulte
d4d128f923
Listen to jhb, and remove bogus claim of support of DE425.
...
Obtained from: jhb
2005-11-14 20:36:53 +00:00
Joel Dahl
82affb8f61
Add Intel ICH7.
2005-11-14 18:33:07 +00:00
Jens Schweikhardt
26cd969f5e
Correct a grammo and capitalize a few abbreviations.
2005-11-12 21:45:20 +00:00
Paul Saab
cad572c41b
Update PCI ids to add the E200, E200i, P400, and P400i storage
...
controllers. Remove the E400 since it is not a real product.
Submitted by: HP
2005-11-11 16:45:33 +00:00
Jean-Yves Lefort
d0d5f05bff
List /boot/device.hints entries for the second joystick.
...
Approved by: joel
2005-11-11 12:53:37 +00:00
Ruslan Ermilov
6d8200ff0c
Add /dev/speaker support to amd64.
...
The following repo-copies were made (by Mark Murray):
sys/i386/isa/spkr.c -> sys/dev/speaker/spkr.c
sys/i386/include/speaker.h -> sys/dev/speaker/speaker.h
share/man/man4/man4.i386/spkr.4 -> share/man/man4/spkr.4
2005-11-11 09:57:32 +00:00
Tim Kientzle
4a483830a2
Use .Nx macro for NetBSD.
...
Thanks to: Ruslan Ermilov
2005-11-10 15:42:51 +00:00
Hartmut Brandt
c6adb7badd
s/Three file/Three files/
...
Submitted by: ru
2005-11-10 13:12:06 +00:00
Hartmut Brandt
da41a1d420
Remove hard sentence breaks. Correct the width calculation for the list
...
indent.
Submitted by: ru
2005-11-10 12:08:17 +00:00
Hartmut Brandt
59ee90cb1a
This is a short man page which describes bsd.snmpmod.mk. It documents
...
only the features that this file layers on top of bsd.lib.mk and should
therefore cross-reference to bsd.lib.mk, which doesn't exist.
2005-11-10 10:09:42 +00:00
Tim Kientzle
2d8e1893d4
Credit NetBSD as the source for the /rescue concept.
...
While I'm here, update my own email address.
Thanks to: Luke Mewburn for pointing out the oversight.
2005-11-10 06:36:06 +00:00
Vinod Kashyap
90e0829525
Added list of supported 9xxxSX models.
2005-11-09 00:23:54 +00:00
Philip Paeps
07a61baefe
Change author's email address.
...
Submitted by: Sean Bullington shegget -at- gmail.com
2005-11-06 00:41:41 +00:00
Ralf S. Engelschall
9f9e9e1b8d
Update list of controllers ciss(4) driver
...
actually supports according to implementation.
Submitted by: Christoph Schug <chris@schug.net>
MFC after: 1 week
2005-11-03 13:02:35 +00:00
Ruslan Ermilov
41d2125edb
Fix .Dd argument.
2005-11-03 07:26:54 +00:00
Ruslan Ermilov
ee042e1ba6
Document NGM_IFACE_GET_IFINDEX.
2005-10-28 19:05:44 +00:00
Ruslan Ermilov
c2888a85bc
Belatedly document the NGM_KSOCKET_ACCEPT ("accept") control message.
2005-10-28 14:15:54 +00:00
John Baldwin
518bf2dcc7
Update example libmap.conf file:
...
- Remove pointless examples that map libpthread to itself.
- Update shared libraries for 6.0 bumps.
Reported by: rwatson
MFC after: 1 day
2005-10-27 16:59:02 +00:00
Yaroslav Tykhiy
8d52cc90fb
Use consistent punctuation and vertical indenting around .Dl's.
...
Wrap a too long line.
2005-10-26 04:20:18 +00:00
Yaroslav Tykhiy
5a3c72ce8f
Document that `reload' is not provided by default
...
yet it can be enabled when applicable.
2005-10-26 04:12:34 +00:00
Christian Brueffer
6a38205e3d
Xref polling(4).
2005-10-25 18:57:03 +00:00
Gleb Smirnoff
463a11c662
Fix typo from last commit.
...
Submitted by: simon
2005-10-22 20:47:38 +00:00
Gleb Smirnoff
66b1745e3e
Add bge(4) to the list of supported devices.
2005-10-22 14:38:52 +00:00
Tom Rhodes
bf148c3eaf
A better, more correct explination of NO_SHARED. This could probably
...
use a quick touch up, but at least it's correct.
Requested by: ru
2005-10-22 10:24:53 +00:00
John Baldwin
e26af7a74a
Remove a spurious newline. The TAILQ_INIT() is part of the 'faster tailq
...
deletion' example.
MFC after: 1 week
2005-10-17 17:53:17 +00:00
Joel Dahl
3a22b03d6c
Add support for ATI IXP[234]00.
2005-10-13 18:28:26 +00:00
Xin LI
9803e24996
Mention that hptmv(4) actually works for the amd64 platform as well.
...
Suggested by: Mikhail Teterin [mi+mx aldan algebra com]
Submitted by: me
PR: docs/87302
2005-10-13 17:20:06 +00:00
John Baldwin
2ddd41fbec
- Clarify when the softc is allocated. It is allocated when a device is
...
probed and attached, not on the first call to device_get_softc().
- Add a cross reference to DEVICE_PROBE regarding the caveats of using the
softc in a driver's probe routine.
- Fix a grammar bogon.
PR: docs/87176 (1)
Submitted by: Devon H. O'Dell dodell at offmyserver dot com (1)
MFC after: 3 days
2005-10-13 16:57:53 +00:00
John Baldwin
10ebc7c038
- When bintime was added to this manpage, standalone .Nm changed from
...
microtime to bintime. However, one standaline .Nm wasn't changed, and as
a result, the manpage claimed that bintime was added in both 5.0 and 3.0.
Fix by listing microtime explicitly.
- Fix a grammar bogon.
PR: docs/87147 (1)
Submitted by: Matthew Luckie (1)
MFC after: 3 days
2005-10-13 16:01:28 +00:00
Bjoern A. Zeeb
33cd26c2ca
Document that changes to nsswitch.conf might be needed when
...
compiling with NO_NIS.
PR: bin/87221
Reviewed by: simon
MFC after: 4 weeks
2005-10-12 19:05:22 +00:00
Yaroslav Tykhiy
250da51b4b
Record sk(4) as having native support for extended VLAN frames.
...
PR: kern/79998
MFC after: 1 month
2005-10-11 22:59:01 +00:00
Giorgos Keramidas
d3d902048c
Fix a syntax nit (superfluous 'a').
...
Submitted by: Anders Hanssen <anders@rethink.no>
2005-10-11 16:05:35 +00:00
Joel Dahl
475b5abcb7
- Xref snd_mss(4).
...
- Remove a few items from the HARDWARE list. This support is
already described in the snd_mss(4) manual page.
2005-10-10 17:49:40 +00:00
Joel Dahl
8be03f2496
Add manual page for snd_mss(4) and hook it up to the build.
...
Reviewed by: brueffer
2005-10-10 17:46:43 +00:00
Ceri Davies
0dc624236a
Correct typo.
...
Discussed with: glebius
2005-10-10 15:25:39 +00:00
Gleb Smirnoff
b5db9fa7d1
- Note that ng_iface(4) now supports ALTQ.
...
- Explain when ALTQ should be used on ng_iface(4) and when not.
2005-10-10 15:14:37 +00:00
Yaroslav Tykhiy
08b9134350
Replace "/etc/make.conf" with references to make.conf(5)
...
where applicable. The main reason for this change is that
the location of make.conf is not constant and can be
modified via __MAKE_CONF. This change also improves
hyper-text linkage in our manpages.
MFC after: 2 weeks
2005-10-10 14:55:59 +00:00
Yaroslav Tykhiy
253c3c7312
Clarify the usage and effects of sys.mk, make.conf(5), and __MAKE_CONF.
...
MFC after: 2 weeks
2005-10-10 14:49:55 +00:00
Andrew Thompson
ad45bb822d
Now that bridge(4) has been removed, link bridge.4 to if_bridge.4
...
Reviewed by: mlaier
2005-10-08 01:20:53 +00:00
Maxim Konovalov
168d656bcc
o Mention the fact dcons(4) depends on "options GDB".
...
Reviewed by: simokawa, ru (mdoc markup)
MFC after: 1 week
2005-10-07 06:43:04 +00:00
Tom Rhodes
16d78bb878
Work around an apparent mdoc(7) bug.
...
Spotted by: marius
Discussed with: ru
2005-10-07 02:32:16 +00:00
Tom Rhodes
e57df0d8db
Document recently added security.mac.seeotheruids.suser_privileged sysctl.
2005-10-07 02:29:50 +00:00
John Baldwin
eefd941ba2
Update this manpage:
...
- Remove references to cpu_critical_*() as they no longer exist.
- Explain that any preemptions that occur during a critical section are
deferred until the current thread exits the section.
- Remove a bogus example usage of a critical section.
- Note that one can interlock critical sections with spin mutexes in
certain situations.
MFC after: 3 days
2005-10-05 19:48:21 +00:00
Warner Losh
c6285009d7
Note added support for Tamarack TC5229J, Axiom and Dlink parts. Bump date.
2005-10-05 05:41:02 +00:00
Scott Long
6fa40729c8
Add the lmcconfig tool for controlling the lmc driver. Add man pages and
...
glue.
Submitted by: David Boggs
2005-10-03 07:09:41 +00:00
Yaroslav Tykhiy
c8a0dfab83
Add an rc.d script to start pfsync at the right moment of the
...
system boot, and hook it up in the system.
The separate script is needed because in the presence of various
interface lists in rc.conf ($network_interfaces, $cloned_interfaces,
$sppp_interfaces, $gif_interfaces, more to come) it is hard to start
them orderly, so that pfsync is brought up after its syncdev, which
is required for the proper startup of pfsync.
Discussed with: mlaier on -pf
MFC after: 5 days
2005-10-02 18:59:02 +00:00
Gleb Smirnoff
ec3ae2cced
Two fixes for the last commit.
...
Submitted by: ru
2005-10-02 10:57:33 +00:00
Yaroslav Tykhiy
d11122e73a
Add firewall-related xrefs to SEE ALSO.
2005-10-02 08:39:41 +00:00
Gleb Smirnoff
5aa6b4b716
- Catch up with the fact that HZ is 1000 now by default.
...
- Remove description of poll in trap feature.
- Tell that polling should be turned on and off with ifconfig.
- Move description of kern.polling.enable to the end and say
that this a deprecated way of turning polling on.
- Remove note that idle poll has some problems in CURRENT. I failed
to find them, while Sam and Luigi failed to remember what the
problem actually were there.
2005-10-01 19:04:22 +00:00
Warner Losh
c6babc3735
Dcoument typical debugging options, plus the new CIS device for pccard.
2005-09-29 16:45:53 +00:00
Maxim Konovalov
466cbb4b88
o Follow the trend and update a host-based wireless bridge example.
2005-09-28 15:22:17 +00:00
Joseph Koshy
79247772f0
Note the requirement for 'device apic' on i386 systems. [1]
...
Consistently use 'x86' when referring to behaviour common to the
i386 and amd64.
Submitted by: Niklas Sorensson <nik@cs.chalmers.se> [1]
2005-09-28 14:19:31 +00:00
Yaroslav Tykhiy
f0fdbb10ea
Minor clarifications and fixes to wording, grammar, and markup
...
around ${network_interfaces}.
2005-09-28 13:07:43 +00:00
Ruslan Ermilov
bf5a89d1d5
Sort MLINKS.
2005-09-28 07:32:43 +00:00
Ruslan Ermilov
e64bbde9b4
Sort MAN.
2005-09-28 07:31:18 +00:00
Joseph Koshy
24bae9892f
Correct a typo.
...
MFC after: 3 days
2005-09-28 03:02:16 +00:00
Max Laier
b6de9e91bd
Remove bridge(4) from the tree. if_bridge(4) is a full functional
...
replacement and has additional features which make it superior.
Discussed on: -arch
Reviewed by: thompsa
X-MFC-after: never (RELENG_6 as transition period)
2005-09-27 18:10:43 +00:00
John Baldwin
4ea211a4f4
- Document atomic_fetchadd(9) and add a MLINK.
...
- Add arm and ppc to the list of archs not supporting operations on 64-bit
integers.
- Update the sample code for acquiring a mutex to be more recent and to
take into account the recent atomic_foo_ptr() changes.
MFC after: 1 week
2005-09-27 17:59:29 +00:00
Andre Oppermann
c9ebaafaa1
Document the IP_DONTFRAG IP socket option.
...
Sponsored by: TCP/IP Optimization Fundraise 2005
2005-09-26 20:58:49 +00:00
Warner Losh
8aee0c82db
Note Hawking PN652TX support
2005-09-22 16:56:48 +00:00
Warner Losh
08bff1962b
Clarify supported cards
2005-09-22 16:56:28 +00:00
Giorgos Keramidas
c1dee190d4
Remove the OPTIONS section, since it only documents FE_DEBUG and wrongly
...
so. If the full list of fe(4) options is documented we can revive the
entire section.
PR: docs/86228
Submitted by: n-kogane@syd.odn.ne.jp
Helped by: Masahiro Sekiguchi <seki@jp.fujitsu.com>
MFC after: 1 week
2005-09-22 01:50:00 +00:00
Robert Watson
6b8a3687a1
Add discussion of Giant, the MPSAFE flag, and NDHASGIANT() to namei(9).
...
Add a VFS_LOCK_GIANT(9)/VFS_UNLOCK_GIANT(9) man page.
Discussed with: jeff
MFC after: 3 days
2005-09-21 10:19:57 +00:00
Robert Watson
1a51e01115
Add a new rc.conf entry, kerberos5_server_flags, which allows the
...
administrator to specify additional start-up flags to the Kerberos
5 Authentication Server.
MFC after: 3 days
2005-09-20 11:13:28 +00:00
Warner Losh
097fcfeb8f
Sprinkle a few stars where they belong.
2005-09-20 02:38:43 +00:00
Damien Bergamini
6a7bbb6e80
Update the list of supported hardware.
...
MFC after: 5 days
2005-09-19 18:16:29 +00:00
Giorgos Keramidas
a56e23da23
A single `*' character doesn't disable *ANY* form of authentication.
...
Make sure that this is clearly stated.
Prodded by: simon, Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
2005-09-19 16:32:27 +00:00
Ruslan Ermilov
6ed0b39d28
Restore the ability to detach from a tty via SIOCSTTY and document
...
recent changes in a manpage.
Reviewed by: cognet
2005-09-19 13:48:45 +00:00
Christian Brueffer
e654ac0769
Change the DESCRIPTION section into HARDWARE, since it already lists
...
the supported hardware.
MFC after: 3 days
2005-09-18 16:20:38 +00:00
Giorgos Keramidas
36cc06ff31
Explain the use of `*' in master.passwd and that it's slightly
...
different from the use of `*' in /etc/passwd.
PR: docs/86234
Submitted by: Paul Hoffman <phoffman@above.proper.com>
MFC after: 1 week
2005-09-18 15:40:02 +00:00
Christian Brueffer
929962108a
Sort list of supported hardware.
...
MFC after: 3 days
2005-09-18 07:32:49 +00:00