joerg
a2f897e7fe
ANSIfy, static + __dead.
2011-09-06 18:19:58 +00:00
joerg
2eacf5d5a2
Mark __menu_initerror as dead in the output.
2011-09-06 18:16:38 +00:00
joerg
f0f23e661a
Move usage and onintr to make them static. Add __dead as needed.
2011-09-06 18:16:01 +00:00
matt
3d901f1f5e
Allocate color appropriate pages.
2011-09-06 16:41:55 +00:00
apb
f11ca724cb
Change foo*) case patterns to foo[0-9]*) in MD MAKEDEV.conf files,
...
as was done earlier today for the MI MAKEDEV.tmpl. There are
also a few instances of slightly different changes in the
case patterns.
2011-09-06 14:40:10 +00:00
jym
f618b3bb0d
Set $SRC_DIR to its default value at the beginning of main() so that
...
usage() can print the correct value even when called early.
2011-09-06 14:13:46 +00:00
jym
ec521efc45
Check that $TGZMODE is true to deduce that the set is extracted
...
from a .tgz instead of checking that $SRC_DIR != $SRC_ARG. These variables
can be modified in different places, so it's less error prone.
2011-09-06 14:08:05 +00:00
apb
99fac48d4f
MAKEDEV dk<n> should create only the dk<n> device, but it previously
...
looped creating everything from dk0 to dk<n>.
Reported by M. Levinson.
Also add comments to cases where MAKEDEV loops creating multiple
devices.
2011-09-06 13:34:44 +00:00
christos
f5cf37944f
move UNIX socket mention in the BUGS section.
2011-09-06 11:31:47 +00:00
jmcneill
bcb36a3aae
PR# kern/45330: ptrace: signals can alter syscall return values
...
process_stoptrace: defer signal processing to userret, ok christos@
2011-09-06 11:22:42 +00:00
jmcneill
9d23e265dd
Set the /AUDIO digital converter control bit for non-PCM streams
2011-09-06 11:14:17 +00:00
apb
4bf21f27b6
In most case patterns, change foo*) to foo[0-9]*). There are also
...
a few where foo*) changes to foo|foo[0-9]*) or some other slightly
more complex pattern.
This should prevent "MAKEDEV foobar0" from accidentally matching
the foo* pattern when it should really give an error, and it
should make the order of the patterns less critical.
2011-09-06 10:54:03 +00:00
jmcneill
f615e3051d
For AC3, set the Non-PCM bit in the stream format structure used in the
...
stream descriptors & codec config.
2011-09-06 10:48:28 +00:00
apb
43a361ba82
regen for "-u" option and dtv device.
2011-09-06 10:27:07 +00:00
jmcneill
caf4572518
cpu_lwp_inkernel approach won't work, back to the drawing board
2011-09-06 09:55:04 +00:00
wiz
982d032e15
mdocml-1.11.7 out.
2011-09-06 09:48:34 +00:00
reinoud
daca5967e8
Move sanity check before pmap since pmap and uvm can't be looking outside this
...
box
2011-09-06 09:38:27 +00:00
reinoud
b2edc06421
Implement switch to have a sparse memory file or to fill it beforehand.
2011-09-06 09:37:41 +00:00
reinoud
9fdc69723e
Remove old comment that is no longer relevant
2011-09-06 08:44:39 +00:00
macallan
8062a71e4f
add simple backlight control support, only on/off for now
2011-09-06 06:27:14 +00:00
macallan
c5d58b8a4a
add a function to mess with gpios which locks against the i2c stuff
2011-09-06 06:26:13 +00:00
macallan
557bda1d32
wsdisplayio_busid_pci() needs out parent since we don't attach directly
...
to a PCI bus anymore
2011-09-06 03:31:37 +00:00
jmcneill
096e3664e1
Add AC3 passthru support, currently untested.
2011-09-06 01:51:44 +00:00
jmcneill
5fc89c79bc
Add support for AFMT_AC3
2011-09-06 01:19:34 +00:00
jmcneill
9b960ee0a3
Document AUDIO_ENCODING_AC3
2011-09-06 01:17:48 +00:00
jmcneill
f250a93597
Add AUDIO_ENCODING_AC3 encoding type.
2011-09-06 01:16:43 +00:00
jmcneill
3610f83b31
adjust cpu_lwp_inkernel in mem access and illegal insn handlers
2011-09-05 21:38:05 +00:00
jmcneill
d7545ef1db
Have the urkel maintain a 'cpu_lwp_inkernel' variable and read it from the
...
urkelvisor to determine the origin of a syscall.
2011-09-05 20:54:47 +00:00
reinoud
1e20133240
Restore errno just before switching to the new context and NOT after it got
...
back again
2011-09-05 19:28:32 +00:00
reinoud
228af51207
Check SIGALRM handler setup success or failure
2011-09-05 18:52:14 +00:00
reinoud
f4a0812d54
Check for NULL pcb!
2011-09-05 18:50:34 +00:00
reinoud
3e9b49498c
Cleanup the exec debugging printf mess in usermode's machdep.c and make them
...
depend on DEBUG_EXEC
2011-09-05 18:31:04 +00:00
wiz
b93a4df878
Improve previous: As the comment at the top says, don't remove entries,
...
but mark them obsolete instead (hi christos!)
Sort while here.
2011-09-05 18:29:36 +00:00
wiz
ba45f45512
Remove duplicate RCS Id and split file system.
2011-09-05 18:27:31 +00:00
wiz
90a7060101
Fix typo.
2011-09-05 18:25:57 +00:00
joerg
170bc8c273
Moved to src/external/bsd/byacc.
2011-09-05 18:25:23 +00:00
wiz
7915776d56
Remove trailing whitespace.
2011-09-05 18:21:29 +00:00
jmcneill
5cef08fb02
remove thunk_sigblock/thunk_sigunblock calls
2011-09-05 18:17:44 +00:00
jmcneill
b928de5f57
use sigaltstack
2011-09-05 18:17:08 +00:00
jmcneill
714e88f3f7
check WIFSTOPPED status
2011-09-05 18:16:34 +00:00
joerg
7654d36ad8
Sprinkle const. Use __dead.
2011-09-05 18:11:53 +00:00
jmcneill
068cf0d8d3
rearrange ptrace_getregs and have the child raise(SIGSTOP) instead of wait()
2011-09-05 13:28:17 +00:00
jmcneill
fd1295e151
let env URKELVISOR=0 disable it at runtime
2011-09-05 12:49:33 +00:00
reinoud
e03ffd2ecb
Move kpreempt_enable/disable to splsched()
2011-09-05 12:40:38 +00:00
reinoud
ebe91428da
Disable kernel preemption in the critical section of cpu_switchto()
2011-09-05 12:22:19 +00:00
reinoud
66a2e2bc4b
Install signal handlers just after pmap_bootstrap and don't defer it
2011-09-05 12:19:12 +00:00
rjs
66914c95f9
Add support for RFC 4638 to pppoe(4).
...
The change to if_spppsubr.c moves the test for whether LCP should
request a mru change until after the pppoe device has picked up the
mtu of the underlying ethernet device.
2011-09-05 12:19:09 +00:00
reinoud
06003def2e
Use thunk's version of sigemptyset()
2011-09-05 12:04:40 +00:00
reinoud
b802d81912
Implement thunk_sigemptyset()
2011-09-05 12:04:03 +00:00
reinoud
671e29f99f
Initialise the alternative signal stack before referring to it
2011-09-05 11:56:52 +00:00