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-07-06* path.cc (suffix_scan::has): Reorganize to eliminate double scanning for forunlabeled-1.1370.2Christopher Faylor
2002-07-04* include/sys/statfs.h: New header file.Christopher Faylor
2002-07-03* dtable.cc (cygwin_attach_handle_to_fd): Default to implicit bin mode if noneChristopher Faylor
2002-07-03 * tty.cc (tty::common_init): Reverse logic of cygserver check inConrad Scott
2002-07-03 * autoload.cc (WSAEventSelect): Define new autoload function.Corinna Vinschen
2002-07-03* cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor
2002-07-03* net.cc (cygwin_getpeername): Defend against NULL pointer dereference.Christopher Faylor
2002-07-02 * include/cygwin/version.h: Bump API minor version.Corinna Vinschen
2002-07-02 * security.cc (get_logon_server): Interpret a zero lengthCorinna Vinschen
2002-07-02 * cygwin.din (__fpclassifyd): Add symbol.Corinna Vinschen
2002-07-02 * security.h (DONT_INHERIT): Eliminate definition.Corinna Vinschen
2002-07-02* syscalls.c (seteuid32): Return immediately if the program is not impersonatedChristopher Faylor
2002-07-02* syscalls.cc (seteuid32): Fix incorrect placement of Pierre's patch below.Christopher Faylor
2002-07-02* syscalls.cc (seteuid32): Fix incorrect use of system_printf.Christopher Faylor
2002-07-02* autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor
2002-07-02* syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor
2002-07-01* debug.cc (threads): Avoid initialization.Christopher Faylor
2002-07-01* uinfo.cc (cygheap_user::ontherange): Make cygwin root the last resort forChristopher Faylor
2002-07-01 * shared.cc (sec_none): Move to sec_helper.cc.Corinna Vinschen
2002-07-01* uinfo.cc (cygheap_user::ontherange): Potentially set HOME from existingChristopher Faylor
2002-07-01white spaceChristopher Faylor
2002-07-01* environ.cc (parse_options): Use setenv to potentially replace CYGWIN value onChristopher Faylor
2002-07-01* fhandler.h (fhandler_process::pid): New field.Christopher Faylor
2002-06-30* fhandler.h (fhandler_process::p): New field.Christopher Faylor
2002-06-30 * security.cc (extract_nt_dom_user): Check for all buffer overflows.Corinna Vinschen
2002-06-30* uinfo.cc (cygheap_user::test_uid): Use standard issetuid test.Christopher Faylor
2002-06-30* autoload.cc (NetGetDCName): Change to make this an optional load function.Christopher Faylor
2002-06-29* environ.cc (spenv::retrieve): Detect return of env_dontadd from cygheap_userChristopher Faylor
2002-06-29* uinfo.cc (cygheap_user::test_uid): Return NULL or further tests are sortaChristopher Faylor
2002-06-29* environ.cc (spenv::from_cygheap): Still need to take setuid intoChristopher Faylor
2002-06-29* uinfo.cc (cygheap_user::env_logsrv): Return "almost_null" in case where noChristopher Faylor
2002-06-29* cygheap.h (cygheap_user): Reorg to accommodate environment caching.Christopher Faylor
2002-06-28Add missing entry.Christopher Faylor
2002-06-28* cygheap.cc (cfree_and_set): New function.Christopher Faylor
2002-06-27 * dcrt0.cc (dll_crt0_1): Let __progname point to the applicationsCorinna Vinschen
2002-06-27* thread.cc (pthread::create): Added trace printf to get CreateThreadChristopher Faylor
2002-06-27 * mmap.cc (list::match): Check using pagesize aligned size.Corinna Vinschen
2002-06-27* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): ForceChristopher Faylor
2002-06-27* cygheap.cc (cygheap_user::set_name): Correct thinko in below change.Christopher Faylor
2002-06-26* cygheap.cc (cygheap_user::set_name): Avoid clearing things when just settingChristopher Faylor
2002-06-26 * fhandler.h (fhandler_socket::bind): Add method definition.Corinna Vinschen
2002-06-26 * pwdgrp.h (pwdgrp_read::~pwdgrp_read): Avoid compiler warning.Corinna Vinschen
2002-06-26* dcrt0.cc (_dcrt0): Be more defensive when reserved block is used and it's notChristopher Faylor
2002-06-26* autoload (noload): Avoid clobbering bx register.Christopher Faylor
2002-06-26* winsup.h: Minor cleanup.Christopher Faylor
2002-06-25 * syscalls.cc (chown): Convert uid to 32 bit.Corinna Vinschen
2002-06-25* dtable.cc (dtable::find_unused_handle): Avoid coercion.Christopher Faylor
2002-06-25* dtable.cc (fhandler_base::dup2): Cleanup. Ensure that lock is turned off inChristopher Faylor
2002-06-24 * uinfo.cc (internal_getlogin): Set myself->uid and myself->gid insteadCorinna Vinschen