wiz
463d14b148
- choose better argument name for `-U';
...
- add argument names for options in man page;
- improve wording, punctuation, capitalization.
From Bug Hunting in email.
2012-04-15 18:09:50 +00:00
bsh
baf596cf75
add base addresses for i.MX51 IPU registers.
...
from Kinichi Hashimoto.
2012-04-15 16:34:11 +00:00
wiz
f41e473d4b
Handle pages with slashes in their names better.
...
From Abhinav Upadhyay in private mail.
2012-04-15 15:56:52 +00:00
martin
0ed1ffcc64
Fix leak in a posix_spawn error path, from Greg Oster.
2012-04-15 15:35:00 +00:00
bsh
f9b6ec2bd2
set same values to IOMUX registers as the linux kernel does.
...
make it a bit simpler. (we can treat MUX and PAD registers in the same
way here)
2012-04-15 10:34:14 +00:00
bsh
33c228ef9d
initialize one more pin for USB Host1.
2012-04-15 10:19:47 +00:00
bsh
885e65883d
delete many definitions like MUX_PIN_foo.
...
use MUX_PIN(foo) instead.
2012-04-15 10:16:37 +00:00
bsh
38bb79c98b
add HVE bit definition in iomux PAD_CTL register.
2012-04-15 10:09:58 +00:00
bsh
2768fb99c7
delete unused reference.
...
delete trailing whitespace, and NKF.
2012-04-15 09:51:31 +00:00
bsh
0dbb9f78f8
compile netwalker kernel with -mcpu=cortex-a8
2012-04-15 08:57:16 +00:00
mrg
9ac63422b6
force set ac_cv_mkdir_path to our install -d program.
...
fixes the remaining issues with 'sourcesets' and 'tools'.
2012-04-15 08:37:32 +00:00
bsh
322b46f881
fix comment.
...
remove trailing whitespace.
2012-04-15 08:17:42 +00:00
bsh
e2df9c219e
regen
2012-04-15 07:19:17 +00:00
bsh
87bbd9a7c4
add USB keyboard found on Netwalker.
2012-04-15 07:17:38 +00:00
christos
2e74a3b7d6
simplify
2012-04-15 03:05:57 +00:00
christos
86c0819aee
Fix check_mcontext for PK_32 binaries. Makes gdb work for i386 binaries on
...
amd64.
2012-04-15 00:34:09 +00:00
rmind
9ffbe6bd3d
Add initial NPF regression tests integrated with RUMP framework (running the
...
kernel part of NPF in userland). Other tests will be added once converted to
RUMP framework. All tests are in the public domain.
Some Makefile fixes from christos@.
2012-04-14 21:57:29 +00:00
rmind
16bec229c7
Update rumpdev_npf; use WARNS=4.
2012-04-14 19:01:21 +00:00
rmind
9cd8b15e05
rumpnet_net: add pfil.c
2012-04-14 18:26:31 +00:00
christos
42b74229c1
use a function constant instead of NetBSD
2012-04-14 15:14:08 +00:00
jruoho
f03351f948
Add few more NICs.
2012-04-14 15:13:57 +00:00
joerg
d88b05ff3c
Update LLVM/Clang to r154578.
2012-04-14 15:11:17 +00:00
jruoho
0a7b1257ab
Fix RCS string.
2012-04-14 12:43:05 +00:00
jruoho
0953dc8744
Add a test case for PR kern/46328 (tested naively with tcpdump(8)).
2012-04-14 12:21:45 +00:00
skrll
d2c7e180a1
Sync with the following OpenBSD changes, but do the shared interrupt
...
reporting differently. Each cpu and device interrupt gets its own
counter.
revision 1.14
Fix counting of interrupts for devices that attach to elroy(4). Shared
interrupts would be counted double, once for the interrupting device and
once for the device at the head of the chain. The handlers would run properly
though. Avoid this by giving each device its own interrupt counter instead
of using the counter provided by the generic interrupt handling code for the
head of the chain.
revision 1.13
Stop calling shared interrupt handlers as soon as one of them return 1
(positive interrupt was for me), like we do on other architectures.
This is done here, at the elroy(4) driver level, since this is where shared
PCI interrupts are handled. We could do something similar for dino(4) but
this optimization is probably not very relevant there.
2012-04-14 10:43:19 +00:00
wiz
ec32c33db9
Wording. Remove trailing whitespace.
2012-04-14 10:34:29 +00:00
skrll
4a227ae20e
Whitespace.
2012-04-14 06:04:34 +00:00
pgoyette
df3c343ded
Revert previous - k_helper3 does not get installed in a subdirectory.
...
Doing it this way will prevent us from creating the subdirectory on
non-MODULAR systems. That would have caused a build break due to the
unexpected empty directory.
2012-04-14 02:48:44 +00:00
pgoyette
a3637b39d4
The k_helper3 module no longer gets installed in its own subdirectory.
2012-04-14 02:47:27 +00:00
pgoyette
d2616fb0aa
The k_helper3 program does not need to be (and shouldn't be) installed
...
in its own subdirectory.
2012-04-14 02:46:17 +00:00
nakayama
3be522d63f
Remove duplicate code.
2012-04-14 02:15:01 +00:00
christos
0934ef62e5
a clarification, an a formatting nit.
2012-04-14 02:01:12 +00:00
christos
07636659d9
Minimize diffs.
2012-04-14 01:34:37 +00:00
christos
e457beb983
new flag.
2012-04-14 01:34:08 +00:00
christos
3765cebf73
- If fd == NULL, do the dance with opening /dev/tty
...
- Add a flag to enter a newline when we are done.
2012-04-14 01:33:43 +00:00
pgoyette
04ec1fc554
Create the directory for the helper program; hopefully fixes the build
...
break.
XXX It's odd that k_helper3 needs to have its directory pre-created, when
XXX k_helper, k_helper2, and k_uvm don't need it...
2012-04-14 00:14:22 +00:00
christos
4dd26a2880
use getpassfd()
2012-04-13 23:57:08 +00:00
christos
ffed4f27af
add more options.
2012-04-13 23:29:14 +00:00
christos
f1232d151c
replace the custom getpass with getpassfd()
2012-04-13 16:36:37 +00:00
wiz
2306ff07c8
Sort errors.
2012-04-13 16:32:15 +00:00
yamt
3b2f9a6361
comment
2012-04-13 15:38:04 +00:00
yamt
6c548e4b68
add a big comment
...
(copy and paste from cvs log rev.1.1)
2012-04-13 15:37:12 +00:00
yamt
88246c7ae3
comment
2012-04-13 15:35:57 +00:00
yamt
36347bfd16
uvm_km_kmem_alloc: don't hardcode kmem_va_arena
2012-04-13 15:34:42 +00:00
yamt
a630250ee1
comments
2012-04-13 15:33:38 +00:00
yamt
ea84519110
comment
2012-04-13 15:32:15 +00:00
yamt
6e7d55c554
- do_sched_getparam: release locks earlier.
...
- add comments
2012-04-13 15:27:13 +00:00
yamt
8cd2291e6a
needs sys/lwpctl.h for constants
2012-04-13 15:14:58 +00:00
yamt
0df0c59ba6
- fix ambiguous sentences.
...
- mention scheduling class.
2012-04-13 15:14:27 +00:00
pgoyette
84c6871a07
Let's get it right this time.
2012-04-13 15:02:37 +00:00