public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* setup ChangeLog mount.cc
@ 2014-04-22 12:41 corinna
  0 siblings, 0 replies; 9+ messages in thread
From: corinna @ 2014-04-22 12:41 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	corinna@sourceware.org	2014-04-22 12:41:31

Modified files:
	.              : ChangeLog mount.cc 

Log message:
	* mount.cc (read_mounts): Don't create rootdir key when just fetching
	info from registry.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.846&r2=2.847
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.42&r2=2.43


^ permalink raw reply	[flat|nested] 9+ messages in thread

* setup ChangeLog mount.cc
@ 2013-11-13 14:42 corinna
  0 siblings, 0 replies; 9+ messages in thread
From: corinna @ 2013-11-13 14:42 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	corinna@sourceware.org	2013-11-13 14:42:33

Modified files:
	.              : ChangeLog mount.cc 

Log message:
	* mount.cc (CYGWIN_INFO_CYGNUS_REGISTRY_NAME): Remove now unused
	pre-1.7 registry key name.
	(CYGWIN_INFO_CYGWIN_MOUNT_REGISTRY_NAME): Ditto.
	(CYGWIN_INFO_CYGDRIVE_FLAGS): Ditto.
	(CYGWIN_INFO_CYGDRIVE_PREFIX): Ditto.
	(CYGWIN_INFO_CYGDRIVE_DEFAULT_PREFIX): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.832&r2=2.833
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.38&r2=2.39


^ permalink raw reply	[flat|nested] 9+ messages in thread

* setup ChangeLog mount.cc
@ 2013-06-30 22:26 cgf
  0 siblings, 0 replies; 9+ messages in thread
From: cgf @ 2013-06-30 22:26 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2013-06-30 22:26:41

Modified files:
	.              : ChangeLog mount.cc 

Log message:
	* mount.cc (LFSTAB): Define.
	(from_fstab): Use LFSTAB constant where appropriate.  Properly size path array
	to include \etc\fstab.  Change len argument of mklongpath to reflect the actual
	size of the destination argument.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.803&r2=2.804
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.37&r2=2.38


^ permalink raw reply	[flat|nested] 9+ messages in thread

* setup ChangeLog mount.cc
@ 2010-01-29 22:46 cgf
  0 siblings, 0 replies; 9+ messages in thread
From: cgf @ 2010-01-29 22:46 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2010-01-29 22:46:28

Modified files:
	.              : ChangeLog mount.cc 

Log message:
	* mount.cc (read_mounts_9x): Preserve old way of doing things when is_legacy.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.679&r2=2.680
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.32&r2=2.33


^ permalink raw reply	[flat|nested] 9+ messages in thread

* setup ChangeLog mount.cc
@ 2009-06-16 10:45 corinna
  0 siblings, 0 replies; 9+ messages in thread
From: corinna @ 2009-06-16 10:45 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	corinna@sourceware.org	2009-06-16 10:45:22

Modified files:
	.              : ChangeLog mount.cc 

Log message:
	* mount.cc (create_install_root): Don't load mount table again.
	(read_mounts_nt): Don't break loop, rather continue when not being
	able to open "Cygwin" registry key.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.628&r2=2.629
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.30&r2=2.31


^ permalink raw reply	[flat|nested] 9+ messages in thread

* setup ChangeLog mount.cc
@ 2008-08-14  9:38 corinna
  0 siblings, 0 replies; 9+ messages in thread
From: corinna @ 2008-08-14  9:38 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/sourceware/projects/cygwin-apps-home/cvsfiles
Module name:	setup
Changes by:	corinna@sourceware.org	2008-08-14 09:38:22

Modified files:
	.              : ChangeLog mount.cc 

Log message:
	* mount.cc (unconvert_slashes): New inline function.
	(skip_ws): New inline function.
	(find_ws): New inline function.
	(conv_fstab_spaces): New inline function.
	(from_fstab_line): New function to read single line from fstab file.
	(from_fstab): New function to read /etc/fstab file and fill mount
	table.
	(read_mounts_nt): Call from_fstab after getting setup/rootdir from
	registry.  Only call add_usr_mnts if no fstab file found.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.605&r2=2.606
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.26&r2=2.27


^ permalink raw reply	[flat|nested] 9+ messages in thread

* setup ChangeLog mount.cc
@ 2008-04-16 10:07 briand
  0 siblings, 0 replies; 9+ messages in thread
From: briand @ 2008-04-16 10:07 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	briand@sourceware.org	2008-04-16 10:07:26

Modified files:
	.              : ChangeLog mount.cc 

Log message:
	* mount.cc: Include malloc.h.
	(is_admin): Use alloca instead of a VLA in case
	GetTokenInformation is sensitive to alignment.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.591&r2=2.592
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.24&r2=2.25


^ permalink raw reply	[flat|nested] 9+ messages in thread

* setup ChangeLog mount.cc
@ 2008-04-16  4:45 briand
  0 siblings, 0 replies; 9+ messages in thread
From: briand @ 2008-04-16  4:45 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	briand@sourceware.org	2008-04-16 04:45:42

Modified files:
	.              : ChangeLog mount.cc 

Log message:
	* mount.cc (is_admin): Get explicit size of required buffer by
	calling	GetTokenInformation first with NULL.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.590&r2=2.591
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.23&r2=2.24


^ permalink raw reply	[flat|nested] 9+ messages in thread

* setup ChangeLog mount.cc
@ 2003-01-15 22:06 maxb
  0 siblings, 0 replies; 9+ messages in thread
From: maxb @ 2003-01-15 22:06 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2003-01-15 14:06:23

Modified files:
	.              : ChangeLog mount.cc 

Log message:
	2003-01-15  Max Bowsher  <maxb@ukf.net>
	
	* mount.cc [MAINTAINER_FEATURES]: Add --override-registry-name option.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.306&r2=2.307
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.14&r2=2.15


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-04-22 12:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-22 12:41 setup ChangeLog mount.cc corinna
  -- strict thread matches above, loose matches on Subject: below --
2013-11-13 14:42 corinna
2013-06-30 22:26 cgf
2010-01-29 22:46 cgf
2009-06-16 10:45 corinna
2008-08-14  9:38 corinna
2008-04-16 10:07 briand
2008-04-16  4:45 briand
2003-01-15 22:06 maxb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).