aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2002-02-09 * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen6-110/+131
2002-02-09 * net.cc (get_2k_ifconf): Create interface entries for tokenring cards.Corinna Vinschen2-1/+10
2002-02-08 * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen5-3/+32
2002-02-07 * net.cc (cygwin_getsockname): Fix handling of NULL sun_path.Corinna Vinschen2-6/+15
2002-01-30add more wordsChristopher Faylor1-65/+72
2002-01-29 * net.cc (getdomainname): Fix registry key for 9x systems, too.Corinna Vinschen2-2/+6
2002-01-29 * net.cc (getdomainname): Fix registry key for NT systems.Corinna Vinschen2-0/+5
2002-01-29* external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor9-25/+94
2002-01-28* include/sys/strace.h (_STRACE_ON): Define.Christopher Faylor2-0/+12
2002-01-24* speclib: Ensure that temporary def file is removed.Christopher Faylor2-1/+5
2002-01-23* speclib: Use rm -f to remove temp file just to quiet any potential warnings.Christopher Faylor2-1/+6
2002-01-23 Supplement ChangeLog entry.Corinna Vinschen1-1/+2
2002-01-23 * security.cc (create_token): Use sec_user() to createCorinna Vinschen2-4/+8
2002-01-23 * path.cc (symlink): Fix check for already existing file.Corinna Vinschen2-1/+5
2002-01-22* cygmagic: Suppress error output when figuring out if sum takes an option.Christopher Faylor2-1/+6
2002-01-22* cygmagic: Attempt to figure out if sum takes an option.Christopher Faylor2-1/+11
2002-01-22* Makefile.in (libpthread.a): Pass the assembler also.Christopher Faylor3-4/+12
2002-01-21* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2002-01-21 Fix ChangeLog entry.Corinna Vinschen1-1/+1
2002-01-21 * grp.cc (getgrent): Don't return default gid entry when ntsec is on.Corinna Vinschen3-1/+8
2002-01-21Add newline at EOF.Christopher Faylor1-1/+1
2002-01-21* speclib: Don't use /dev/null as DLL name. Just default to what's already inChristopher Faylor3-4/+11
2002-01-21* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2002-01-21* syscalls.cc (regfree): Make dll_export.Christopher Faylor2-1/+5
2002-01-20* exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid whenChristopher Faylor2-1/+6
2002-01-20* Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is onlyChristopher Faylor2-1/+6
2002-01-19* exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn'tChristopher Faylor2-2/+11
2002-01-19* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2002-01-19* Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link.Christopher Faylor4-5/+12
2002-01-19 * include/cygwin/version.h: Bump API minor version to 51.Corinna Vinschen2-1/+6
2002-01-19 * cygwin.din: Add recvmsg and sendmsg.Corinna Vinschen4-0/+71
2002-01-19 * security.cc (create_token): Close processes token handle as soonCorinna Vinschen2-0/+6
2002-01-17 * Makefile.in: Add fnmatch.o to DLL_OFILES.Corinna Vinschen6-2/+305
2002-01-15 * path.cc (fchdir): Call chdir with full windows path.Corinna Vinschen2-1/+5
2002-01-14 * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen8-21/+33
2002-01-13Add copyright stuffChristopher Faylor15-13/+33
2002-01-13* dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OKChristopher Faylor2-5/+15
2002-01-11* exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor5-5/+43
2002-01-10 * syscalls.cc (pathconf): Guard _PC_PATH_MAX branch against invalidCorinna Vinschen2-0/+7
2002-01-10* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor5-12/+39
2002-01-09 * net.cc (cygwin_accept): Set sun_path for newly connected socket.Corinna Vinschen2-0/+6
2002-01-08* Makefile.in: Add uninstall target.Christopher Faylor2-0/+37
2002-01-07* sigproc.cc (getsem): Clean up debugging output.Christopher Faylor2-1/+5
2002-01-07* sigproc.cc (getsem): Set errno when unable to create own semaphore.Christopher Faylor2-10/+17
2002-01-06* dtable.cc (dtable::init_std_file_from_handle): Add some defensive code toChristopher Faylor2-3/+11
2002-01-06 * ioctl.cc (ioctl): Make third argument optional.Corinna Vinschen5-9/+29
2002-01-06* dir.cc (opendir): Guarantee release of alloced fhandler structure on error.Christopher Faylor2-9/+16
2002-01-05 exceptions.cc (sig_handle): Set default action for SIGURG to SIG_IGN.Corinna Vinschen2-1/+6
2002-01-05 * dtable.cc (dtable::init_std_file_from_handle): Don't treat NULLCorinna Vinschen2-1/+6
2002-01-04* cygmagic: Change logic for equality test.Christopher Faylor2-1/+5