Jon TURNEY
efc0b0094b
winsup/doc: Remove tarball target from .PHONY
...
Left over after 4885352e
.
2015-06-12 Jon Turney <jon.turney@dronecode.org.uk>
* Makefile.in (.PHONY): Remove tarball target.
2015-06-16 10:13:26 +01:00
Jon TURNEY
5c4129d937
Improve strace to log most Windows debug events
...
Not sure if this is wanted, but on a couple of occasions recently I have been
presented with strace output which contains an exception at an address in an
unknown module (i.e. not in the cygwin DLL or the main executable), so here is a
patch which adds some more information, including DLL load addresses, to help
interpret such straces.
v2:
Use NtQueryObject() for HANDLE -> filename conversion
Add new '-e' option to toggle this additional logging
2015-06-07 Jon Turney <jon.turney@dronecode.org.uk>
* strace.cc (proc_child): Log process and thread create and exit,
and DLL load and unload.
(GetFileNameFromHandle): New function.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2015-06-11 12:00:51 +01:00
Jon TURNEY
4885352e16
winsup/doc: Remove ancient unused Makefile rules to make documentation tarball
...
This used to be used by cygwin-doc to make a tarball which would be used with a
ssh script to run docbook tools on a linux host since they weren't available on
Cygwin or something crazy like that...
2015-06-04 Jon Turney <jon.turney@dronecode.org.uk>
* Makefile.in: Remove ancient unused rules to make a documentation
tarball.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2015-06-08 15:19:23 +01:00
Jon TURNEY
3c932910e6
Remove mention of installing everything
...
An estimate of the size of installing of "hundreds of megabytes" is wildly out
of date. Just remove mention of installing everything, since it is nearly
always not a good idea.
2015-06-01 Jon Turney <jon.turney@dronecode.org.uk>
* ov-ex-unix.xml: Remove unhelpful mention of and inaccurate size
estimate for installing everything.
* ov-ex-win.xml: Ditto.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2015-06-01 17:13:32 +01:00
Yaakov Selkowitz
37ab32da30
Fix more typos in ntsec.xml
...
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2015-04-29 12:55:03 -05:00
Mike DePaulo
a3e0771eda
cygserver.xml: Add new section. How to install Cygserver.
...
* cygserver.xml (install-cygserver): Add new section. How to install
Cygserver.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2015-04-27 11:32:25 +02:00
David Macek
bbc87a02fd
Fix inconsistencies in docs regarding fstab and executable file detection
...
The inline list of mount options seemed redundant, so the paragraph now points
to the list below it.
List of executable extensions updated according to fhandler_disk_file.cc. List
of executable magic numbers updated according to path.h (has_exec_chars).
* pathnames.xml: Fix inconsistencies in docs regarding fstab and
executable file detection
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2015-04-23 22:02:47 +02:00
Corinna Vinschen
5778304f16
Bump Cygwin version to 2.0.0.
...
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MAJOR): Bump to 2000.
(CYGWIN_VERSION_DLL_MINOR): Set to 0.
* new-features.xml (ov-new2.0): Rename from ov-new1.7.36 and change
version number to 2.0.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2015-04-23 21:58:33 +02:00
David A. Wheeler
f33e34f333
Add FAQ entry on how Cygwin counters install and update MITM attacks
...
* faq-setup.xml: Document how Cygwin secures installation and
update against man-in-the-middle (MITM) attacks. Note that
setup embeds a public key to check the signature of setup.ini,
and that setup.ini includes SHA-512 cryptographic hashes.
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
2015-04-23 21:57:11 +02:00
Jon TURNEY
adbc3d4bb1
Fix documentation of cygwin_internal()'s return type.
...
* misc-funcs.xml (cygwin_internal): Correct return type.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2015-04-23 21:57:09 +02:00
Corinna Vinschen
2e3968cefa
Document GNU basename.
...
* new-features.xml (ov-new1.7.36): Add new section. Document GNU
basename.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2015-04-23 21:57:09 +02:00
Yaakov Selkowitz
75d5f68aab
cygwin: add GNU basename(3)
...
winsup/cygwin/
* common.din (__gnu_basename): Export.
* path.cc (__gnu_basename): New function.
winsup/doc/
* posix.xml (std-gnu): Add basename.
(std-notes): Add note about two forms of basename.
2015-04-23 21:57:08 +02:00
Jon TURNEY
b7f2a6c0a7
Fix winsup/doc to install into prefix
...
By default, docdir and htmldir are defined in terms of prefix, so make sure to
define it, so their values are prefix-relative.
Without this, 'make install' installs the documentation into /share/doc/ unless
configured otherwise.
* Makefile.in (prefix): Define.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2015-03-16 14:53:05 +00:00
Corinna Vinschen
a34ebbad28
Fix more typos in ntsec.xml
...
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2015-03-12 11:14:57 +01:00
Corinna Vinschen
1aa532fec2
Fix typos in ntsec.xml
...
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2015-03-12 10:53:33 +01:00
Corinna Vinschen
84195ba6c5
whitespace fix
2015-03-10 16:07:07 +01:00
Corinna Vinschen
9272d8f942
Change CVS->GIT in docs
...
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2015-03-10 14:19:42 +01:00
Corinna Vinschen
e479f4ffb7
mv .cvsignore to .gitignore
...
Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
2015-03-09 21:40:26 +01:00
Corinna Vinschen
1d7a60f56c
* posix.xml (std-bsd): Add issetugid.
2015-03-04 11:44:07 +00:00
Corinna Vinschen
694626a5f5
* new-features.xml (ov-new1.7.35): Add SIGSYS change.
2015-03-03 17:10:54 +00:00
Corinna Vinschen
73c0c53cf4
* new-features.xml (ov-new1.7.35): Add new section.
2015-03-03 13:02:21 +00:00
Corinna Vinschen
583d56ee20
* utils.xml (getfacl): Adjust options to option nmame change.
2015-02-28 13:15:53 +00:00
Warren Young
e93954138f
Applied the "chgrp `id -g`" improvements suggested by Corinna for the FAQ
...
item about SSH keys not working in 1.7.34+.
2015-02-25 17:41:23 +00:00
Corinna Vinschen
28edc819f2
* ntsec.xml (ntsec-mapping): Match the description of the default
...
values for db_home, db_shell, and db_gecos to the latest changes.
2015-02-25 12:48:34 +00:00
Warren Young
2fdce9d618
Added chgrp None ~/.ssh/* hack to FAQ item 4.40
2015-02-25 01:09:38 +00:00
Warren Young
b61add2614
Applied Andrey's and my improvments to FAQ item 4.2, discussed on the main ML.
2015-02-17 22:38:54 +00:00
Corinna Vinschen
99a95d1df4
* setup-files.xml (setup-files): Drop hint to set HOME in Windows
...
environment.
* setup-env.xml (setup-env-ov): Discourage setting HOME in the Windows
environment.
2015-02-16 10:23:01 +00:00
Corinna Vinschen
06d1f1fc0a
* posix.xml (std-gnu): Add missing __mempcpy.
2015-02-15 09:14:02 +00:00
Corinna Vinschen
54ade28dfa
* ntsec.xml: Throughout fix references to the Cygwin version number.
2015-02-12 08:48:34 +00:00
Corinna Vinschen
9ab96e0fde
* faq-using.xml (faq.using.startup-slow): New entry.
2015-02-11 08:52:04 +00:00
Corinna Vinschen
cf213809c4
* posix.xml (std-susv4): Move cabsl, cimagl, creall, hypotl, sqrtl here
...
from std-notimpl. Add finitel.
2015-02-06 17:12:18 +00:00
Corinna Vinschen
604656a35a
* posix.xml (std-susv4): Move wcstold here from std-notimpl.
2015-02-04 11:05:24 +00:00
Corinna Vinschen
e744f119e8
* new-features.xml (ov-new1.7.34): Add wcstold.
2015-02-04 11:04:12 +00:00
Corinna Vinschen
be8a0cee6d
* faq-using.xml (faq.using.ssh-pubkey-stops-working): New entry.
...
(faq.using.same-with-rhosts): Ditto.
2015-02-04 10:40:22 +00:00
Corinna Vinschen
7656f3f4d7
* utils.xml (regtool): Clarify save action. Add description for
...
restore action.
* new-features.xml (ov-new1.7.34): Add regtool restore.
2015-02-03 15:23:37 +00:00
Corinna Vinschen
db9a8c9983
* Throughout, replace http with https as far as cygwin.com and
...
sourceware.org URLs are concerned.
* Throughout, simplify ulink expressions if the visible text is the
URL anyway.
* faq-programming.xml (faq.programming.dll-relocatable): Remove.
* faq-setup.xml (faq.setup.name-with-space): Change for 1.7.34.
(faq.setup.home): Ditto.
* faq-using.xml (faq.using.printing): Clarify old links and availability
of a2ps and file.
(faq.using.xemacs): Drop outdated version info and pointers to native
XEmacs.
(faq.using.ntemacs): Remove.
* faq-what.xml (faq.what.what): Rephrase to reflect reality.
(faq.what.supported): Ditto.
(faq.what.who): Rephrase slightly.
* legal.xml: Bump copyright.
* setup-net.xml (internet-setup): Fix references to setup executables.
2015-02-03 13:48:43 +00:00
Corinna Vinschen
8915ff7f28
Fix typo
2015-01-27 14:59:58 +00:00
Corinna Vinschen
71906368e5
* new-features.xml (ov-new1.7.34): Add extension of gethostbyname2.
...
Add sockatmark.
2015-01-23 14:59:44 +00:00
Corinna Vinschen
ae8a802c29
* posix.xml (std-susv4): Move sockatmark here from std-notimpl.
2015-01-20 18:24:23 +00:00
Corinna Vinschen
3fce2d8a2b
* ntsec.xml (ntsec-mapping-nsswitch-passwd): Document /path %H wildcard.
...
(ntsec-mapping-nsswitch-home): Disable text explaining how the home
directory is fetched from the homeDrive attribute.
2015-01-14 11:23:29 +00:00
Corinna Vinschen
204ba7e238
* cygwinenv.xml (cygwinenv-removed-options): Accommodate list of
...
always uppercased Windows variables to latest change.
2015-01-14 11:00:47 +00:00
Yaakov Selkowitz
f94bbabd89
* ntsec.xml (ntsec-logonuser): Fix spelling of pw_passwd field.
2014-12-18 17:30:56 +00:00
Yaakov Selkowitz
b2149cb666
* new-features.xml (ov-new1.7.34): Document Solaris stdio_ext.h
...
functions and BSD/GNU unlocked stdio extensions.
* posix.xml (std-bsd): Add BSD unlocked stdio extensions.
(std-gnu): Add GNU unlocked stdio extensions.
(std-solaris): Add stdio_ext.h functions.
2014-12-18 16:55:27 +00:00
Corinna Vinschen
b3d0030d3c
* new-features.xml (ov-new1.7.34): Add setfacl -k option.
...
* utils.xml (setfacl): Ditto.
2014-12-15 20:30:15 +00:00
Corinna Vinschen
6c5c9bf5ee
* ntsec.xml (ntsec-mapping-samba): Clarify Samba file server setup.
2014-12-10 12:35:36 +00:00
Corinna Vinschen
869ca0954a
* faq-using.xml (faq.using.bloda): Add Lenovo RapidBoot Shield to
...
BLODA list.
2014-12-10 12:33:25 +00:00
Corinna Vinschen
ca1cabfe21
Fix date of latest entry
2014-12-08 10:57:37 +00:00
Corinna Vinschen
1391f2b254
* faq-setup.xml (faq.setup.upgrade-mountpoints): Remove.
...
* pathnames.xml (pathnames-mount-ex): Remove note about 1.5->1.7
registry mount point updates.
2014-12-08 10:55:03 +00:00
Corinna Vinschen
dad2a13870
* posix.xml (std-solaris): Point to libtirpc for xdr functions.
2014-12-06 17:13:00 +00:00
Corinna Vinschen
b9e2c265d0
* cygwin.xsl (toc.section.depth): Set to 4.
...
* ntsec.xml: Revamp account mapping documentation to account for the
new db_home, db_shell, db_gecos settings.
2014-12-06 16:49:05 +00:00
Yaakov Selkowitz
5acd9c007f
* new-features.xml (ov-new1.7.34): Document qsort_r and __bsd_qsort_r.
...
* posix.xml (std-bsd): Add qsort_r.
(std-gnu): Ditto.
(std-notes): Add section for qsort_r.
2014-12-05 16:33:02 +00:00
Corinna Vinschen
c9cfd71d8c
* new-features.xml (ov-new1.7.34): Add latest changes.
2014-12-03 16:35:02 +00:00
Yaakov Selkowitz
c2f50c4099
* Makefile.in (XSLTPROC): Remove.
...
(cygwin-ug-net/cygwin-ug-net.pdf): Build with xmlto pdf.
(cygwin-api/cygwin-api.pdf): Ditto.
(faq/faq.html): Fix extraneous anchor removal.
2014-11-28 20:25:24 +00:00
Corinna Vinschen
72f4ea45e6
* utils.xml (passwd): Align to latest changes.
2014-11-24 11:21:22 +00:00
Corinna Vinschen
d544f256d1
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 34.
...
* new-features.xml (ov-new1.7.34): Add new section.
(ov-new1.7.33): Reflect intermediate 1.7.33 release.
2014-11-13 13:10:26 +00:00
Corinna Vinschen
58d35b961e
* utils.xml (mkgroup): Align to changed usage.
...
(mkpasswd): Ditto.
2014-11-12 14:50:56 +00:00
Corinna Vinschen
9de862718c
Fix typo
2014-11-10 20:27:22 +00:00
Corinna Vinschen
9b41831e4c
* utils.xml (mkpasswd): Change /etc/group to /etc/passwd.
2014-11-07 13:53:25 +00:00
Corinna Vinschen
b8fd41f5df
* new-features.xml (ov-new1.7.33): Document xdr and atexit.
2014-11-05 09:56:09 +00:00
Corinna Vinschen
3a464532d9
* ntsec.xml: Fix typo.
2014-10-30 17:22:09 +00:00
Corinna Vinschen
1a6fa5618a
* ntsec.xml (ntsec-mapping-caching): Describe service dependencies
...
in terms of cygserver.
2014-10-29 10:09:41 +00:00
Corinna Vinschen
9b41c90ead
* xidepend: Make PDF file dependent on the same input files as the
...
HTML file of the same name to trigger automatic rebuild of PDFs on
source file changes as well.
2014-10-28 11:01:32 +00:00
Corinna Vinschen
24485a663c
* cygwinenv.xml: Change default setting of dosfilewarning.
...
* new-features.xml (ov-new1.7.33): Document aforementioned change.
2014-10-28 10:47:38 +00:00
Corinna Vinschen
09687ee963
* ntsec.xml: Fix Solaris doc URLs.
2014-10-28 09:45:45 +00:00
Corinna Vinschen
3c8e918c38
* ntsec.xml: Try to make an expression less ambiguous.
2014-10-28 09:03:50 +00:00
Corinna Vinschen
3d411b0591
* ntsec.xml: More language fixes.
2014-10-27 12:35:41 +00:00
Corinna Vinschen
61a41e77e9
* new-features.xml (ov-new1.7.33): Document empty $PATH handling.
2014-10-27 11:35:15 +00:00
Corinna Vinschen
b18aed9262
* new-features.xml (ov-new1.7.33): Fix paragraph order.
2014-10-27 10:35:52 +00:00
Corinna Vinschen
f1271e19c3
* highlights.xml: Rearrange itemizedlist markup slightly.
...
* new-features.xml (ov-new1.7.33): Add setfacl -b option.
* utils.xml (setfacl): Ditto.
2014-10-27 10:34:17 +00:00
Corinna Vinschen
1fc5d69923
Fix typo
2014-10-26 10:29:25 +00:00
Corinna Vinschen
a4705a7d26
Fix typo
2014-10-24 19:14:49 +00:00
Corinna Vinschen
36e14a881e
fix typo
2014-10-24 16:44:38 +00:00
Corinna Vinschen
63a2c2c204
* ntsec.xml: More language and typo fixes.
2014-10-24 10:35:31 +00:00
Corinna Vinschen
299d75822f
* ntsec.xml: Fix language.
2014-10-23 15:31:58 +00:00
Corinna Vinschen
fdf455637b
* Makefile.in: Create install targets.
...
(cygwin-ug-net/cygwin-ug-net.pdf): Create subdir to allow building PDF
even if subdir is missing.
(cygwin-api/cygwin-api.pdf): Ditto.
* configure.ac: Add AC_PROG_INSTALL rule.
* configure: Regenerate.
* new-features.xml (ov-new1.7.33): Add installation of docs.
2014-10-22 20:04:42 +00:00
Corinna Vinschen
419092e490
* posix.xml (std-gnu): Add ffsl, ffsll, quotactl.
...
(std-notes): Add restrictions of quotactl.
2014-10-22 19:29:33 +00:00
Yaakov Selkowitz
8a091aad42
* new-features.xml (ov-new1.7.33): Document stime.
...
* posix.xml (std-deprec): Add stime.
2014-10-22 19:18:50 +00:00
Corinna Vinschen
27b7220d20
* new-features.xml (ov-new1.7.33): s/Linux/glibc.
2014-10-22 09:03:50 +00:00
Corinna Vinschen
37b1a944c7
* new-features.xml (ov-new1.7.33): Update to current state.
2014-10-22 08:33:37 +00:00
Corinna Vinschen
6e16a3169f
* pathnames.xml (cygdrive): Add /proc/cygdrive description.
2014-09-05 19:40:39 +00:00
Corinna Vinschen
3e61dde3f1
* utils.xml (setfacl): Align documentation to help text in setfacl.
2014-09-03 09:34:10 +00:00
Corinna Vinschen
b4536f29c5
* ntsec.xml (ntsec-common): Drop outdated comment about underdeveloped
...
Solaris ACL API support.
2014-08-31 20:06:14 +00:00
Corinna Vinschen
f3b0b4cb51
* utils.xml (setfacl): Drop outdated note that default ACEs are not
...
taken into account.
2014-08-31 19:20:10 +00:00
Corinna Vinschen
489d1e5db9
* ntsec.xml: Disable description of db_prefix and db_separator settings.
2014-08-31 18:19:03 +00:00
Corinna Vinschen
e7ee42f33d
* utils.xml (getfacl): Document additional suid/sgid/vtx flag printing.
2014-08-31 13:47:32 +00:00
Corinna Vinschen
7e46c0af62
* configure.ac: Convert to new AC_INIT style.
...
* configure: Regenerate.
2014-08-15 21:24:35 +00:00
Corinna Vinschen
d1ebeeab58
* cygwin-api.xml: Include misc-funcs.xml.
...
* misc-funcs.xml: New file.
2014-08-14 20:47:14 +00:00
Corinna Vinschen
9f2842e92c
* cygwin-api.xml: Move chapter tags from path.xml back here.
...
Include logon-funcs.xml.
* logon-funcs.xml: Moved from ../cygwin here and converted to XML.
* path.xml: Drop chapter tags. Create subsections.
2014-08-14 20:15:49 +00:00
Corinna Vinschen
6b31215816
* Makefile.in: Throughout use parenthesis instead of braces where
...
appropriate.
(DBXDIRS): Remove.
(XSLTPROC): Define for symmetry. Use throughout.
(clean): Drop removing cygwin-api.xml and doctool.*.
(cygwin-api.xml): Drop rule.
(doctool): Drop rule.
(Makefile.dep): Add dependency to cygwin-api.xml.
* cygwin-api.in.xml: Rename to cygwin-api.xml. Convert includes to
XML XInclude style.
* doctool.c: Remove.
* doctool.txt: Remove.
* faq-programming.xml: Drop reference to local utils.xml file.
* path.xml: Moved from ../cygwin and converted to XML.
* posix.xml: Ditto.
* using.xml: Drop relative path from utils.xml include.
* utils.xml: Moved from ../utils.
2014-08-14 19:44:29 +00:00
Corinna Vinschen
12a8027532
* new-features.xml: (ov-new1.7.33): Add new section.
...
(ov-new1.7.32): Reflect intermediate 1.7.32 release.
2014-08-13 17:44:07 +00:00
Corinna Vinschen
89d35a4833
* ntsec.xml (ntsec-mapping): Drop plus-prepended builtin accounts as
...
default setting. Add short explanation in db_prefix: always mode.
Fix a type. Drop a paragraph with redundant information.
2014-08-06 14:46:03 +00:00
Yaakov Selkowitz
c0a211cc3e
* faq-what.xml (faq.what.who): Remove mention of retired setup
...
maintainers. Add link to cygwin-pkg-maint.
2014-08-03 19:53:24 +00:00
Yaakov Selkowitz
02206cd3e4
* faq-what.xml (faq.what.who): CGF has retired.
2014-08-01 01:29:46 +00:00
Corinna Vinschen
dea309cf1f
* ntsec.xml: Small improvments.
2014-07-30 12:00:24 +00:00
Corinna Vinschen
0e76ca5fd9
* new-features.xml: (ov-new1.7): Change section title.
2014-07-30 11:32:41 +00:00
Corinna Vinschen
232f23e038
* new-features.xml: (ov-new1.7.1): Add new section. Move old 1.7
...
sections into section level 3.
2014-07-30 11:28:58 +00:00
Corinna Vinschen
f092b3ddf3
* cygwin.xsl: Allow 3 section levels in TOC.
...
* new-features.xml: (ov-new1.7.32): Add new section.
* ntsec.xml: Rename top-level section to reflect extension of topics.
Remove old /etc/passwd, /etc/group considerations. Add new sections
explaining Windows to POSIX account mapping. Make setuid sections
third level sections.
* pathnames.xml: Note new method of account mapping for fstab.d/$USER.
* faq-setup.xml: Rework references to /etc/passwd and /etc/group to
reflect changes to account handling.
* faq-using.xml: Ditto.
2014-07-30 11:07:34 +00:00
Corinna Vinschen
11e2c05c9e
* new-features.xml: (ov-new1.7.31): Add new section.
2014-07-21 09:47:05 +00:00
Corinna Vinschen
28fad4ee1b
* legal.xml: Fix copyright.
2014-06-26 13:14:50 +00:00
Christopher Faylor
59c45c4445
* faq-programming.xml: Add gettext-devel to list of packages needed to build
...
Cygwin.
2014-06-17 14:49:06 +00:00
Corinna Vinschen
2c4cbf8e7b
* new-features.xml: (ov-new1.7.29): Fix incomplete XML tagging.
2014-04-04 16:17:13 +00:00
Christopher Faylor
47f07c8b3c
* new-features.xml: (ov-new1.7.29): Add new section.
2014-04-01 00:57:07 +00:00
Christopher Faylor
25833f57c1
* faq-setup.xml: Minor snapshot instruction rewording. Update discussion about
...
setup*.exe.
* faq-using.xml: Update information about setup*.exe.
* faq-what.xml: Ditto.
2014-01-29 19:01:53 +00:00
Corinna Vinschen
e5819caa0b
* new-features.xml (ov-new1.7.28): Add new section.
2014-01-27 21:26:36 +00:00
Corinna Vinschen
6d49b42a95
* faq-programming.xml: Update packages needed to build Cygwin.
2014-01-07 14:54:58 +00:00
Corinna Vinschen
17bb9160d5
* new-features.xml (ov-new1.7.26): Add new section.
2013-12-07 10:12:55 +00:00
Corinna Vinschen
fea986bdc6
* new-features.xml (ov-new1.7.26): Fix section ID and title. Add
...
posix_spawn item.
2013-11-29 10:14:13 +00:00
Corinna Vinschen
7a5be33eb5
* new-features.xml (ov-new1.7.26): Add new section.
2013-11-23 11:39:51 +00:00
Corinna Vinschen
8246caa942
* faq-setup.xml (faq.setup.uninstall-service): Describe how to unhook
...
cyglsa DLL from OS before uninstalling.
2013-11-12 22:21:32 +00:00
Corinna Vinschen
4146cc5ce7
* faq-setup.xml: Throughout remove setup.exe, use setup or setup-x86...
...
instead.
(faq.setup.cli): Reproduce latest --help output.
(faq.setup.noroot): New section.
(faq.setup.setup-fails-on-ts): Remove section.
* setup-net.xml (internet-setup): Mention setup-x86{_64} in first
paragraph. Add note to allow using setup.exe in subsequent paragraphs.
Add paragraph to introduce --no-admin option.
2013-11-11 12:48:31 +00:00
Christopher Faylor
2a6d6db8e2
winsup/ChangeLog:
...
2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx>
* configure.ac: Detect windows headers/libs after we've figured out the
C compiler.
* configure: Regenerate.
* aclocal.m4: Regenerate.
* configure.cygwin: Default to '.' if can't find a winsup directory.
winsup/cygserver/ChangeLog:
2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx>
* configure.ac: Detect windows headers/libs after we've figured out the
C compiler.
* configure: Regenerate.
* aclocal.m4: Regenerate.
winsup/cygwin/ChangeLog:
2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx>
* configure.ac: Detect windows headers/libs after we've figured out the
C compiler.
* configure: Regenerate.
* aclocal.m4: Regenerate.
winsup/utils/ChangeLog:
2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx>
* configure.ac: Detect windows headers/libs after we've figured out the
C compiler.
* configure: Regenerate.
* aclocal.m4: Regenerate.
2013-11-07 00:19:52 +00:00
Christopher Faylor
1560d3e281
cygwin changes:
...
* spawn.cc (child_info_spawn): Revert previous change. Always set
lpReserved2.
* release/1.7.25: Change wording.
doc changes:
* new-features.xml (ov-new1.7.25): Change wording.
2013-08-23 18:19:46 +00:00
Corinna Vinschen
78aaee2321
* new-features.xml (ov-new1.7.25): Add new section.
2013-08-23 09:46:41 +00:00
Corinna Vinschen
b4e7956e5f
* new-features.xml (ov-new1.7.24): Add new section. Mention
...
posix_memalign override.
2013-08-14 11:44:46 +00:00
Corinna Vinschen
96b3b10abf
Fix typo
2013-07-30 16:14:34 +00:00
Christopher Faylor
033fe7d87f
cygwin directory changes:
...
* environ.cc (tty_is_gone): Delete.
(known): Delete tty, add wincmdln.
* globals.cc: Reorganize list of environment bools, remove explicit =
false for slight load time optimization.
(wincmdln): New global.
* spawn.cc (child_info_spawn::worker): Honor wincmdln.
doc directory changes:
* new-features.sgml (ov-new1.7.23): Add new section. Mention wincmdln.
* cygwinenv.xml: Mention wincmdln.
2013-07-26 17:28:00 +00:00
Corinna Vinschen
a30f955d28
* gcc.xml (gcc-64): Fix example.
2013-07-25 09:09:14 +00:00
Corinna Vinschen
a90f2ca74f
* gcc.xml (gcc-default: Rename from gcc-cons. Change title.
...
(gcc-64): New section explaininig differences in programming for
64 bit Cygwin.
(gcc-gui): Simplify description and aim at UNIX/Linux developers only.
Note that X programming is preferred. Drop example.
2013-07-25 09:04:21 +00:00
Corinna Vinschen
463cca40bd
* new-features.sgml (ov-new1.7.22): Add GetCommandLine and regcomp
...
changes.
2013-07-21 19:30:19 +00:00
Corinna Vinschen
ca5eb1cba5
* Makefile.in (cygwin-ug-net/cygwin-ug-net.html): Add dependency to
...
cygwin.xsl.
(cygwin-api/cygwin-api.html): Ditto.
(cygwin-ug-net/cygwin-ug-net.pdf): Add dependency to fo.xsl.
(cygwin-api/cygwin-api.pdf): Ditto.
(cygwin-api.xml): Drop "." path component from doctool dependency.
Change Makefile to Makefile.in dep.
(doctool): Drop "." path component from target.
2013-07-21 10:16:53 +00:00
Corinna Vinschen
198d56529a
* Makefile.in (cygwin-ug-net/cygwin-ug-net.pdf): Process input via
...
xsltproc and fop.
(cygwin-api/cygwin-api.pdf): Ditto.
* fo.xsl: New file.
2013-07-20 10:44:50 +00:00
Corinna Vinschen
f7180e5eac
* new-features.sgml (ov-new1.7.22): New section. Document dropped
...
support for /dev/mem, /dev/kmem, /dev/port.
* specialnames.xml (pathnames-posixdevices): Drop description of
/dev/mem, /dev/kmem, /dev/port.
2013-07-15 14:00:32 +00:00
Yaakov Selkowitz
8131499d73
* new-features.sgml (ov-new1.7.21): New section. Document rawmemchr.
2013-06-24 15:30:49 +00:00
Corinna Vinschen
e18222a23c
* faq-using.xml (faq.using.private-cygwin): Drop.
2013-06-19 17:34:07 +00:00
Corinna Vinschen
f2407e2210
* faq-using.xml (faq.using.multiple-copies): Modernize to reflect
...
installation separation since Cygwin 1.7.
(faq.using.third-party.multiple-copies): Ditto.
2013-06-19 08:42:48 +00:00
Corinna Vinschen
2e72b72fcc
* cygwinenv.xml: Fix link to FAQ.
2013-06-17 08:29:34 +00:00
Corinna Vinschen
111af357c2
* faq-copyright.xml: Fix link to license.
...
* faq-using.xml: Ditto.
* faq-what.xml: Ditto.
2013-06-05 09:36:58 +00:00
Corinna Vinschen
47b7ed597c
* faq-programming.xml: Convert url to refer to new flat faq.html file.
...
* faq-setup.xml: Ditto.
* faq-using.xml: Ditto.
* highlights.xml: Ditto.
2013-06-05 07:57:39 +00:00
Corinna Vinschen
338a3e8b15
* new-features.xml (ov-new1.7.19): Revert mandatory locking support to
...
"preliminary".
2013-06-05 07:23:07 +00:00
Corinna Vinschen
c0096b6069
* Makefile.in: Add rule to rebuild Makefile if Makefile.in changes.
...
Include Makefile.dep last.
(Makefile.dep): Run xidepend within source dir. Temporarily drop
faq.xml from dependencies.
* xidepend: Fix creating base filename to accommodate VPATH.
2013-06-04 11:50:41 +00:00
Corinna Vinschen
a0238d7084
* new-features.xml (ov-new1.7.19): Align mandatory locking text to
...
today's changes.
2013-06-04 11:14:34 +00:00
Corinna Vinschen
40cc0986e3
* new-features.xml (ov-new1.7.19): Add mandatory locking.
2013-06-02 10:22:56 +00:00
Warren Young
df7a7e2e82
.
2013-05-23 19:03:19 +00:00
Warren Young
42d724c92a
Created xidepend mechanism
2013-05-23 19:02:46 +00:00
Corinna Vinschen
6d383d0fde
* cygwinenv.xml (cygwinenv-implemented-options): Explain new
...
winsymliks:nativestrict option. Strip out description of symlink types
and refer to new pathnames-symlinks section.
* highlights.xml (ov-hi-files): Rip out most of symlink description and
refer to new pathnames-symlinks section instead.
* new-features.xml (ov-new1.7.19): Add CYGWIN=winsymlinks:nativestrict.
* pathnames.xml (pathnames-symlinks): New section describing symbolic
link handling.
2013-05-23 14:26:53 +00:00
Corinna Vinschen
7dfacd3869
* new-features.sgml (ov-new1.7.19): Add arc4random,
...
arc4random_addrandom, arc4random_buf, arc4random_stir and
arc4random_uniform.
2013-05-21 19:10:06 +00:00
Corinna Vinschen
e0ce0961fe
* new-features.sgml (ov-new1.7.19): Add __b64_ntop and __b64_pton.
2013-05-21 10:11:15 +00:00
Warren Young
d46cc674ec
Added Wishlist file, based on my FURTHER WORK proposal to the -patches
...
list on April 29.
2013-05-13 22:00:44 +00:00
Warren Young
e4ab61a8ab
Removed setup.xml and cygwin-ug.xml: they were not inputs to any of the
...
documentation outputs. Apparently they were the predecessors of
setup-net.xml and cygwin-ug-net.xml. I don't know if for a time there
were parallel versions of the manuals and one fork died, or if the cutover
was clean and the old versions were just never removed. Either way,
they're dead junk now.
2013-05-13 21:17:22 +00:00
Christopher Faylor
3483cbea76
fix typo
2013-05-06 23:32:38 +00:00
Warren Young
170c43cf3f
Reverted XInclude in cygwin-api.in.xml from an XInclude to a DOCTOOL
...
include. You can't mix the two fragment inclusion mechanisms within
a single document because of the way it interacts with autoconf "build
in separate tree" mechanism. Either work separately, but they fail when
you try to use them together due to the way doctool chooses output
directories for its generated files.
2013-05-06 21:20:41 +00:00
Christopher Faylor
e021972911
* Makefile (FAQ_SOURCES): Use wildcard function to find sources in srcdir.
2013-05-03 20:41:12 +00:00
Warren Young
32d9bab55e
Generating faq/faq.body automatically from faq/faq.html whenever latter
...
is updated, using new bodysnatcher.pl script.
2013-05-02 00:10:15 +00:00
Warren Young
1f8b70e2a1
Initial; ignoring generated files.
2013-05-01 23:34:58 +00:00
Warren Young
8142972d87
Modernized user guide, API reference, and FAQ generation. Overall
...
effect is to move away from DocBook SGML and DJ Delorie's doctool and
toward pure DocBook XSL. (There remains just one use of doctool, and
we have plans for replacing it, too.) See ChangeLog for details.
2013-05-01 23:30:25 +00:00
Corinna Vinschen
453c3a5fe8
* faq-programming.xml (faq.programming.64bitporting): Fix typo.
2013-04-25 10:16:01 +00:00
Corinna Vinschen
77dcee573c
* faq-programming.xml (faq.programming.64bitporting): Extend entry.
...
(faq.programming.64bitporting-fail): New entry.
(faq.programming.64bitporting-cygwin64): New entry.
2013-04-25 10:14:26 +00:00
Corinna Vinschen
21470a3ca9
* faq-programming.xml (faq.programming.64bitporting): Mention the
...
-Wformat and -Wall gcc options.
2013-04-24 17:33:30 +00:00
Corinna Vinschen
895ece0124
* faq-programming.xml (faq.programming.64bitporting): New FAQ entry.
...
(faq.programming.objective-c): Include gcc4.
(faq.programming.make-execvp): Drop text discouraging usage of -j.
(faq.programming.undeclared-functions): Drop entry.
(faq.programming.x86-assembly): Ditto.
(faq.programming.djgpp): Ditto.
2013-04-24 16:09:43 +00:00
Corinna Vinschen
09caddaaf5
* cygwinenv.sgml (cygwinenv-implemented-options): Change description
...
for winsymlink option to explain new implementation.
* new-features.sgml (ov-new1.7.19): Add support for native symlinks and
AFS.
2013-04-24 10:18:08 +00:00
Corinna Vinschen
842cf66533
* Throughout, eliminate Windows 2000 from the documentation.
...
* overview.sgml (brief-history): Mention native AMD64 support.
2013-04-23 15:59:21 +00:00
Corinna Vinschen
f35d64f8d0
* Makefile.in (SGMLDIRS): Accommodate dropping utils_source and
...
cygwin_source from ../Makefile.common.
* new-features.sgml (ov-new1.7.19): New section. Document dropped
support for pre-XP SP3 and added support for 64 bit Cygwin.
2013-04-23 15:49:08 +00:00
Corinna Vinschen
61522196c7
* Merge in cygwin-64bit-branch.
2013-04-23 09:44:36 +00:00
Corinna Vinschen
d420513d39
* faq-what.xml (faq.what.supported): Mention Windows 8 and Server 2012.
...
Change sentence on native 64 bit version.
2013-03-27 16:12:30 +00:00
Corinna Vinschen
0a42dbf12a
* faq-using.xml: Fix expression and uppercase Samba.
2013-03-06 11:28:29 +00:00
Christopher Faylor
df85c52e8c
* pathnames.sgml: Remove stray '@'.
2013-02-13 18:07:24 +00:00
Christopher Faylor
729c92aaa7
* pathnames.sgml: Clarify '@' processing.
2013-02-13 17:57:19 +00:00
Christopher Faylor
95b7947d04
* faq-programming.xml: Remove reference to "make check".
2013-01-23 16:54:35 +00:00
Corinna Vinschen
cdc1925e02
* new-features.sgml (ov-new1.7.18): Add console enhancements.
2013-01-12 19:11:11 +00:00
Corinna Vinschen
45b8e70594
* pathnames.sgml (pathnames-at): Drop confusing description on
...
"embedded double quotes".
2012-12-20 16:47:26 +00:00
Corinna Vinschen
6b0dad0459
* new-features.sgml (ov-new1.7.18): Add sparse change.
...
* pathnames.sgml (mount-table): Document sparse mount option.
2012-12-14 11:10:29 +00:00
Yaakov Selkowitz
eac98364a3
* new-features.sgml (ov-new1.7.18): New section. Document cfsetspeed.
2012-12-06 08:38:43 +00:00
Christopher Faylor
d4f4d1d0d6
ChangeLog:
...
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
cygserver/ChangeLog:
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
cygwin/ChangeLog:
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
doc/ChangeLog:
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
lsaauth/ChangeLog:
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
testsuite/ChangeLog:
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
utils/ChangeLog:
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
2012-11-26 19:50:45 +00:00
Corinna Vinschen
ead8994a85
* configure.in: Add AC_NO_EXECUTABLES.
...
* configure: Regenerate.
2012-10-24 12:57:29 +00:00
Christopher Faylor
ef275f980e
Add missing ChangeLog entry.
2012-10-24 12:52:35 +00:00
Corinna Vinschen
821d651917
* new-features.sgml (ov-new1.7.17): Add section.
2012-10-20 15:31:50 +00:00
Christopher Faylor
f594bcf771
* faq-what.xml: Fix typos, clarify responsibility slightly.
2012-09-04 00:19:00 +00:00
Corinna Vinschen
9da0bce9ef
* faq-using.xml (faq.using.man): Make relevance to whatis explicit.
2012-08-03 10:39:45 +00:00
Corinna Vinschen
1692ae3a30
* pathnames.sgml (pathnames-intro): Remove paragraph on UNC paths.
...
Try to be clearer on POSIX vs. Win32 paths.
(unc-paths): New section.
(cygdrive): Fix a few SGML qualifiers.
* setup-net.sgml: Move ntsec section from here...
* using.sgml: ..to here.
2012-07-20 09:23:44 +00:00
Yaakov Selkowitz
fe05ac4f14
* new-features.sgml (ov-new1.7.16): Document getmntent_r.
2012-07-18 11:23:11 +00:00
Yaakov Selkowitz
03b7882aa0
* faq-programming.xml (faq.programming.unix-gui): Update to
...
reflect the availability of X11 toolkits on Cygwin.
2012-07-18 02:11:04 +00:00
Corinna Vinschen
ff80d22a7c
* new-features.sgml (ov-new1.7.16): Document ReFS support.
2012-06-03 16:53:03 +00:00
Corinna Vinschen
54659e14a0
* new-features.sgml (ov-new1.7.16): Document memrchr.
2012-05-10 08:36:44 +00:00
Yaakov Selkowitz
dc4536187c
* new-features.sgml (ov-new1.7.15): Fix XML syntax.
2012-05-09 07:32:48 +00:00
Christopher Faylor
8620cb7925
* new-features.sgml (ov-new1.7.15): Fix tag.
2012-05-07 14:40:20 +00:00
Christopher Faylor
5c0e79c218
* cygwinenv.sgml: Add pipe_byte description.
...
* new-features.sgml (ov-new1.7.15): Add new pipe_byte description for 1.7.15.
2012-05-06 18:59:46 +00:00
Corinna Vinschen
8e487e5954
* new-features.sgml (ov-new1.7.14): Add mouse reporting mode 1005.
2012-04-25 07:34:34 +00:00
Corinna Vinschen
bd8839bbce
* new-features.sgml (ov-new1.7.14): New section. Add new console mouse
...
reporting modes.
2012-04-24 14:42:51 +00:00
Yaakov Selkowitz
a5fa16e277
* configure: Regenerate.
2012-04-24 08:55:41 +00:00
Yaakov Selkowitz
7940dd8118
* faq-using.xml (faq.using.emacs, faq.using.xemacs): Change links
...
from http://cygwin.com/xfree to http://x.cygwin.com .
2012-04-23 22:10:37 +00:00
Yaakov Selkowitz
0a5135e32a
* faq-programming.xml (faq.programming.objective-c): Update for gcc4.
...
(faq.programming.win32-api): -mwindows does include -lcomdlg32.
(faq.programming.win32-no-cygwin): Update for removal of -mno-cygwin.
* overview2.sgml (ov-ex-win): Ditto.
2012-04-23 21:46:46 +00:00
Corinna Vinschen
93bb67edb2
* new-features.sgml (ov-new1.7.13): Add typeahead description.
2012-04-05 15:04:24 +00:00
Corinna Vinschen
260738bd33
* new-features.sgml (ov-new1.7.13): New section. Add entry for
...
mkpasswd/mkgroup change to print TrustedInstaller account.
2012-04-05 13:41:49 +00:00
Corinna Vinschen
ecdcf15712
2012-04-03 Corinna Vinschen <corinna@vinschen.de>
...
* new-features.sgml (ov-new1.7.12): Fix layout of flock example.
2012-04-03 19:16:10 +00:00
Corinna Vinschen
54440304b3
Fix typo
2012-03-30 13:28:17 +00:00
Corinna Vinschen
e612307024
* cygwinenv.sgml (cygwinenv-implemented-options): Add detect_bloda.
...
* new-features.sgml (ov-new1.7.12): Add list items for the change to
flock and the detect_bloda CYGWIN option.
* overview2.sgml (ov-hi-process-problems): Add a reference to the
detect_bloda CYGWIN option.
2012-03-30 11:30:13 +00:00
Corinna Vinschen
b255aece50
* new-features.sgml (ov-new1.7.12): Create. Move mountinfo here.
...
Add /dev notice.
* pathnames.sgml (pathnames-posixdevices): Rephrase to account for
/dev change in 1.7.12.
2012-03-29 18:23:32 +00:00
Corinna Vinschen
cd24077999
* fhandler_process.cc (process_tab): Add entry for mountinfo.
...
(format_process_mountstuff): New function, derived from
format_process_mounts. Only open another user's user_info shared
memory area if the process is owned by another user. Actually
access the opened shared user_info to get the right mount table.
For other users, don't print remote cygdrive mount points. Print
mountinfo or mounts output depending on the bool mountinfo argument.
(format_process_mounts): Just call format_process_mountstuff with
mountinfo set to false.
(format_process_mountinfo): Ditto with mountinfo set to true.
* new-features.sgml (ov-new1.7.11): Add mountinfo.
2012-03-27 18:30:28 +00:00
Yaakov Selkowitz
521b39b4c7
* faq-programming.xml (faq.programming.make-execvp): Remove obsolete
...
information about Tcl/Tk.
(faq.programming.dll-relocatable): Ditto.
* faq-using.xml (faq.using.tcl-tk): Rewrite to reflect switch to
X11 Tcl/Tk.
2012-03-01 07:35:02 +00:00
Yaakov Selkowitz
f6fbdb3a6f
* faq-using.xml (faq.using.bloda): Fix missing closing parenthesis.
2012-02-27 19:45:26 +00:00
Corinna Vinschen
a1e89eba9b
* new-features.sgml (ov-new1.7.11): Add two more changes to the list.
2012-02-25 10:51:32 +00:00
Yaakov Selkowitz
75f1400b26
* new-features.sgml (ov-new1.7.11): Document pldd.
2012-02-24 10:20:00 +00:00
Yaakov Selkowitz
b9bbba80cf
* new-features.sgml (ov-new1.7.11): New section. Document scandirat.
2012-02-22 02:06:15 +00:00
Corinna Vinschen
db05364aa9
* faq-using.xml (faq.using.bloda): Add AVAST and Citrix Metaframe
...
Presentation Server.
2012-02-21 16:26:36 +00:00
Corinna Vinschen
dbf404f258
* faq-using.xml (faq.using.sshd-in-domain): Document autoload error
...
1114 when loading user32.dll as potential problem when not using
a domain service account.
2012-02-08 10:04:16 +00:00
Corinna Vinschen
9ccb2ee84a
* new-features.sgml (ov-new1.7.10): Fix typo.
2012-02-05 16:26:48 +00:00
Corinna Vinschen
91cf7ba960
* legal.sgml: Fix copyright.
2012-02-05 14:29:14 +00:00
Corinna Vinschen
35d81b4cde
* setup2.sgml: Fix more typos.
...
* setup-net.sgml: Ditto.
2012-02-04 20:19:48 +00:00
Corinna Vinschen
e618492ea8
* faq-using.xml: Fix typos.
...
* ntsec.sgml: Ditto.
* pathnames.sgml: Ditto.
* setup2.sgml: Ditto.
* setup-net.sgml: Ditto.
(setup-dir): Drop paragraph on Unix/DOS file mode.
2012-02-04 11:40:44 +00:00
Corinna Vinschen
1b79b38101
* Makefile.in (CYGWIN_BINS): Add tzset.
...
* tzset.c: New tool, new file.
* utils.sgml (tzset): New section.
* new-features.sgml (ov-new1.7.10): Add tzset.
* release/1.7.10: Add tzset.
2012-01-29 09:41:06 +00:00
Corinna Vinschen
2d5a2c1b35
* pathnames.sgml (mount-table): Rephrase a few expressions for
...
clearness.
2012-01-24 09:48:59 +00:00
Yaakov Selkowitz
df3da8e12e
* new-features.sgml (ov-new1.7.10): Document support for the %m
...
conversion flag in printf functions.
2012-01-13 09:59:53 +00:00
Yaakov Selkowitz
9da2914941
* new-features.sgml (ov-new1.7.10): Document tgmath.h.
2012-01-12 23:42:11 +00:00
Yaakov Selkowitz
8f60405b3d
* new-features.sgml (ov-new1.7.10): Document pthread_sigqueue.
2012-01-06 07:13:11 +00:00
Yaakov Selkowitz
7e89497328
* new-features.sgml (ov-new1.7.10): Document get_current_dir_name.
2012-01-01 18:55:40 +00:00
Yaakov Selkowitz
d0813bfdf0
* new-features.sgml (ov-new1.7.10): Document getpt.
2011-12-30 20:24:18 +00:00
Christopher Faylor
a7ea1550ff
* faq-using.xml: Remove obsolete entry about the standard console window.
...
* new-features.sgml: Remove obsolete entry which references cygwin.bat.
* setup-net.sgml: Clarify new shortcut behavior for the "Cygwin Terminal".
2011-12-13 03:54:59 +00:00
Corinna Vinschen
8b0e312bf1
* faq-using.xml (faq.using.weirdchars): Rewrite.
2011-11-21 09:16:23 +00:00
Corinna Vinschen
6a8a9ad8d8
* faq-using.xml (faq.using.converting-paths): Remove reference to
...
cygwin.bat.
(faq.using.emacs): Drop "CYGWIN=tty" setting.
* pathnames.sgml (pathnames-posixdevices): Align list of device names
with changes in 1.7.10.
* setup2.sgml (setup-env-ov): Drop text which assumes that Cygwin
processes are started in console window. Align wording to lessened
relevance of $CYGWIN. Don't use dropped CYGWIN setting in example.
(setup-locale-how): Put using console and Cygwin.bat file into
perspective.
(setup-locale-problems): Ditto.
2011-11-18 11:39:31 +00:00
Corinna Vinschen
3fe1d750ba
* new-features.sgml (ov-new1.7.10): Document ptsname_r.
2011-11-08 09:25:25 +00:00
Jon TURNEY
cd561fdb8b
* faq-using.xml (faq.using.fixing-fork-failures): Add new FAQ.
...
* overview2.sgml (ov-hi-process-problems): Describe some difficulties
in implementing fork()
2011-11-05 18:42:55 +00:00
Corinna Vinschen
8b5e267bb8
* new-features.sgml (ov-new1.7.10): Document getgrouplist.
2011-10-28 09:27:18 +00:00
Corinna Vinschen
378eaba88b
* cygserver.sgml: Change -v to -V, same as in sources.
2011-10-10 15:52:48 +00:00
Yaakov Selkowitz
1165d4442d
* new-features.sgml (ov-new1.7.10): Document /proc/devices
...
and /proc/misc.
2011-08-19 20:06:28 +00:00
Corinna Vinschen
9d3b795b47
* new-features.sgml (ov-new1.7.10): Document new RTLD flags.
2011-08-16 14:51:06 +00:00
Corinna Vinschen
3de2809073
* new-features.sgml (ov-new1.7.10): Document large address awareness
...
of heap and new way to set the default heap size per executable.
* setup2.sgml (setup-maxmem): Revamp to explain new method of
allocating more heap on a per-executable basis. Drop outdated stuff.
Keep shortened description of heap_chunk_in_mb as note.
2011-08-12 13:51:21 +00:00
Corinna Vinschen
4593c596a8
* faq-using.xml (faq.using.bloda): Add NVIDIA. Change wording slightly.
2011-08-04 18:25:41 +00:00
Yaakov Selkowitz
2a5e0b2dee
* new-features.sgml (ov-new1.7.10): Document new POSIX Clock Selection
...
option APIs.
2011-08-03 19:18:07 +00:00
Andy Koppe
42f8872e61
* setup-net.sgml (setup-packages): Reflect removal of Prev button.
...
Also document Keep button and improve description of Exp button.
2011-07-20 19:31:05 +00:00
Yaakov Selkowitz
3989afabe7
* new-features.sgml (ov-new1.7.10): Document getconf(1).
2011-07-20 01:19:53 +00:00
Christopher Faylor
ec5c578057
correct comment
2011-07-15 20:59:30 +00:00
Christopher Faylor
b5b62e5445
* cygwinenv.sgml (using-cygwinenv): Clarify "glob" works.
2011-07-15 20:59:07 +00:00
Corinna Vinschen
b8b7eb058d
* cygwinenv.sgml (using-cygwinenv): Move envcache, strip_title, title,
...
tty, and upcaseenv options to list of obsolete options.
* effectively.sgml (using-console): Remove section.
* new-features.sgml (ov-new1.7.10): Document removed CYGWIN options.
Document removed tty mode.
2011-06-15 11:41:26 +00:00
Eric Blake
4e989b35d1
* new-features.sgml (ov-new1.7.10): Document strerror changes.
2011-05-25 19:08:46 +00:00
Corinna Vinschen
06f85bf553
* legal.sgml: Drop an old paragraph. Reactivate copyright note for
...
documentation.
2011-05-25 06:29:22 +00:00
Yaakov Selkowitz
d39f0ba981
* new-features.sgml (ov-new1.7.10): Document __fpurge.
2011-05-19 07:24:23 +00:00
Yaakov Selkowitz
d6b764cc83
* new-features.sgml (ov-new1.7.10): Document error.h functions.
2011-05-18 01:26:56 +00:00
Yaakov Selkowitz
7dd9fa7ffb
* new-features.sgml (ov-new1.7.10): Document CPU-time clock support.
...
Move pthread stack management APIs to separate listitem.
2011-05-17 17:09:32 +00:00
Corinna Vinschen
7afc14c003
* new-features.sgml (ov-new1.7.10): Document pthread_attr_getguardsize,
...
pthread_attr_setstack, pthread_attr_setstackaddr and
pthread_attr_setguardsize.
2011-05-15 18:51:49 +00:00
Corinna Vinschen
6cfbf1a573
* cygwinenv.sgml: Move "forkchunk:xxx" to the removed options section.
...
Change text accordingly.
2011-05-10 10:23:57 +00:00
Corinna Vinschen
4964dafb65
* setup2.sgml (setup-env-ov): Make sure everybody knows that the
...
CYGWIN settings are just an example.
2011-05-10 08:56:04 +00:00
Yaakov Selkowitz
0519948756
* new-features.sgml (ov-new1.7.10): Document clock_settime.
2011-05-09 08:58:59 +00:00
Yaakov Selkowitz
57aac4bf26
* new-features.sgml (ov-new1.7.10): Document sysinfo.
2011-05-06 18:55:02 +00:00
Yaakov Selkowitz
942945956c
* new-features.sgml (ov-new1.7.10): Document psiginfo, psignal,
...
and sys_siglist.
2011-05-04 22:18:16 +00:00
Yaakov Selkowitz
af4f7961d0
* new-features.sgml (ov-new1.7.10): Document new pthread APIs.
2011-05-03 04:09:52 +00:00
Corinna Vinschen
138f3e0cbd
Throughout remove NT4 from documentation.
...
* new-features.sgml (ov-new1.7.10): Document change in passwd command.
2011-05-02 11:56:36 +00:00
Corinna Vinschen
bd80ec4fc8
* new-features.sgml (ov-new1.7.10): Document ppoll.
2011-04-18 12:00:13 +00:00
Yaakov Selkowitz
2f4d0818b3
* new-features.sgml (ov-new1.7.10): Document /proc/swaps.
2011-04-11 02:10:35 +00:00
Corinna Vinschen
708293f94e
* new-features.sgml (ov-new1.7.10): Document dropped NT4 support.
2011-04-04 12:25:37 +00:00
Yaakov Selkowitz
43a6063156
* new-features.sgml (ov-new1.7.10): Document additional information
...
in /proc/version.
2011-04-04 11:14:20 +00:00
Yaakov Selkowitz
15f0d50006
* new-features.sgml (ov-new1.7.10): Document /proc/sysvipc/.
2011-04-01 19:49:16 +00:00
Yaakov Selkowitz
8e68bbe724
* new-features.sgml (ov-new1.7.10): /proc/loadavg now shows
...
current running/total processes count.
2011-04-01 09:01:47 +00:00
Corinna Vinschen
cabe8aa22a
* new-features.sgml (ov-new1.7.10): Document pthread spinlocks.
2011-03-29 10:35:08 +00:00
Corinna Vinschen
75526ad530
* new-features.sgml (ov-new1.7.9): Add "new API" paragraph.
2011-03-28 15:01:19 +00:00
Corinna Vinschen
38e6feddab
* new-features.sgml (ov-new1.7.8): Fix typo.
2011-02-15 16:05:27 +00:00
Corinna Vinschen
ce05ca932a
* legal.sgml: Bump date.
...
* new-features.sgml (ov-new1.7.8): Move dropped NT4 pre-SP4 support
up to be the first paragraph.
2011-02-15 15:37:59 +00:00
Corinna Vinschen
eceebc3005
* new-features.sgml (ov-new1.7.8): Document /proc/sys.
2011-02-15 15:32:19 +00:00
Eric Blake
f6b802d912
* new-features.sgml (ov-new1.7.8): Document strerror_r fixes.
2011-02-10 17:38:18 +00:00
Yaakov Selkowitz
27aaf2a9d1
* new-features.sgml (ov-new1.7.8): Document pthread_yield.
2011-02-10 10:58:28 +00:00
Corinna Vinschen
96195d804a
* new-features.sgml (ov-new1.7.8): Add "new API" paragraph.
2011-01-12 13:16:46 +00:00
Christopher Faylor
969dd6dff9
* faq-setup.xml (faq.setup.cli): Correct description of -pubkey option
2011-01-05 16:02:00 +00:00
Corinna Vinschen
1570248800
* setup2.sgml (setup-locale-ov): Document CJK ambiguous width change
...
for non-Unicode charsets.
* new-features.sgml (ov-new1.7.8): Mention CJK ambiguous width change.
Drop redundant NT4 pre-SP4 support entry.
2010-11-18 11:05:46 +00:00
Corinna Vinschen
7c53c875c1
* new-features.sgml (ov-new1.7.8): Document reinstantiation of the
...
original 1.7 CWD handling.
2010-10-09 11:00:47 +00:00
Corinna Vinschen
3ce898deb3
* new-features.sgml (ov-new1.7.8): Document new C99 complex API.
2010-10-08 10:56:14 +00:00
Corinna Vinschen
89c1b9c7ee
* pathnames.sgml (mount-table): Fix pathnames-mount-ex example. Change
...
an expression.
2010-09-27 16:46:34 +00:00
Corinna Vinschen
a7616a21a2
* new-features.sgml (ov-new1.7.8): Document dropped NT4 pre-SP4 support.
...
* faq-what.xml (faq.what.supported): Change accordingly.
* ntsec.sgml (ntsec-mapping): Add 2008 R2.
2010-09-27 16:37:57 +00:00
Christopher Faylor
392397f46c
* overview2.sgml: Remove cheerful paragraph which implied that it was ok to
...
casually mix Windows and POSIX. Add more words about mixing POSIX/Windows.
2010-09-18 15:58:46 +00:00
Corinna Vinschen
6ce9ff387c
* setup2.sgml (setup-locale-how): Fix typo.
2010-09-18 11:29:06 +00:00
Dave Korn
2981e56e29
* new-features.sgml: Mention fenv support.
2010-09-11 11:42:15 +00:00
Corinna Vinschen
395ef596e0
* new-features.sgml (ov-new1.7.8): Document /proc/sys.
2010-09-06 14:42:30 +00:00
Corinna Vinschen
4da8ebe288
* new-features.sgml (ov-new1.7.7): Document change to binmode/textmode
...
link libs.
* textbinary.sgml (textbin-devel): Ditto.
2010-08-30 13:19:39 +00:00
Corinna Vinschen
9bf2a8a84a
* new-features.sgml (ov-new1.7.7): Document change to avoid DLL
...
hijacking.
2010-08-28 11:36:43 +00:00
Corinna Vinschen
6c43f249ac
* new-features.sgml (ov-new1.7.7): Change to describe partial
...
reversion to pre-1.7.6 behaviour.
(ov-new1.7.6): Deprecate description of CWD handling.
* pathnames.sgml (pathnames-win32-api): Rewrite to reflect new CWD
behaviour.
2010-08-27 18:56:28 +00:00
Corinna Vinschen
f43eed1c08
* new-features.sgml (ov-new1.7.7): New section.
...
* pathnames.sgml: Throughout, align style of screen elements.
Throughout, make all emphasis elements bold.
(pathnames-win32-api): Rewrite section.
2010-08-19 10:35:25 +00:00
Corinna Vinschen
6a84234cd2
* pathnames.sgml (pathnames-win32-api): Try to use a more clear wording.
2010-08-18 15:28:15 +00:00
Corinna Vinschen
a016fed8ba
* faq-programming.xml (faq.programming.win32-api): Remove simplicity.
...
Add note and xrefs to User's Guide chapters explaining restrictions
using the Win32 API.
* new-features.sgml (ov-new1.7.6): Add note about Win CWD.
* overview2.sgml (ov-hi-intro): Add note and xrefs about Win32 API
restrictions. Tone down flexibility.
* pathnames.sgml (pathnames-intro): Add xref to pathnames-win32-api
section.
(pathnames-win32-api): New section describing Win32 CWD restriction.
* setup2.sgml (setup-env-ov): New sub-section.
(setup-env-win32): Ditto, describing Win32 environment restriction.
2010-08-13 11:52:13 +00:00
Corinna Vinschen
841003a9b3
* new-features.sgml (ov-new1.7.6): Document "bind" option.
...
* pathnames.sgml (mount-table): Add "bind" option with example.
2010-08-11 11:12:10 +00:00
Yaakov Selkowitz
6d27f82985
* new-features.sgml (ov-new1.7.6): Document POSIX Monotonic Clock.
2010-08-09 16:49:28 +00:00
Corinna Vinschen
95fe28c61e
* new-features.sgml (ov-new1.7.6): Document /proc/filesystems.
2010-08-09 08:20:51 +00:00
Andy Koppe
aab56a41cf
* setup-net.sgml, faq-setup.xml: Rename setup.exe's "Partial"
...
view to "Pending"
2010-07-26 22:56:24 +00:00
Eric Blake
2693eddb32
Document mkostemp and mkostemps.
...
* textbinary.sgml (textbin-devel): Document temp file behavior.
(textbin-issue): Use sed rather than cat as an example of a
default-mode application.
* new-features.sgml (ov-new1.7.6): Document mkostemp[s].
2010-07-19 18:25:41 +00:00
Yaakov Selkowitz
2a904ebacb
* Makefile.in: Use "xmlto pdf" instead of docbook2pdf.
...
Force the dblatex backend, as the default passivetex does not work.
* README: Replace docbook-utils dependency with dblatex.
Update required docbook-xml version.
* faq-programming.xml: Ditto.
2010-06-27 21:32:19 +00:00
Christopher Faylor
8930e4d2c3
* setup-net.sgml: Add a paragraph describing now to avoid unintentional
...
upgrades.
2010-06-26 16:08:46 +00:00
Corinna Vinschen
ef3df0bb7d
* new-features.sgml (ov-new1.7.6): Add new "dos" and "inode" mount
...
options.
* pathnames.sgml (mount-table): Ditto.
(pathnames-specialchars): Change description order. Add paragraph
to explain new behaviour in terms of leading spaces and trailing dots
and spaces in pathnames.
2010-04-29 10:58:17 +00:00
Corinna Vinschen
c2bedf3aa3
* new-features.sgml (ov-new1.7.6): Add locale wide-char changes.
2010-04-28 10:19:25 +00:00
Corinna Vinschen
ebff53b339
* cygserver.sgml: Note the fact that slave tty/pty handle dispersal is
...
unsed as of Cygwin 1.7.6.
* new-features.sgml (ov-new1.7.6): New section. Add tty/pty and
setrlimit changes.
2010-04-22 09:05:37 +00:00
Christopher Faylor
7092cadf76
* cygwin.dsl: Remove comments.
2010-04-11 22:15:59 +00:00
Corinna Vinschen
5e64c96949
* new-features.sgml (ov-new1.7.5): New section.
2010-04-11 19:38:35 +00:00
Christopher Faylor
e4f6022e52
* cygwin-api.in.sgml: Update to DocBook SGML 4.5 DTD.
...
* cygwin-ug-net.in.sgml: Ditto.
* cygwin-ug.in.sgml: Ditto.
* faq-sections.xml: Ditto.
* faq.xml: Ditto.
2010-04-11 17:43:28 +00:00
Charles Wilson
7e53fcbc29
* setup-net.sgml: Remove more mentions of rxvt.
2010-04-01 05:23:07 +00:00
Christopher Faylor
3d8a6b6236
* cygwinenv.sgml: Remove/deprecate mention of rxvt.
...
* effectively.sgml: Ditto.
* faq-using.xml: Ditto.
* setup-net.sgml: Ditto.
2010-03-31 21:06:43 +00:00
Corinna Vinschen
3f4a0c963a
* new-features.sgml (ov-new1.7.3): New section.
2010-03-29 15:10:09 +00:00
Corinna Vinschen
84fef941e8
* setup2.sgml (setup-locale-charsetlist): Add EUC-CN and GB2312.
2010-03-27 21:13:04 +00:00
Corinna Vinschen
8a3cfef325
* textbinary.sgml: Add missing </para>.
2010-03-27 17:10:23 +00:00
Christopher Faylor
cf989df66a
* textbinary.sgml: Remove tr example and just mention u2d and d2u instead.
2010-03-27 05:26:51 +00:00
Christopher Faylor
ca8d80165f
* pathnames.sgml: Clarify wording of user-specific fstab files. Fix typo.
2010-03-25 12:52:32 +00:00
Corinna Vinschen
4951591733
* legal.sgml: Bump copyright date.
2010-03-24 08:54:52 +00:00
Corinna Vinschen
a24d322c76
* faq-using.xml (faq.using.unicode): Remove old examples.
2010-03-17 10:12:32 +00:00
Corinna Vinschen
36960dec37
* effectively.sgml (using-shortcuts): Match chapter with reality.
2010-03-12 10:33:08 +00:00
Corinna Vinschen
3519b4c361
* faq-using.xml (faq.using.bloda): Add "Credant Guardian Shield".
2010-03-11 10:22:34 +00:00
Corinna Vinschen
d909dd6c42
* setup2.sgml (setup-env): Add cross reference to using-cygwinenv.
...
Change description for locale environment variables to comply with
changes in 1.7.2.
2010-03-05 15:44:03 +00:00
Corinna Vinschen
3b221af1a8
* new-features.sgml (ov-new1.7.2): Describe XDR support.
2010-03-03 15:05:33 +00:00
Corinna Vinschen
a149bfbfcd
* new-features.sgml (ov-new1.7.2): Add strptime changes.
2010-02-26 17:54:24 +00:00
Corinna Vinschen
9aabc7c8f3
* new-features.sgml (ov-new1.7.2): Add strftime/wcsftime changes.
2010-02-26 10:28:39 +00:00
Yaakov Selkowitz
6bcdc0df58
* new-features.sgml (ov-new1.7.2): Add SIGPWR support.
2010-02-26 09:34:38 +00:00
Corinna Vinschen
f88331443b
* new-features.sgml (ov-new1.7.2): Move stty erase support into
...
correct category. Change "console window" to "Windows console".
2010-02-25 16:27:39 +00:00
Corinna Vinschen
16e235b5ad
* new-features.sgml (ov-new1.7.2): Accommodate name change of getlocale
...
to locale.
* setup2.sgml (setup-locale-how): Ditto.
2010-02-17 15:02:17 +00:00
Corinna Vinschen
0da7a27a1b
* new-features.sgml (ov-new1.7.2): Add native DOS path and UNC path
...
change.
* pathnames.sgml (pathnames-intro): Make the Win32 path text a note
and xref to new pathnames-win32 section.
(cygdrive): Add description how the cygdrive mount flags apply to
UNC paths starting with slashes.
(pathnames-win32): New section describing native path handling.
2010-02-15 13:35:53 +00:00
Corinna Vinschen
9bb1d645b3
* new-features.sgml (ov-new1.7.2): Rephrase getlocale entry.
2010-02-11 11:39:58 +00:00
Corinna Vinschen
3b994b1249
* new-features.sgml (ov-new1.7.2): Add LC_MESSAGES support.
...
* setup2.sgml (setup-locale-ov): Change "@euro" modifier description.
(setup-locale-missing): Remove.
2010-02-10 12:34:54 +00:00