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
$ */
/*
* 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
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
> 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
> >
> &