perl -w and adduser

2011-05-03 Thread Mark Lumsden
>I thought I had found a bug in adduser and started having a look at >the code. First thing I noticed is it didn't have perl -w so I >added it, then realised there wasn't a bug, just user error > >Anyway, here is the code to allow adduser(8) have perl -w. I have >tested and can see no function

Re: adduser.8 - EXAMPLES update

2011-05-03 Thread Mark Lumsden
On Mon, May 02, 2011 at 10:10:01PM +0500, Mark Lumsden wrote: > This diff modifies the adduser.8 EXAMPLES section to be more inline with the > rest of the man page. > > 1. Passwords typed on the command line should ideally be put through >encrypt(1) (unless -unencrypted is used) > > 2. Welco

Re: macppc: fix volume +/- from keyboard (i2s)

2011-05-03 Thread Alexandre Ratchov
On Tue, May 03, 2011 at 01:38:03PM +0530, Martin Pieuchot wrote: > This diff fix the use of the volume keys +/- for the iBooks/PowerBooks. > > Index: dev/i2s.c > === > RCS file: /cvs/src/sys/arch/macppc/dev/i2s.c,v > retrieving revisi

Re: adb(4)/pm_direct.c cleanup

2011-05-03 Thread Jasper Lievisse Adriaanse
On Tue, May 03, 2011 at 08:11:52AM +0530, Martin Pieuchot wrote: > On macppc, the pm_* methods are always attached to a PMU (or PMU99), so > no need to check for hardware. > > Tested here with a powerbook6,5. > > Ok? This appears to be working fine on my PowerBook4,1 (ibook g3), will do more test

Re: limit number of tasks on the crypto queue

2011-05-03 Thread Mike Belopuhov
On Tue, May 3, 2011 at 9:24 PM, Claudio Jeker wrote: > On Tue, May 03, 2011 at 07:53:56PM +0200, Mike Belopuhov wrote: >> hi, >> >> recently me and jsg have figured out that a traffic burst can kill >> your interface (deplete the rx ring) if you're using ipsec. the >> problem is that there's no l

libsndio: remove support for legacy device names

2011-05-03 Thread Alexandre Ratchov
hack to support legacy audio/midi device naming scheme is almost two years old, ok to drop support for it? -- Alexandre Index: mio.c === RCS file: /cvs/src/lib/libsndio/mio.c,v retrieving revision 1.10 diff -u -p -r1.10 mio.c --- mio

Re: macppc: support for Dynamic Frequency Switching

2011-05-03 Thread Miod Vallat
> > + printf(": Dynamic Frequency Switching, speeds: "); > > + printf("%d, %d", ppc_maxfreq, ppc_maxfreq / 2); > > We typically use pure lower case for stuff that shows up in dmesg. > And I'm not sure the "Dynamic Frequency Switching" part really adds > useful information. Perhaps just change

Re: macppc: support for Dynamic Frequency Switching

2011-05-03 Thread Miod Vallat
> Index: dev/dfs.c > +static int voltage; There is no reason for this variable to be global. You should put it in your device' softc instead. > +int > +dfs_match(struct device *parent, void *arg, void *aux) > +{ > + struct confargs *ca = aux; > + uint16_t cpu; > + > + if (strcmp(ca->

Re: macppc: support for Dynamic Frequency Switching

2011-05-03 Thread Mark Kettenis
> Date: Tue, 26 Apr 2011 18:29:16 +0530 > From: Martin Pieuchot > > The following diff adds support for dfs. It requires my precedent patch > about GPIOs. I don't have a machine with a MPC7448 so it's only tested > with a MPC7447A. > > I'm also interested in various device-tree dumps for further

Re: macppc: support for Dynamic Frequency Switching

2011-05-03 Thread Miod Vallat
> You can check if your machine supports it by looking for the > cpu-vcore-select node in your openfirmware dump: > > $ eeprom -p |grep vcore FWIW, the only known (to us) systems with that node are: PowerBook4,3 PowerBook6,5 PowerBook6,7 PowerBook6,8 as reported o

Re: limit number of tasks on the crypto queue

