CVS commit: src/sys/rump/librump/rumpkern

2010-01-11 Thread Arnaud Ysmal
Module Name:src Committed By: stacktic Date: Mon Jan 11 19:19:58 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: memalloc.c Log Message: Fixed typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/librump/rumpkern/memalloc.c Please note

CVS commit: othersrc/lib/libfsu_mount

2010-03-05 Thread Arnaud Ysmal
$ */ /* * Copyright (c) 2008,2009 Arnaud Ysmal. All Rights Reserved. @@ -119,16 +119,14 @@ #endif alias = NULL; - puffsexec = specopts = mntopts = NULL; + fsdevice = fstype = mntopts = puffsexec = specopts = NULL; fst = NULL; ukfs = NULL; - fstype = fsdevice = NULL; fflag = 0; memset(&mntd, 0, si

CVS commit: othersrc/lib/libfsu_mount

2010-03-05 Thread Arnaud Ysmal
Module Name:othersrc Committed By: stacktic Date: Fri Mar 5 19:37:42 UTC 2010 Modified Files: othersrc/lib/libfsu_mount: fsu_mount.c Log Message: Set env vars before returning from fsu_mount To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 othersrc/lib/libf

Re: CVS commit: src/crypto/external/bsd/openssh/dist

2011-01-04 Thread Arnaud Ysmal
> On Mon Jan 03 2011 at 18:55:42 +0000, Arnaud Ysmal wrote: > > Module Name: src > > Committed By: stacktic > > Date: Mon Jan 3 18:55:42 UTC 2011 > > > > Modified Files: > > src/crypto/external/bsd/openssh/dist: sshconnect2.c > > > &