Module Name:src
Committed By: mrg
Date: Tue Nov 22 07:57:24 UTC 2011
Modified Files:
src/sys/dev [jmcneill-audiomp3]: sequencer.c
Log Message:
adjust DPRINTF*() calls to actually build.
avoid a potential NULl pointer deref.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: mrg
Date: Tue Nov 22 07:56:15 UTC 2011
Modified Files:
src/sys/dev/usb [jmcneill-audiomp3]: umidi.c umidivar.h
Log Message:
port umidi to audiomp: get_locks support, take locks in interrupts.
untested, and midi in this branch has general prob
Module Name:src
Committed By: mrg
Date: Tue Nov 22 07:54:45 UTC 2011
Modified Files:
src/sys/dev [jmcneill-audiomp3]: midi.c
Log Message:
adjust some DPRINTF*() calls so that they compile now.
To generate a diff of this commit:
cvs rdiff -u -r1.72.10.1 -r1.72.10.2 src/sy
Module Name:src
Committed By: mrg
Date: Tue Nov 22 06:11:12 UTC 2011
Modified Files:
src/sys/dev [jmcneill-audiomp3]: midictl.c
Log Message:
avoid one use-after-free error. midi_store->lock is unlocked after
we cv_broadcast() to get the midi_store freed. keep a local cop
Module Name:src
Committed By: macallan
Date: Tue Nov 22 05:56:43 UTC 2011
Modified Files:
src/sys/dev [jmcneill-audiomp3]: TODO.audiomp
Log Message:
snapper works
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/sys/dev/TODO.audiomp
Please note
Module Name:src
Committed By: macallan
Date: Tue Nov 22 05:54:54 UTC 2011
Modified Files:
src/sys/arch/macppc/dev [jmcneill-audiomp3]: snapper.c
Log Message:
convert snapper
code from mrg, tested on my iBook G4
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.3
Module Name:src
Committed By: jakllsch
Date: Tue Nov 22 03:07:31 UTC 2011
Modified Files:
src/sys/dev [jmcneill-audiomp3]: TODO.audiomp
Log Message:
ym(4) successfully tested lightly on i386
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/sys/de
Module Name:src
Committed By: jakllsch
Date: Tue Nov 22 03:02:53 UTC 2011
Modified Files:
src/sys/dev/isa [jmcneill-audiomp3]: ad1848_isa.c
Log Message:
don't attempt to obtain the intr mutex again, only KASSERT we own it already
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: mrg
Date: Tue Nov 22 03:02:14 UTC 2011
Modified Files:
src/sys/dev [jmcneill-audiomp3]: TODO.audiomp
Log Message:
dbri works on sparc.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/sys/dev/TODO.audiomp
Please not
Module Name:src
Committed By: mrg
Date: Tue Nov 22 02:43:59 UTC 2011
Modified Files:
src/sys/dev [jmcneill-audiomp3]: TODO.audiomp
Log Message:
note3 uaudio and hdafg on amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/sys/dev/TODO.audiomp
Module Name:src
Committed By: mrg
Date: Tue Nov 22 02:39:59 UTC 2011
Modified Files:
src/sys/dev/usb [jmcneill-audiomp3]: uaudio.c
Log Message:
port to audiomp. mostly from jared, tested and completed by me.
this one is a little more tricky. besides the usual spl and ge
Module Name:src
Committed By: macallan
Date: Tue Nov 22 00:49:38 UTC 2011
Modified Files:
src/sys/dev [jmcneill-audiomp3]: TODO.audiomp
Log Message:
awacs works now
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/sys/dev/TODO.audiomp
Please not
Module Name:src
Committed By: macallan
Date: Tue Nov 22 00:48:49 UTC 2011
Modified Files:
src/sys/arch/macppc/dev [jmcneill-audiomp3]: awacs.c
Log Message:
adapt to jmcneill-audiomp3
from mrg@, minor fixes and testing by me
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: joerg
Date: Tue Nov 22 00:37:10 UTC 2011
Modified Files:
src/lib/libc/string: strpbrk.c
Log Message:
Handle simple cases (strlen(charset) <= 1) more efficiently.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stri
Module Name:src
Committed By: macallan
Date: Tue Nov 22 00:19:30 UTC 2011
Modified Files:
src/sys/dev [jmcneill-audiomp3]: TODO.audiomp
Log Message:
I tested autri
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/sys/dev/TODO.audiomp
Please note
Module Name:src
Committed By: joerg
Date: Mon Nov 21 23:50:45 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/locale: Makefile
src/tests/lib/libc/string: Makefile
Added Files:
src/tests/lib/libc/locale: t_wcscspn.c t_wcsp
Module Name:src
Committed By: macallan
Date: Mon Nov 21 23:48:52 UTC 2011
Modified Files:
src/sys/crypto/nist_ctr_drbg: nist_ctr_drbg.h
Log Message:
NIST_CTR_DRBG.V is accessed as (unsigned long *) so we need to make sure
it's aligned accordingly or we go boom on sparc64
Module Name:src
Committed By: njoly
Date: Mon Nov 21 22:00:43 UTC 2011
Modified Files:
src/sys/compat/linux/arch/alpha: linux_machdep.h
Log Message:
Adjust setup_linux_rt_sigframe/setup_linux_sigframe prototypes.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1
Module Name:src
Committed By: jakllsch
Date: Mon Nov 21 21:39:44 UTC 2011
Modified Files:
src/sys/dev [jmcneill-audiomp3]: TODO.audiomp
src/sys/dev/pci [jmcneill-audiomp3]: emuxki.c emuxkivar.h
Log Message:
Make emuxki(4) work w/ audiomp changes.
To generate a di
Module Name:src
Committed By: darcy
Date: Mon Nov 21 20:56:21 UTC 2011
Modified Files:
src/etc/defaults: rc.conf
src/etc/rc.d: pf
Log Message:
Allow pf flags to be specified in rc.conf.
Add default to defaults/rc.d as suggested by lukem@
To generate a diff of thi
Module Name:src
Committed By: christos
Date: Mon Nov 21 19:50:37 UTC 2011
Modified Files:
src/sys/arch/alpha/alpha: mcclock.c
Log Message:
- don't clear the flags twice in the loop
- reorder calculation to preserve as much precision as possible.
To generate a diff of thi
Module Name:src
Committed By: jakllsch
Date: Mon Nov 21 18:35:20 UTC 2011
Modified Files:
src/sys/dev [jmcneill-audiomp3]: TODO.audiomp
Log Message:
auich(4) successfully tested on amd64 (nForce4)
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/
Module Name:src
Committed By: hannken
Date: Mon Nov 21 18:29:23 UTC 2011
Modified Files:
src/sys/fs/union: union.h union_subr.c union_vfsops.c union_vnops.c
Log Message:
Replace flag based union node locking with generic vnode lock, support
shared and nowait locks and prot
Module Name:src
Committed By: christos
Date: Mon Nov 21 17:51:04 UTC 2011
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: spa_config.c
src/external/cddl/osnet/sys/sys: zfs_context.h
Log Message:
make this compile again. VOP_CLOSE is really vn_close(
Module Name:src
Committed By: chs
Date: Mon Nov 21 16:17:48 UTC 2011
Modified Files:
src/lib/libc/arch/vax/gen: alloca.S
src/lib/libc/arch/vax/sys: __vfork14.S getcontext.S
Log Message:
gcc 4.5 on vax creates PLT stubs with an entry mask of 0xffc
rather than 0 like
Module Name:src
Committed By: wiz
Date: Mon Nov 21 15:11:45 UTC 2011
Modified Files:
src/share/man/man8: compat_freebsd.8 compat_ibcs2.8 compat_sunos.8
compat_svr4.8 compat_ultrix.8
Log Message:
New sentence, new line.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: joerg
Date: Mon Nov 21 15:02:48 UTC 2011
Modified Files:
src/lib/libc/string: wcscspn.c wcspbrk.c wcsspn.c
Log Message:
Clean up a bit in preparation for more serious changes
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/li
Module Name:src
Committed By: tsutsui
Date: Mon Nov 21 14:39:47 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note news68k PROM function based framebuffer console support.
To generate a diff of this commit:
cvs rdiff -u -r1.1628 -r1.1629 src/doc/CHANGES
Please
Module Name:src
Committed By: njoly
Date: Mon Nov 21 14:27:41 UTC 2011
Modified Files:
src/share/man/man8: compat_freebsd.8 compat_ibcs2.8 compat_linux.8
Log Message:
Switch from .nf/.fi groff macros to .Bd -literal/.Ed blocks.
While here, convert .sp macro to .Pp.
ok wiz
Module Name:src
Committed By: tsutsui
Date: Mon Nov 21 13:46:37 UTC 2011
Modified Files:
src/tools: Makefile.gnuhost
Log Message:
Pass M4=${TOOL_M4:Q} to CONFIGURE_ENV for tools/gmp.
Fixes configure error on cygwin.
To generate a diff of this commit:
cvs rdiff -u -r1.34
Module Name:src
Committed By: tsutsui
Date: Mon Nov 21 13:44:38 UTC 2011
Modified Files:
src/sys/kern: subr_cprng.c
Log Message:
Include MD only if defined(__HAVE_CPU_COUNTER).
XXX: Why not timecounter(9) but deprecated cpu_counter32() and microtime(9)?
To generate a d
Module Name:src
Committed By: tsutsui
Date: Mon Nov 21 13:42:37 UTC 2011
Modified Files:
src/sys/rump/librump/rumpkern: cprng_stub.c
Log Message:
No need to include MD here.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/librump/rumpkern/cprng_
Module Name:src
Committed By: jmcneill
Date: Mon Nov 21 11:21:04 UTC 2011
Modified Files:
src/sys/dev [jmcneill-audiomp3]: TODO.audiomp
Log Message:
i tested azalia
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/sys/dev/TODO.audiomp
Please not
Module Name:src
Committed By: hannken
Date: Mon Nov 21 10:46:57 UTC 2011
Modified Files:
src/sys/fs/msdosfs: msdosfs_vnops.c
Log Message:
Add missing fstrans_done().
Should fix PR #45635 (KASSERT "fli->fli_trans_cnt == 0" failed)
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: mlelstv
Date: Mon Nov 21 09:46:20 UTC 2011
Modified Files:
src/lib/libc/gdtoa: misc.c
Log Message:
one more error path that didn't free a lock.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gdtoa/misc.c
Please n
Module Name:src
Committed By: hannken
Date: Mon Nov 21 09:08:00 UTC 2011
Modified Files:
src/sys/nfs: nfs_serv.c
Log Message:
nfsrv_lookup(): Defer the postopattr lookup on dirp until the
child node is unlocked.
Ok: YAMAMOTO Takashi
To generate a diff o
Module Name:src
Committed By: njoly
Date: Mon Nov 21 08:23:20 UTC 2011
Modified Files:
src/sbin/iscsid: iscsid.8
Log Message:
Fix title and xrefs.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/iscsid/iscsid.8
Please note that diffs are not public
37 matches
Mail list logo