summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'pre-cygwin-heap'.pre-cygwin-heapcvs2svn2000-09-0113-1039/+3
* This commit was manufactured by cvs2svn to create branch 'cygwin-1-1-4'.cvs2svn2000-07-28199-64278/+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
* * testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie2000-07-2715-2/+55
* * 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
* * 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
* * security.cc (acl_worker): Use stat_suffixes in call to path_convCorinna Vinschen2000-07-212-1/+7
* * 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
* * dcrt0.cc (build_argv): Strip quotes from argv[0] since it should never beChristopher Faylor2000-07-163-52/+41
* Update comments.Christopher Faylor2000-07-161-15/+14
* * dll_init.cc (dll_list::alloc): Round correctly. Use VirtualAlloc sinceChristopher Faylor2000-07-152-7/+23
* * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2000-07-1513-477/+408
* * debug.cc (thread_stub): Use impure_ptr in place of reent_data.Christopher Faylor2000-07-123-18/+9
* * lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Don't reset environ ifChristopher Faylor2000-07-123-2/+10
* * fhandler_console.cc (fhandler_console::read): Unicode interface toChristopher Faylor2000-07-102-2/+12
* Add missing text.Christopher Faylor2000-07-101-1/+3
* * Makefile.in (install): Install textmode.o as well as binmode.o.Christopher Faylor2000-07-103-13/+20
* * spawn.cc (spawn_guts): Close handle `hToken' only if it's notCorinna Vinschen2000-07-093-2/+9
* Slight optimization.Christopher Faylor2000-07-091-1/+1
* * cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor2000-07-098-54/+125
* * external.cc (cygwin_internal): Export __cygwin_user_data.Christopher Faylor2000-07-087-42/+96