Christian Brueffer
4548510be1
Fix typo.
...
PR: 95620
Submitted by: Stephane Bortzmeyer <bortzmeyer@nic.fr>
MFC after: 3 days
2006-04-11 15:30:13 +00:00
Florent Thoumie
e79417e5d4
- Add support for the Acer Acerscan 640BT.
...
- Add documentation bits.
PR: usb/95616
Submitted by: Matthieu Guegan <lesaint@gcu.info>
Approved by: cperciva (mentor)
MFC after: 3 days
2006-04-11 10:44:31 +00:00
Christian Brueffer
f4057ca8c1
Add bce(4).
2006-04-10 20:33:42 +00:00
Christian Brueffer
6e78bb8c0b
- Correct some typos
...
- New sentence, new line
2006-04-10 20:12:17 +00:00
Paul Saab
d8636a9ab7
Hook bce up to the build
2006-04-10 20:04:22 +00:00
Paul Saab
6caf734fd9
Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)
...
PCI/PCIe Gigabit Ethernet adapeter.
Submitted by: David Christensen
2006-04-10 19:55:23 +00:00
Pawel Jakub Dawidek
0590475331
Remove redundant 'from'.
2006-04-10 18:19:29 +00:00
Pawel Jakub Dawidek
1deaec4368
Document CRD_F_KEY_EXPLICIT flag. While here more flags description more
...
readable.
MFC after: 2 weeks
2006-04-10 18:17:43 +00:00
Florent Thoumie
3d92875aed
- Mention the Epson Stylus Photo RX425 scanner in uscanner(4), missed in my
...
latest commit.
Reminded by: simon
Approved by: cpercival (mentor, implicit)
MFC after: 3 days
2006-04-10 11:00:25 +00:00
Philip Paeps
0c0d854c4d
Sync acpi_asus(4) manual with the code.
...
Reminded by: brueffer
X-MFC after: 3 days (or so)
2006-04-09 17:05:17 +00:00
Florent Thoumie
69beb663f5
- Add following global jail options, used if no jail-specific options are
...
set:
* jail_mount_enable
* jail_devfs_ruleset
* jail_devfs_enable
* jail_fdescfs_enable
* jail_procfs_enable
* jail_fstab
* jail_flags
- Add a jail_interface / jail_<jid>_interface option. An ip alias will be
created (jail_<jid>_ip) on jail_interface or jail_<jid>_interface if set.
This is not a mandatory option.
- Document all missing jail_* options in rc.conf(5).
Approved by: cperciva (mentor)
MFC after: 2 weeks
2006-04-08 12:15:36 +00:00
Dima Dorfman
37b791151f
Fix typo/pasto: Make NGM_FEC_MODE_* match set_mode_*.
2006-04-06 00:32:28 +00:00
Christian Brueffer
f6e644fe72
Revert the backout in the last revision, it was committed to the wrong branch.
...
Pointy hat to: brueffer
2006-04-05 21:51:40 +00:00
Christian Brueffer
14e58b2aed
Back out the fan control changes that were merged in revision 1.2.2.5.
...
The necessary changes to the driver haven't been merged yet, which won't
happen before 6.1-RELEASE.
Submitted by: markus
Approved by: re (scottl)
2006-04-05 21:40:14 +00:00
John-Mark Gurney
18f1afb9f4
add links for the functions documented in bus_space.9...
2006-04-04 22:56:08 +00:00
Florent Thoumie
46587ab898
- Sync rc.subr with NetBSD.
...
- Merge some documentation bits.
Reviewed by: brooks, simon (doc)
Approved by: cperciva (mentor)
Obtained from: NetBSD
MFC after: 3 days
2006-04-04 10:52:15 +00:00
Scott Long
08ed1329d1
The MFI driver appears first in FreeBSD 6.1
2006-04-04 04:11:55 +00:00
Peter Wemm
401dafd6b0
Update pmap_remove_pages(9) doc.
2006-04-03 21:17:36 +00:00
Poul-Henning Kamp
c82053233c
Have WITHOUT_BIND_MTREE imply WITHOUT_BIND_ETC
2006-04-01 18:11:42 +00:00
Christian Brueffer
c66235a6ab
Convert the SYNOPSIS section to look like the ones used in other driver
...
manpages, mention module support.
MFC after: 3 days
2006-04-01 11:21:00 +00:00
Christian Brueffer
449e2f5c77
Convert the SYNOPSIS section to look like the ones used in other driver
...
manpages, mention module support.
Also add the crypto and cryptodev devices as the drivers are kind of useless
without them.
MFC after: 3 days
2006-04-01 10:56:36 +00:00
Christian Brueffer
1f12b08ab4
Convert the SYNOPSIS section to look like the ones used in other driver
...
manpages.
MFC after: 3 days
2006-04-01 10:55:00 +00:00
Christian Brueffer
7573f75456
Convert the SYNOPSIS section to look like the ones used in other driver
...
manpages. Don't mention the include file, it's not important for the
operation of this driver.
MFC after: 3 days
2006-04-01 10:37:35 +00:00
Christian Brueffer
c541fe558c
Add a standard boilerplate to the SYNOPSIS section that mentions how
...
to load a kernel module.
MFC after: 3 days
2006-04-01 10:10:36 +00:00
Christian Brueffer
7bffbceefe
Mention the module in the synopsis.
2006-04-01 09:55:37 +00:00
Marcel Moolenaar
af2e25a6d2
o Add scc(4) to the build.
...
o Add the scc(4) manpage to the build.
o Update the uart(4) manpage to account for scc(4).
o Update the uart(4) module build to include support for scc(4).
2006-03-30 18:39:24 +00:00
Marcel Moolenaar
6174e6ed12
Add scc(4), a driver for serial communications controllers. These
...
controllers typically have multiple channels and support a number
of serial communications protocols. The scc(4) driver is itself
an umbrella driver that delegates the control over each channel
and mode to a subordinate driver (like uart(4)).
The scc(4) driver supports the Siemens SAB 82532 and the Zilog
Z8530 and replaces puc(4) for these devices.
2006-03-30 18:33:22 +00:00
John-Mark Gurney
06f40e9610
document the tty files that uart(4) provides like sio(4) and pty(4) both
...
do.. This copies only part of the FILES section from sio(4)....
We might want to make tty(4) document the files provided, and have each of
these document the characters that it uses...
Pointed out by: Yasholomew Yashinski
MFC after: 3 days
2006-03-30 02:27:25 +00:00
Christian Brueffer
5bee0fd5d0
Mention that MegaRAID SAS controllers are supported by mfi(4).
2006-03-29 21:02:35 +00:00
Christian Brueffer
48c08eb834
Mention that amr(4) supports older MegaRAID hardware and clean up the
...
last vestiges of example.4.
2006-03-29 20:53:42 +00:00
Scott Long
91c3e79059
Add a manual page for mfi(4).
2006-03-29 07:35:39 +00:00
Pav Lucistnik
e8c932f055
- Be explicit about libmap32.conf only working on amd64
...
Requested by: ru
2006-03-27 14:37:54 +00:00
Pav Lucistnik
e351e2aada
- Document libmap32.conf
...
MFC after: 1 week
2006-03-27 00:53:11 +00:00
Ed Maste
d5fd66e17d
The removal of CIRCLEQ left four queue macros. One sentence was missed
...
in the man page update.
PR: docs/94938
Submitted by: Ed Schouten <ed@fxq.nl>
MFC After: 3 days
2006-03-25 23:11:10 +00:00
Matt Jacob
441201ce65
Move the check for non-ATIO_CMD ahead of the cache chech so that
...
completion for unsupported commands doesn't abort.
Reviewed by: nate
MFC after: 2 weeks
2006-03-25 18:18:26 +00:00
Ruslan Ermilov
0472dafab4
Revert last delta, it breaks cross-compiles.
2006-03-25 06:37:36 +00:00
Kirk McKusick
982ba1cb7e
Typesetting fix for -r1.137.
...
If a tail queue is empty the return value of TAILQ_LAST is not
undefined, it is NULL.
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
2006-03-24 07:41:12 +00:00
Ruslan Ermilov
a6a3b057da
Option MK_LIB32 only exists on amd64.
2006-03-24 06:14:31 +00:00
Dag-Erling Smørgrav
add47b9589
Add proper dependencies for the version map, and make sure 'make clean'
...
removes it if it was generated.
Reviewed by: ru
2006-03-23 20:37:04 +00:00
Matt Jacob
3a4d58a91a
Make scsi_target actually compile after a structure member
...
change.
Obtained from: Either Scott, Nate, Ken or A. Nagy
2006-03-22 17:00:14 +00:00
Kirk McKusick
c4e29cccdd
If a tail queue is empty the return value is not
...
undefined, it is NULL.
2006-03-22 02:40:38 +00:00
Matt Jacob
0fa274524a
At least respond to REPORT LUNS with an ILLEGAL COMMAND response.
...
This keeps us from dumping core when modern OS' like Windows and Linux
see us.
2006-03-22 01:30:07 +00:00
Ruslan Ermilov
862aa05f64
Remove mentions of old compat options from here; equivalents are
...
now provided in src.conf(5).
2006-03-21 09:49:05 +00:00
Ruslan Ermilov
fa07cb9cd3
Install the autogenerated src.conf(5) manpage.
2006-03-21 09:10:35 +00:00
Ruslan Ermilov
b81594171c
Folded WITH_HESIOD_SUPPORT into WITH_HESIOD.
2006-03-21 09:00:51 +00:00
Ruslan Ermilov
d55557650a
Desupport the *_COLLECT2 no-op.
2006-03-21 08:59:36 +00:00
Wojciech A. Koszek
bc02a9764c
Keep references sorted alphabetically.
...
Spotted by: brueffer
Approved by: cognet (mentor)
2006-03-20 17:10:09 +00:00
Wojciech A. Koszek
84044ca360
Add reference to conscontrol(8).
...
Reviewed by: ru
Approved by: cognet (mentor)
2006-03-20 16:53:00 +00:00
Ruslan Ermilov
cea557add0
Extend coverage of the MK_IPX build option to the following:
...
- <netipx> headers [1]
- IPX library (libipx)
- IPX support in ifconfig(8)
- IPXrouted(8)
- new MK_NCP option
New MK_NCP build option controls:
- <netncp> and <fs/nwfs> headers
- NCP library (libncp)
- ncplist(1) and ncplogin(1)
- mount_nwfs(8)
- ncp and nwfs kernel modules
User knobs: WITHOUT_IPX, WITHOUT_IPX_SUPPORT, WITHOUT_NCP.
[1] <netsmb/netbios.h> unconditionally uses <netipx> headers
so they are still installed. This needs to be dealt with.
2006-03-20 14:24:58 +00:00
Ruslan Ermilov
a3aed80d1e
Document the requirement to run rpc.lockd(8) on both client
...
and server when installing onto an NFS file system.
2006-03-20 12:27:08 +00:00
Maxime Henrion
ccade99c75
Also refer to csup in the example SUP setting.
2006-03-19 15:54:45 +00:00
Ruslan Ermilov
9615580318
Commit a forgotten part of NO_PROFILE/NO_LIB32 conversion.
2006-03-19 06:14:07 +00:00
Brad Davis
1ff5938918
s/ifconfig tunnel greN/ifconfig greN tunnel/
...
Submitted by: ankon@#bsddocs
Approved by: ceri@
2006-03-19 05:52:35 +00:00
Poul-Henning Kamp
930081e7d9
Add default for MK_PROFILE
2006-03-19 04:39:42 +00:00
Ruslan Ermilov
5740a2b62d
Convert NO_PROFILE and NO_LIB32 to new style.
2006-03-18 21:37:05 +00:00
Ruslan Ermilov
73b06dcb66
Replace .sinclude by .if exists()/.include/.endif so that older make(1)'s can
...
handle it as well.
2006-03-18 10:54:09 +00:00
Ruslan Ermilov
e1fe3dba5c
Reimplementation of world/kernel build options. For details, see:
...
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
2006-03-17 18:54:44 +00:00
Dag-Erling Smørgrav
a41d535d17
Correct the requirements for g_new_consumer().
...
Approved by: phk
2006-03-17 13:13:18 +00:00
Christian Brueffer
ace29d6599
Adapt for the new firmware ports.
...
MFC after: 3 days
2006-03-16 22:39:17 +00:00
Christian Brueffer
0b43552670
Document JMicron JMB361, 365 and 366 support.
...
MFC after: 3 days
2006-03-16 22:20:39 +00:00
Daniel Eischen
235d4a91a8
Add version_gen.awk to the installed files.
2006-03-16 15:20:27 +00:00
Daniel Eischen
ab52e99198
Teach bsd.lib.mk to auto generate a version map file based on
...
a set of symbol definitions (VERSION_DEF) and symbol mappings
(SYMBOL_MAPS).
Add an awk script to generate the version map.
Suggested by: ru
Helped by: ru
Reviewed by: ru
2006-03-16 15:12:26 +00:00
Sam Leffler
47e2996e8b
promote fast ipsec's m_clone routine for public use; it is renamed
...
m_unshare and the caller can now control how mbufs are allocated
Reviewed by: andre, luigi, mlaier
MFC after: 1 week
2006-03-15 21:11:11 +00:00
Ruslan Ermilov
eef6f6efc2
Fix the spelling of MAN to a modern syntax.
2006-03-15 15:49:38 +00:00
Ruslan Ermilov
1999b9bf80
Style.
2006-03-15 10:40:01 +00:00
Andre Oppermann
2433924ce1
Import OpenBSD's manual page to the sys/sys/hash.c functions imported two
...
days earlier.
Obtained from: OpenBSD
2006-03-14 17:19:09 +00:00
Jesus R. Camou
2b3efff32a
Add link:
...
rc.conf.local.5->rc.conf.5.
PR: docs/87698
Reported by: Marian Cerny <jojo@matfyz.cz>
Submitted by: Daniel Gerzo <danger@rulez.sk>
Approved by: trhodes (mentor)
MFC after: 3 days
2006-03-14 17:05:00 +00:00
Damien Bergamini
8484f1d05b
swap Bus and MAC/BBP columns.
...
add more devices (RT2561S and RT2661) to the list of supported hardware.
2006-03-13 21:24:28 +00:00
Damien Bergamini
90ea8a35bf
Remove duplicate .Pp
...
Submitted by: Christian Brueffer
2006-03-13 21:00:53 +00:00
Damien Bergamini
b612bd5546
typo
2006-03-13 20:42:37 +00:00
Damien Bergamini
be8a1cf375
sync w/ reality.
2006-03-13 20:36:55 +00:00
Warner Losh
7c25496e63
Revert last change, per ru@'s objection. I misunderstood consensus
2006-03-09 16:24:58 +00:00
Warner Losh
c53e537a13
Now that we now spell NO_MAN=xxx MAN=, update the docs.
...
Submitted by: John Hein
2006-03-09 01:33:38 +00:00
Matteo Riondato
d98c012541
Fix spelling error
...
MFC after: 1 day
2006-03-08 14:10:38 +00:00
Hiroki Sato
999b97c5e7
Fix version number when the feature was added.
...
Submitted by: Yoshihiko Sarumaru (mistral at imasy dot or dot jp)
PR: docs/93801 and docs/93803
MFC after: 2 days
2006-03-07 18:25:03 +00:00
Marcus Alves Grando
2b0b822e84
- New sentence should start from the new line
...
- Forget to bump .Dd
Reported by: maxim
Approved by: maxim
MFC after: 1 day
2006-03-07 12:56:37 +00:00
Giorgos Keramidas
3563464ec1
Revert parts of 1.51 and add a missing \& after "i.e." that is not the
...
end of a sentence. Ruslan notes that:
* The part about hexadecimal representation was intentional -- node ID
is parsed as the ng_parse_hint32_type, and is represented
(input/output) as a hexadecimal number
* "This value" was more correct, as the alternative name is
"[<value>]:" where <value> is hexadecimal value of the node ID.
* "ID based name" (which is "[<hexid>]:") was correct, and what's now is
incorrect -- node ID (number) cannot be equivalent to a name.
2006-03-06 17:37:42 +00:00
Markus Brueffer
06a9897cf1
s/MOUSE_BUTTONEVENT/MOUSE_BUTTON_EVENT/g
...
s/MOUSE_MOTIONEVENT/MOUSE_MOTION_EVENT/g
Approved by: brueffer
MFC after: 3 days
2006-03-06 13:05:50 +00:00
Damien Bergamini
5c88f27518
Document new chipsets (RT2561, RT2561S and RT2661).
...
Obtained from: OpenBSD
2006-03-05 20:57:25 +00:00
Giorgos Keramidas
96aaf2102c
Grammar nits & some mdoc fixes, i.e. use ``.Nm fec<RET>node'' consistently
...
throughout the manpage text.
Reviewed by: wpaul
2006-03-05 15:56:22 +00:00
Giorgos Keramidas
36f7af5781
Various textual improvements.
2006-03-05 15:54:22 +00:00
Jens Schweikhardt
d56448b35d
- Correct grammos in comments and end them with full stops.
...
- Use "if !" instead of empty true branches.
- Don't hardcode script name in usage message, use $0 instead.
- Cleanup some whitespace.
2006-03-05 15:53:07 +00:00
Yaroslav Tykhiy
375ce6798f
Take the functionality contained in the former "options TDFX_LINUX"
...
into a separate module. Accordingly, convert the option into a device
named similarly.
Note for MFC: Perhaps the option should stay in RELENG_6 for POLA reasons.
Suggested by: scottl
Reviewed by: cokane
MFC after: 5 days
2006-03-03 21:37:38 +00:00
Andrew Thompson
0908a232a3
Document the monitor mode and explain how it can be used.
2006-03-03 09:32:25 +00:00
Marcus Alves Grando
eb2336ddb5
- Add entry about using timecounter TSC and cpu frequency changing.
...
Approved by: njl
MFC after: 1 day
2006-03-03 02:04:52 +00:00
Andrew Thompson
0a3ef4a3d4
Document which version of 802.1D STP we implement.
2006-03-02 20:50:33 +00:00
Ruslan Ermilov
a26fc5727b
Fix types of time_second and time_uptime variables.
2006-03-02 19:47:41 +00:00
Andrew Thompson
cceffdee0c
The altq(4) code already handles SMP so clarify what ALTQ_NOPCC is needed for.
2006-03-02 19:45:59 +00:00
Gleb Smirnoff
f908935a6e
Update URL at cisco.com.
2006-03-02 15:11:05 +00:00
Christian Brueffer
ca68db7a1a
Actually bump the date to the commit-date for the last commit.
2006-03-02 14:55:07 +00:00
Christian Brueffer
2325bde9c9
Document the graid3(8), gstripe(8) and gconcat(8) periodic scripts.
2006-03-02 14:48:17 +00:00
Maxim Konovalov
b684a50ee2
o Fix an URL to the "The BSD Family Tree" article.
...
Spotted by: Marcin Jessa
2006-03-02 14:38:45 +00:00
Olivier Houchard
d1bd38bb45
Note that BUS_DMA_COHERENT currently only affects sparc64 and arm.
...
Suggested by: scottl
2006-03-01 23:56:18 +00:00
Ruslan Ermilov
6220e4db34
Remove NO_OBJ now that this makefile builds something.
...
Noticed by: Andrzej Tobola
2006-03-01 22:59:00 +00:00
Maksim Yevmenkin
b569776d07
Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint.
...
Document hint in the kbdmux(4) man page.
Requested by: scottl
MFC after: 1 day
2006-03-01 18:34:48 +00:00
Joseph Koshy
d48fe4c520
Typo fix; "ing" -> "in".
2006-03-01 16:49:07 +00:00
Wojciech A. Koszek
ba526146e7
Note that ACPI_DEBUG depends on DDB.
...
Reviewed by: njl
Approved by: cognet (mentor)
MFC after: 3 days
2006-03-01 16:31:37 +00:00
John-Mark Gurney
6f56dcd441
update examples to use the correct terms that was never updated when the
...
earlier descriptions were gone over...
MFC after: 3 days
2006-02-28 19:58:57 +00:00
Christian Brueffer
a29370deb3
DDB depends on KDB for some time now.
...
Submitted by: Kent Stewart <kstewart@owt.com>
MFC after: 3 days
2006-02-27 21:56:24 +00:00
Ruslan Ermilov
212031ae7f
Fix a botched commit that broke world.
2006-02-27 20:26:10 +00:00
Darren Reed
94341e74d5
Add a man page for mkfilters(1) and put the corrected perl script in the
...
ipfilter usr/share directory
PR: docs/26879
2006-02-27 11:22:20 +00:00
Xin LI
8124695e0a
Add SWIDTH information for zh_CN.eucCN.
...
Submitted by: ume
Obtained from: NetBSD
MFC Candidate.
2006-02-27 06:11:58 +00:00
Xin LI
34a9df2004
Provide SWIDTH information so that applications like tcsh(1) can properly
...
handle with zh_CN.GBK locale, which is quite common for users who uses
Simplified Chinese.
MFC Candidate.
2006-02-26 14:03:13 +00:00
Xin LI
d11bc6b082
Add SWIDTH to zh_TW.Big5 locale, to fix problem with tcsh(1)
...
Submitted by: Rong-En Fan <rafan at infor dot org>
PR: conf/93844
2006-02-25 23:28:19 +00:00
Hajimu UMEMOTO
03dfa406d2
Add definitions of SWIDTH. It fixes the problem that tcsh 6.14
...
doesn't work correctly with ko_KR.eucKR locale.
Tested by: cjh at the CBUG party
Obtained from: NetBSD
MFC after: 1 week
2006-02-25 17:12:43 +00:00
John-Mark Gurney
235811bfea
allow timo to be 0 when mtx is not NULL (KASSERT allowed this as
...
pointed out by jhb)
Reviewed by: jhb
MFC after: 3 days
2006-02-22 20:50:33 +00:00
Yaroslav Tykhiy
c6136be413
Forgot to bump .Dd in the last commit.
2006-02-22 15:12:07 +00:00
Yaroslav Tykhiy
91387563e2
Document the relation between $command and $foo_program.
...
PR: docs/68453
MFC after: 3 days
2006-02-22 10:57:19 +00:00
Hajimu UMEMOTO
3d9c7490ba
Mention NO_NLS_CATALOGS.
...
Suggested by: Niclas Zeising <lothrandil__at__n00b.apagnu.se>
2006-02-22 09:47:54 +00:00
Hajimu UMEMOTO
da6d4b7924
Mention NO_NLS_CATALOGS.
2006-02-22 03:42:56 +00:00
Sam Leffler
65986ff98d
NO_WPA_SUPPLICANT_EAPOL is a bool, not a str
2006-02-21 17:15:24 +00:00
Christian Brueffer
29d9f7f03b
Update for the 9550 series of controllers.
...
Missing hardware entries notices by: nemesis on irc
2006-02-20 19:42:04 +00:00
Gleb Smirnoff
0a0a390d7f
Fix grammar.
...
Submitted by: ru
2006-02-20 07:54:16 +00:00
Andrew Gallatin
b2fc195e1b
10GbE mode driver and binary firmware for Myricom's PCI-express NICs.
...
More info regarding these nics can be found at http://www.myri.com .
Please note that the files
sys/dev/myri10ge/{mcp_gen_header.h,myri10ge_mcp.h} are internally
shared between all our drivers (solaris, macosx, windows, linux, etc).
I'd like to keep these files unchanged, so I can just import newer
versions of them when the firmware API/ABI changes. This means I'm
stuck with some of the crazy-long #define names, and possibly
non-style(9) characteristics of these files.
Many thanks to mlaier for doing firmware(9) just as I
needed it, and to scottl for his helpful review.
Reviewed by: scottl, glebius
Sponsored by: Myricom Inc.
2006-02-19 22:39:19 +00:00
Gleb Smirnoff
ae648d2313
Fix misinformation in "setconfig" message description.
...
Noticed by: Brian A. Seklecki <lavalamp spiritual-machines.org>
2006-02-19 19:11:54 +00:00
Andrey A. Chernov
20eae6101a
Remove empty lines at the end
2006-02-18 22:08:28 +00:00
Christian Brueffer
d00cc66129
Xref chkgrp(8).
...
PR: 93529
Submitted by: Daniel Gerzo <danger@rulez.sk>
MFC after: 3 days
2006-02-18 16:48:56 +00:00
Christian Brueffer
f30df685c2
Belatedly bump the date for the fan control changes in rev. 1.9.
2006-02-17 20:29:32 +00:00
Christian Brueffer
6831877bb8
JMicron RAID metadata support.
2006-02-17 14:26:49 +00:00
Pawel Jakub Dawidek
b81709d11c
Document how to find a short description of a memory type.
2006-02-17 09:11:41 +00:00
Christian Brueffer
431fe15da4
Document Intel E7505 support.
2006-02-17 06:29:51 +00:00
Christian Brueffer
f985eb97d4
JMicron JMB363 support.
2006-02-16 22:05:49 +00:00
Brad Davis
209462832d
- Massage wording to make it easier to understand and fix some grammar.
...
Submitted by: sbahra at gwu dot edu
Reviewed by: ru@
Approved by: ceri@
MFC after: 3 days
2006-02-16 09:56:31 +00:00
Marius Strobl
14d5e8363f
- Add info regarding the watchdog part of the MK48Txx.
...
- Add a missing .Tn before Mostek.
MFC after: 3 days
2006-02-15 16:57:30 +00:00
Sam Leffler
b3babfdc25
Change default build of wpa_supplicant to include EAPOL support;
...
ENABLE_WPA_SUPPLICANT_EAPOL is no more, now use NO_WPA_SUPPLICANT_EAPOL
to build with only WPA-PSK support.
Reviewed by: ru, bsdimp (basic approach)
MFC after: 1 week
2006-02-14 23:51:21 +00:00
Doug Ambrisko
e83a2cc673
Only install ipmi.4 for i386/amd64.
...
Requested by: ru
2006-02-14 17:18:20 +00:00
George V. Neville-Neil
0ae1d43205
A little extra cleaning up.
...
MFC after: 1 week
2006-02-14 13:20:09 +00:00
George V. Neville-Neil
108b9d8319
Clean up some descriptions and remove ambiguities in the language.
...
Add explanations to the examples.
MFC after: 1 week
2006-02-14 13:02:00 +00:00
Joel Dahl
fda40672d0
.Pp before .Sh is redundant.
...
Reviewed by: ru
2006-02-13 21:34:19 +00:00
Warner Losh
1ee0794a12
Fix leakage of uncommitted build changes
2006-02-13 21:25:01 +00:00
Matteo Riondato
82d95a96b0
Add a default ldconfig32_paths entry in default/rc.conf for 32-bit compatability shared libraries.
...
It is used by the ldconfig rc.d scripts.
Document this variable in the man page
PR: amd64/91571
Approved by: philip (mentor)
MFC after: 3
2006-02-13 21:10:03 +00:00
Ceri Davies
c5f7881911
The interface for PLIP has been plip0 rather than lp0 for a long time.
...
Update to match.
2006-02-13 20:47:43 +00:00
Warner Losh
3b77fdbf73
Remove pccard variables which are no longer supported after the move
...
to NEWCARD.
2006-02-13 20:10:34 +00:00
Doug Ambrisko
1c204a5731
Tie the ipmi driver into the i386/amd64 builds.
2006-02-13 17:56:24 +00:00
Doug Barton
196b6a193e
Overhaul the named boot script:
...
1. Remove a now-spurious NetBSD CVS Id, as we are no longer synching work
2. Remove a now-spurious BEFORE, since ntpdate now REQUIRE's named
3. Replace the call to set rcvar with what that function would output,
and generally reduce indirection ($name -> named) since it's highly
unlikely the name of the named process or service will change any time soon.
4. Resort the order the variables at the top of the file to a more
traditional format, and remove a spurious required_dirs from the top, as it
works better after load_rc_config.
5. We do not want the default reload method with named, so define a simple
but appropriate substitute using rndc. If I were writing this script for
the first time I would not include this at all, since it's preferable to
control a running daemon with rndc to start with, but given that this is
already here, let's do it right. I hope that future generations will
however resist the tempation to add reconfig to extra_commands.
6. By the same token, we want to use rndc to shut down named, but given
that by defining a stop function we lose the "find the process by its
pid file in an emergency" goodness of rc.subr, try to do something useful
in the event that rndc is not available, and keep the user informed.
7. Replace some "test -f" with "test -r" to handle the unlikely event
that the relevant file exists, but is unreadable.
8. Twiddle whitespace in a few areas, remove a spurious blank line,
a bogus double space, and try to do better indenting.
9. Improve generation of the rndc.key file significantly
a. If for some reason a user has an rndc.conf file, assume that they
did that on purpose, and hence know what they are doing, so leave them alone.
b. Introduce a named_uid configuration variable so that the user which owns
the rndc.key file and the user named runs as always match, and is more
easily configurable. This should dramatically reduce problems with rndc.
c. Also test that the rndc.key file size is greater than zero, rather than
simply that the file exists. I have seen at least one user report this exact
problem, and although neither of us is sure where the empty file came from,
the fix is simple, so include it.
d. Rather than try to create an rndc.key file in both /etc/namedb and the
chroot'ed /etc/namedb, assume that they are be the same (which they should
be), and only create the file in the chroot'ed version of the directory.
This partially addresses the problem described in conf/73929, but I have
not yet finished thinking about the PREFIX issue that PR also raises.
As a result of introducing the named_uid knob, the default named_flags
are now empty.
Update defaults/rc.conf and rc.conf(5) to reflect these changes.
2006-02-13 08:45:51 +00:00
Christian Brueffer
3063666625
- Use consistent capitalization for ThinkLight
...
- Xref led(4)
MFC after: 3 days
2006-02-12 22:07:30 +00:00
Joel Dahl
c2c08524c9
s/asynchronuous/asynchronous/
2006-02-12 21:10:27 +00:00
Joel Dahl
a4665da59b
s/specfic/specific/
2006-02-12 21:06:14 +00:00
Christian Brueffer
8a77bdd57f
Document NO_AUDIT.
...
Obtained from: TrustedBSD Project
2006-02-12 19:56:01 +00:00
Hajimu UMEMOTO
ac04a69f9e
Enable SWIDTH.
...
It makes tcsh(1) work correctly with ja_JP.SJIS locale.
MFC after: 1 week
2006-02-12 17:56:16 +00:00
Christian S.J. Peron
54381950da
Document NO_AUDIT make variable.
...
Obtained from: TrustedBSD Project
2006-02-12 17:06:14 +00:00
Hajimu UMEMOTO
0193a2b4f1
The wcwidth(3) should return 2 about characters in JISX0208 codeset.
...
But it returned 1.
It fixes the problem reported by many Japanese people that tcsh 6.14
doesn't work correctly with ja_JP.eucJP locale.
PR: conf/79701
Submitted by: Kazuaki Oda <ybbkaz__at__yahoo.co.jp>
Tested by: many people
MFC after: 1 week
2006-02-12 16:13:42 +00:00
Doug Ambrisko
37b1ce132c
Add an OpenIPMI mostly compatible driver. This driver was developed
...
to work with ipmitools. It works with other tools that have an OpenIPMI
driver interface. The port will need to get updated to used this.
I have not implemented the IPMB mode yet so ioctl's for that don't
really do much otherwise it should work like the OpenIPMI version.
The ipmi.h definitions was derived from the ipmitool header file.
The bus attachments are done for smbios and pci/smbios. Differences
in bus probe order for modules/static are delt with. ACPI attachment
should be done.
This drivers registers with the watchdod(4) interface
Work to do:
- BT interface
- IPMB mode
This has been tested on Dell PE2850, PE2650 & PE850 with i386 & amd64
kernel.
I will link this into the build on next week.
Tom Rhodes, helped me with the man page.
Sponsored by: IronPort Systems Inc.
Inspired from: ipmitool & Linux
2006-02-10 20:51:35 +00:00
Christian Brueffer
bd81a3a557
Correct references to ipnat(8).
...
MFC after: 3 days
2006-02-10 15:23:07 +00:00
Christian Brueffer
d54a903a81
Correct the meaning of the NO_SHARED knob.
...
MFC after: 3 days
2006-02-10 14:19:07 +00:00
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
Ruslan Ermilov
b8435aa88d
Handle NO_INCS solely inside bsd.incs.mk.
2006-02-03 16:50:32 +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
Robert Watson
18d73856d4
Define $LIBBSM.
...
Obtained from: TrustedBSD Project
2006-02-02 10:04:32 +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
Pav Lucistnik
b098466191
- Add ports-net-p2p collection
2006-01-28 11:08:47 +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
Maxim Konovalov
c0263970ff
o DragonFly 1.4.0 added.
2006-01-08 20:23:35 +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
Garrett Wollman
e50b756cb3
Merge tzdata2005r from vendor branch. Only significant change is to
...
update those Canadian provinces which have announced that they will
follow the new US DST rules.
2005-12-27 19:55:21 +00:00
Garrett Wollman
c965fe6f24
No sooner did I make noises about seeing the last timezone update of
...
2005 when another one comes out. This one, even ADO hopes will be the
last of the year.
Obtained from: Arthur Olson, ftp://elsie.nci.nih.gov/pub/tzdata2005r.tar.gz
2005-12-27 19:52:05 +00:00
Garrett Wollman
fb21dcd6dd
This commit was generated by cvs2svn to compensate for changes in r153758,
...
which included commits to RCS files with non-trunk default branches.
2005-12-27 19:52:05 +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
Maxim Konovalov
1d5fbb8d68
o NetBSD 3.0 added.
2005-12-24 07:30:27 +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
Garrett Wollman
470032cee6
Merge tzdata2005q from vendor branch. Data changes for the following
...
locales: Azerbaijan, Brazil, Cuba, Gaza, Georgia, Jordan, Kirgizstan,
Nicaragua, Uruguay.
2005-12-22 23:40:21 +00:00
Garrett Wollman
8788b305be
Indiana still hasn't sorted itself out, and probably won't before the
...
end of the year, so import what I hope to be the last database update
for 2005.
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2005q.tar.gz
2005-12-22 23:34:50 +00:00
Garrett Wollman
4b81d3c806
This commit was generated by cvs2svn to compensate for changes in r153667,
...
which included commits to RCS files with non-trunk default branches.
2005-12-22 23:34:50 +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
Ruslan Ermilov
262e143bd4
Adopt for modern FreeBSD.
...
Requested by: az
2005-12-10 12:09:54 +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
Ruslan Ermilov
7b2d0a3eee
Add a MACHINE_CPU entry for "ev67".
2005-12-06 13:47:23 +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