summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 1.6.16des2013-02-1559-1792/+2719
|\
| * import ldns 1.6.16des2013-02-1596-3275/+13216
| |
* | Add generated filesdes2013-02-154-0/+1199
| |
* | fix leftover from an earlier experimentdes2013-02-151-1/+1
| |
* | Enable USB1 (which is EHCI0) for Allwinner A10gonzo2013-02-154-1/+15
| | | | | | | | Tested by: ganbold@
* | Fix copy-paste error in bus_space_unmap argumentgonzo2013-02-151-5/+3
| | | | | | | | | | | | While I'm at it - fix some style(9) issues Submitted by: Mikael Urankar
* | Merge ACPICA 20130214.jkim2013-02-1559-768/+2835
|\ \
| * | Import ACPICA 20130215.jkim2013-02-1566-1290/+3380
| | |
| * | Fix a long standing bug. NextObject is the first field for very long time.jkim2013-01-283-11/+8
| | |
| * | Partially revert a vendor commit. The following broke our acpi(4) in a veryjkim2013-01-281-11/+32
| | | | | | | | | | | | | | | | | | subtle way: https://github.com/otcshare/acpica/commit/b8cf8cd2232f4e08ef9f8df4a103a29bd8699194
| * | Import ACPICA 20130117.jkim2013-01-17327-493/+803
| | |
* | | Advertise PCI-E capability in the hostbridge device presented to the guest.neel2013-02-153-0/+72
| | | | | | | | | | | | | | | | | | | | | FreeBSD wants to see this capability in at least one device in the PCI hierarchy before it allows use of MSI or MSI-X. Obtained from: NetApp
* | | Add PPS_CANWAIT support for time_pps_fetch(). This adds support for all threeian2013-02-151-8/+49
| | | | | | | | | | | | | | | | | | | | | | | | blocking modes described in section 3.4.3 of RFC 2783, allowing the caller to retrieve the most recent values without blocking, to block for a specified time, or to block forever. Reviewed by: discussion on hackers@
* | | Manually add the correct text for the LDNS and LDNS_UTILS options.des2013-02-151-0/+20
| | | | | | | | | | | | | | | There seems to be a bug in makeman that causes it to misunderstand the relationship between LDNS_UTILS and BIND_UTILS.
* | | The relationship between LDNS_UTILS and BIND_UTILS was inverted.des2013-02-151-1/+1
| | |
* | | vn_io_faults_cnt:pluknet2013-02-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - use u_long consistently - use SYSCTL_ULONG to match the type of variable Reviewed by: kib MFC after: 1 week
* | | Update src.conf(5) up to but not including my LDNS commits.des2013-02-151-15/+2
| | |
* | | Oops, I flipped LDNS_UTILS but forgot to update the description.des2013-02-151-3/+2
| | |
* | | Import LDNS and build it as an internal library.des2013-02-15125-0/+99951
|\ \ \ | | |/ | |/|
| * | import ldns 1.6.13des2012-07-04285-0/+134028
| /
* | Add support of passing SCM_BINTIME ancillary data object for PF_LOCALpluknet2013-02-151-0/+13
| | | | | | | | | | | | | | | | | | sockets. PR: kern/175883 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Discussed with: glebius, phk MFC after: 2 weeks
* | setbuf(3): Remove bugs section about ancient versions of BSD.jilles2013-02-151-17/+1
| |
* | Remove write only assignments and thus fix the build after struct bufareapluknet2013-02-151-1/+0
| | | | | | | | TAILQ conversion (r246812).
* | Finish the r244185. This fixes ever growing counter of pfsync badglebius2013-02-152-14/+1
| | | | | | | | | | | | | | | | | | | | length packets, which was actually harmless. Note that peers with different version of head/ may grow this counter, but it is harmless - all pfsync data is processed. Reported & tested by: Anton Yuzhaninov <citrin citrin.ru> Sponsored by: Nginx, Inc
* | Fix compilation warning.glebius2013-02-151-2/+4
| | | | | | | | Sponsored by: Nginx, Inc
* | Update fsck_ffs buffer cache manager to use TAILQ macros.mckusick2013-02-152-31/+31
| | | | | | | | No functional changes.
* | Change examples to be consistent with what style(9) says.zeising2013-02-142-8/+8
| | | | | | | | | | Approved by: joel (mentor) MFC After: 2 weeks
* | Eliminate real_LZ4_uncompress. It's unused and does not perform sufficientdelphij2013-02-141-131/+7
| | | | | | | | | | check against input stream (i.e. it could read beyond specified input buffer).
* | Mesh: QoS Control field bit flags fix.monthadar2013-02-141-3/+3
| | | | | | | | | | | | | | | | | | | | * The following bit flags where incroccetly defined: o Mesh Control Present o Mesh Power Save Level o RSPI This is now corrected according to Table 8.4 as per IEEE 802.11 2012; Approved by: adrian (mentor)
* | Fix date.joel2013-02-141-1/+1
| |
* | Make VM_NDOMAIN a kernel option so that it can be enabled from a kerneljhb2013-02-143-0/+4
| | | | | | | | | | | | | | config file. Requested by: phk (ages ago) MFC after: 1 month
* | Handle (ignore) when a process disappears before it can be tracked.jamie2013-02-141-6/+9
| |
* | FreeBSD uses #if __BSD_VISIBLE to hide non-standard functions, fix this.zeising2013-02-141-1/+1
| | | | | | | | | | Noticed by: kib Approved by: kib
* | Print slightly more useful information on the 'bad pte' panic.kib2013-02-141-2/+4
| | | | | | | | | | No objections from: alc MFC after: 1 week
* | Assert that user address is never qremoved.kib2013-02-141-0/+1
| | | | | | | | | | No objections from: alc MFC after: 1 week
* | Add option "--unassign-pptdev=<bus/slot/func>" to allow 'bhyvectl' to detachneel2013-02-141-0/+12
| | | | | | | | | | | | passthru devices from the guest. Obtained from: NetApp
* | Resolve issue that caused WITNESS to report LORs.jpaetzel2013-02-142-1/+10
| | | | | | | | | | | | PR: kern/171838 Submitted by: Venkat Duvvuru <venkatduvvuru.ml@gmail.com> MFC after: 2 weeks
* | Revert r246791 as it needs a security review firstbapt2013-02-141-1/+1
| | | | | | | | Reported by: gavin, rwatson
* | remove old-style function definitioncharnier2013-02-141-35/+27
| | | | | | | | reduce WARNS=6 output
* | Allow fdescfs to be mounted from inside a jailbapt2013-02-141-1/+1
| | | | | | | | MFC after: 1 week
* | In case of failure of the pkg boostrap advice the user to either change thebapt2013-02-141-0/+2
| | | | | | | | | | | | | | PACKAGESITE they use or install from ports directly indicating where the port is localted in the port collection Submitted by: kientzle
* | Add USB API to read power draw on USB devices.hselasky2013-02-149-4/+62
| | | | | | | | | | | | | | Update usbconfig to print power draw on USB devices. MFC after: 2 weeks Submitted by: Matt Burke @ icritical.com
* | - Fix libmd dependency. It is needed in the bootstrap library list becausehrs2013-02-142-2/+5
| | | | | | | | | | | | | | usr.bin/xinstall depends on it. - Remove libutil from usr.bin/xinstall/Makefile. No symbol was actually used. Reviewed by: brooks
* | rework old-style functions prototypescharnier2013-02-1410-165/+115
| | | | | | | | reduce WARNS=6 output
* | Simplify r243637 and make sure that nfsdargs.{min,max}threads are always setdelphij2013-02-141-20/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | to meaningful value: - When nfsdcnt is set, it dictates all values; - Otherwise, nfsdargs.minthreads is set to user specified value, or the automatically detected value if there is no one specified; nfsdargs.maxthreads is set to the user specified value, or the value of nfsdargs.minthreads if there is no one specified; when it is smaller than nfsdargs.minthreads, the latter's value is always used. MFC after: 2 weeks
* | Abstract out setting of nfsdcnt and consistently use MAXNFSDCNT when thedelphij2013-02-141-21/+21
| | | | | | | | | | | | proposed value is too high and DEFNFSDCNT when proposed value is too low. MFC after: 2 weeks
* | Use static for all functions that do not need to be exported.delphij2013-02-141-27/+27
| | | | | | | | MFC after: 2 weeks
* | Requests for invalid CPUID leaves should map to the highest known leaf instead.neel2013-02-131-2/+2
| | | | | | | | | | Reviewed by: grehan Obtained from: NetApp
* | Change vfs.zfs.write_to_degraded from CTLFLAG_RW to CTLFLAG_RWTUNmm2013-02-131-3/+2
| | | | | | | | Suggested by: pjd
* | Merge OpenSSL 1.0.1e.jkim2013-02-13510-1602/+3405
|\ \ | | | | | | | | | Approved by: secteam (simon), benl (silence)
OpenPOWER on IntegriCloud