Edward Tomasz Napierala
8e20a412b1
Add references to VOP_* man pages to vnode(9).
2010-02-09 20:58:39 +00:00
Gavin Atkinson
ee158a7fc4
Kernel modules for these drivers are installed on all platforms, so
...
install the man pages on all platforms too.
2010-02-08 23:30:28 +00:00
Rebecca Cran
c7ea7c4618
Update documentation for the iwn and iwnfw drivers: they support the 1000, 5150, 6000 and 6050 devices too, with firmware modules for the 4965, 1000, 5000, 5150 and 6000.
...
Add documentation for mwl and all the wireless firmware drivers.
Approved by: rrs (mentor)
2010-02-08 21:38:42 +00:00
Gavin Atkinson
8ce0c61c05
Install the padlock(4) man page on amd64 as well as i386, to match the
...
platforms where the driver itself is compiled and installed.
PR: docs/130895
Reported by: George Hartzell <hartzell alerce.com>
MFC after: 1 week
2010-02-08 21:24:12 +00:00
Gavin Atkinson
891acefe7c
Update .Dt to reflect the fact that these drivers and man pages are
...
installed on more than just i386.
2010-02-08 21:01:41 +00:00
Gavin Atkinson
c383d55b77
Update .Dt on these man pages: the kernel modules and corresponding man
...
pages are installed on more platforms than just i386.
2010-02-08 20:53:29 +00:00
Rebecca Cran
869978d4c8
Fix typo and remove extra spaces.
...
Approved by: rrs (mentor)
MFC after: 3 days
2010-02-08 20:04:16 +00:00
Maksim Yevmenkin
fafa9c3c9a
Introduce new rc.conf variable firewall_coscripts. It can be used to
...
specify list of executables and/or rc scripts that should be executed
after firewall starts/stops.
Submitted by: Yuri Kurenkov <y dot kurenkov at init dot ru>
Reviewed by: rhodes, rc@
MFC after: 1 week
2010-02-08 18:51:24 +00:00
Gavin Atkinson
7ee901ef6b
Correct arguments to free_unr(), "item" was missing.
...
MFC after: 1 week
2010-02-07 20:36:23 +00:00
Gavin Atkinson
b31b20fa02
Add support for a few more Sony-specific ACPI features (default display
...
brightness, wired LAN power and bass gain), and update the description of
one previously unknown feature (display contrast). While here, expand on
a comment and remove two defines left over from an old version of the code.
Also update man page to document the above changes, and correct grammar.
PR: kern/127581
2010-02-07 18:36:30 +00:00
Gavin Atkinson
d28510ab32
Bump .Dd for r203620
...
MFC after: 1 week
2010-02-07 18:06:55 +00:00
Gavin Atkinson
e83bcc015f
Document support for the D-Link DFE520-TX card (supported with the vr(4)
...
driver)
PR: kern/135989
Submitted by: "Rashid N. Achilov" citycat4 ngs.ru
2010-02-07 18:05:12 +00:00
Christian Brueffer
977e4f66d4
Fix whitespace in pho's entry, results in nicer output files.
...
PR: 143613
Submitted by: pluknet <pluknet@gmail.com>
Committed from: Debian/kFreeBSD talk at FOSDEM
2010-02-07 13:59:03 +00:00
Bernhard Schmidt
501fdb6715
Add myself.
...
Approved by: rpaulo (mentor)
2010-02-06 18:10:58 +00:00
Edward Tomasz Napierala
6e53c1bb55
Add missing coma.
2010-02-06 14:10:45 +00:00
Gabor Kovesdan
56d27fa22b
- Add myself
...
Approved by: delphij (mentor)
2010-02-02 10:00:23 +00:00
Joerg Wunsch
fac3c43153
Add xrefs to gpib(3), now that it exists.
...
MFC after: 3 days
2010-02-01 21:01:20 +00:00
Wojciech A. Koszek
55f031bd90
Conform style.Makefile(5) and replace = and += with ?=, which lets you to
...
override WARNS.
Reported by: <marius@nuenneri.ch> and uqs@
2010-02-01 16:13:56 +00:00
Jaakko Heinonen
d4359345e6
Bump .Dd for r203164.
...
Approved by: trasz (mentor)
2010-01-29 15:11:50 +00:00
Rebecca Cran
2a5ab8d189
Add myself and show rrs@ as my mentor.
...
Approved by: rrs (mentor)
2010-01-29 14:44:05 +00:00
Jaakko Heinonen
dec3772ee4
Add "maxfilesize" mount option for tmpfs to allow specifying the
...
maximum file size limit. Default is UINT64_MAX when the option is
not specified. It was useless to set the limit to the total amount of
memory and swap in the system.
Use tmpfs_mem_info() rather than get_swpgtotal() in tmpfs_mount() to
check if there is enough memory available.
Remove now unused get_swpgtotal().
Reviewed by: Gleb Kurtsou
Approved by: trasz (mentor)
2010-01-29 12:09:14 +00:00
Andrew Thompson
676d231868
Hook run(4) to the build.
2010-01-28 22:28:01 +00:00
Andrew Thompson
069f1a8056
Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.
...
This driver was written for OpenBSD by Damien Bergamini and ported over by
Akinori Furukoshi.
2010-01-28 22:24:54 +00:00
Edward Tomasz Napierala
4ff467dc65
Cosmetic fixes.
2010-01-28 21:14:12 +00:00
Edward Tomasz Napierala
561205dff6
Add description of bounded sleep vs unbounded sleep (aka blocking). Move
...
rules into their own section.
2010-01-28 19:57:24 +00:00
Ulrich Spörlein
fbbd6fb28c
Add myself.
...
Approved by: philip (mentor)
2010-01-28 19:41:26 +00:00
Joerg Wunsch
efdeafc377
Fix typo in xref (it accidentally referenced itself).
...
MFC after: 1 day
2010-01-28 19:12:40 +00:00
Alexander Motin
502370266e
Note added FIS-based switching support.
2010-01-28 18:15:19 +00:00
Edward Tomasz Napierala
815e47727e
Improve descriptions, remove turnstiles (since, from what I understand,
...
they are only used to implement other synchronization primitives), tweak
formatting.
2010-01-28 17:09:47 +00:00
Ed Maste
57984250f5
Clean up rc.subr man page after removing leftover NetBSD compat. Also
...
switch to 2-clause license per NetBSD rc.subr.8 r1.19.
Submitted by: Alex Kozlov
2010-01-28 01:47:31 +00:00
Xin LI
5c335c81b3
Add a manual page for nvram(4).
...
MFC after: 2 weeks
2010-01-27 00:34:52 +00:00
Xin LI
215940b3fa
Revised revision 199201 (add interface description capability as inspired
...
by OpenBSD), based on comments from many, including rwatson, jhb, brooks
and others.
Sponsored by: iXsystems, Inc.
MFC after: 1 month
2010-01-27 00:30:07 +00:00
Romain Tartière
a74b9bae8e
Add myself to the list of ports committers.
...
Approved by: flz (mentor)
2010-01-26 20:50:41 +00:00
Alberto Villa
dc60f880b8
Add myself.
...
Approved by: tabthorpe (mentor)
2010-01-26 20:38:24 +00:00
Edwin Groothuis
aa8c82d3da
MFV of tzdata2010b, r203017
...
Mexico's House of Representatives has approved a proposal for
northern Mexico's border cities to share the same daylight saving
schedule as the United States.
MFC after: now
2010-01-26 11:12:47 +00:00
Joerg Wunsch
6941401c87
Add an example, derived from the basic demo phk once sent me.
2010-01-25 06:37:44 +00:00
Joerg Wunsch
a70473eec5
Add man pages for the gpib(4), pcii(4), and tnt4882(4) drivers.
...
MFC after: 3 days
2010-01-24 19:11:08 +00:00
Attilio Rao
a50e80dcdd
- Fix the kthread_{suspend, resume, suspend_check}() locking.
...
In the current code, the locking is completely broken and may lead
easilly to deadlocks. Fix it by using the proc_mtx, linked to the
suspending thread, as lock for the operation. Keep using the
thread_lock for setting and reading the flag even if it is not entirely
necessary (atomic ops may do it as well, but this way the code is more
readable).
- Fix a deadlock within kthread_suspend().
The suspender should not sleep on a different channel wrt the suspended
thread, or, otherwise, the awaker should wakeup both. Uniform the
interface to what the kproc_* counterparts do (sleeping on the same
channel).
- Change the kthread_suspend_check() prototype.
kthread_suspend_check() always assumes curthread and must only refer to
it, so skip the thread pointer as it may be easilly mistaken.
If curthread is not a kthread, the system will panic.
In collabouration with: jhb
Tested by: Giovanni Trematerra
<giovanni dot trematerra at gmail dot com>
MFC: 2 weeks
2010-01-24 15:07:00 +00:00
Konstantin Belousov
ccbe0b21ef
Document pthread_timedjoin_np.
...
Note implementation-defined EOPNOTSUPP error [1].
PR: threads/143115 [1]
MFC after: 3 days
2010-01-23 13:08:47 +00:00
Xin LI
7ffc8ae56e
Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.
...
Reviewed by: gabor
2010-01-22 23:19:48 +00:00
Stephane E. Potvin
424b4e66a9
Introduce two new flags PO_CFLAGS and PO_CXXFLAGS to make it possible
...
to have different flags when building profiled objects.
MFC after: 1 month
2010-01-22 14:05:48 +00:00
Alexander Motin
4c3bf245fe
Add "MIXER CONTROLS" chapter.
2010-01-22 11:04:25 +00:00
Ed Schouten
2a3ac727f1
Correct a minor mistake in my previous commit.
...
getutxent is in category 3, not 5.
2010-01-21 17:26:11 +00:00
Ed Schouten
0806dd9238
Remove stale references to utmp(5) and its corresponding filenames.
...
I removed utmp and its manpage, but not other manpages referring to it.
2010-01-21 17:25:12 +00:00
John Baldwin
6849f8d790
Sort NDHASGIANT.9 link properly.
2010-01-19 20:36:15 +00:00
Edwin Groothuis
48f4158da3
MFV of tzdata2010a:
...
Administrative only: Fix AT fields for Asia/Dhaka
2010-01-18 23:34:23 +00:00
Wojciech A. Koszek
12a91a4387
Include unistd.h for read(), write() and stdlib.h for exit().
...
Bump WARNS to 5 while being here.
2010-01-18 23:13:22 +00:00
Wojciech A. Koszek
d632071e0e
Small cleanup while being here:
...
- sort includes
- remove usage(), since it seems to come from older version
of the KLD
- remove unnecessary variable
- mark argc/argv as unused
Bring WARNS = 5 to the Makefile.
2010-01-18 23:09:07 +00:00
Wojciech A. Koszek
6f31cdcdba
Include stdlib.h for exit(3) and unistd.h for syscall(2). This makes
...
this program to compile cleanly.
2010-01-18 23:04:38 +00:00
Wojciech A. Koszek
539f7d3ac2
Small fix for making this KLD to compile.
2010-01-18 22:59:53 +00:00