222659 Commits

Author SHA1 Message Date
kiyohara
725fdb27e9 Fix IPL for cascading pic to HIGH. 2013-11-19 12:46:43 +00:00
kiyohara
1fc0e558b2 Add smsc to ibm4xx and booke. 2013-11-19 12:07:06 +00:00
macallan
a98db642b2 get rid of junk variable 2013-11-19 10:49:00 +00:00
skrll
33e89ce9f4 Zeroise the whole urb including the iso_descs array 2013-11-19 10:07:11 +00:00
mbalmer
8bbb1276fe fix bad free 2013-11-19 07:51:56 +00:00
skrll
ab5615267b Correct the interval assignment for isoc and intr transfers. 2013-11-19 07:50:01 +00:00
skrll
7ed47d18d5 Use PRIxBUSADDR in DPRINTF. Problem pointed out by kiyohara. 2013-11-19 07:45:42 +00:00
macallan
c905a4b299 (hopefully) shut up warnings about set-but-unused variables. 2013-11-19 06:37:42 +00:00
jnemeth
a3d649686c update synopsis for add subcommand 2013-11-19 05:07:40 +00:00
jnemeth
650728b4e3 Add two new options to the "add" subcommand:
-a alignment -- attempt to align the start and size of the partition
-l label -- supply a label for the partition

These options were inspired by FreeBSD's gpart(8) command, but the
code was written by me.
2013-11-19 05:03:41 +00:00
chs
6aed52509c regen 2013-11-19 03:53:09 +00:00
chs
e3ea522918 add the *at() syscalls. 2013-11-19 03:52:07 +00:00
rmind
d116583e69 Simplify parsing of npf.conf elements, create the npfvar_t when a value is
parsed (to be used as a general structured for variables and inlined values),
few misc improvements.
2013-11-19 00:28:41 +00:00
rmind
3fb1890bf5 Rename some tokens, use more accurate names (the current ones are incorrect
or missleading) and add few comments in the parser code.
2013-11-18 21:39:03 +00:00
joerg
2786173415 Use an empty string, not a null pointer for nullname. 2013-11-18 20:51:03 +00:00
joerg
815896355e Change content of string, don't overwrite the newly allocated pointer. 2013-11-18 20:03:02 +00:00
joerg
eb3bd1d5f0 Spell NULL pointer as NULL. 2013-11-18 19:55:59 +00:00
joerg
5d70299db9 NUL != NULL, so use the correct literal 2013-11-18 19:55:29 +00:00
christos
ae496e1598 Regen 2013-11-18 19:23:35 +00:00
christos
35ec66cc18 Fix extended attribute syscalls to use the proper types and call their netbsd32
counterparts for now.
2013-11-18 19:23:27 +00:00
njoly
41f9717ed2 Do lwp0 initialisation as early as possible, right after
rumpuser_init(). This makes rump applications work again when
RUMP_LOCKDEBUG is enabled.

ok pooka.
2013-11-18 18:45:29 +00:00
joerg
dcbaafe6f3 NUL != NULL, so use correct literal here. 2013-11-18 18:17:19 +00:00
matt
d1068917cb Before checking for an exception, make sure we own the VFP. 2013-11-18 18:02:01 +00:00
bad
0e35e79f53 ubsec is not a MI buildable module. disable it for now. 2013-11-18 16:23:47 +00:00
skrll
9460c4a119 Really remove unused variable. 2013-11-18 15:34:06 +00:00
kefren
be55f323ec Cubic changes:
* correct W(t) calculation
 * check wmax limits
 * change W_max in slow and fast retransmit
 * correct rtt approximation
Reno:
 * move comment I forgot behind after fast_retransmit() split
2013-11-18 11:48:34 +00:00
nisimura
7bc55a445e minor tweaks to shut gcc4.8 warning off. 2013-11-18 11:02:34 +00:00
alnsn
f192c5171a Report an error if SLJIT_CACHE_FLUSH isn't defined by machine/sljitarch.h. 2013-11-18 07:13:13 +00:00
jakllsch
aa37094d90 Bring arch/i386/stand bootinfo structure in line with the kernel's
fixed-layout understanding of it.
2013-11-18 03:52:45 +00:00
rmind
8da90206bc Make tmpfs_node_t::tn_gen a 32-bit number, keep it in sync with tmpfs_fid_t.
Also, change tn_status to unsigned while here.
2013-11-18 01:39:34 +00:00
chs
42fa7e34f4 claim to be linux 3.11.6 (opensuse 13.1). 2013-11-18 01:36:49 +00:00
chs
c1e3376b22 regen 2013-11-18 01:36:35 +00:00
chs
29a841b371 implement the *at() syscalls.
bring the unimplemented syscall list up to date.
2013-11-18 01:32:52 +00:00
chs
9b4603f5cc initialize %ds to something valid to help ptrace(). 2013-11-18 01:32:32 +00:00
chs
2084516c98 implement AT_RANDOM. 2013-11-18 01:32:22 +00:00
chs
dc00ea6b1e expose various do_*at() functions for compat_linux. 2013-11-18 01:31:42 +00:00
bad
10e267efbd Add support for BCM5825, and BCM5860, 5861, 5862 from OpenBSD rev 1.143:
Add support for the BCM5825 and the next-generation BCM5860, 5861,
  5862 Broadcom CryptoNetX IPSec/SSL Security Processors.  The 5825 is a
  faster version of the already supported 5823, and the even faster 586x
  series is a bit different and needed some more changes.

AES support hasn't been pulled in yet.
2013-11-17 23:20:18 +00:00
bad
592693210e Create the sysctl variables on module initialization.
Create them under hw.ubsec as is hip these days.
2013-11-17 22:52:14 +00:00
martin
d0d1f96433 Remove an unused variable 2013-11-17 19:22:06 +00:00
alnsn
870a203eea Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no". 2013-11-17 18:58:28 +00:00
martin
93ac0a3a04 Remove unused variable 2013-11-17 18:08:08 +00:00
bad
456912e1a9 Make ubsec(4) loadable as kmod. 2013-11-17 17:16:24 +00:00
bad
1f6736069c Fix locking botch. Callers of ubsec_rng_locked() lock and release sc_mtx already. 2013-11-17 17:01:44 +00:00
bad
8718848707 Use callout_setfunc()/callout_schedule() instead of callout_reset(), it is cheaper. 2013-11-17 16:54:02 +00:00
skrll
bc03d19299 Fix locking botch.
PR/48383
2013-11-17 16:11:35 +00:00
alnsn
5345f80ec7 Enable sljit and bpfjit on powerpc. 2013-11-17 14:34:11 +00:00
alnsn
988b97e4aa Always define SLJIT_CACHE_FLUSH(), start include guards with '_' and use _LP64 guard. 2013-11-17 12:01:58 +00:00
martin
44525f39e0 Simplify previous by using CSU_MACHINE_ARCH. Hint from Takeshi Nakayama. 2013-11-17 11:16:09 +00:00
skrll
1c7b9e373b Remove unused variables. 2013-11-17 08:32:55 +00:00
skrll
4b9dad715c Use -Os to save space. Required by gcc 4.8. 2013-11-17 08:21:01 +00:00