summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Switch to our preferred license text.joel2010-03-061-9/+9
| | | | Approved by: imp
* Redirect stdin from /dev/null when starting a jail:netchild2010-03-051-1/+6
| | | | | | | | | | | | | | | | | | | | At least in RELENG_7 this fixes some start problems for some programs from the ports. It is also more correct, as a jail shall not expect input (interactivity) from the jail-host. Revert the current behavior of starting jails in the background and make it optional only for the start of jails (jail_parallell_start=YES in rc.conf): - The stop can not be done in the background, the system needs to wait until everything is stopped correctly before it can reboot or power down. - The start should not be done in parallel by default, this not only breaks POLA for people comming from RELENG_x, it may also break a dependency chain with other scripts in the jail-host, which need to do some stuff after the jails are up and running (e.g. hardlinking a mysql socket from one jail into another one). Discussed on: freebsd-jails@
* Use our preferred license text (no more "voices in his head"). While here,joel2010-03-047-99/+55
| | | | | | | | | | | also move to a 2-clause license. From n_hibma@: "The 3rd clause was originally there for a reason, but I guess that it is safe to assume that no one can assume endorsement by me or anyone else without prior consent on anything really, so we might as well remove that clause." Approved by: n_hibma
* Add links to cam(4).mav2010-03-049-8/+12
|
* Reflect added CAM ATA support.mav2010-03-041-28/+51
|
* Add some more supported controllers.mav2010-03-031-5/+18
| | | | Crosslink with CAM ATA man pages.
* Remove C99 initializer, since dominant style is to use non-C99 initializers.glebius2010-03-031-3/+3
| | | | Requested by: jhb
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-0217-119/+0
| | | | | | their software. Obtained from: NetBSD
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-027-49/+0
| | | | | | their software. Obtained from: NetBSD
* - Add missing includes to make example "compilable".glebius2010-03-021-6/+8
| | | | | - Use C99 initializer just in case if driver_t may change in future. - Use NULL for pointer arguments instead of 0.
* Document COMPRESS_USER_CORES, and the new %I and %H core formatters.alfred2010-03-021-7/+41
|
* Always assign WARNS using ?=uqs2010-03-021-3/+3
| | | | | | | - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
* Sync with recent changes from luigi - struct ng_ipfw_tag superceededglebius2010-03-021-16/+5
| | | | | by more general ipfw_rule_ref. The latter isn't documented here, since it should be documented in ipfw.4.
* Some style and language improvements.mav2010-03-022-24/+32
| | | | Submitted by: ru
* -mabi-calls and -msoft-float aren't needed eitherimp2010-03-021-1/+1
| | | | Submitted by: jmallet@
* -mno-dsp hasn't been required for a while now.imp2010-03-021-1/+1
|
* Document newly added loader tunable and sysctl variable dev.mskc.%d.int_holdoffyongari2010-03-011-1/+7
|
* Update man page for vm_page_alloc(9).kib2010-02-271-9/+31
| | | | | Based on the submission by: Giovanni Trematerra <giovanni.trematerra gmail com> MFC after: 3 days
* Add several necessary .El's.delphij2010-02-275-1/+5
| | | | MFC after: 2 weeks
* Updates what firmware module should be used for LP (low power) PHYweongyo2010-02-261-1/+3
| | | | users and bumps date.
* Connect bwn.4 to the build.weongyo2010-02-251-0/+1
|
* Fixed missing or broken library dependencies.ru2010-02-251-0/+2
|
* Officially speaking, the zoneinfo data files are contributed data.edwin2010-02-2516-13223/+5
| | | | Therefore treat them as such.
* Fix spelling of EACCES.jhb2010-02-241-1/+1
| | | | | | PR: docs/144112 Submitted by: Alexander Best MFC after: 3 days
* Add the ability to set SMU-based machines to restart automatically afternwhitehorn2010-02-241-0/+3
| | | | power loss.
* Fix two bugs in this manpage: 'System' is not abbreviated with 'P',nwhitehorn2010-02-231-2/+2
| | | | | | | and a non-useful version of smu(4) was in 8.0, so modify the history to reflect that. Submitted by: gavin
* Add a manpage for smu(4) now that it does something useful.nwhitehorn2010-02-232-0/+123
|
* Fix some typos.bschmidt2010-02-221-3/+3
| | | | | Approved by: rpaulo (mentor) MFC after: 1 week
* Cross-reference netstat(1) from netisr(9) since you can now use it torwatson2010-02-221-1/+4
| | | | | | | monitor netisr status. MFC after: 1 week Sponsored by: Juniper Networks
* Document the interaction between /etc/devfs.conf andgavin2010-02-211-2/+10
| | | | | | | | /etc/defaults/devfs.conf PR: docs/117308 Submitted by: Mel <mel.xyzzy rachie.is-a-geek.net> (partially) MFC after: 1 week
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-187-1/+312
| | | | | | | | | | | | | | | | | | | | | | HAST allows to transparently store data on two physically separated machines connected over the TCP/IP network. HAST works in Primary-Secondary (Master-Backup, Master-Slave) configuration, which means that only one of the cluster nodes can be active at any given time. Only Primary node is able to handle I/O requests to HAST-managed devices. Currently HAST is limited to two cluster nodes in total. HAST operates on block level - it provides disk-like devices in /dev/hast/ directory for use by file systems and/or applications. Working on block level makes it transparent for file systems and applications. There in no difference between using HAST-provided device and raw disk, partition, etc. All of them are just regular GEOM providers in FreeBSD. For more information please consult hastd(8), hastctl(8) and hast.conf(5) manual pages, as well as http://wiki.FreeBSD.org/HAST. Sponsored by: FreeBSD Foundation Sponsored by: OMCnet Internet Service GmbH Sponsored by: TransIP BV
* Kernel module support for mips.neel2010-02-181-2/+0
| | | | | | Reviewed by: gonzo Tested by: Alexandr Rybalko (ray@dlink.ua)
* 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.
* 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>
* 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.
OpenPOWER on IntegriCloud