Author: avatar
Date: Sat Aug 29 11:15:58 2015
New Revision: 287288
URL: https://svnweb.freebsd.org/changeset/base/287288
Log:
MFC r286886: Fixing typo as well as improving readability of a few comments.
Modified:
stable/9/sys/dev/sound/midi/midi.c
Directory Properties:
stable/9/sys/ (prop
Author: avatar
Date: Wed Sep 9 04:16:48 2015
New Revision: 287587
URL: https://svnweb.freebsd.org/changeset/base/287587
Log:
MFC r286888: Using consistent coding style to deal with error inside the loop.
Modified:
stable/9/sys/gnu/fs/reiserfs/reiserfs_vfsops.c
Directory Properties:
stable/
Author: avatar
Date: Mon Sep 14 15:47:20 2015
New Revision: 287787
URL: https://svnweb.freebsd.org/changeset/base/287787
Log:
MFC r286887: Using the error return code documented in the comment.
Though there is no direct midi_uninit() caller amongst existing drivers
at this moment, a quick
Author: avatar
Date: Wed Oct 7 09:30:08 2015
New Revision: 288986
URL: https://svnweb.freebsd.org/changeset/base/288986
Log:
MFC r287698: Fixing a memory leak on module unloading.
Modified:
stable/9/sys/gnu/fs/reiserfs/reiserfs_vfsops.c
Directory Properties:
stable/9/sys/ (props changed)
Author: avatar
Date: Sun Aug 26 13:05:12 2018
New Revision: 338327
URL: https://svnweb.freebsd.org/changeset/base/338327
Log:
MFC r338038: Extending the delay cycles to give the codec more time to pump
ADC data across the AC-link.
Without this patch, some CS4614 cards will need users to re
Author: avatar
Date: Wed Oct 10 22:45:08 2018
New Revision: 339295
URL: https://svnweb.freebsd.org/changeset/base/339295
Log:
MFC r338200: Adding device ID for Terratec SiXPack 5.1+.
Modified:
stable/9/sys/dev/sound/pci/csa.c
Directory Properties:
stable/9/ (props changed)
stable/9/sys/
Author: avatar
Date: Tue Aug 21 06:09:43 2012
New Revision: 239476
URL: http://svn.freebsd.org/changeset/base/239476
Log:
MFC r238562: Removing bsd{ar,ranlib} found on my ancient installation.
Modified:
stable/9/ObsoleteFiles.inc (contents, props changed)
Modified: stable/9/ObsoleteFiles.i
Author: avatar
Date: Sun Sep 2 03:36:57 2012
New Revision: 23
URL: http://svn.freebsd.org/changeset/base/23
Log:
MFC r238980:
Just like the other file systems found in /sys/fs, g_vfs_open()
should be paried with g_vfs_close(). Though g_vfs_close() is a wrapper
around g_withe