205238 Commits

Author SHA1 Message Date
joerg
91a068001c Add comment to explain the const issue to avoid future trouble. 2011-09-07 22:59:19 +00:00
christos
a222eb155b catch up with vmem_alloc signature change. 2011-09-07 21:32:07 +00:00
jmcneill
37071899b9 Enable non-PCM passthru for digital converters, and treat the "AC3 supported"
flag to mean that the codec supports AC3 decoding for analog converters.
2011-09-07 20:34:58 +00:00
riz
894f750d42 Fix up amd64 set lists for MKDEBUGLIB=yes build. There are still
issues for other arches.
2011-09-07 20:26:13 +00:00
jakllsch
3d6f16cbff options PMS_DISABLE_POWERHOOK has been obsolete for a while now,
remove what little still remains of it.
2011-09-07 19:05:13 +00:00
riz
958c749ae4 Remove newly-introduced const qualifier from static CLASS classes[],
as CLASS->set gets changed in genclass().  Fixes a segfault doing:

tr '[:lower:]' '[:upper:]'

on (at least) amd64.
2011-09-07 18:21:41 +00:00
christos
efc6f08d08 mention new openssh. 2011-09-07 17:55:12 +00:00
christos
80241483b8 bump libssh 2011-09-07 17:54:10 +00:00
christos
6f47b6603c merge openssh-5.9 2011-09-07 17:49:19 +00:00
reinoud
1ee505923e Add skeleton for possible system call implementation 2011-09-07 14:03:49 +00:00
macallan
96649c9b0b report power button events to sysmon 2011-09-07 13:37:49 +00:00
jmcneill
f086ef60d1 build fix for previous 2011-09-07 13:07:21 +00:00
jmcneill
56f57fcd97 Read/modify/write the digital converter control 1 register when setting up
digital playback instead of clobbering existing state.
2011-09-07 12:33:06 +00:00
reinoud
9b3721aa1b Better not copy this trapframe 2011-09-07 10:19:40 +00:00
reinoud
d1ce9520ff Move all i386 specific stuff in a #ifdef __i386__ 2011-09-07 10:10:10 +00:00
reinoud
96273c3159 Print the byte codes that failed
State actions to implement.
2011-09-07 10:00:19 +00:00
reinoud
f8307eddb0 Fix the illegal instruction return address. It was using the value of the
cpu's %cr2 register but thats not valid:

CR2 Contains a value called Page Fault Linear Address (PFLA). When a page
fault occurs, the address the program attempted to access is stored in the CR2
register.

And this is thus NOT the illegal instruction address!
2011-09-07 09:24:55 +00:00
jruoho
046448eac0 Remove duplicate word. 2011-09-07 08:54:41 +00:00
cegger
bb4604ebfe hpacel_reg_info() wants a device_t and not an ACPI_HANDLE.
Fixes NULL pointer dereference in hpacel_reg_info().
2011-09-07 08:43:20 +00:00
mbalmer
5ff9b946b6 Newline is \n, not /n. 2011-09-07 07:43:05 +00:00
macallan
fccabba939 support ioctl(POWER_EVENT_RECVDICT) - now powerd turns my gdium's backlight
off when the lid is closed
2011-09-07 02:35:00 +00:00
jmcneill
89245df9b8 hdafg_stream_connect: if connecting a non-PCM stream, make sure only
converters that support non-PCM formats are configured to decode it
2011-09-07 00:16:40 +00:00
jmcneill
8877e89cfb auconv_exact_match: don't check precision, validbits, or channels for AC3 2011-09-07 00:11:58 +00:00
jmcneill
a123dfbe30 recognize AUDIO_ENCODING_AC3 2011-09-06 22:41:53 +00:00
jym
a0e5aa6d82 /etc/defaults/rc.conf can be modified at build time by getting additional
arch-specific hooks appended to its end (currently: i386 and amd64).

Handle this case in postinstall(8) by checking whether we are in
$SOURCEMODE or not, and generate the correct rc.conf file on the fly in
case we have to. Otherwise, postinstall(8) may install the default one
obtained from a source directory that does not have the MD hooks
appended to it.

Problem reported by wiz@. Thanks!
2011-09-06 21:39:30 +00:00
riz
6fc3b870af Create and install an rc.d file for devpubd - a daemon to listen
on drvctl and autocreate device nodes in /dev for those which don't have any.
Set the default to "NO" for now.
2011-09-06 21:32:29 +00:00
riz
b146b6f7a7 Build and install the skeleton manpage for devpubd - it's better than
nothing.
2011-09-06 21:30:12 +00:00
christos
7c6477cfd2 new openssh:
See http://www.openssh.com/txt/release-5.9
2011-09-06 20:17:08 +00:00
christos
c708dfc2ea some stuff got removed in 5.9 2011-09-06 20:14:35 +00:00
rjs
2f0663d472 Only zero MVGBE_MTU on Orion platforms. 2011-09-06 19:38:23 +00:00
wiz
2a5f867d29 Remove trailing whitespace and use Sx for section crossreference. 2011-09-06 19:22:05 +00:00
joerg
7d5aba78d7 Use static and __dead. 2011-09-06 18:50:32 +00:00
joerg
48ed0846d6 static + __dead 2011-09-06 18:46:35 +00:00
joerg
8751fcdadd Use __printflike and __dead. 2011-09-06 18:46:21 +00:00
joerg
78eefffb5d static + __dead 2011-09-06 18:46:03 +00:00
joerg
abb50018a2 ANSIfy, static + __dead 2011-09-06 18:45:49 +00:00
joerg
b47a64d89e static + __dead 2011-09-06 18:45:21 +00:00
joerg
505c5e5515 Use static and __dead 2011-09-06 18:45:04 +00:00
joerg
a12e209ee8 Mark usage as static and __dead. 2011-09-06 18:44:46 +00:00
joerg
4d7311244b static + __dead 2011-09-06 18:44:26 +00:00
joerg
60bd81b021 error_count is unsigned, so use %ju 2011-09-06 18:43:41 +00:00
joerg
8f7d1f2721 Use __dead and __printflike. Fix one format string and one error()
argument as hinted by the new format string checking.
2011-09-06 18:42:13 +00:00
joerg
1ed141bb41 ANSIfy, static + __dead 2011-09-06 18:35:41 +00:00
joerg
424d701a2a ANSIfy + __dead 2011-09-06 18:34:57 +00:00
joerg
4a9db21a64 ANSIfy, static + __dead 2011-09-06 18:34:37 +00:00
joerg
be0c033d10 ANSIfy. Sprinkle static and __dead. 2011-09-06 18:34:12 +00:00
joerg
1d57801981 ANSIfy. Sprinkle const and __dead. 2011-09-06 18:33:46 +00:00
joerg
cd57b1ce2a ANSIfy, static + __dead 2011-09-06 18:33:18 +00:00
joerg
f20d1d233d Use __dead. Make a bunch of local functions static. 2011-09-06 18:33:01 +00:00
joerg
c8b60166de ANSIfy + static + __dead 2011-09-06 18:32:26 +00:00