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-19 * security.cc (get_unix_group_sidlist): Create.Corinna Vinschen
2002-07-19* fhandler_serial.cc (fhandler_serial::tcflush): Fix typo.Christopher Faylor
2002-07-15 * security.cc (get_group_sidlist): Fix formatting.Corinna Vinschen
2002-07-15* dcrt0.cc (initial_env): Force path and CYGWIN_DEBUG contents to lower case.Christopher Faylor
2002-07-14* dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor
2002-07-14* debug.cc (clexec): Add missing `hl = hl->next'.Christopher Faylor
2002-07-14* Makefile.in (cygrun.exe): Add a -lcygwin on the end.Christopher Faylor
2002-07-14* Makefile.in (cygserver.exe): Add -lstdc++.Christopher Faylor
2002-07-14add initial informationChristopher Faylor
2002-07-14cleanup a tadChristopher Faylor
2002-07-14* dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has beenChristopher Faylor
2002-07-14* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor
2002-07-13fyx tipo.Christopher Faylor
2002-07-13* cygwin.in: Change erroneous entries.Christopher Faylor
2002-07-11 * fhandler_disk_file.cc (fhandler_disk_file::open): Don'tCorinna Vinschen
2002-07-09* debug.cc: Avoid explicit zeroing of globals.Christopher Faylor
2002-07-07Add missing entry from 2002-06-25Christopher Faylor
2002-07-06 * fhandler.h (fhandler_socket::is_unconnected): Constify.Corinna Vinschen
2002-07-06add missing entryChristopher Faylor
2002-07-06* ntdll.h (_SYSTEM_PROCESSOR_TIMES): Force eight byte alignment.Christopher Faylor
2002-07-05 * fhandler.h (UNCONNECTED): New define.Corinna Vinschen
2002-07-04 * fhandler_socket.cc (fhandler_socket::set_sun_path): Don't freeCorinna Vinschen
2002-07-04 * fhandler_socket.cc (fhandler_socket::dup): Add missing copy operationCorinna Vinschen
2002-07-042002-06-25 Thomas Pfaff <tpfaff@gmx.net>Robert Collins
2002-07-04* include/cygwin/version.h: Bump DLL minor number.Christopher 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