summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Teach iic(4) the 'repeated start' I2C condition. This will be used by theraj2009-01-261-1/+7
| | | | | | | upcoming i2c(8) diag utility. Reviewed by: bms, stas Obtained from: Semihalf
* Update jail startup script for multi-IPv4/v6/no-IP jails.bz2009-01-261-9/+33
| | | | | | | | | | | | | | | | | | | | | | | Note: this is only really necessary because of the ifconfig logic to add/remove the jail IPs upon start/stop. Consensus among simon and I is that the logic should really be factored out from the startup script and put into a proper management solution. - We now support starting of no-IP jails. - Remove the global jail_<jname>_netmask option as it is only helpful to set netmasks/prefixes for the right address family and per address. - Implement jail_<jname>_ip options to support both address familes with regard to ifconfig logic. - Implement _multi<n> support suffix to the jail_<jname>_ip option to configure additional addresses to avoid overlong, unreadbale jail_<jname>_ip lines with lots of addresses. Submitted by: initial work from Ruben van Staveren Discussed on: freebsd-jail in Nov 2008. Reviewed by: simon, ru (partial, older version) MFC after: 1 week
* Better description of kern.ipc.maxpipekva.trhodes2009-01-261-6/+9
| | | | Discussed with: kib
* Somehow deleted the .4 at the end of the snd_davbus man page right beforenwhitehorn2009-01-261-1/+1
| | | | | | commit. Add it back. Pointy hat to: me
* Add support for the I2S and davbus audio controllers found in Apple PowerPCnwhitehorn2009-01-253-1/+176
| | | | | | hardware. Submitted by: Marco Trillo
* Change IP addresses/prefixes to be from "Test-Net" (IPv4 documentationbz2009-01-241-7/+7
| | | | | | prefix 192.0.2.0/24) rather than from private-use networks. MFC after: 1 week
* Update the supported device list a little bit.trhodes2009-01-242-4/+6
| | | | | PR: 84538 Submitted by: asmodai
* Add a comment on kern.ipc.maxpipekva.trhodes2009-01-241-1/+11
| | | | | PR: 105997 Reviewed by: keramida
* Sort KERNFAST and KERNCONF into the list they are in.imp2009-01-231-19/+19
|
* Document KERNCONF and KERNFAST. Note that TARGET is usually all oneimp2009-01-231-1/+22
| | | | needs to set for cross building.
* Connect urtw.4 to the build.weongyo2009-01-231-0/+4
|
* Add a new USB wireless driver, urtw(4) for supporting Realtek's 8187Lweongyo2009-01-231-0/+118
| | | | chipset.
* MFV of tzdata2009aedwin2009-01-225-17/+78
| | | | | | | | | - Asia/Katmandu -> Asia/Kathmandu - Fix historical references to DST in Switzerland - Correct rules for America/Resolute (Nunavut) - Cuba didn't have DST in 2005. MFC after: 1 week
* - Document targets run-depends-list and build-depends-listtabthorpe2009-01-211-2/+7
| | | | | | | PR: docs/127575 Submitted by: Walter Venable <walt relnor.com> Approved by: keramida MFC after: 3 days
* Latest bulletin C from Daniel GAMBIS: no leap at the end of june 2009.phk2009-01-211-16/+7
|
* Update URL.marius2009-01-161-2/+2
|
* Add some information in SYNOPSIS, HARDWARE and BUGS sections.mav2009-01-161-4/+38
|
* Reflect newly added PCI IDs to bce(4).delphij2009-01-151-1/+21
| | | | MFC after: 2 months
* Don't cross-reference gem(4) and hme(4); maybe this made some sensemarius2009-01-152-4/+2
| | | | | | | back when these two were the only two NIC drivers working on sparc64 but it no longer does nowadays. MFC after: 3 days
* Sync the description of jumbo frame support with reality as of r185812;marius2009-01-151-2/+2
| | | | | | | | it's also supported with BCM5702 (matched by BGE_ASICREV_BCM5703) but bge(4) currently doesn't with neither BCM5714 nor BCM5780. Prodded by: scf MFC after: 3 days
* o note need for options AH_SUPPORT_5416sam2009-01-131-6/+26
| | | | | o mention 5416-class parts o mention tdma support
* Fix broken URL and use the same base directory as thetrhodes2009-01-131-3/+3
| | | | | | | example files. PR: 123035 Submitted by: Lawrence Mayer <lawmay3@i12.com> (original version)
* Quote the "u" as it's the name of the union, this may preventtrhodes2009-01-111-1/+1
| | | | | | | | some confusion when reading the manual page. PR: 117798 Discussed with: keramida, brueffer Recommended by: phk
* Correct description for the Marvell 88SE6101.kib2009-01-101-1/+1
| | | | | Submitted by: Andriy Gapon <avg icyb net ua> MFC after: 3 days
* DEBUG_REDZONE needs DDB which needs KDB.brueffer2009-01-091-1/+3
| | | | | | PR: 130324 Submitted by: Jaakko Heinonen <jh@saunalahti.fi> MFC after: 3 days
* The description of the various securelevels has moved to thekeramida2009-01-081-2/+3
| | | | | | | security.7 manpage a while ago. MFC after: 1 week Noticed by: simon
* Language cleanup.brueffer2009-01-081-4/+5
|
* First cut at documenting hw.cam.cd.retry_count. Movedimp2009-01-081-38/+58
| | | | kern.cam.cd.%d.minimum_cmd_size to new SYSCTL VARIABLES section.
* Document that with r186854 we started using KMODOWN/KMODGRPbz2009-01-081-2/+2
| | | | | | | for the kernel as well and no longer only for modules. Reviewed by: kib, antoine MFC after: 26 days
* Update date.mav2009-01-071-1/+1
|
* Add some more supported controller and codec models.mav2009-01-071-11/+28
| | | | Add one more proposition to check correct PCM audio device usage.
* Hook up sdhci man page to the build.mav2009-01-071-0/+1
|
* Cross-reference snd_ich and snd_hda man pages.mav2009-01-062-4/+11
| | | | | Some hardware require different drivers depending on implementation, that may confuse users.
* More wording improvements.brueffer2009-01-051-4/+4
| | | | Discussed with: stas
* o FreeBSD 7.1 added.maxim2009-01-051-3/+8
|
* Document the NO_XXX options supported by our Makefile.inc1.keramida2009-01-051-1/+64
| | | | | | Noticed by: simon Reviewed by: imp MFC after: 1 week
* Remove reference to pr_ousrreq from domain(9) since it's now gone fromrwatson2009-01-041-2/+0
| | | | | | | struct protosw. Submitted by: bz MFC after: 3 weeks
* - Improve wording.stas2009-01-041-2/+2
| | | | | Approved by: kib (mentor) MFC after: 1 week
* - Improve wording.stas2009-01-041-5/+4
| | | | | | | - ae(4) first appeared in 7.1. Reflect this. Approved by: kib (mentor) MFC after: 1 week
* Mdoc and language cleanup.brueffer2009-01-031-13/+17
|
* Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, bothrwatson2008-12-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contrib/openbsm (svn merge) and src/sys/{bsm,security/audit} (manual merge). Add libauditd build parts and add to auditd's linkage; force libbsm to build before libauditd. OpenBSM history for imported revisions below for reference. MFC after: 1 month Sponsored by: Apple Inc. Obtained from: TrustedBSD Project OpenBSM 1.1 alpha 4 - With the addition of BSM error number mapping, we also need to map the local error number passed to audit_submit(3) to a BSM error number, rather than have the caller perform that conversion. - Reallocate user audit events to avoid collisions with Solaris; adopt a more formal allocation scheme, and add some events allocated in Solaris that will be of immediate use on other platforms. - Add an event for Calife. - Add au_strerror(3), which allows generating strings for BSM errors directly, rather than requiring applications to map to the local error space, which might not be able to entirely represent the BSM error number space. - Major auditd rewrite for launchd(8) support. Add libauditd library that is shared between launchd and auditd. - Add AUDIT_TRIGGER_INITIALIZE trigger (sent via 'audit -i') for (re)starting auditing under launchd(8) on Mac OS X. - Add 'current' symlink to active audit trail. - Add crash recovery of previous audit trail file when detected on audit startup that it has not been properly terminated. - Add the event AUE_audit_recovery to indicated when an audit trail file has been recovered from not being properly terminated. This event is stored in the new audit trail file and includes the path of recovered audit trail file. - Mac OS X and FreeBSD dependent code in auditd.c is separated into auditd_darwin.c and auditd_fbsd.c files. - Add an event for the posix_spawn(2) and fsgetpath(2) Mac OS X system calls. - For Mac OS X, we use ASL(3) instead of syslog(3) for logging. - Add support for NOTICE level logging. OpenBSM 1.1 alpha 3 - Add two new functions, au_bsm_to_errno() and au_errno_to_bsm(), to map between BSM error numbers (largely the Solaris definitions) and local errno(2) values for 32-bit and 64-bit return tokens. This is required as operating systems don't agree on some of the values of more recent error numbers. - Fix a bug how au_to_exec_args(3) and au_to_exec_env(3) calculates the total size for the token. This buge. - Deprecated Darwin constants, such as TRAILER_PAD_MAGIC, removed.
* Add missing comma.brueffer2008-12-301-1/+1
|
* Mdoc and wording improvements, also point to cpucontrol(8).brueffer2008-12-301-17/+23
|
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Now the NDISulator supports NDIS USB drivers that it've tested with devices as follows: - Anygate XM-142 (Conexant) - Netgear WG111v2 (Realtek) - U-Khan UW-2054u (Marvell) - Shuttle XPC Accessory PN20 (Realtek) - ipTIME G054U2 (Ralink) - UNiCORN WL-54G (ZyDAS) - ZyXEL G-200v2 (ZyDAS) All of them succeeded to attach and worked though there are still some problems that it's expected to be solved. To use NDIS USB support, you should rebuild and install ndiscvt(8) and if you encounter a problem to attach please set `hw.ndisusb.halt' to 0 then retry. I expect no changes of the NDIS code for PCI, PCMCIA devices. Obtained from: //depot/projects/ndisusb/...
* Update for the last API changes.mav2008-12-251-14/+2
|
* Hook up the ether_echo node and fix the man pagejulian2008-12-252-1/+2
|
* Add a trivial node to reflect ethernet frames to whence they came.julian2008-12-251-0/+77
| | | | MFC after: 1 month
* Apply various fixes:trhodes2008-12-241-1/+6
| | | | | | | | | Silence mdoc(7) warnings; Xref correct manual pages; Point user to the ddb.8 manual page. PR: 129398 Submitted by: gavin
* Update bmake glue for changes in 9.4.3dougb2008-12-231-1/+1
|
* Netgroup database can be centralized via NIS, list it.trhodes2008-12-231-2/+6
| | | | | | | Add a missing comma and bump doc date. PR: 127602 Submitted by: Dmitry Sivachenko <mitya@yandex-team.ru>
OpenPOWER on IntegriCloud