WTF mergemaster VCS Id checking?

2012-01-15 Thread deeptec...@gmail.com
Every time I run mergemaster, I have to manually confirm all of the local changes I have done to /etc (ie., state how to merge the temporary and existing files), even files have not changed in the upstream since the last mergemaster run (for example, temproot/etc/master.passwd virtually never chang

Re: [RFT] Major snd_hda rewrite

2012-01-15 Thread Yuri Pankov
On Mon, Jan 16, 2012 at 02:08:47AM +0200, Alexander Motin wrote: > On 01/15/12 22:50, Yuri Pankov wrote: > > On Thu, Jan 12, 2012 at 05:04:04PM +0400, Yuri Pankov wrote: > >> On Thu, Jan 12, 2012 at 02:57:52PM +0200, Alexander Motin wrote: > >>> On 01/12/12 14:18, Yuri Pankov wrote: > On Wed,

Re: [RFT] Major snd_hda rewrite

2012-01-15 Thread Alexander Motin
On 01/15/12 22:50, Yuri Pankov wrote: On Thu, Jan 12, 2012 at 05:04:04PM +0400, Yuri Pankov wrote: On Thu, Jan 12, 2012 at 02:57:52PM +0200, Alexander Motin wrote: On 01/12/12 14:18, Yuri Pankov wrote: On Wed, Jan 11, 2012 at 09:33:17PM +0200, Alexander Motin wrote: I would like request for t

My thoughts on "bsdconfig"

2012-01-15 Thread Ron McDowell
I've had some time to poke around dialog, bsdinstall, host-config by Devin Teske, even old sysinstall. Part of that poking involved a simple proof-of-concept that can be found at http://fuzzwad.org/bsdconfig/ : # tar tzvf /tmp/bsdconfig.120115.tgz -rwxr-xr-x 0 root wheel5631 Jan 14 12:5

Re: [RFT] Major snd_hda rewrite

2012-01-15 Thread Yuri Pankov
On Thu, Jan 12, 2012 at 05:04:04PM +0400, Yuri Pankov wrote: > On Thu, Jan 12, 2012 at 02:57:52PM +0200, Alexander Motin wrote: > > On 01/12/12 14:18, Yuri Pankov wrote: > > > On Wed, Jan 11, 2012 at 09:33:17PM +0200, Alexander Motin wrote: > > >> I would like request for testing of my work on furt

Re: 9.0 umass problem

2012-01-15 Thread Hans Petter Selasky
On Sunday 15 January 2012 18:35:59 George Mitchell wrote: > I have a USB compact flash reader-writer which is normally connected to > my computer all the time but rarely contains a compact flash card. Here > is a snippet from a verbose dmesg with FreeBSD 9.0-RC3: > > > ugen0.5: at usbus0 > umass

Re: FEATURE: Implement 'make config' in /usr/src

2012-01-15 Thread Alexander Yerenkow
15 января 2012 г. 21:24 пользователь Коньков Евгений написал: > It will be nice to create nice menu that will allow user > disable/enable modules to build kernel > > cd /usr/src > make config > FYI, I've tried to create POC of such thing, based on port.mk files; Kernel options almost similar to p

FEATURE: Implement 'make config' in /usr/src

2012-01-15 Thread Коньков Евгений
It will be nice to create nice menu that will allow user disable/enable modules to build kernel cd /usr/src make config ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

Re: [RFT] Major snd_hda rewrite

2012-01-15 Thread Alexander Motin
On 01/11/12 21:33, Alexander Motin wrote: I would like request for testing of my work on further HDA sound driver improvement. ... Patch can be found here: http://people.freebsd.org/~mav/hda.rewrite.patch Patch was generated for 10-CURRENT, but should apply to fresh 9-STABLE and 8-STABLE bra

Re: netisr ambigios policy

2012-01-15 Thread Lev Serebryakov
Hello, Freebsd-current. You wrote 14 января 2012 г., 17:31:04: > Is this a BUG? It looks mlike could be root of my problems with ULE and NetGraph... -- // Black Lion AKA Lev Serebryakov ___ freebsd-current@freebsd.org mailing list http://lists.fr

Re: [RFT] Major snd_hda rewrite

2012-01-15 Thread Slawa Olhovchenkov
On Wed, Jan 11, 2012 at 09:33:17PM +0200, Alexander Motin wrote: > I would like request for testing of my work on further HDA sound driver > improvement. Can you add (or document, if exist) functionality of recording audio playing? ___ freebsd-current

Re: HEADS UP: set_rcvar() removed from rc.subr

2012-01-15 Thread Conrad J. Sabatier
On Sun, 15 Jan 2012 08:51:53 + Chris Rees wrote: [snip] > Don't thank me! > > http://lists.freebsd.org/pipermail/cvs-ports/2012-January/233843.html Wow! Doug has been a busy boy recently! :-) > The only ones that will cause trouble are the ones provided by > upstream, but a quick sed li

Re: [RFT] Major snd_hda rewrite

2012-01-15 Thread Andriy Gapon
on 15/01/2012 00:17 Doug Barton said the following: > On 01/14/2012 13:25, Steve Kargl wrote: >> Remove dvd insert music cd in drive, 'cdcontrol play'. The >> drive is reading the cd and 'cdcontrol status' indicates >> that it is playing. No sound. > > The way that this was explained to me (and

Re: HEADS UP: set_rcvar() removed from rc.subr

2012-01-15 Thread Conrad J. Sabatier
On Sun, 15 Jan 2012 00:40:36 -0800 Doug Barton wrote: > On 01/15/2012 00:11, Conrad J. Sabatier wrote: > > > Chris, if you're working on fixing ports' rc files > > Thanks for taking a look at this. FYI, all of the rc.d scripts that > are actually in the ports tree have already been fixed. The o

Re: HEADS UP: set_rcvar() removed from rc.subr

2012-01-15 Thread Chris Rees
On 15 January 2012 08:11, Conrad J. Sabatier wrote: > On Sat, 14 Jan 2012 15:30:15 + > Chris Rees wrote: > >> On 14 January 2012 15:16, Rainer Hurling wrote: >> > On 14.01.2012 10:05 (UTC+1), Doug Barton wrote: >> >> >> >> Howdy, >> >> >> >> Per discussion in freebsd-rc@, I have removed set_

Re: HEADS UP: set_rcvar() removed from rc.subr

2012-01-15 Thread Doug Barton
On 01/15/2012 00:11, Conrad J. Sabatier wrote: > Chris, if you're working on fixing ports' rc files Thanks for taking a look at this. FYI, all of the rc.d scripts that are actually in the ports tree have already been fixed. The outliers at this point are scripts that are included in the distfiles

Re: HEADS UP: set_rcvar() removed from rc.subr

2012-01-15 Thread Conrad J. Sabatier
On Sat, 14 Jan 2012 15:30:15 + Chris Rees wrote: > On 14 January 2012 15:16, Rainer Hurling wrote: > > On 14.01.2012 10:05 (UTC+1), Doug Barton wrote: > >> > >> Howdy, > >> > >> Per discussion in freebsd-rc@, I have removed set_rcvar() from > >> rc.subr. The concept of set_rcvar() was nice i