plunky
676a6668e7
correct comment
2011-04-30 19:21:09 +00:00
christos
6604c82010
add a define for pcb_sp
2011-04-30 16:58:35 +00:00
christos
acc16d96d1
Share the amd64 and i386 files.
...
XXX: Is there a better way to get the cpu family?
2011-04-30 16:57:58 +00:00
hannken
316e4e1a25
ufs_mknod: change vnode type to VNON before it gets unlocked. Closes a small
...
window where the vnode could have type VCHR but op vector ffs_vnodeop_p.
2011-04-30 14:24:27 +00:00
alnsn
df45d61f55
Save/restore errno in error path in dupgood. Check that n>0 before
...
accessing banner[n-1].
Approved a while ago by pooka@
2011-04-30 12:25:05 +00:00
alnsn
d4a5682920
Add new files.
2011-04-30 11:24:14 +00:00
phx
7a9e3e0e9f
Add Iomega Storcenter dsrtc device (DS1337).
2011-04-30 11:14:04 +00:00
phx
a5da0088ea
Detect QNAP board last, because a Realtek chip at pci device 15 is used
...
on several boards.
2011-04-30 11:12:58 +00:00
jruoho
4f729153dd
Few fundamental consistency checks for kill(2).
2011-04-30 06:20:37 +00:00
mrg
2b448af86b
- convert rf_printf_mutex to a kmutex
...
- convert rf_rad_lock and the per-raid "cv" to per-raid kmutex/and real cv
- use rf_mutex_init() in places, and move it with the similar definitions
2011-04-30 01:44:36 +00:00
alnsn
fc6d41fbf1
PR/42320 doesn't seem to be fixed, mark the failure as expected.
2011-04-30 01:10:07 +00:00
alnsn
914f29ef1b
Add files required for the new testcase in t_awk.sh.
2011-04-30 00:35:03 +00:00
jakllsch
fb405999a1
Add simplistic atabus(4) rescan support.
2011-04-30 00:34:03 +00:00
jym
bf7437481f
Move the connection code of xbdback(4) and xvif(4) backends in separate
...
functions. The frontend watch function is easier to read, and mixing
switch() with goto's error paths is rather error-prone.
While here, sprinkle some aprint_*.
Tested under amd64 dom0 with i386 PAE and amd64 domUs.
2011-04-29 22:58:46 +00:00
rmind
e0258609a4
Small comment improvement.
2011-04-29 22:57:54 +00:00
jym
13cf826eb8
Silence xenbus_read_target() in ENOENT case (== entry is missing from
...
Xenstore). The error case does not bring much here; assume that the value
is 0.
Print the error code when writing the ``target'' value fails.
2011-04-29 22:52:02 +00:00
jym
21afd04a13
Apply DRY: xpmap_{mtop,ptom}() can reuse xpmap_{mtop,ptom}_masked() for
...
the frame number lookup.
No functional change.
2011-04-29 22:45:41 +00:00
phx
e6fc9bd646
When we stretch a short frame to 60 bytes in rge_send() do not return 60,
...
but the original frame size.
2011-04-29 22:21:36 +00:00
matt
e12e68f065
simplify. Don't limit data way size to a page.
2011-04-29 22:19:30 +00:00
matt
63477e36a1
whitespace cleanup.
2011-04-29 22:18:53 +00:00
matt
0e99e28b91
minor cleanup (remove redundant static, fix whitespace).
2011-04-29 22:18:16 +00:00
matt
bdd6748264
Remove redundant opt_multiprocessor.h include
2011-04-29 22:17:17 +00:00
matt
aa6c45b7f0
Add/move some COP0_SYNC. increment tlb miss counter on mips3 and mips64r2
...
#ifdef MIPS3 / #endif more nops
2011-04-29 22:16:49 +00:00
matt
e31a36ddcb
Add whitespace
2011-04-29 22:14:59 +00:00
matt
391750b76c
KNF cleanup.
2011-04-29 22:14:35 +00:00
matt
0c31fb4e90
whitespace cleanup
2011-04-29 22:13:49 +00:00
matt
5c568a02a1
fix mips32/mips64 program on mips32/mips64 r2 bug.
2011-04-29 22:12:22 +00:00
matt
c35055217a
constification.
2011-04-29 22:11:15 +00:00
matt
c0d947d604
remove redundant opt_multiprocessor.h include
2011-04-29 22:10:22 +00:00
matt
ca1c4e020d
constification
2011-04-29 22:09:41 +00:00
matt
f5c3de8c3e
Use sizeof(*pte) instead sizeof(type)
2011-04-29 22:09:08 +00:00
matt
52834144c1
cleanup cpu.h includes
2011-04-29 22:08:17 +00:00
matt
a50cea45fb
Deal with uarea mapped in either kseg0 or xkphys.
2011-04-29 22:07:46 +00:00
matt
ee78900383
whitespace cleanup
2011-04-29 22:06:43 +00:00
matt
4b9f834fe6
add cop2 instructions
2011-04-29 22:06:12 +00:00
matt
355f93c622
ras atomicvec is no more.
2011-04-29 22:05:16 +00:00
matt
dca073c799
Since the RAS lock stubs are the default, don't bother assigning them just
...
make the default.
2011-04-29 22:04:42 +00:00
matt
19173e30cd
define<space> -> define<tab>
2011-04-29 22:00:54 +00:00
matt
0bebd783fd
minor cleanups.
2011-04-29 22:00:03 +00:00
matt
8102cadb17
Use M_ZERO with malloc instead of doing a explicit memset
2011-04-29 21:59:09 +00:00
matt
32da4d7e9b
minor constification, format cleanups
2011-04-29 21:58:27 +00:00
matt
0f6fa584be
Use mips64 for m[tf]c2, not arch=xlr
2011-04-29 21:55:43 +00:00
matt
80d9802f60
cpu_number() return an u_int, use %u for format
2011-04-29 21:55:20 +00:00
matt
294e5e2678
Provide OHCI companions devices to EHCI.
2011-04-29 21:54:14 +00:00
matt
5ad33f742f
Add some P10xx SVRs
2011-04-29 21:43:51 +00:00
matt
661fe6a80d
Use the wrtee inlines for booke.
2011-04-29 21:42:40 +00:00
rmind
cffe40e6be
Mention PowerPC BookE support and addition of PCU.
2011-04-29 20:33:42 +00:00
tron
09880ffbca
Remove (off by default) option to build Postfix with Cyrus SASL support.
...
As "libsasl" integration can now be considered stable it is no longer
necessary to suppor this hack.
2011-04-29 15:21:44 +00:00
jmmv
6d06e772f7
Add test cases for PR bin/6764: 'trap ... 0' is supposed to execute the
...
command when the shell exits but it does not work in ksh when the shells
exits "implicitly" (without an explicit exit/return statement).
These new tests cover both sh and ksh. The ksh part of this does not
strictly belong to this directory, but I think it'd be nice to extend
all the tests in here to cover both interpreters whenever that makes
sense, much like we do with the file system tests.
2011-04-29 12:49:36 +00:00
wiz
4aa3981b30
New sentence, new line. Use more markup.
2011-04-29 10:40:46 +00:00