Author: avatar
Date: Mon Jun 13 05:22:07 2011
New Revision: 223035
URL: http://svn.freebsd.org/changeset/base/223035
Log:
Using statfs.f_fstypename rather than statfs.f_type whilst performing fstype
comparsion as nullfs will copy f_type from underlayer FS.
PR: bin/156258
Submi
Author: avatar
Date: Thu Jun 16 05:26:03 2011
New Revision: 223138
URL: http://svn.freebsd.org/changeset/base/223138
Log:
Fixing compilation bustage by introducing another forward declaration.
Modified:
head/sys/ufs/ffs/ffs_extern.h
Modified: head/sys/ufs/ffs/ffs_extern.h
===
Author: avatar
Date: Thu Jun 16 07:14:55 2011
New Revision: 223139
URL: http://svn.freebsd.org/changeset/base/223139
Log:
Unbreaking build on sparc64.
Submitted by: Garrett Cooper
Modified:
head/lib/libstand/zalloc.c
Modified: head/lib/libstand/zalloc.c
On Thu, 16 Jun 2011, Bruce Evans wrote:
On Thu, 16 Jun 2011, Stefan Farfeleder wrote:
Log:
Fixing compilation bustage by introducing another forward declaration.
Modified:
head/sys/ufs/ffs/ffs_extern.h
Modified: head/sys/ufs/ffs/ffs_extern.h
===
On Thu, 16 Jun 2011, Bruce Evans wrote:
On Thu, 16 Jun 2011, Garrett Cooper wrote:
On Thu, Jun 16, 2011 at 12:19 AM, Garrett Cooper
wrote:
On Thu, Jun 16, 2011 at 12:14 AM, Tai-hwa Liang
wrote:
Author: avatar
Date: Thu Jun 16 07:14:55 2011
New Revision: 223139
URL: http://svn.freebsd.org
Author: avatar
Date: Thu Jun 16 15:35:12 2011
New Revision: 223151
URL: http://svn.freebsd.org/changeset/base/223151
Log:
Using the correct format string(%zu) for size_t type. This should fix 64
bits builds.
Submitted by: Garrett Cooper
Modified:
head/lib/libstand/zalloc_malloc.c
Mo
On Fri, 17 Jun 2011, Bruce Evans wrote:
On Thu, 16 Jun 2011, Tai-hwa Liang wrote:
On Thu, 16 Jun 2011, Bruce Evans wrote:
It might be a style bug (like typedefing a struct) to use enums for
anything. They are impossible to declare opaquely.
Does that mean we have to #include in userland
Author: avatar
Date: Fri Jul 8 01:35:33 2011
New Revision: 223854
URL: http://svn.freebsd.org/changeset/base/223854
Log:
Fixing building bustage on 32 bits platforms when WARNS >= 2. Note that
this fix only applies to zalloc.c, the other part of libstand such like
qdivrem.c still gives com
Author: avatar
Date: Sun Jul 10 07:25:34 2011
New Revision: 223905
URL: http://svn.freebsd.org/changeset/base/223905
Log:
- Removing some unneeded definitions of NULL(cruft related to 1970's C).
In C90, NULL is guaranteed to be declared in and also in
. Though the correct way to define
Author: avatar
Date: Mon Jul 18 04:54:12 2011
New Revision: 224173
URL: http://svn.freebsd.org/changeset/base/224173
Log:
MFC r223035: Using statfs.f_fstypename rather than statfs.f_type whilst
performing fstype comparsion as nullfs will copy f_type from underlayer FS.
PR: bin/1
Author: avatar
Date: Tue Jul 19 03:30:42 2011
New Revision: 224208
URL: http://svn.freebsd.org/changeset/base/224208
Log:
MFC r223035: Using statfs.f_fstypename rather than statfs.f_type whilst
performing fstype comparsion as nullfs will copy f_type from underlayer FS.
PR: bin/1
Author: avatar
Date: Fri Dec 27 07:02:07 2013
New Revision: 259938
URL: http://svnweb.freebsd.org/changeset/base/259938
Log:
Fixing build bustage.
Modified:
head/sys/sys/gpt.h
Modified: head/sys/sys/gpt.h
==
--- head
Author: avatar
Date: Wed Jul 18 05:50:40 2012
New Revision: 238562
URL: http://svn.freebsd.org/changeset/base/238562
Log:
Removing bsd{ar,ranlib} found on my ancient installation.
MFC after:3 weeks
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
===
Author: avatar
Date: Wed Aug 1 23:05:57 2012
New Revision: 238980
URL: http://svn.freebsd.org/changeset/base/238980
Log:
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_wither_geom_close(), r2
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
Author: avatar
Date: Tue Feb 9 04:07:39 2010
New Revision: 203695
URL: http://svn.freebsd.org/changeset/base/203695
Log:
Fixing compilation bustage by removing a stray comment fragment.
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
=
Author: avatar
Date: Fri Jun 11 01:32:42 2010
New Revision: 209022
URL: http://svn.freebsd.org/changeset/base/209022
Log:
Fixing compilation bustage by adding the missing && back.
Modified:
head/sys/net80211/ieee80211_sta.c
Modified: head/sys/net80211/ieee80211_sta.c
Author: avatar
Date: Thu Dec 18 04:03:29 2008
New Revision: 186263
URL: http://svn.freebsd.org/changeset/base/186263
Log:
Fixing !INET6 builds after bumping WARNS to 3.
Modified:
head/usr.sbin/syslogd/syslogd.c
Modified: head/usr.sbin/syslogd/syslogd.c
===
Author: avatar
Date: Tue Jul 14 04:35:13 2009
New Revision: 195675
URL: http://svn.freebsd.org/changeset/base/195675
Log:
Adding hardware ID for RTL810x PCIe found on HP Pavilion DV2-1022AX.
Reviewed by: yongari
Approved by: re (kib, kensmith)
Modified:
head/sys/dev/re/if_re.c
head
Author: avatar
Date: Tue Nov 25 02:15:09 2008
New Revision: 185277
URL: http://svn.freebsd.org/changeset/base/185277
Log:
Fixing !INET6 builds.
Modified:
head/lib/libutil/realhostname.c
Modified: head/lib/libutil/realhostname.c
Author: avatar
Date: Wed Dec 26 04:06:16 2018
New Revision: 342468
URL: https://svnweb.freebsd.org/changeset/base/342468
Log:
MFC r338200: Adding device ID for Terratec SiXPack 5.1+.
Modified:
stable/8/sys/dev/sound/pci/csa.c
Directory Properties:
stable/8/ (props changed)
stable/8/sys/
newly added)
+++ stable/11/sys/dev/sound/pci/csamidi.c Sat May 4 12:19:02 2019
(r347113, copy of r338422, head/sys/dev/sound/pci/csamidi.c)
@@ -0,0 +1,290 @@
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+
+ * Copyright (c) 2015-2018 Tai-hwa Liang
+ * All rights reserved
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: Wed Oct 10 22:49:52 2018
New Revision: 339296
URL: https://svnweb.freebsd.org/changeset/base/339296
Log:
MFC r338200: Adding device ID for Terratec SiXPack 5.1+.
Modified:
stable/11/sys/dev/sound/pci/csa.c
Directory Properties:
stable/11/ (props changed)
Modified: st
Author: avatar
Date: Wed Oct 10 22:51:45 2018
New Revision: 339297
URL: https://svnweb.freebsd.org/changeset/base/339297
Log:
MFC r338200: Adding device ID for Terratec SiXPack 5.1+.
Modified:
stable/10/sys/dev/sound/pci/csa.c
Directory Properties:
stable/10/ (props changed)
Modified: st
Author: avatar
Date: Sun Aug 19 01:14:46 2018
New Revision: 338038
URL: https://svnweb.freebsd.org/changeset/base/338038
Log:
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 reload the driv
Author: avatar
Date: Wed Aug 22 14:06:31 2018
New Revision: 338200
URL: https://svnweb.freebsd.org/changeset/base/338200
Log:
Adding device ID for Terratec SiXPack 5.1+.
MFC after:3 days
Modified:
head/sys/dev/sound/pci/csa.c
Modified: head/sys/dev/sound/pci/csa.c
==
Author: avatar
Date: Sun Aug 26 13:03:01 2018
New Revision: 338325
URL: https://svnweb.freebsd.org/changeset/base/338325
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: Sun Aug 26 13:03:58 2018
New Revision: 338326
URL: https://svnweb.freebsd.org/changeset/base/338326
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: 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: Sun Aug 26 13:06:57 2018
New Revision: 338328
URL: https://svnweb.freebsd.org/changeset/base/338328
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: Sun Aug 26 13:08:50 2018
New Revision: 338329
URL: https://svnweb.freebsd.org/changeset/base/338329
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
-Identifier: BSD-2-Clause-FreeBSD
+
+ * Copyright (c) 2015-2018 Tai-hwa Liang
+ * All rights reserved
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must
Author: avatar
Date: Sat Apr 8 14:41:39 2017
New Revision: 316644
URL: https://svnweb.freebsd.org/changeset/base/316644
Log:
Trying to be more compatible with Linux if.h definitions:
- renaming l_ifreq::ifru_metric to l_ifreq::ifru_ivalue;
- adding a definition for ifr_ifindex w
Author: avatar
Date: Sun Apr 9 15:27:04 2017
New Revision: 316658
URL: https://svnweb.freebsd.org/changeset/base/316658
Log:
Adding SIOCGIFNAME support in Linuxulator. This should silence the console
warning associated
with linux-opera:
linux: pid 23492 (opera): ioctl fd=5, cmd=0x89
Author: avatar
Date: Sat Apr 15 09:33:42 2017
New Revision: 316955
URL: https://svnweb.freebsd.org/changeset/base/316955
Log:
MFC 316644:
Trying to be more compatible with Linux if.h definitions:
- renaming l_ifreq::ifru_metric to l_ifreq::ifru_ivalue;
- adding a definition
Author: avatar
Date: Mon May 15 22:51:22 2017
New Revision: 318324
URL: https://svnweb.freebsd.org/changeset/base/318324
Log:
MFC 316658:
Adding SIOCGIFNAME support in Linuxulator. This should silence the console
warning associated
with linux-opera:
linux: pid 23492 (opera): ioc
Author: avatar
Date: Tue Aug 18 12:50:46 2015
New Revision: 286886
URL: https://svnweb.freebsd.org/changeset/base/286886
Log:
Fixing typo as well as improving readability of a few comments.
MFC after:3 days
Modified:
head/sys/dev/sound/midi/midi.c
Modified: head/sys/dev/sound/midi/m
Author: avatar
Date: Tue Aug 18 13:16:23 2015
New Revision: 286888
URL: https://svnweb.freebsd.org/changeset/base/286888
Log:
Using consistent coding style to deal with error inside the loop.
MFC after:1 week
Modified:
head/sys/gnu/fs/reiserfs/reiserfs_vfsops.c
Modified: head/sys/gn
Author: avatar
Date: Tue Aug 18 13:16:06 2015
New Revision: 286887
URL: https://svnweb.freebsd.org/changeset/base/286887
Log:
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 experiment i
Author: avatar
Date: Wed Aug 26 22:59:58 2015
New Revision: 287180
URL: https://svnweb.freebsd.org/changeset/base/287180
Log:
MFC r286886: Fixing typo as well as improving readability of a few comments.
Modified:
stable/10/sys/dev/sound/midi/midi.c
Directory Properties:
stable/10/ (props
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: Sat Aug 29 11:15:54 2015
New Revision: 287287
URL: https://svnweb.freebsd.org/changeset/base/287287
Log:
MFC r286888: Using consistent coding style to deal with error inside the loop.
Modified:
stable/10/sys/gnu/fs/reiserfs/reiserfs_vfsops.c
Directory Properties:
stable
Author: avatar
Date: Tue Sep 1 22:35:53 2015
New Revision: 287388
URL: https://svnweb.freebsd.org/changeset/base/287388
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 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: Wed Sep 9 04:16:55 2015
New Revision: 287588
URL: https://svnweb.freebsd.org/changeset/base/287588
Log:
MFC r286886: Fixing typo as well as improving readability of a few comments.
Modified:
stable/8/sys/dev/sound/midi/midi.c
Directory Properties:
stable/8/sys/ (prop
Author: avatar
Date: Fri Sep 11 22:43:35 2015
New Revision: 287698
URL: https://svnweb.freebsd.org/changeset/base/287698
Log:
Fixing a memory leak on module unloading.
MFC after:3 weeks
Modified:
head/sys/gnu/fs/reiserfs/reiserfs_vfsops.c
Modified: head/sys/gnu/fs/reiserfs/reiserfs_
Author: avatar
Date: Mon Sep 14 15:44:03 2015
New Revision: 287786
URL: https://svnweb.freebsd.org/changeset/base/287786
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: Mon Sep 14 15:47:25 2015
New Revision: 287788
URL: https://svnweb.freebsd.org/changeset/base/287788
Log:
MFC r286888: Using consistent coding style to deal with error inside the loop.
Modified:
stable/8/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 Sep 16 11:32:28 2015
New Revision: 287858
URL: https://svnweb.freebsd.org/changeset/base/287858
Log:
MFC r286886: Fixing typo as well as improving readability of a few comments.
Modified:
stable/7/sys/dev/sound/midi/midi.c
Directory Properties:
stable/7/sys/ (prop
Author: avatar
Date: Thu Sep 17 00:19:27 2015
New Revision: 287888
URL: https://svnweb.freebsd.org/changeset/base/287888
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: Mon Oct 26 03:48:38 2015
New Revision: 289988
URL: https://svnweb.freebsd.org/changeset/base/289988
Log:
MFC r287698: Fixing a memory leak on module unloading.
Modified:
stable/7/sys/gnu/fs/reiserfs/reiserfs_vfsops.c
Directory Properties:
stable/7/sys/ (props changed)
Author: avatar
Date: Tue Nov 17 15:20:12 2015
New Revision: 290988
URL: https://svnweb.freebsd.org/changeset/base/290988
Log:
MFC r289888:
- Plugging a memory leak when malloc() failed during initialisation;
- Plugging another memory leak inside the destructor.
Reviewed by: matk
Modif
Author: avatar
Date: Wed Oct 7 09:29:42 2015
New Revision: 288985
URL: https://svnweb.freebsd.org/changeset/base/288985
Log:
MFC r287698: Fixing a memory leak on module unloading.
Modified:
stable/10/sys/gnu/fs/reiserfs/reiserfs_vfsops.c
Directory Properties:
stable/10/ (props changed)
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: Wed Oct 7 09:39:45 2015
New Revision: 288987
URL: https://svnweb.freebsd.org/changeset/base/288987
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_w
Author: avatar
Date: Wed Oct 7 09:41:17 2015
New Revision: 288988
URL: https://svnweb.freebsd.org/changeset/base/288988
Log:
MFC r286888: Using consistent coding style to deal with error inside the loop.
Modified:
stable/7/sys/gnu/fs/reiserfs/reiserfs_vfsops.c
Directory Properties:
stable/
Author: avatar
Date: Sat Oct 24 19:05:19 2015
New Revision: 289885
URL: https://svnweb.freebsd.org/changeset/base/289885
Log:
MFC r287698: Fixing a memory leak on module unloading.
Modified:
stable/8/sys/gnu/fs/reiserfs/reiserfs_vfsops.c
Directory Properties:
stable/8/sys/ (props changed)
Author: avatar
Date: Sat Oct 24 19:40:03 2015
New Revision: 289888
URL: https://svnweb.freebsd.org/changeset/base/289888
Log:
- Plugging a memory leak when malloc() failed during initialisation;
- Plugging another memory leak inside the destructor.
Reviewed by: matk
MFC after:3 wee
Author: avatar
Date: Sat Oct 24 19:40:27 2015
New Revision: 289889
URL: https://svnweb.freebsd.org/changeset/base/289889
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_w
newly added)
+++ stable/10/sys/dev/sound/pci/csamidi.c Fri Mar 20 14:26:08 2020
(r359161, copy of r338422, head/sys/dev/sound/pci/csamidi.c)
@@ -0,0 +1,290 @@
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+
+ * Copyright (c) 2015-2018 Tai-hwa Liang
+ * All rights reserved
63 matches
Mail list logo