summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'pre-cygwin-heap'.pre-cygwin-heapcvs2svn2000-09-0125-4160/+3
* This commit was manufactured by cvs2svn to create branch 'cygwin-1-1-4'.cvs2svn2000-07-28601-151598/+0
* * dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor2000-07-287-12/+155
* * include/cygwin/version.h: Bump DLL minor version number to 4.Christopher Faylor2000-07-282-1/+5
* Remove obsolete entries:David Starks-Browning2000-07-271-97/+41
* Entry 'How do anti-virus programs like Cygwin?': Remove disclaimer; hangingDavid Starks-Browning2000-07-271-4/+7
* Entry 'How should I set my PATH?': Don't omit Windows system directories.David Starks-Browning2000-07-271-1/+2
* Added missing ChangeLog entry.Corinna Vinschen2000-07-271-0/+5
* * testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie2000-07-2719-4/+75
* * fhandler.cc (fhandler_disk_file::fstat): Allow block calculation to succeedChristopher Faylor2000-07-272-1/+6
* fix typo.Christopher Faylor2000-07-271-1/+1
* Give signal_exit noreturn attribute.Christopher Faylor2000-07-261-1/+1
* * exceptions.cc (signal_exit): Renamed from "really+exit". Always setsChristopher Faylor2000-07-262-18/+15
* * environ.cc (posify): Revert previous patch.Corinna Vinschen2000-07-262-18/+37
* * syscalls.cc (stat_worker): Make stat return correct st_blocks for files withChristopher Faylor2000-07-262-151/+157
* * security.cc (lookup_name): Search on local machine first ifCorinna Vinschen2000-07-262-0/+22
* * fhandler_console.cc (fhandler_console::read): Explicitly set cursor to makeChristopher Faylor2000-07-262-0/+6
* Add missing ChangeLog entry.Christopher Faylor2000-07-261-0/+10
* * passwd.cc: Change name of passwd_in_memory_p to passwd_state.Corinna Vinschen2000-07-262-15/+38
* * syscalls.cc (statfs): Use path_conv method to convert input path.Christopher Faylor2000-07-262-3/+5
* * syscalls.cc (_link): Avoid extraneous call to cygwin_conv_to_win32_path.Christopher Faylor2000-07-263-83/+122
* New entry (Programming Questions): 'Why doesn't gdb handle signals?'David Starks-Browning2000-07-251-0/+8
* Entry 'Is the Cygwin library multi-thread-safe?': Update for latest release.David Starks-Browning2000-07-251-30/+5
* Entry 'Are mixed-case filenames possible with Cygwin?': Expand slightly,David Starks-Browning2000-07-251-6/+8
* New entry (Cygwin API Questions): 'Is there a mouse interface?' -- No.David Starks-Browning2000-07-251-0/+5
* Entry 'Can I use my own malloc?': Add warning about _malloc_r from newlib.David Starks-Browning2000-07-251-3/+8
* Entry 'Is it OK to have multiple copies of the DLL?':David Starks-Browning2000-07-251-9/+5
* Changed 'sourceware.cygnus.com' to 'sources.redhat.com' in the FAQ, where app...David Starks-Browning2000-07-255-25/+22
* * syscalls.cc (_link): Corrected previous patch.Corinna Vinschen2000-07-242-1/+5
* * fhandler.h (class fhandler_dev_random): Add members for managingCorinna Vinschen2000-07-243-11/+95
* * fhandler.h: Add comment.Corinna Vinschen2000-07-232-0/+7
* * fhandler.h (class fhandler_dev_raw): Add private member `varblkop'Corinna Vinschen2000-07-234-64/+97
* Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.Corinna Vinschen2000-07-224-17/+38
* * spawn.cc (span_guts): Retrieve security attributes before settingCorinna Vinschen2000-07-212-6/+13
* * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE andCorinna Vinschen2000-07-211-1/+1
* * security.cc (acl_worker): Use stat_suffixes in call to path_convCorinna Vinschen2000-07-212-1/+7
* * ntsec.sgml: Add description for the new setuid abilityCorinna Vinschen2000-07-204-13/+190
* * spawn.cc (spawn_guts): Don't restore impersonation in caseCorinna Vinschen2000-07-192-6/+11
* * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen2000-07-197-16/+148
* Update copyright info.Christopher Faylor2000-07-191-2/+2
* * dll_init.cc (dll_list::alloc): Fix debugging output.Christopher Faylor2000-07-182-1/+5
* Update ChangeLog.Christopher Faylor2000-07-181-0/+2
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-1715-99/+147
* Patch suggested by Eric Fifer <EFifer@sanwaint.com>Corinna Vinschen2000-07-172-3/+8
* * environ.cc (setenv): Use __cygwin_environ instead ofCorinna Vinschen2000-07-172-2/+7
* * _cygwin_crt0_common.cc: Undef 'environ' or suffer compiler error.Christopher Faylor2000-07-172-0/+6
* * environ.cc: Use new definition of "environ" throughout.Christopher Faylor2000-07-165-17/+42
* * acconfig.h: Add support for NEWVFORK.Christopher Faylor2000-07-167-52/+98
* * spawn.cc (spawn_guts): Use \ for quoting '"'.Christopher Faylor2000-07-163-17/+29
* Slightly more efficient version of previous change.Christopher Faylor2000-07-161-1/+1