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
AgeCommit message (Expand)Author
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor
2002-08-18* perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor
2002-08-06* spawn.cc (spawn_guts): Don't set mount_h here.Christopher Faylor
2002-07-14* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor
2002-06-17* cygheap.h (cygheap_user::issetuid): New method.Christopher Faylor
2002-06-16* spawn.cc (spawn_guts): Revert removal of ciresrv.moreinfo->uid = ILLEGAL_UID.Christopher Faylor
2002-06-15* cygheap.h (cygheap_user::userprofile_env_buf): New static member.Christopher Faylor
2002-06-14* cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor
2002-06-12* cygheap.cc (cygheap_user::set_name): Set homedrive and homepath to NULL onChristopher Faylor
2002-06-11* spawn.cc (spawn_guts): More hToken removal cleanup.Christopher Faylor
2002-06-11* spawn.cc (spawn_guts): Define sec_attribs and call sec_user_nih() only once.Christopher Faylor
2002-06-11* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-05-06 * spawn.cc (spawn_guts): Move call to set_process_privilege()Corinna Vinschen
2002-03-22* spawn.cc (find_exec): Return input if file not found.Christopher Faylor
2002-02-19* fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher Faylor
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen
2002-01-13Add copyright stuffChristopher Faylor
2002-01-10* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-31* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor
2001-10-05* spawn.cc (perhaps_suffix): Return NULL on non-existence of file as well asChristopher Faylor
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-14* cygheap.cc (dup_now): New function.Christopher Faylor
2001-09-12Update copyrights.Christopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-08-22* smallprint.c (console_printf): New function.Christopher Faylor
2001-08-14* spawn.cc (spawn_guts): Enable appropriate privilege beforeEgor Duda
2001-08-05Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-07-18* cygheap.cc (_cmalloc): Use correct constants for size calculation.Christopher Faylor
2001-07-17* child_info.h: Bump magic number.Christopher Faylor
2001-06-27* fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 charactersChristopher Faylor
2001-06-25* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor
2001-05-20 * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen
2001-05-01 * autoload.cc: Add LoadDLLinitfunc for secur32.dll.Corinna Vinschen
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-17* path.h (cwdstuff): Move class.Christopher Faylor
2001-03-18fix spacing.Christopher Faylor
2001-03-12* spawn.cc (spawn_guts): Don't set EXIT_REPARENTING if parent process is not aChristopher Faylor
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor
2001-02-22 * cygerrno.h: Revert previous patch.Corinna Vinschen
2001-02-22Add copyright year 2001Corinna Vinschen
2001-02-22 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor
2000-11-21* spawn.cc (spawn_guts): Quoting was still wrong. Keep trying to fix it.Christopher Faylor
2000-11-20* spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting inChristopher Faylor