Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2000-07-27fix typo.Christopher Faylor
2000-07-27Give signal_exit noreturn attribute.Christopher Faylor
2000-07-27* exceptions.cc (signal_exit): Renamed from "really+exit". Always setsChristopher Faylor
2000-07-26 * environ.cc (posify): Revert previous patch.Corinna Vinschen
2000-07-26* syscalls.cc (stat_worker): Make stat return correct st_blocks for files withChristopher Faylor
2000-07-26 * security.cc (lookup_name): Search on local machine first ifCorinna Vinschen
2000-07-26* fhandler_console.cc (fhandler_console::read): Explicitly set cursor to makeChristopher Faylor
2000-07-26Add missing ChangeLog entry.Christopher Faylor
2000-07-26 * passwd.cc: Change name of passwd_in_memory_p to passwd_state.Corinna Vinschen
2000-07-26* syscalls.cc (statfs): Use path_conv method to convert input path.Christopher Faylor
2000-07-26* syscalls.cc (_link): Avoid extraneous call to cygwin_conv_to_win32_path.Christopher Faylor
2000-07-26New entry (Programming Questions): 'Why doesn't gdb handle signals?'David Starks-Browning
2000-07-26Entry 'Is the Cygwin library multi-thread-safe?': Update for latest release.David Starks-Browning
2000-07-26Entry 'Are mixed-case filenames possible with Cygwin?': Expand slightly,David Starks-Browning
2000-07-26New entry (Cygwin API Questions): 'Is there a mouse interface?' -- No.David Starks-Browning
2000-07-25Entry 'Can I use my own malloc?': Add warning about _malloc_r from newlib.David Starks-Browning
2000-07-25Entry 'Is it OK to have multiple copies of the DLL?':David Starks-Browning
2000-07-25Changed 'sourceware.cygnus.com' to 'sources.redhat.com' in the FAQ, where app...David Starks-Browning
2000-07-24 * syscalls.cc (_link): Corrected previous patch.Corinna Vinschen
2000-07-24 * fhandler.h (class fhandler_dev_random): Add members for managingCorinna Vinschen
2000-07-24 * fhandler.h: Add comment.Corinna Vinschen
2000-07-23 * fhandler.h (class fhandler_dev_raw): Add private member `varblkop'Corinna Vinschen
2000-07-22 Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.Corinna Vinschen
2000-07-21 * spawn.cc (span_guts): Retrieve security attributes before settingCorinna Vinschen
2000-07-21 * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE andCorinna Vinschen
2000-07-21 * security.cc (acl_worker): Use stat_suffixes in call to path_convCorinna Vinschen
2000-07-20 * ntsec.sgml: Add description for the new setuid abilityCorinna Vinschen
2000-07-20 * spawn.cc (spawn_guts): Don't restore impersonation in caseCorinna Vinschen
2000-07-20 * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen
2000-07-19Update copyright info.Christopher Faylor
2000-07-18* dll_init.cc (dll_list::alloc): Fix debugging output.Christopher Faylor
2000-07-18Update ChangeLog.Christopher Faylor
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor
2000-07-17 Patch suggested by Eric Fifer <EFifer@sanwaint.com>Corinna Vinschen
2000-07-17 * environ.cc (setenv): Use __cygwin_environ instead ofCorinna Vinschen
2000-07-17* _cygwin_crt0_common.cc: Undef 'environ' or suffer compiler error.Christopher Faylor
2000-07-17* environ.cc: Use new definition of "environ" throughout.Christopher Faylor
2000-07-16* acconfig.h: Add support for NEWVFORK.Christopher Faylor
2000-07-16* spawn.cc (spawn_guts): Use \ for quoting '"'.Christopher Faylor
2000-07-16Slightly more efficient version of previous change.Christopher Faylor
2000-07-16* dcrt0.cc (build_argv): Strip quotes from argv[0] since it should never beChristopher Faylor
2000-07-16Update comments.Christopher Faylor
2000-07-15* dll_init.cc (dll_list::alloc): Round correctly. Use VirtualAlloc sinceChristopher Faylor
2000-07-15* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor
2000-07-14 * mount.cc (mount_already_exists): Slightly rearrange.Corinna Vinschen
2000-07-13 * mount.cc (mount_already_exists): Additional warning messageCorinna Vinschen
2000-07-12* debug.cc (thread_stub): Use impure_ptr in place of reent_data.Christopher Faylor
2000-07-12* lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Don't reset environ ifChristopher Faylor
2000-07-11* include/shlobj.h: add CSIDL_COMMON_*DJ Delorie
2000-07-11* fhandler_console.cc (fhandler_console::read): Unicode interface toChristopher Faylor