Oleksandr Tymoshenko
aaa54dd138
Enable USB1 (which is EHCI0) for Allwinner A10
...
Tested by: ganbold@
2013-02-15 21:29:03 +00:00
Oleksandr Tymoshenko
e589740522
Fix copy-paste error in bus_space_unmap argument
...
While I'm at it - fix some style(9) issues
Submitted by: Mikael Urankar
2013-02-15 21:24:21 +00:00
Jung-uk Kim
9c48c75ed6
Merge ACPICA 20130214.
2013-02-15 20:36:28 +00:00
Jung-uk Kim
6bb10c5e2f
Import ACPICA 20130215.
2013-02-15 19:12:35 +00:00
Neel Natu
74f80b236d
Advertise PCI-E capability in the hostbridge device presented to the guest.
...
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
2013-02-15 18:41:36 +00:00
Ian Lepore
a1137de941
Add PPS_CANWAIT support for time_pps_fetch(). This adds support for all three
...
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@
2013-02-15 18:30:32 +00:00
Dag-Erling Smørgrav
421ccedd26
Manually add the correct text for the LDNS and LDNS_UTILS options.
...
There seems to be a bug in makeman that causes it to misunderstand
the relationship between LDNS_UTILS and BIND_UTILS.
2013-02-15 15:09:24 +00:00
Dag-Erling Smørgrav
4e7b60a46c
The relationship between LDNS_UTILS and BIND_UTILS was inverted.
2013-02-15 14:22:23 +00:00
Sergey Kandaurov
d7ffa24831
vn_io_faults_cnt:
...
- use u_long consistently
- use SYSCTL_ULONG to match the type of variable
Reviewed by: kib
MFC after: 1 week
2013-02-15 14:22:05 +00:00
Dag-Erling Smørgrav
0acc2e1d2b
Update src.conf(5) up to but not including my LDNS commits.
2013-02-15 14:17:27 +00:00
Dag-Erling Smørgrav
5ab2740777
Oops, I flipped LDNS_UTILS but forgot to update the description.
2013-02-15 13:57:51 +00:00
Dag-Erling Smørgrav
7b5038d71c
Import LDNS and build it as an internal library.
2013-02-15 13:44:18 +00:00
Sergey Kandaurov
ab15d8039e
Add support of passing SCM_BINTIME ancillary data object for PF_LOCAL
...
sockets.
PR: kern/175883
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Discussed with: glebius, phk
MFC after: 2 weeks
2013-02-15 13:00:20 +00:00
Jilles Tjoelker
f108ef834e
setbuf(3): Remove bugs section about ancient versions of BSD.
2013-02-15 10:44:07 +00:00
Sergey Kandaurov
fa358104b1
Remove write only assignments and thus fix the build after struct bufarea
...
TAILQ conversion (r246812).
2013-02-15 09:10:01 +00:00
Gleb Smirnoff
e2a55a0021
Finish the r244185. This fixes ever growing counter of pfsync bad
...
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
2013-02-15 09:03:56 +00:00
Gleb Smirnoff
dc9b4fcacb
Fix compilation warning.
...
Sponsored by: Nginx, Inc
2013-02-15 07:58:51 +00:00
Kirk McKusick
2ec5c91481
Update fsck_ffs buffer cache manager to use TAILQ macros.
...
No functional changes.
2013-02-15 01:00:48 +00:00
Niclas Zeising
d3087c8fe0
Change examples to be consistent with what style(9) says.
...
Approved by: joel (mentor)
MFC After: 2 weeks
2013-02-14 21:29:55 +00:00
Xin LI
e469d5a70f
Eliminate real_LZ4_uncompress. It's unused and does not perform sufficient
...
check against input stream (i.e. it could read beyond specified input
buffer).
2013-02-14 21:02:18 +00:00
Monthadar Al Jaberi
0cc7a79be6
Mesh: QoS Control field bit flags fix.
...
* 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)
2013-02-14 20:00:38 +00:00
Joel Dahl
b2dc8cf4e2
Fix date.
2013-02-14 19:46:41 +00:00
John Baldwin
174b5f3850
Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel
...
config file.
Requested by: phk (ages ago)
MFC after: 1 month
2013-02-14 19:38:04 +00:00
Jamie Gritton
e593549587
Handle (ignore) when a process disappears before it can be tracked.
2013-02-14 19:27:52 +00:00
Niclas Zeising
4e95969e06
FreeBSD uses #if __BSD_VISIBLE to hide non-standard functions, fix this.
...
Noticed by: kib
Approved by: kib
2013-02-14 19:26:58 +00:00
Konstantin Belousov
bf94adb3e1
Print slightly more useful information on the 'bad pte' panic.
...
No objections from: alc
MFC after: 1 week
2013-02-14 19:22:15 +00:00
Konstantin Belousov
252b1f6e22
Assert that user address is never qremoved.
...
No objections from: alc
MFC after: 1 week
2013-02-14 19:21:20 +00:00
Neel Natu
a58ed3e913
Add option "--unassign-pptdev=<bus/slot/func>" to allow 'bhyvectl' to detach
...
passthru devices from the guest.
Obtained from: NetApp
2013-02-14 18:41:12 +00:00
Josh Paetzel
beb0f7e7d4
Resolve issue that caused WITNESS to report LORs.
...
PR: kern/171838
Submitted by: Venkat Duvvuru <venkatduvvuru.ml@gmail.com>
MFC after: 2 weeks
2013-02-14 17:34:17 +00:00
Baptiste Daroussin
3c4223a65a
Revert r246791 as it needs a security review first
...
Reported by: gavin, rwatson
2013-02-14 15:17:53 +00:00
Philippe Charnier
3e687cf089
remove old-style function definition
...
reduce WARNS=6 output
2013-02-14 14:44:08 +00:00
Baptiste Daroussin
f4365abd91
Allow fdescfs to be mounted from inside a jail
...
MFC after: 1 week
2013-02-14 13:03:15 +00:00
Baptiste Daroussin
86e220abc9
In case of failure of the pkg boostrap advice the user to either change the
...
PACKAGESITE they use or install from ports directly indicating where the port
is localted in the port collection
Submitted by: kientzle
2013-02-14 12:42:09 +00:00
Hans Petter Selasky
aafcb73207
Add USB API to read power draw on USB devices.
...
Update usbconfig to print power draw on USB devices.
MFC after: 2 weeks
Submitted by: Matt Burke @ icritical.com
2013-02-14 12:22:40 +00:00
Hiroki Sato
0af99eef9e
- Fix libmd dependency. It is needed in the bootstrap library list because
...
usr.bin/xinstall depends on it.
- Remove libutil from usr.bin/xinstall/Makefile. No symbol was actually used.
Reviewed by: brooks
2013-02-14 08:32:07 +00:00
Philippe Charnier
af2637db52
rework old-style functions prototypes
...
reduce WARNS=6 output
2013-02-14 08:16:03 +00:00
Xin LI
535875c734
Simplify r243637 and make sure that nfsdargs.{min,max}threads are always set
...
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
2013-02-14 02:00:41 +00:00
Xin LI
2a0b6dc5c3
Abstract out setting of nfsdcnt and consistently use MAXNFSDCNT when the
...
proposed value is too high and DEFNFSDCNT when proposed value is too low.
MFC after: 2 weeks
2013-02-14 01:25:14 +00:00
Xin LI
f33fce4865
Use static for all functions that do not need to be exported.
...
MFC after: 2 weeks
2013-02-14 01:01:53 +00:00
Neel Natu
25448de222
Requests for invalid CPUID leaves should map to the highest known leaf instead.
...
Reviewed by: grehan
Obtained from: NetApp
2013-02-13 23:22:17 +00:00
Martin Matuska
7c695febc9
Change vfs.zfs.write_to_degraded from CTLFLAG_RW to CTLFLAG_RWTUN
...
Suggested by: pjd
2013-02-13 23:11:25 +00:00
Jung-uk Kim
09286989d3
Merge OpenSSL 1.0.1e.
...
Approved by: secteam (simon), benl (silence)
2013-02-13 23:07:20 +00:00
Jung-uk Kim
b39da7f721
Change "the the" to "the". It is a continuation of r226436 and missed in
...
r237658.
Approved by: benl (maintainer, implicit)
2013-02-13 22:38:20 +00:00
Jung-uk Kim
f3b8b34a88
Import OpenSSL 1.0.1e.
...
Approved by: secteam (delphij, simon), benl (silence)
2013-02-13 22:15:56 +00:00
Xin LI
314caba11c
Restore De Bruijn algorithm for sparc64 where the compiler rely on a
...
library function for __builtin_c?z.
Tested by: Michael Moll <kvedulv kvedulv de>
2013-02-13 17:30:54 +00:00
Niclas Zeising
d902844bbd
Add strchrnul(), a GNU function similar to strchr(), except that it returns
...
a pointer to the end of the string, rather than NULL, if the character was
not found.
Approved by: theraven
2013-02-13 15:46:33 +00:00
Hans Petter Selasky
626d8465fb
Remove unused variable.
...
MFC after: 1 week
2013-02-13 15:43:15 +00:00
Ian Lepore
f72761c669
Add a dependency so that when compiling in a static dtb, the kernel gets
...
re-linked after changing the .dts source.
Reviewed by: cognet, arm@
2013-02-13 15:13:47 +00:00
Ian Lepore
74938cbb7f
Make the F_READAHEAD option to fcntl(2) work as documented: a value of zero
...
now disables read-ahead. It used to effectively restore the system default
readahead hueristic if it had been changed; a negative value now restores
the default.
Reviewed by: kib
2013-02-13 15:09:16 +00:00
Hans Petter Selasky
a18a7a414a
Resolve a LOR after r246616. Protect control requests using the USB device
...
enumeration lock. Make sure all callers of usbd_enum_lock() check the return
value. Remove the control transfer specific lock. Bump the FreeBSD version
number, hence external USB modules may need to be recompiled due to a USB
device structure change.
MFC after: 1 week
2013-02-13 12:35:17 +00:00