summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Merge from head.imp2010-02-183-2/+6
|\
| * Also add DEBUG_FLAGS to CXXFLAGS if defined.marcel2010-02-181-0/+1
| |
| * Allow suppression of -Wcast-align for WARNS>=4 by definingmarcel2010-02-181-1/+4
| | | | | | | | | | | | NO_WCAST_ALIGN. The headers of the standard C++ library are not 64-bit clean and trigger the warning. This prevents use of WARNS>=4 on ia64 for example.
| * Unbreak WARNS=6 builds for C++ code: -Wold-style-definition is not acceptedmarcel2010-02-181-1/+1
| | | | | | | | by the C++ compiler. Filter it out.
* | Include Makefile.$MACHINE, if it exists, otherwiseimp2010-02-171-0/+11
| | | | | | | | | | | | Include Makefile.$MACHINE_ARCH, if it exists, otherwise Include Makefile.$MACHINE_CPUARCH, if it exists, otherwise do nothing
* | Merge from current.imp2010-02-165-34/+198
|\ \ | |/
| * Xref mdmfs(8).jh2010-02-161-0/+1
| |
| * Improve descriptions for tmpfs mount options. The descriptions havejh2010-02-161-8/+44
| | | | | | | | | | | | | | been mostly obtained from NetBSD mount_tmpfs(8) manual page. Obtained from: NetBSD Discussed with: delphij
| * Document co-mentorship by ed.uqs2010-02-161-0/+1
| | | | | | | | Approved by: ed (co-mentor)
| * Add missing newline in last line of file.uqs2010-02-161-1/+1
| | | | | | | | | | Uncovered via: fromcvs vs. svn Approved by: ed (co-mentor)
| * Remove clause 3 from my license.delphij2010-02-161-2/+0
| |
| * adds bwn(4) driver for supporting Broadcom BCM43xx chipsets.weongyo2010-02-161-0/+134
| | | | | | | | | | | | | | | | | | | | | | o uses v4 firmware instead of v3. A port will be committed to create the bwn firmware module. o supports B/G and LP(low power) PHYs. o supports 32 / 64 bits DMA operations. o tested on big / little endian machines so should work on all architectures. It'd not connected to the build until the firmware port is committed.
| * Some rewording and language fixes.trasz2010-02-151-23/+17
| | | | | | | | | | PR: docs/136918, docs/134074 Submitted by: Ben Kaduk <kaduk at mit dot edu>, Haven Hash <havenster at gmail dot com>
* | merge from head.imp2010-02-142-54/+29
|\ \ | |/
| * 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
| |
* | merge from head.imp2010-02-1330-63/+117
|\ \ | |/
| * 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
* | merge from base/headimp2010-02-074-6/+19
|\ \ | |/
| * 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
| |
* | Introduce MACHINE_CPUARCH.imp2010-02-037-46/+59
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MACHINE is the specific kernel architecture for this machine. MACHINE_ARCH is the specific CPU type (abi, word size, etc). MACHINE_CPUARCH is the family of CPUs that's supported. Most of the tree conflates MACHINE_ARCH and MACHINE_CPUARCH since historically they have been identical. However, there's now a reason to to split the two concepts. NetBSD calls this MACHINE_CPU, but that's already used for something else in FreeBSD, so MACHINE_CPUARCH was selected instead. However, the sources in the tree have had a KLUDGE in the tree called TARGET_BIG_ENDIAN to select which endian to compile the code for. However, this is a cumbersome and awkward solution. MACHINE_ARCH really does need to be different for different endian because users use it for things like their path. Yet, the source tree also used MACHINE_ARCH to figure out the MD code to use. This source often supports multiple MACHINE_ARCHs. 'mips' supports 32 (and soon 64) bit word sizes as well as big and little endian. 'arm' support both endians. powerpc will soon support both 32-bit and 64-bit. These patches start to unwind this confusion. It implements MACHINE_ARCH of mipsel, mipseb for the two endians of MIPS, as well as arm and armeb for ARM. The names for ARM are historical accidents (ARM was primarily little endian until relatively recently). These names follow the NetBSD convetions. With these changes, "make buildworld TARGET=mips TARGET_ARCH=mipsel" finishes. armeb and mipseb should work, but haven't been tested yet. Committed as one big chunk so that people can comment on the patches as a whole and suggest improvements.
* - 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
OpenPOWER on IntegriCloud