summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Update HISTORY for isci.4 man page.jimharris2012-02-141-1/+1
| | | | | Sponsored by: Intel Approved by: scottl
* Fix various issues with the NFS and RPC related scripts:dougb2012-02-141-1/+14
| | | | | | | | | | | | | | | | | | | 1. Add new functionality to the force_depend method to incorporate the tests for whether the service is enabled and/or already running. 2. Add a new option to bypass checking only that the service is enabled at boot time, and always check if it is running. 3. Use this new functionality to greatly simplify the rc.d scripts that use force_depend. 4. Add a force_depend for statd in lockd 5. Remove the check that either nfs_server or nfs_client is _enable'd from statd and lockd. This was always overkill, and prevented using the {one|force}start options, as well as stop'ing on the command line. 6. The yp* scripts had some of their arguments in various weird orders. Bring them into line with the model. 7. If mountd fails to create /var/db/mountdtab, err out. Ideas, suggestions, and/or review from delphij and jilles. Pointy hats are completely my responsibility however.
* Minor cleanup and added missing svn keywords.brueffer2012-02-131-5/+7
|
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-1240-270/+270
| | | | | | | | | | | The reasoning behind this, is that if we are consistent in our documentation about the uint*_t stuff, people will be less tempted to write new code that uses the non-standard types. I am not going to bump the man page dates, as these changes can be considered style nits. The meaning of the man pages is unaffected. MFC after: 1 month
* Remove outdated piece of information.ed2012-02-101-10/+1
| | | | | | | devtoname() always returns a pathname to the device. It will never return a #major/minor string. MFC after: 2 weeks
* Fix date from r231111.gjb2012-02-101-1/+1
| | | | Pointy-hat to: gjb (myself, approver of r231111)
* Adding myself as a new committermatthew2012-02-091-0/+2
| | | | Approved by: shaun (mentor)
* Add support for RICOH R5CE823 card reader, that can be found inglebius2012-02-091-1/+3
| | | | | | | some Lenovo laptops. The conroller needs a quirk to lower its frequency, and after that it operates normally.
* Introduce the "ruleset=number" option for devfs(5) mounts.mm2012-02-091-1/+24
| | | | | | | | | | | | Add support for updating the devfs mount (currently only changing the ruleset number is supported). Check mnt_optnew with vfs_filteropt(9). This new option sets the specified ruleset number as the active ruleset of the new devfs mount and applies all its rules at mount time. If the specified ruleset doesn't exist, a new empty ruleset is created. MFC after: 1 month
* Fix some Xr references:gjb2012-02-0912-27/+26
| | | | | | | | | | | | | | | | | | - ada(4): ad(4) - removed, ada(4) would be a self-referencing entry - cd(4): ad(4) -> ada(4) - da(4): ad(4) -> ada(4) - DEVICE_PROBE(9): ugen(5) -> ugen(4) - ed(4): dhclinet(8) -> dhclient(8) (typo) - lmc(4): Netgraph(4) -> netgraph(4) - security(7): rc.conf(8) -> rc.conf(5) - sfxge(4): cpuset(8) -> cpuset(1) - sbp(4): sysctl(1) -> sysctl(8) - portindex(5): build(1) -> build(7) - u3g(4): usbconfig(5) -> usbconfig(8) - usb_quirk(4): usbconfig(5) -> usbconfig(8) Found with: textproc/igor MFC after: 3 days
* As it stands right now, the default devfs rulesets are only loaded as adougb2012-02-081-1/+21
| | | | | | | | | side effect of something else using them. If they haven't been loaded already but you want to use them, say for configuring a jail, you're out of luck. So add a knob to always load the default rulesets. While I'm here document the other devfs_ knobs in rc.conf.5.
* Add offsetof.3 man pagekevlo2012-02-082-0/+48
| | | | Obtained from: OpenBSD
* Add an option to 404.status-zfs (enabled by default) to list allgjb2012-02-081-1/+23
| | | | | | | | | | | | | zfs pools on the system. While here, document daily_status_zfs_enable in periodic.conf(5). Discussed on: -fs [1] Reviewed by: netchild [1] Approved by: jhb MFC after: 1 week [1] - http://lists.freebsd.org/pipermail/freebsd-fs/2011-June/011869.html
* Update the mps(4) man page for the changes in the new LSI-supported driver.ken2012-02-071-23/+66
| | | | | | | | | This should have been included in change 230592. The supported hardware section still needs some updating to reflect the current reality. MFC after: 3 days
* Record my ports mentor relationship.uqs2012-02-071-0/+2
| | | | Approved by: beat (mentor)
* ports(7) currently makes no mention of LOCALBASE: fix thateadler2012-02-071-4/+7
| | | | | | | PR: docs/159551 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: gjb MFC after: 3 days
* Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,dim2012-02-052-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that builds the following additional llvm/clang tools: - bugpoint - llc - lli - llvm-ar - llvm-as - llvm-bcanalyzer - llvm-diff - llvm-dis - llvm-extract - llvm-ld - llvm-link - llvm-mc - llvm-nm - llvm-objdump - llvm-prof - llvm-ranlib - llvm-rtdyld - llvm-stub - macho-dump - opt These tools are mainly useful for people that want to manipulate llvm bitcode (.bc) and llvm assembly language (.ll) files, or want to tinker with llvm and clang themselves. MFC after: 2 weeks
* Regenerate src.conf.5, after r230972 added the WITHOUT_SOURCELESS builddim2012-02-051-1/+18
| | | | | | options. MFC after: 2 weeks
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andglebius2012-02-051-4/+67
| | | | | | | TCP_KEEPCNT, that allow to control initial timeout, idle time, idle re-send interval and idle send count on a per-socket basis. Reviewed by: andre, bz, lstewart
* Add /usr/src/cddl/ to the hierarchy.joel2012-02-041-0/+2
|
* Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disablermh2012-02-041-0/+8
| | | | | | | | | | | kernel modules that include binary-only code. More fine-grained control is provided via MK_SOURCELESS_HOST (for native code that runs on host CPU) and MK_SOURCELESS_UCODE (for microcode). Reviewed by: julian, delphij, freebsd-arch Approved by: kib (mentor) MFC after: 2 weeks
* Add myself to the relevant docs.davide2012-02-011-0/+4
| | | | Approved by: alc, gnn (mentors)
* Rebase user/jimharris/isci branch from head.jimharris2012-01-3117-178/+539
|\
| * Manpages for the buf_ring and drbr interfaces.brueffer2012-01-303-0/+311
| | | | | | | | | | Submitted by: kmacy (aeons ago) MFC after: 1 week
| * update .Ddkmacy2012-01-282-2/+2
| |
| * msdos was renamed to msdosfs in 2001 by r77577.scf2012-01-281-1/+1
| | | | | | | | MFC after: 5 days
| * alphabetically sort optional flags and add documentation for VM_ALLOC_NODUMPkmacy2012-01-281-12/+15
| |
| * document M_NODUMP flagkmacy2012-01-281-0/+3
| |
| * Do not mention SIOCSIFADDR.glebius2012-01-271-4/+4
| |
| * - Rewrite paragraphs about preemption.glebius2012-01-261-22/+11
| | | | | | | | | | | | - Avoid word combination "carp interface". Prodded by: az
| * Remove the blank line between the license and .Ddken2012-01-261-1/+0
| | | | | | | | | | Prompted by: brueffer MFC after: 1 week
| * Start sentences on a new line, and fix a few other nits.ken2012-01-261-35/+42
| | | | | | | | | | Prompted by: gjb MFC after: 1 week
| * Update PCI IDs for ciss controllers that are supported by this driver.sbruno2012-01-261-1/+11
| | | | | | | | | | | | Submitted by: scott.benesh@hp.com Obtained from: Yahoo! Inc and HP MFC after: 1 week
| * Xen netback driver rewrite.ken2012-01-262-0/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | share/man/man4/Makefile, share/man/man4/xnb.4, sys/dev/xen/netback/netback.c, sys/dev/xen/netback/netback_unit_tests.c: Rewrote the netback driver for xen to attach properly via newbus and work properly in both HVM and PVM mode (only HVM is tested). Works with the in-tree FreeBSD netfront driver or the Windows netfront driver from SuSE. Has not been extensively tested with a Linux netfront driver. Does not implement LRO, TSO, or polling. Includes unit tests that may be run through sysctl after compiling with XNB_DEBUG defined. sys/dev/xen/blkback/blkback.c, sys/xen/interface/io/netif.h: Comment elaboration. sys/kern/uipc_mbuf.c: Fix page fault in kernel mode when calling m_print() on a null mbuf. Since m_print() is only used for debugging, there are no performance concerns for extra error checking code. sys/kern/subr_scanf.c: Add the "hh" and "ll" width specifiers from C99 to scanf(). A few callers were already using "ll" even though scanf() was handling it as "l". Submitted by: Alan Somers <alans@spectralogic.com> Submitted by: John Suykerbuyk <johns@spectralogic.com> Sponsored by: Spectra Logic MFC after: 1 week Reviewed by: ken
| * List supported ioctl commands instead of old one.glebius2012-01-261-5/+3
| |
| * Don't mention no longer supported ioctl commands.glebius2012-01-261-6/+2
| |
| * Remove a block that contatined some outdated misinformationglebius2012-01-261-12/+1
| | | | | | | | | | on how addresses are configured, as well as obviousness that Ethernet interface may run arp(4).
| * Remove a commented out old block inherited from inet.4. Theglebius2012-01-261-80/+0
| | | | | | | | | | | | text there was so much outdated that it required a complete rewrite even for inet.4, not mentioning inet6.4. There is no reason to keep it in the manual page.
| * - Remove no longer supported ioctl cmds.glebius2012-01-261-15/+2
| | | | | | | | - Fix name of SIOCSIFADDR.
| * Update information on setting and retreiving inet4 addresses.glebius2012-01-261-18/+31
| |
* | Rebase user/jimharris/isci branch from head.jimharris2012-01-2670-675/+2061
|\ \ | |/
| * Rewrite jack presence detection and implement automatic recording sourcemav2012-01-251-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selection in snd_hda(4) driver. Now driver tracks jack presence detection status for every CODEC pin. For playback associations, when configured, that information, same as before, can be used to automatically redirect audio to headphones. Also same as before, these events are used to track digital display connection status and fetch ELD. Now in addition to that driver uses that information to automatically switch recording source of the mixer to the connected input. When there are devices with no jack detection and with one both connected, last ones will have the precedence. As result, on most laptops after boot internal microphone should be automatically selected. But if external one (for example, headset) connected, it will be selected automatically. When external mic disconnected, internal one will be selected again. Automatic recording source selection is enabled by default now to make recording work out of the box without touching mixer. But it can be disabled or limited only to attach time using hint.pcm.X.rec.autosrc loader tunables or dev.pcm.X.rec.autosrc sysctls. MFC after: 2 months Sponsored by: iXsystems, Inc.
| * Some minor additions to the list of supported devices...imp2012-01-251-2/+6
| |
| * Document the values for hw.snd.default_auto.stefanf2012-01-221-3/+12
| |
| * Connect VirtIO-related manpages to the build.brueffer2012-01-221-0/+10
| |
| * General cleanup.brueffer2012-01-224-23/+25
| | | | | | | | Prodded by: grehan
| * Reflect tunable name change made in r230337.yongari2012-01-191-4/+4
| |
| * Remove remnants of dev_t.ed2012-01-195-12/+12
| | | | | | | | | | | | | | | | These functions take a `struct cdev *' -- not a dev_t. Inside the kernel, dev_t has the same use as in userspace, namely to store a device identifier. MFC after: 2 weeks
| * Add missing MLINKS to INDEX.5kevlo2012-01-191-0/+1
| |
| * Update .Dd date on this man page.sbruno2012-01-181-1/+1
| | | | | | | | | | | | | | MFC with r230313 and r230316 Caught by: bz Obtained from: Yahoo! Inc.
OpenPOWER on IntegriCloud