2011-05-03 Thread Claudio Jeker
On Tue, May 03, 2011 at 07:53:56PM +0200, Mike Belopuhov wrote: > hi, > > recently me and jsg have figured out that a traffic burst can kill > your interface (deplete the rx ring) if you're using ipsec. the > problem is that there's no limit on number of outstanding crypto > operations. every jo

Re: pf(4) man page: include missing header in example program

2011-05-03 Thread Mike Belopuhov
On Tue, May 3, 2011 at 9:56 AM, Stuart Henderson wrote: > On 2011/05/02 22:28, Lawrence Teo wrote: >> The DIOCNATLOOK example program at the end of the pf(4) man page >> uses memset(3), but string.h is not included. The following diff >> fixes this. Any thoughts? > > That change is correct but I'm

limit number of tasks on the crypto queue

2011-05-03 Thread Mike Belopuhov
hi, recently me and jsg have figured out that a traffic burst can kill your interface (deplete the rx ring) if you're using ipsec. the problem is that there's no limit on number of outstanding crypto operations. every job contains a pointer to a cluster that comes from the nic driver. under hig

Panasonic MD-10000

2011-05-03 Thread DigitalesNet
USD 1499PANASONIC NV-MD1 Sensor: 3 CCD Sistema: PAL / Formato: Mini DV Monitor: TFT 2.5 pulgadas / Zoom: Optico: 15x Digital: 750x / Accesorios incluidos: Cables AV y USB / BaterĂ­a / Adaptador-cargador AC / Software

Conseils de Gouvernement du 16 et 29 avril 2011

2011-05-03 Thread CICG (Centre d'Information et de Communication Gouvernementale)
Visitez le portail officiel du Gouvernement de CC4te d'Ivoire, Cliquez ici ( "http://www.gouv.ci/"; )B B ( "http://www.gouv.ci/"; ) COMMUNIQUE DU GOUVERNEMENT B CONSEILS DE GOUVERNEMENT ( "http://www.gouv.ci/communique_gouv.php?recordID=93"; ) B COMMUNIQUES B B B CONSEIL DE GOUVER

perl -w and adduser(8)

2011-05-03 Thread Mark Lumsden
I thought I had found a bug in adduser and started having a look at the code. First thing I noticed is it didn't have perl -w so I added it, then realised there wasn't a bug, just user error Anyway, here is the code to allow adduser(8) have perl -w. I have tested and can see no functional cha

Re: alc(4) support for Atheros AR815x

2011-05-03 Thread Alexey Suslikov
Edd Barrett wrote: > On Mon, May 02, 2011 at 11:02:41AM +0100, Stuart Henderson wrote: > > On 2011/05/02 01:16, Edd Barrett wrote: > > > On Sun, May 01, 2011 at 08:10:56PM +0100, Stuart Henderson wrote: > > > > On 2011/05/01 18:35, Edd Barrett wrote: > > > > > I have acquired a netboot (packard be

macppc: fix volume +/- from keyboard (i2s)

2011-05-03 Thread Martin Pieuchot
This diff fix the use of the volume keys +/- for the iBooks/PowerBooks. Index: dev/i2s.c === RCS file: /cvs/src/sys/arch/macppc/dev/i2s.c,v retrieving revision 1.18 diff -u -p -r1.18 i2s.c --- dev/i2s.c 15 Jul 2010 03:43:11 -

Re: pf(4) man page: include missing header in example program

2011-05-03 Thread Stuart Henderson
On 2011/05/02 22:28, Lawrence Teo wrote: > The DIOCNATLOOK example program at the end of the pf(4) man page > uses memset(3), but string.h is not included. The following diff > fixes this. Any thoughts? That change is correct but I'm not sure about keeping this example code at all. We've had diver

Pink Floyd-Led Zeppeling-Alan Parsons Proyect - DiscografĂ­a y Pendrive de Regalo

2011-05-03 Thread Discos MP3 - Solo de Oferta
Alan Parsons ProjectTry AnythingAnthologyEye In The SkyEssentialFreudianaPop ClassicssStereotomyo aPyramidaaAmmonia Avenuea aEvea I RobotoaKeats Plus a Tales Of Mystery And ImaginationThe Instrumental WorkThe Turn of a Friendly Cardo aLadyhawkea The Best Of AlanParson Projectu aVulture CultureoPink