summaryrefslogtreecommitdiffstats
path: root/winsup/doc/cygserver.sgml
Commit message (Collapse)AuthorAgeFilesLines
* * cygserver.sgml: Change -v to -V, same as in sources.Corinna Vinschen2011-10-101-1/+1
|
* * cygserver.sgml: Note the fact that slave tty/pty handle dispersal isCorinna Vinschen2010-04-221-2/+5
| | | | | | unsed as of Cygwin 1.7.6. * new-features.sgml (ov-new1.7.6): New section. Add tty/pty and setrlimit changes.
* Change explicitely to explicitly throughout.Christopher Faylor2009-05-271-1/+1
|
* * Various syntactical and semantical fixes throughout.Corinna Vinschen2009-04-031-4/+4
|
* ChangeLog:Corinna Vinschen2009-01-211-45/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Remove --enable-server option. Allways add the cygserver directory to $SUBDIRS. * configure: Regenerate. cygwin/ChangeLog: Remove USE_SERVER define. Accommodate throughout. * configure.in: Remove --enable-server option. * configure: Regenerate. * environ.cc: Remove CYGWIN=server setting. cygserver/ChangeLog: * client.cc (allow_server): Remove variable. (client_request_get_version::client_request_get_version): Drop checking allow_server. utils/ChangeLog: * passwd.c: Remove CYGWIN=server requirement from usage text. doc/ChangeLog: * cygserver.sgml: Remove the "How to use the Cygserver services" section. * cygwinenv.sgml: Move "(no)server" to the removed options section. * faq-programming.xml: Remove CYGWIN=server requirement for running the Cygwin testsuite. * ntsec.sgml: Ditto for using `passwd -R'.
* * cygserver.sgml: Fix cross reference to the ntsec documentation.Corinna Vinschen2008-12-021-1/+1
|
* * cygserver.sgml: Document new feature to store hidden passwordsCorinna Vinschen2008-12-021-0/+8
| | | | for seteuid.
* * Revamp documentation for Cygwin 1.7, part 1.Corinna Vinschen2008-07-171-18/+13
|
* * .sgml: Cleanup markup for XML validity.Joshua Daniel Franklin2004-12-241-1/+1
|
* 2004-12-02 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin2004-12-031-1/+2
| | | | | | | | * cygserver.sgml: Cleanup minor markup problem. * how-resources.texinfo: Add man and info to documentation FAQ * how-using.texinfo: Add more detail to Unicode FAQ. * install.texinfo: Finally apply Pierre's patch from 2003-03-03. * relnotes.texinfo: Add note about hyperthreading reports.
* * cygserver.sgml: New file.Corinna Vinschen2004-03-271-0/+273
* using.sgml: Include Cygserver docs.