Commit Graph

221325 Commits

Author SHA1 Message Date
christos
4e795f0325 from ftp.gnu.org 2013-09-29 13:48:10 +00:00
christos
883529b685 from ftp.gnu.org 2013-09-29 13:38:08 +00:00
christos
5ede7f76d1 add libcrypto; needed by new binutils 2013-09-29 13:34:37 +00:00
joerg
5f3aa2dbae Hook up initial build infrastructure for LLDB. Update LLVM/Clang
snapshot to r191390 for some required changed. Re-enable static analyzer
in Clang.
2013-09-29 12:11:59 +00:00
jnemeth
0acf56cdc6 add NetBSD 5.1.3 and 5.2.1 releases 2013-09-29 07:43:43 +00:00
skrll
de40f7e3ac Really dump all by calling uhci_dump_qhs and not uhci_dump_qh 2013-09-29 07:28:20 +00:00
skrll
ab3caea167 PR/48251: usmsc cannot change link address
Use CLLADDR appropriately.
2013-09-29 07:25:53 +00:00
dholland
4f0c9bd646 Typos. 2013-09-28 18:01:49 +00:00
dholland
9ff8189675 Add some more things. 2013-09-28 17:58:53 +00:00
skrll
36b20552e1 Remove unnecessary initialisation of error 2013-09-28 09:01:36 +00:00
skrll
0591a04731 Don't return EPASSTHROUGH when succeeding in ODIOCGDINFO or ODIOCGDEFLABEL 2013-09-28 09:00:26 +00:00
dholland
6296b8a34e +bamf, remf 2013-09-28 07:29:17 +00:00
kiyohara
19eccf3fb5 Change address/size of CESA Registers. 2013-09-28 05:46:51 +00:00
kiyohara
b1438b0a3a Add ARMADAXP IDs. 2013-09-28 05:39:06 +00:00
kiyohara
5c651e5b37 Add ARMADAXP MV78{13,16,23,26}0. 2013-09-28 05:37:31 +00:00
skrll
c9daadd9cd First pass at isoc transfer support - seems to work. More testing
required.
2013-09-27 22:03:01 +00:00
skrll
759305b881 Tidyup dwc2_host_is_b_hnp_enabled 2013-09-27 21:56:05 +00:00
skrll
e5ed6def73 Missed a sc->sc_intr_lock to hsotg->lock change from earlier commit. 2013-09-27 21:50:45 +00:00
skrll
1023b2854b Improve a couple of DPRINTFs 2013-09-27 21:42:42 +00:00
skrll
852b18f9e8 Use the hsotg->lock spin lock solely 2013-09-27 21:39:34 +00:00
skrll
a0e66c725f Don't call mutex_spin_exit on already released lock. 2013-09-27 13:34:48 +00:00
skrll
8225e7146f s/the the/the/
Bump date.
2013-09-26 16:18:52 +00:00
kiyohara
10bcd46954 Get and calculate some clocks from register.
And change some dpll5 settings for DM37xx.  But I don't have it.
Tested EarthSTORM(Sliverlode) only.  EHCI works.  However clock is bad?
2013-09-26 16:14:34 +00:00
kiyohara
e7fba601e4 Reset variable error to 0 before handle each ioctl cmd. Or returns EPASSTHROUGH
when some cmds. (e.g. ODIOCGDINFO)
2013-09-26 16:00:54 +00:00
skrll
dd95bb72ed Remove the usbd_do_request_async_cb prototype. This was missed from the
previous commit.
2013-09-26 10:31:02 +00:00
skrll
9b7b8d7c22 Remove usbd_do_request_async. It's callback was calling usbd_free_xfer
from softint context.

Adjust callers appropriately

	- usbd_clear_endpoint_stall_async is already triggered via a
	  usb_task, so simply call usbd_do_request.

	- uhidev_set_report_async had one caller in ukbd_set_leds.
	  Convert this usage to use usb_task as well.

Discussed with mrg@
2013-09-26 07:25:31 +00:00
rmind
0f412aba18 Give RUMP mutex and rwlock their own cache-line. Also give a separate
cache-line for the rwlock's reader counter.
2013-09-26 00:41:51 +00:00
rmind
fb41d25668 sess_hash_bucket: convert to murmurhash2, include ports, use random seed. 2013-09-26 00:24:36 +00:00
tron
463da012c6 Update list of generated header files. 2013-09-25 19:39:47 +00:00
tron
4b236b9a46 Postfix 2.10.2 was imported. 2013-09-25 19:35:59 +00:00
tron
51c5f9b7c2 Update list of source files after import of Postfix 2.10.2. 2013-09-25 19:25:08 +00:00
tron
cf7fbdea1a Resolve conflicts from last import. 2013-09-25 19:12:34 +00:00
tron
e6ca80d439 Import Postfix 2.10.2. Major changes since version 2.9.* are:
- Separation of relay policy (with smtpd_relay_restrictions) from spam policy
  (with smtpd_{client, helo, sender, recipient}_restrictions), which makes
  accidental open relay configuration less likely. The default is backwards
  compatible.
