Re: Synaptics touchpad

2011-05-08 Thread Brynet
Thanks to both of you, it works fairly well on my Acer Aspire 5551 laptop with Synaptics 7.2 firmware. What's the prefered method of configuration? xorg.conf/synclient or xinput? I use the following from .xintrc/.xsession: synclient TapButton1=1 synclient TapButton2=2 synclient TapButton3=3 sync

Davetiyeniz var

2011-05-08 Thread Kenttefırsat
Merhaba, Davetiyeniz var Bu email gvremiyorsan}z L|tfen T}klay}n}z. http://kenttefirsat.rvs0.com/trc/sv/LT?T=4bdhg&R=11179689 E-posta almak istemiyorsan}z |yelikten g}kmak igin l|tfen t}klay}n http://kenttefirsat.rvs0.net.frm/sv/sb?fid=004&rr=11179689&rk=77xE&c=7249 032

Re: mixerctl(1) diff: sort output

2011-05-08 Thread Jacob Meuser
On Mon, May 09, 2011 at 01:32:49AM +0300, Sviatoslav Chagaev wrote: > * sorted output looks cleaner, prettier; > * it's easier to find the variable you're looking for in a sorted > output; > * hierarchical variable names yet unordered? doesn't make sense; > * this way mixerctl's behaviour will be c

Re: mixerctl(1) diff: sort output

2011-05-08 Thread Abel Abraham Camarillo Ojeda
On Sun, May 8, 2011 at 5:32 PM, Sviatoslav Chagaev wrote: > * sorted output looks cleaner, prettier; > * it's easier to find the variable you're looking for in a sorted > output; > * hierarchical variable names yet unordered? doesn't make sense; > * this way mixerctl's behaviour will be closer to

pciide/wdc ata_drive_datas init refactoring; testers wanted!

2011-05-08 Thread Matthew Dempsky
wdcattach() currently doesn't initialize its ata_drive_datas fields until late in the function, so a few pciide drv_probe routines need to initialize it themselves. Simply moving the initialization before calling drv_probe() lets us get rid of this extra code. Test reports from any machine with p

mixerctl(1) diff: sort output

2011-05-08 Thread Sviatoslav Chagaev
* sorted output looks cleaner, prettier; * it's easier to find the variable you're looking for in a sorted output; * hierarchical variable names yet unordered? doesn't make sense; * this way mixerctl's behaviour will be closer to other *ctl programs which output variables in an ordered fashion (aud

plug small memory leak in vfwprintf()

2011-05-08 Thread Stefan Sperling
ok? Index: stdio/vfwprintf.c === RCS file: /cvs/src/lib/libc/stdio/vfwprintf.c,v retrieving revision 1.3 diff -u -p -r1.3 vfwprintf.c --- stdio/vfwprintf.c 28 Apr 2011 17:38:46 - 1.3 +++ stdio/vfwprintf.c 8 May 2011 23:12

Refactor wdc channel_queue malloc/initialization

2011-05-08 Thread Matthew Dempsky
Currently, wdcattach() handles initializing the channel_queue, but this is technically wrong when a single channel_queue is shared by multiple channels. Diff below refactors the malloc+init code into a single function wdc_alloc_queue(), which the bus-specific attach code can call instead of malloc

/etc/daily ROOTBACKUP duid patch

2011-05-08 Thread RD Thrush
I noticed that ROOTBACKUP stopped working when I converted the /altroot fstab entry to a disklabel UID. The attached patch seems to work for me but I'm sure there's a better way. Index: src/etc/daily === RCS file: /a8v/pub/cvsroot/O

Re: Eliminating unused WDC_CAPABILITY_* flags

2011-05-08 Thread Kenneth R Westerback
On Sat, May 07, 2011 at 09:01:19PM -0700, Matthew Dempsky wrote: > I have plans to revamp dev/ic/wdc.c, but in the mean time, I want to > make some small cleanups so the final diff is easier to follow. > > First cleanup: The HWLOCK, ATA_NOSTREAM, and ATAPI_NOSTREAM > 'capabilities' don't appear to

urndis(4) manpage : add Geeksphone ONE

2011-05-08 Thread Denis Fondras
Hello tech@, Just a tiny diff to add another supported/tested phone to the manpage of urndis(4). Denis --- Index: src/share/man/man4/urndis.4 === RCS file: /cvs/src/share/man/man4/urndis.4,v retrieving revision 1.8 diff -u -r1.8

Re: isprint() needs setlocale(); for usr.bin

2011-05-08 Thread Stefan Sperling
On Sun, May 08, 2011 at 01:22:55PM +0200, Stefan Sperling wrote: > Setting LANG=C for system scripts makes sense to me if the default > locale is something else. I suppose their problems are exacerbated by having > implemented LC_NUMERIC and LC_TIME, which can change output of programs > like bc(1)

Mayo 2011

2011-05-08 Thread Rincon de Luz Arte
[IMAGE] Newsletter 2 - Aqo I - Mayo 2011 - noveda...@rincondeluzarte.com.ar [IMAGE]Dar la bienvenida a las energmas positivas En el feng shui consideramos a su casa como un organismo viviente. ?Csmo se alimenta, es decir, csmo toma la energma un organismo vivo? A travis de los alimentos que lleg

Re: isprint() needs setlocale(); for usr.bin

2011-05-08 Thread Stefan Sperling
On Sun, Apr 17, 2011 at 03:52:14PM -0700, Philip Guenther wrote: > On Sun, Apr 17, 2011 at 1:56 AM, Stefan Sperling wrote: > > On Tue, Apr 05, 2011 at 12:25:37AM +0200, Stefan Sperling wrote: > >> For isprint() to work correctly in a UTF-8 locale applications must > >> set up the LC_CTYPE locale b

Re: Synaptics touchpad

2011-05-08 Thread Matthieu Herrb
Hi again, I find the mouse emulation code for synaptics touch pads in your patch really weird. I've tried to understand what it does, and why it behaves badly for me on the first tap (move the pointer in the upper right direction every time), but I fail to understand the logic. So I've written a

Re: Synaptics touchpad

2011-05-08 Thread Matthieu Herrb
On Sun, May 08, 2011 at 06:36:46AM +0600, Alexandr Shadchin wrote: > Hi, > > Default touchpad behaves as mouse (compatible with xf86-input-mouse) > for full power need used xf86-input-synaptics. > > Please check work of touchpad in compat mode (xf86-input-mouse), > who are interested check xf86-

Re: typo in icmp6(4)

2011-05-08 Thread Jason McIntyre
On Sat, May 07, 2011 at 09:29:21PM +0200, Andreas Bartelt wrote: > Hello, > > I've noticed a typo in the icmp6(4) man page regarding icmp6 type 4 code > 2. Diff is attached. > i've looked at the rfc, and {net,free}bsd man pages, and am clueless. would any other developer like to comment on this

Re: malloc: memory leak instrumentation

2011-05-08 Thread Otto Moerbeek
On Fri, May 06, 2011 at 07:53:01AM +0200, Otto Moerbeek wrote: > On Thu, May 05, 2011 at 08:21:25PM +0200, Otto Moerbeek wrote: > > > On Thu, May 05, 2011 at 02:29:39PM +0200, Otto Moerbeek wrote: > > > > > Hi, > > > > > > Now that the latest chunk scan optimization diff is committed, it's > >