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