- HAproxy load-balancer support for postscreen(8) and smtpd(8). The nginx
  proxy was already supported by Postfix 2.9 smtpd(8), using XCLIENT commands.
- Support for the TLSv1 and TLSv2 protocols, as well as support to turn them
  off if needed for inter-operability.
- Laptop-friendly configuration. By default, Postfix now uses UNIX-domain
  sockets instead of FIFOs, and thus avoids MTIME file system updates on an
  idle mail system.
- Revised postconf(1) command. The "-x" option expands $name in a parameter
  value (both main.cf and master.cf); the "-o name=value" option overrides
  a main.cf parameter setting; and postconf(1) now warns about a $name that
  has no name=value setting.
- Sendmail-style "socketmap" lookup tables.
2013-09-25 19:06:17 +00:00
martin
f72123316b Avoid using unmaped PCI registers. From Wolfgang Stukenbrock in
PR kern/48236.
2013-09-25 18:54:48 +00:00
skrll
cb22e5243a Resolve conflicts 2013-09-25 06:19:22 +00:00
skrll
51dac8c00c Import dwc2 2013-09-25 2013-09-25 05:41:15 +00:00
dsainty
8ed5bc1d62 Fix a NULL dereference if the exit_alt_charset_mode capability is not defined.
The previous version of this file changed a terminal initialisation test on
the exit_attribute_mode capability, checking for the exit_alt_charset_mode
capability as a substring, rather than performing a search for the hard-coded
^O character.

That works better on terminals where ^O is not the correct value for
exit_alt_charset_mode.  But it works worse on terminals that don't have a
definition specified for exit_alt_charset_mode.

For example:

% TERMCAP='xterm:me=\E[m:' TERM=xterm vi
segmentation fault (core dumped)  TERMCAP='xterm:me=\E[m:' TERM=xterm vi

The crash can be avoided (without fixing the bug) by defining
exit_alt_charset_mode:

% TERMCAP='xterm|:me=\E[m:ae=:' TERM=xterm vi
ex/vi: Error: xterm: No such process

We now test exit_alt_charset_mode for NULL before continuing with the fatal
test, restoring the original no-crash behaviour.

XXX does_ctrl_o() is now just a naive reimplementation of strstr(), so should
probably just use strstr() instead.
2013-09-25 03:28:20 +00:00
riastradh
db4eba3c26 Fix spurious kassert on interrupted blocking read from /dev/random.
Return EINTR in this case instead.  While here, clarify comment.

Fixes PR kern/48119, simpler than the patch attached there, per
discussion with tls@, who had this right in the earlier version
of rndpseudo.c before I broke it (oops!).
2013-09-25 03:14:55 +00:00
rmind
72b022939e rumpuser_rwlock: replace internal pthread_spin_lock (for protecting reader
count) with atomic operations.  As pthread_spin_lock is not adaptive lock, it
can have hugely negative impact if contended here, especially with priority
inversions.  Now contended rwlock(9) no longer falls flat in RUMP kernels.
2013-09-24 23:45:16 +00:00
joerg
d41a00c8da Add missing dead. 2013-09-24 22:52:14 +00:00
wiz
2626dec52e Improve description.
From Jérémie Courrèges-Anglas <jca@wxcvbn.org>.
2013-09-24 22:08:06 +00:00
jdc
1a35157c53 Work around invalid root PCI bus bus-range (0x00-0xff) by checking the
bus-range of any child buses, and altering the root bus bus-range to
suit.  Required for cardbus bridge attach on SPARCle.
2013-09-24 18:23:07 +00:00
jdc
2237cf7c53 Remove spdmem entries for indirect configuration on SPARCle. This is now
handled in sparc64/autoconf.c (since r1.192).
2013-09-24 18:12:59 +00:00
jdc
ac257ced33 If we're running on SPARCle, add spdmem entries on the i2c bus directly,
because they are not known by firmware.  Idea from martin@.
2013-09-24 18:11:54 +00:00
jdc
a2f66b838f Add a property "i2c-indirect-config" to allow/disallow i2c indirect config.
If missing, "allowed" is assumed.  Set it to false for OFW machines.
Patch from martin@.  Removes erroneous i2c probe messages that appeared with
wildcard support.
2013-09-24 18:04:53 +00:00
njoly
a4d690b0d1 Regen for utimensat(2). 2013-09-24 13:28:50 +00:00
njoly
eb2a213af4 Add utimensat(2) for compat linux. 2013-09-24 13:27:49 +00:00
rmind
a99ac6280c npftest: add a choice of "rule" or "state" for -b option. 2013-09-24 02:44:20 +00:00
rmind
a484105289 npftest: add some concurrency testing code. 2013-09-24 02:04:21 +00:00
martin
c60b2e0b87 Missing , in table initializer 2013-09-23 21:00:35 +00:00