announce: C Conference CFP closing June 7th

2012-05-31 Thread Brandon Philips
The first ever "C Conference" is happening August 28th, 2012 in San Diego, CA. The target audience are people who implement systems in C. Whether that be new languages, libraries, kernels, daemons or games. A reverse call for papers is up and closes June 7th. Submit talks you would like to give or

mg - more emacs scroll compatibility

2012-05-31 Thread Mark Lumsden
Show a message and beep when you reach either end of a buffer. ok? -lum Index: basic.c === RCS file: /cvs/src/usr.bin/mg/basic.c,v retrieving revision 1.33 diff -u -p -r1.33 basic.c --- basic.c 31 May 2012 10:55:53 - 1

Re: Realtek RTS5209 (was: Re: Intel AHCI RAID controller in Sony VAIO Z23 laptop)

2012-05-31 Thread Dave Anderson
On Thu, 31 May 2012, Stefan Sperling wrote: >On Thu, May 31, 2012 at 10:53:22AM +0200, Paul de Weerd wrote: >> I've recently bought a new Sony laptop, VPCZ23C5E. Some things on >> this machine work fine (sound, suspend, wired network), some things >> don't (X, resume, wireless). > >I suppose the

Re: Intel AHCI RAID controller in Sony VAIO Z23 laptop

2012-05-31 Thread Mike Belopuhov
On Thu, May 31, 2012 at 10:53 +0200, Paul de Weerd wrote: > I've recently bought a new Sony laptop, VPCZ23C5E. Some things on > this machine work fine (sound, suspend, wired network), some things > don't (X, resume, wireless). One of the problems I have is that > -current doesn't find any disks b

Re: Realtek RTS5209 (was: Re: Intel AHCI RAID controller in Sony VAIO Z23 laptop)

2012-05-31 Thread Paul de Weerd
Hi Stefan, On Thu, May 31, 2012 at 11:20:19AM +0200, Stefan Sperling wrote: | On Thu, May 31, 2012 at 10:53:22AM +0200, Paul de Weerd wrote: | > I've recently bought a new Sony laptop, VPCZ23C5E. Some things on | > this machine work fine (sound, suspend, wired network), some things | > don't (X,

Realtek RTS5209 (was: Re: Intel AHCI RAID controller in Sony VAIO Z23 laptop)

2012-05-31 Thread Stefan Sperling
On Thu, May 31, 2012 at 10:53:22AM +0200, Paul de Weerd wrote: > I've recently bought a new Sony laptop, VPCZ23C5E. Some things on > this machine work fine (sound, suspend, wired network), some things > don't (X, resume, wireless). I suppose the card reader won't work either: > "Realtek RTS5209

Intel AHCI RAID controller in Sony VAIO Z23 laptop

2012-05-31 Thread Paul de Weerd
I've recently bought a new Sony laptop, VPCZ23C5E. Some things on this machine work fine (sound, suspend, wired network), some things don't (X, resume, wireless). One of the problems I have is that -current doesn't find any disks behind the pciide(4), which is a "Intel 82081HBM RAID". sthen@ sug

Buscamos Importadores y agentes para nuestros Robots Industriales

2012-05-31 Thread VKM Robotica
Para: Gerente General Nuestros robots avanzados lideran el mercado de automatizacisn industrial Gracias a la combinacisn znica de: 7 Alta produccisn y autonomma 7 Tiempos de ciclos reducidos. 7 Rapido retorno de la inversisn. 7 Posibilidad de trabajar c

Re: inet(3) man page: remove extra verbiage

2012-05-31 Thread Mark Kettenis
> Date: Thu, 31 May 2012 06:09:25 +0100 > From: Jason McIntyre > > On Thu, May 31, 2012 at 12:14:54AM -0400, Lawrence Teo wrote: > > The inet(3) man page has always felt messy to me, where the words > > "function" and "routine" are used interchangeably to describe the > > various functions in inc

Re: inet(3) man page: remove extra verbiage

2012-05-31 Thread Ingo Schwarze
Hi, Lawrence Teo wrote on Thu, May 31, 2012 at 12:14:54AM -0400: > .Pp > -The > .Fn inet_aton > -routine interprets the specified character string as an Internet address, > +interprets the specified character string as an Internet address, > placing the address into the structure provided. I

mg - scrolling back diff

2012-05-31 Thread Mark Lumsden
Currently, mg's cursor jumps from top to bottom of the screen as you scroll upwards, I find this behaviour confusing at times. This diff makes mg's scroll back the same as emacs. Comments/ok? mark Index: basic.c === RCS file: /cvs/