Commit Graph

221879 Commits

Author SHA1 Message Date
christos
0d211931ed fix unused variable warnings 2013-10-20 21:13:15 +00:00
christos
cb2fa8e0d7 Now that KASSERT will always consume its arguments, move a KASSERT inside
a DIAGNOSTIC, because the function used is only defined with DIAGNOSTIC.
2013-10-20 21:12:08 +00:00
christos
d78c7d418c 2 splbios in a row does not make sense. make the second one splx. 2013-10-20 21:11:15 +00:00
christos
9b0681b6d3 remove unused variable 2013-10-20 21:06:37 +00:00
christos
c6228f4c9e move debugging code inside ifdef debug 2013-10-20 21:06:09 +00:00
christos
3cf53c78f3 fix compiler warnings 2013-10-20 21:05:47 +00:00
mbalmer
45802ab30c attach tty line discipline by name, not by number. remove unused case value. lgtm christos 2013-10-20 20:17:52 +00:00
christos
98d16a5918 Revert previous code move to accommodate relocation that does not fit.
Move pxe_command_buf declaration next to the code so
that it fits on the 16 bit relocation. It is in the text segment, but
it does not matter since it is mapped read-write.
2013-10-20 19:47:28 +00:00
christos
f59006a79a write fail as a proper macro 2013-10-20 17:36:36 +00:00
christos
92501fa166 adjust output now that we don't output size info for links and directories
by default.
2013-10-20 17:27:37 +00:00
christos
14e652625e broadway changed addresses. 2013-10-20 17:22:49 +00:00
christos
a6ac3a3be5 remove unused 2013-10-20 17:18:38 +00:00
christos
ecffa9b765 XXX: gcc initializations 2013-10-20 17:17:30 +00:00
christos
892b86a26f remove unused 2013-10-20 17:16:57 +00:00
christos
683cfc6937 use new function to avoid array overflow 2013-10-20 17:15:42 +00:00
christos
59f2a2f5c4 remove unused 2013-10-20 17:14:48 +00:00
christos
a2f33b7a58 ifdef kernel used only variable 2013-10-20 17:14:05 +00:00
christos
e5cfe5de85 remove unused 2013-10-20 17:13:18 +00:00
skrll
2143de4353 Group the mknative stuff together - no functional change 2013-10-20 17:12:23 +00:00
skrll
739e5cb01a g/c VAX_CONFIGURE_ARGS 2013-10-20 17:10:15 +00:00
skrll
e0d4b1e3bf Make sure gmake is quiet when grabbing variables. 2013-10-20 16:00:20 +00:00
skrll
02cb02f748 Deleted 1 line too many in previous commit. 2013-10-20 14:55:28 +00:00
joerg
7997799121 Update to LLVM/Clang r193040 for a bug fix in the phi splitting around
landing pads.
2013-10-20 14:53:22 +00:00
skrll
cc4d923295 g/c gcc3 goop 2013-10-20 14:14:18 +00:00
joerg
744547edc2 Force use of static TLS space. 2013-10-20 13:30:50 +00:00
bouyer
2327114209 Fix memory leak if the provided mac address isn't valid. 2013-10-20 11:37:53 +00:00
bouyer
d5cd140e5e Add more XENPRINTF() to xbdback_connect()
in xbdback_backend_changed(), fix memory leak.
Do not free an uninitialized pointer in xbdback_connect(). Should fix
 hypervisor or dom0 reboot when using windows PV drivers, as reported
 by several users on port-xen.
2013-10-20 11:37:11 +00:00
skrll
2573efea2c Use cpuctrlmask in the arm1[01] case. 2013-10-20 09:30:41 +00:00
christos
58149f04e4 remove unused variables 2013-10-20 03:35:59 +00:00
christos
69ed668e3d - provide the right size to the zeroing memory function
- remove unused variables
2013-10-20 03:35:32 +00:00
christos
8b20e363e4 fix wrong argument to sizeof. 2013-10-20 03:34:58 +00:00
christos
598bc8c2fc avoid pointer gymnastics 2013-10-20 03:14:34 +00:00
christos
01073c00ad fix unused variable warnings 2013-10-20 03:14:21 +00:00
christos
45b261d12f remove unused variables 2013-10-20 03:10:45 +00:00
christos
64a05fe87b fix unused variable warnings 2013-10-20 03:09:11 +00:00
christos
751bae8fd5 remove unused variables 2013-10-20 03:02:26 +00:00
christos
0970a04ba9 remove unused variable 2013-10-20 03:00:02 +00:00
christos
bccafde1a7 remove unused variables 2013-10-20 02:58:34 +00:00
christos
aeccce4edc fix type punned issue 2013-10-20 02:58:24 +00:00
christos
eeceecfe62 fix unused variable warnings 2013-10-20 02:47:38 +00:00
htodd
05bca19fed Definining needswap where needed. 2013-10-20 00:29:10 +00:00
christos
3b10767488 always declare needswap 2013-10-20 00:20:53 +00:00
christos
9f1223fca3 Move an instruction above .code16 so that it produces an R_386_32 instead
of an R_386_16 relocation, which is truncated to fit. XXX: untested.
2013-10-20 00:16:16 +00:00
christos
de0d394bfe provide a function to access the name and extension as a single array as
opposed depend on array index overflow.
2013-10-20 00:01:55 +00:00
christos
f0a3fd2aff always declare needswap 2013-10-20 00:00:51 +00:00
wiz
db0dcb5a00 Minor fixes. 2013-10-19 23:34:48 +00:00
christos
344e379dcb put back oldflags and __USE it. 2013-10-19 23:14:27 +00:00
christos
e1fe9cc144 use proper format strings. 2013-10-19 23:07:39 +00:00
mrg
d385811be3 avoid a strict aliasing problem copying the mapped v4 address out of
a ipv6 address.
2013-10-19 22:58:40 +00:00
mrg
5ff07852c5 remove useless variable 2013-10-19 22:57:46 +00:00