summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Remove list of locking primitives, which is kind of redundant, movetrasz2010-02-131-52/+27
| | | | | information about witness(9) to the section about interactions, and expand 'contexts' table.
* Fix VBAD description.trasz2010-02-131-2/+2
|
* Fix a installation issue with $DESTDIR.nork2010-02-111-1/+1
| | | | Approved by: imp (mentor)
* Start sentences with a new line.trasz2010-02-101-4/+5
| | | | Submitted by: brueffer
* Improve description for Giant and mention blocking inside interrupt threads.trasz2010-02-101-5/+11
|
* Remove VOP_VPTOFH(9) from references in VFS(9), as it's a VOP,trasz2010-02-091-2/+1
| | | | not VFS operation.
* Add references to VOP_* man pages to vnode(9).trasz2010-02-091-1/+33
|
* Kernel modules for these drivers are installed on all platforms, sogavin2010-02-088-12/+12
| | | | install the man pages on all platforms too.
* Update documentation for the iwn and iwnfw drivers: they support the 1000, ↵brucec2010-02-082-9/+20
| | | | | | | | 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)
* Install the padlock(4) man page on amd64 as well as i386, to match thegavin2010-02-083-3/+4
| | | | | | | | platforms where the driver itself is compiled and installed. PR: docs/130895 Reported by: George Hartzell <hartzell alerce.com> MFC after: 1 week
* Update .Dt to reflect the fact that these drivers and man pages aregavin2010-02-088-16/+16
| | | | installed on more than just i386.
* Update .Dt on these man pages: the kernel modules and corresponding mangavin2010-02-084-8/+8
| | | | pages are installed on more platforms than just i386.
* Fix typo and remove extra spaces.brucec2010-02-081-3/+3
| | | | | Approved by: rrs (mentor) MFC after: 3 days
* Introduce new rc.conf variable firewall_coscripts. It can be used toemax2010-02-081-0/+4
| | | | | | | | | 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
* Correct arguments to free_unr(), "item" was missing.gavin2010-02-071-2/+2
| | | | MFC after: 1 week
* Add support for a few more Sony-specific ACPI features (default displaygavin2010-02-071-2/+11
| | | | | | | | | | 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
* Bump .Dd for r203620gavin2010-02-071-1/+1
| | | | MFC after: 1 week
* Document support for the D-Link DFE520-TX card (supported with the vr(4)gavin2010-02-071-0/+2
| | | | | | | driver) PR: kern/135989 Submitted by: "Rashid N. Achilov" citycat4 ngs.ru
* Fix whitespace in pho's entry, results in nicer output files.brueffer2010-02-071-1/+1
| | | | | | PR: 143613 Submitted by: pluknet <pluknet@gmail.com> Committed from: Debian/kFreeBSD talk at FOSDEM
* Add myself.bschmidt2010-02-061-0/+2
| | | | Approved by: rpaulo (mentor)
* Add missing coma.trasz2010-02-061-2/+2
|
* - Add myselfgabor2010-02-021-0/+2
| | | | Approved by: delphij (mentor)
* Add xrefs to gpib(3), now that it exists.joerg2010-02-013-3/+3
| | | | MFC after: 3 days
* Conform style.Makefile(5) and replace = and += with ?=, which lets you towkoszek2010-02-012-2/+2
| | | | | | override WARNS. Reported by: <marius@nuenneri.ch> and uqs@
* Bump .Dd for r203164.jh2010-01-291-1/+1
| | | | Approved by: trasz (mentor)
* Add myself and show rrs@ as my mentor.brucec2010-01-291-0/+2
| | | | Approved by: rrs (mentor)
* Add "maxfilesize" mount option for tmpfs to allow specifying thejh2010-01-291-0/+2
| | | | | | | | | | | | | | 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)
* Hook run(4) to the build.thompsa2010-01-281-0/+1
|
* Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.thompsa2010-01-281-0/+219
| | | | | This driver was written for OpenBSD by Damien Bergamini and ported over by Akinori Furukoshi.
* Cosmetic fixes.trasz2010-01-281-19/+19
|
* Add description of bounded sleep vs unbounded sleep (aka blocking). Movetrasz2010-01-281-80/+61
| | | | rules into their own section.
* Add myself.uqs2010-01-281-0/+2
| | | | Approved by: philip (mentor)
* Fix typo in xref (it accidentally referenced itself).joerg2010-01-281-1/+1
| | | | MFC after: 1 day
* Note added FIS-based switching support.mav2010-01-281-6/+7
|
* Improve descriptions, remove turnstiles (since, from what I understand,trasz2010-01-281-61/+92
| | | | | they are only used to implement other synchronization primitives), tweak formatting.
* Clean up rc.subr man page after removing leftover NetBSD compat. Alsoemaste2010-01-281-38/+2
| | | | | | switch to 2-clause license per NetBSD rc.subr.8 r1.19. Submitted by: Alex Kozlov
* Add a manual page for nvram(4).delphij2010-01-272-0/+95
| | | | MFC after: 2 weeks
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-271-1/+37
| | | | | | | | by OpenBSD), based on comments from many, including rwatson, jhb, brooks and others. Sponsored by: iXsystems, Inc. MFC after: 1 month
* Add myself to the list of ports committers.romain2010-01-261-0/+2
| | | | Approved by: flz (mentor)
* Add myself.avilla2010-01-261-0/+3
| | | | Approved by: tabthorpe (mentor)
* MFV of tzdata2010b, r203017edwin2010-01-262-9/+102
| | | | | | | | 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
* Add an example, derived from the basic demo phk once sent me.joerg2010-01-251-0/+33
|
* Add man pages for the gpib(4), pcii(4), and tnt4882(4) drivers.joerg2010-01-244-0/+222
| | | | MFC after: 3 days
* - Fix the kthread_{suspend, resume, suspend_check}() locking.attilio2010-01-241-7/+4
| | | | | | | | | | | | | | | | | | | | | | | 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
* Document pthread_timedjoin_np.kib2010-01-231-4/+38
| | | | | | | Note implementation-defined EOPNOTSUPP error [1]. PR: threads/143115 [1] MFC after: 3 days
* Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.delphij2010-01-223-0/+20
| | | | Reviewed by: gabor
* Introduce two new flags PO_CFLAGS and PO_CXXFLAGS to make it possiblesepotvin2010-01-222-4/+6
| | | | | | to have different flags when building profiled objects. MFC after: 1 month
* Add "MIXER CONTROLS" chapter.mav2010-01-221-1/+37
|
* Correct a minor mistake in my previous commit.ed2010-01-211-1/+1
| | | | getutxent is in category 3, not 5.
* Remove stale references to utmp(5) and its corresponding filenames.ed2010-01-213-7/+11
| | | | I removed utmp and its manpage, but not other manpages referring to it.
OpenPOWER on IntegriCloud