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
pgoyette
bfea36353b
Put k_helper3 in the correct location.
2012-04-13 14:54:39 +00:00
ttoth
8be0dba80d
prepare for chfs's makefs
2012-04-13 14:50:35 +00:00
christos
d6d7452b38
prefer ETIMEDOUT.
2012-04-13 14:42:18 +00:00
christos
5d7ab7f99c
add timeout to getpassfd.
2012-04-13 14:39:49 +00:00
christos
77cac556d1
add timeout.
2012-04-13 14:39:34 +00:00
christos
98ba7d206f
- don't update the length of the buffer until the allocation succeeds
...
- print only printable characters otherwise print '?'
2012-04-13 14:16:27 +00:00
cegger
fbb3a1d6f5
replace amdtempbus with amdnb_miscbus.
...
pointed out by pgoyette@
2012-04-13 13:36:57 +00:00
cegger
c42e0053b0
Replace amdtempbus with amdnb_miscbus.
...
This allows us to have independent drivers on the same device (northbridge f3)
each coming with a certain functionality/feature.
This way we do not need to mess with amdtemp(4) to utilize other features.
2012-04-13 13:11:16 +00:00
njoly
d2c0752725
Do not re-add -mieee option on alpha, it's already set by default.
2012-04-13 12:31:19 +00:00
cegger
5828a00eed
- support AMD Family15h
...
- deregister pmf on detach
2012-04-13 12:14:41 +00:00
cegger
84c7344590
regen.
2012-04-13 12:04:11 +00:00
cegger
eb047aba90
Add AMD Family15h ids
2012-04-13 12:03:14 +00:00
jruoho
e49dc377ca
Add a helper program that loads a module and returns the errno from modctl(8).
...
XXX: As noted on tech-kern@, the syscall should be modified to fail
consistently with a given predefined errno on non-MODULAR kernels.
2012-04-13 07:05:32 +00:00