joerg
90ee948ed8
Use __dead
2011-08-29 21:08:54 +00:00
joerg
9eba1e423c
Use __dead
2011-08-29 20:41:06 +00:00
joerg
dccf569e0e
Use __dead.
2011-08-29 20:38:53 +00:00
joerg
a1de9c2dbb
Use __dead and __printflike
2011-08-29 20:37:43 +00:00
joerg
4511a017c1
Use __dead
2011-08-29 20:30:36 +00:00
bouyer
d8593e7a9a
PR bin/45299: print FBMASK not FFMASK when lfs_fbmask is incorrect.
2011-08-29 18:43:20 +00:00
bouyer
2fba875a58
Add a flags argument to gcscpcib_attach().
...
Add a flag argument which cause the waychdog to not be attached.
Use it to disable the watchdog on loongson-based platforms, where
the CS5536's reset output is not wired to the CPU reset line :(
2011-08-29 18:34:42 +00:00
bouyer
9f200f93cc
Add a INSTALL_LOONGSON kernel with a ramdisk.
...
build LOONGSON and INSTALL_LOONGSON for evbmips-mip64el
2011-08-29 18:32:18 +00:00
bouyer
90a13a6073
Hide instructions added by -mfix-loongson2f-jump in the same way as
...
-mfix-loongson2f-btb, to avoid a gas warning "macro expanded into
multiple instructions" (which cause GDIUM kernel build failure
as it's built with -Wa,-mfix-loongson2f-jump -Wa,--fatal-warnings).
2011-08-29 18:30:52 +00:00
jruoho
537167411c
Remove some cruft that is no longer needed.
2011-08-29 17:39:54 +00:00
jmcneill
41a1fc0b6b
PR# kern/43681: PT_SYSCALL appears to be broken
...
sys_ptrace: For PT_CONTINUE/PT_SYSCALL/PT_DETACH, modify the p_trace_enabled
flag of the target process, not the calling process.
2011-08-29 17:31:50 +00:00
gson
4d457a688d
Track spacing changes of df.c 1.89
2011-08-29 17:31:41 +00:00
gson
52d3b7aa35
Use the same column spacing for the -h output as with the normal output,
...
as the same header line format is used in both cases and it can't line
up correctly with both of them otherwise.
2011-08-29 17:30:28 +00:00
njoly
e5ce0ad0c8
Fix prologue macros order.
2011-08-29 16:56:32 +00:00
njoly
ed3d4b186b
+devpubd.debug
2011-08-29 16:45:54 +00:00
jruoho
9ef26ccc23
Add few.
2011-08-29 16:28:38 +00:00
jruoho
eedc15b4ff
Some improvements.
2011-08-29 15:35:29 +00:00
mbalmer
ffbe93dc4f
Register as built-in module when compiled wo/ _MODULE.
2011-08-29 15:14:04 +00:00
mbalmer
d9fc073d41
Register as built-in module when not compiled as a module. Reminded by
...
jmcneill.
2011-08-29 15:06:49 +00:00
reinoud
4840e8ce7d
Implement read and modify detection code
2011-08-29 14:59:09 +00:00
joerg
5bb1ddccc2
Use __dead
2011-08-29 14:51:17 +00:00
joerg
490b73bf85
Mark yyerror as static and __dead.
2011-08-29 14:50:27 +00:00
joerg
074c0c6e91
static + __dead
2011-08-29 14:47:47 +00:00
jmcneill
3076984ffe
have pci register itself as a module, and make PCI driver modules depend on it
2011-08-29 14:47:07 +00:00
joerg
7aae24bc7d
static + __dead
2011-08-29 14:45:28 +00:00
joerg
44db7ee6ac
Move usage and mark it static+dead
2011-08-29 14:44:21 +00:00
joerg
30176a91ba
static + __dead
2011-08-29 14:38:30 +00:00
joerg
baa8e84b6f
Use __dead
2011-08-29 14:34:58 +00:00
joerg
693655118a
static + __dead
2011-08-29 14:29:21 +00:00
joerg
7e47a1209f
Use __dead
2011-08-29 14:24:03 +00:00
joerg
d27ef895bf
static + __dead
2011-08-29 14:22:46 +00:00
wiz
5febc69036
Add minimal devpubd man page, not hooked into the build yet.
...
XXX: someone should write drvctl(4)
2011-08-29 14:21:50 +00:00
joerg
593b4a9f8c
Use __dead
2011-08-29 14:14:11 +00:00
joerg
a696160afc
static + __dead
2011-08-29 14:12:29 +00:00
alnsn
e0e35e91bd
Typo.
2011-08-29 14:09:01 +00:00
joerg
6e33bec8d4
static + __dead
2011-08-29 14:05:08 +00:00
joerg
136ac38948
ANSIfy + static + __dead
2011-08-29 14:00:54 +00:00
joerg
d04cc43e5c
usage() is not unused, it is dead
2011-08-29 13:56:17 +00:00
joerg
49dbe234f7
static + __dead
2011-08-29 13:55:22 +00:00
joerg
a631748810
Sprinkle NORETURN.
2011-08-29 13:51:38 +00:00
joerg
a746333485
static + __dead
2011-08-29 13:47:16 +00:00
wiz
b3638dac15
Some fixes from Jared, add zl10353, update AUTHORS.
2011-08-29 13:42:53 +00:00
jmcneill
fffda35fbf
mem_access_handler: print originating lwp ptr + pid + lid
2011-08-29 13:15:54 +00:00
jruoho
86cc76e795
Remove Xfails that are related to the infamous qemu/amd64 floating point
...
bugs. It appears to be quite difficult to identify the exact Qemu version
and setup. These do not fail on the TNF's qemu/amd64 setup, which can be
taken as a reference point for expected failures.
2011-08-29 12:50:50 +00:00
christos
010ceb7a08
- err -> errx mistakes
...
- make sure that -v does not change the program behavior
- don't set revents in poll
- add more debugging
- only call read when we have POLLIN
- don't mix I/O from master while processing input
2011-08-29 12:49:37 +00:00
reinoud
e5e1d509fa
Dirty commit of machdep.c and cpu.c
2011-08-29 12:46:58 +00:00
christos
45c0e7eb0b
fix bug where we read the same argument twice. Name the timeout val the
...
same 'tval' in both timeout routines.
2011-08-29 12:46:03 +00:00
christos
ee83fe41db
comment out racy test that I will not bother fixing for now.
2011-08-29 12:44:35 +00:00
christos
6247ed98ed
change comparend to compare so that this passes now.
2011-08-29 12:43:51 +00:00
christos
4ac2ea1b30
This could have never worked before since the syntax was wrong. Unfortunately
...
since I added the error checking, I was blamed for it failing. Go figure.
2011-08-29 12:42:57 +00:00