jnemeth
65bbcf4e7b
PR/37048 - Edward Swiftwood -- dbri audio component is supported
2007-10-01 23:15:13 +00:00
jnemeth
f66f67f890
PR/37049 - Edward Swiftwood -- SPARC LX -> SPARCstation LX
2007-10-01 23:08:36 +00:00
ad
b58e305699
Enter mi_switch() from the idle loop if ci_want_resched is set. If there
...
are no jobs to run it will clear it while under lock. Should fix idle.
2007-10-01 22:14:23 +00:00
sjg
216e9ba475
Add the ability to tweak the token output before targets in job mode.
...
Eg.
.MAKE.JOB.PREFIX=${.newline}---${.MAKE:T}[${.MAKE.PID}]
would produce
---make[1234] target ---
2007-10-01 22:14:09 +00:00
martin
cadfc6aaa0
No need to db_init_commands() early any more - it will happen on first
...
entry to ddb.
2007-10-01 22:05:15 +00:00
martin
463076317b
Special case the initialization of builtin command tables to avoid using
...
malloc. Fixes PR kern/37042.
Allow "mach" commands registered by LKMs even if there is no builtin
mach command for the arch.
2007-10-01 22:01:38 +00:00
ad
3bf03448f0
Make want_resched a member of cpu_info.
2007-10-01 21:26:03 +00:00
ad
6299e033fb
ci_need_resched -> ci_want_resched
2007-10-01 21:23:02 +00:00
ad
f5abbe2621
Fix inverted tests. VT switching works again.
2007-10-01 21:18:18 +00:00
pooka
174fb761dd
Pass reason string to pu_errnotify. Print it in the default
...
version before aborting.
2007-10-01 21:10:50 +00:00
pooka
47cf5226f9
* better error checking: validate error values received from userland
...
to be vaild errno values
* include string describing error in PUFFS_ERR
* get rid of union in puffs_req, it's nothing but trouble
* pass pmp to async i/o callbacks
2007-10-01 21:09:07 +00:00
ad
a06455d0e5
Now that the bootblocks are the same, share loadfile_machdep.h between
...
amd64 and i386.
2007-10-01 20:31:41 +00:00
bouyer
511e912cd0
When checking for invalid b_resid valyes, also check negative ones.
...
Should fix kern/36690.
2007-10-01 18:43:30 +00:00
bouyer
8d743383a3
Properly initialize xs_callout in sddump(). We're using a static scsipi_xfer
...
here which didn't get through scsipi_get_xs().
Pointed out by Greg Oster.
2007-10-01 18:16:05 +00:00
bouyer
784da043be
Use the correct name for the iso image. Fix the acorn32 part of PR 37033.
2007-10-01 17:28:56 +00:00
xtraeme
9ab6815f21
Remove intval from %union, it's unused... ok christos@.
2007-10-01 17:01:55 +00:00
kleink
f32417f35c
Note tz*2007h.
2007-10-01 14:51:07 +00:00
kleink
9dd53e5eed
Import tzdata2007h.
2007-10-01 14:48:39 +00:00
martin
464d49ce18
printf -> DPRINTF
2007-10-01 14:18:52 +00:00
martin
da0f1debda
Turn a few printf into DPRINTF
2007-10-01 14:17:34 +00:00
martin
db90818494
Make a few debug outputs only happen when debugging.
2007-10-01 13:15:06 +00:00
martin
c51526f373
Back out accidently commited part of previous
2007-10-01 12:54:39 +00:00
martin
163215473e
Do not stop callouts for polled commands.
2007-10-01 09:43:00 +00:00
martin
594ab8c151
No need to cast the size argument of the dump function to "int" - make
...
it size_t instead. Pointed out by Chris Ross.
2007-10-01 09:15:46 +00:00
martin
7c4a68e67a
Fix printf format.
2007-10-01 09:13:51 +00:00
martin
2e57b74770
On second thought: a valid mapping is a valid mapping, period.
...
No need to special case the kernel pmap here.
2007-10-01 08:53:35 +00:00
martin
ed85693634
Fix printf format string for 32bit builds - pointed out by Kurt S.
...
on current-users.
2007-09-30 23:24:56 +00:00
joerg
c77ff03fed
The ACPI SCI override is relative to the Source of the MADT entry,
...
so use bus_pin for the comparision. Tested by reinoud@.
2007-09-30 19:08:17 +00:00
martin
898738b834
Cosmetics - improve the countdown while doing a crashdump.
...
XXX - need to add an ascii version of the game of life here someday.
2007-09-30 13:56:02 +00:00
martin
8841effc73
Add support to pmap_extract() for kernal mappings with PA 0.
2007-09-30 13:54:00 +00:00
kiyohara
83276945d6
Add bcsp.h
2007-09-30 13:10:52 +00:00
tsutsui
3f7bc8fd0c
- make this compile with #ifdef DEBUG
...
- use proper casts
2007-09-30 12:30:09 +00:00
tsutsui
4eef001c09
Use unsigned values for device addresses.
2007-09-30 12:29:01 +00:00
tsutsui
d98c049230
Remove local extiobase declarations, which is in <machine/cpu.h>.
2007-09-30 12:25:51 +00:00
tsutsui
9d9852b4ba
Make this compile with #ifdef DEBUG.
2007-09-30 12:24:48 +00:00
martin
7cd933d009
When calculating memory sizes and related values for kernel dumps,
...
consistently use uint64_t. Fixes crash dumps on machines with > 2GB
memory. Found by Chris Ross.
While there, remove a #if 0'd part of code that prevented the first
physical memory page to be dumped - I'll solve that differently.
2007-09-30 12:06:14 +00:00
martin
eb9963a5e5
Do not stop callouts on polled commands. Problem noticed by Chris Ross
...
when trying to do a kernel dump on sparc64.
Approved by Manuel Bouyer.
2007-09-30 11:59:41 +00:00
kleink
f6166193d2
Update for tzdata2007g.
2007-09-30 11:29:43 +00:00
kleink
bfe5f952ac
Merge tzdata2007g.
2007-09-30 11:28:26 +00:00
kleink
f2a092d2c5
Import tzdata2007g.
2007-09-30 11:25:37 +00:00
he
525420f3c8
Remove a now-unused local variable.
2007-09-30 10:35:16 +00:00
kiyohara
621909efb7
Add bcsp.
2007-09-30 04:25:26 +00:00
kiyohara
670e4c5b6e
Add bcsp(4).
2007-09-30 04:22:51 +00:00
kiyohara
c9c6f7ff7e
Support type bcsp.
2007-09-30 04:11:02 +00:00
kiyohara
09fa5a563a
Add bcsp(4). However, it is debuging state.
2007-09-30 04:07:41 +00:00
pooka
930ce5ac9b
support error notifications
2007-09-29 22:07:32 +00:00
martin
7179dab5b0
Fix column alignment in partition size display
2007-09-29 21:54:13 +00:00
martin
cc47bef689
Enable booting from news Solaris ufs partitions.
2007-09-29 21:43:52 +00:00
martin
aa444a36a0
When compiled with COMPAT_SOLARIS_UFS, always calculate fs_qbmask and
...
fs_qfmask on the fly. This allows libsa to read newer Solaris ufs
filesystems (which have a slightly incompatible superblock).
Suggested by Antti Kantee when discussing PR kern/37000.
2007-09-29 21:36:56 +00:00
pooka
c82fd73eb8
kill trailing whitespace
2007-09-29 20:17:36 +00:00