Commit Graph

205363 Commits

Author SHA1 Message Date
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
reinoud
7c1bb80181 Disable SIGALRM from interfering with this signal handler 2011-09-05 11:25:29 +00:00
jmcneill
3b183dddb9 make sure splraise doesn't lower spl, and spllower doesn't raise it 2011-09-05 11:12:51 +00:00
reinoud
4a68a29054 Block SIGALRM on memory access and illegal instruction signal 2011-09-05 11:10:36 +00:00
reinoud
0e2ffe902b Add thunk_sigaddset() 2011-09-05 11:09:38 +00:00
apb
ed56faf952 Use ${.OBJDIR}/NetBSD.dist.tmp instead of just NetBSD.dist.tmp.
This fixes a problem in which NetBSD.dist.tmp had been created in
the SRCDIR by an earlier build (performed without an OBJDIR), and
the existence of the file in the SRCDIR confused a subsequent build
(performed with an OBJDIR).
2011-09-05 09:57:02 +00:00
jdc
3d7c729d6b Add PDP_ENDIAN definition, required for makefs (v7fs). 2011-09-05 07:38:52 +00:00
msaitoh
822e560c66 Change 0x1229's product name from 82557 to 8255x.
82550, 82551, 82558 and 82559 share the same product id.
This change makes "pcictl dump" happy.
2011-09-05 04:36:50 +00:00
msaitoh
99f89fa6de regen. 2011-09-05 04:32:52 +00:00
msaitoh
2245ac22ea Change Intel 0x1229 product name from 82557 to 8255x 2011-09-05 04:31:43 +00:00
lukem
30781daf0c Reduce priority of syslog message if getpeername returns ENOTCONN.
PR bin/18934 by Greg A. Woods (with supplied fix).
2011-09-04 23:16:41 +00:00
christos
4a0c950526 don't delete signal from the debugger. 2011-09-04 23:03:00 +00:00