summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* new how-to.Christopher Faylor2002-02-111-0/+32
* * Makefile.in (DLL_OFILES): Consolidate object files.Christopher Faylor2002-02-102-9/+13
* * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen2002-02-1023-24/+32
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-1032-189/+231
* * uinfo.cc (internal_getlogin): Try evaluating user by SID even ifCorinna Vinschen2002-02-102-78/+84
* * include/cygwin/grp.h: New file.Corinna Vinschen2002-02-095-5/+131
* * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen2002-02-096-110/+131
* * net.cc (get_2k_ifconf): Create interface entries for tokenring cards.Corinna Vinschen2002-02-092-1/+10
* * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen2002-02-085-3/+32
* * net.cc (cygwin_getsockname): Fix handling of NULL sun_path.Corinna Vinschen2002-02-072-6/+15
* add more wordsChristopher Faylor2002-01-301-65/+72
* * net.cc (getdomainname): Fix registry key for 9x systems, too.Corinna Vinschen2002-01-292-2/+6
* * net.cc (getdomainname): Fix registry key for NT systems.Corinna Vinschen2002-01-292-0/+5
* * external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor2002-01-299-25/+94
* * include/sys/strace.h (_STRACE_ON): Define.Christopher Faylor2002-01-282-0/+12
* * speclib: Ensure that temporary def file is removed.Christopher Faylor2002-01-242-1/+5
* * speclib: Use rm -f to remove temp file just to quiet any potential warnings.Christopher Faylor2002-01-232-1/+6
* Supplement ChangeLog entry.Corinna Vinschen2002-01-231-1/+2
* * security.cc (create_token): Use sec_user() to createCorinna Vinschen2002-01-232-4/+8
* * path.cc (symlink): Fix check for already existing file.Corinna Vinschen2002-01-232-1/+5
* * cygmagic: Suppress error output when figuring out if sum takes an option.Christopher Faylor2002-01-222-1/+6
* * cygmagic: Attempt to figure out if sum takes an option.Christopher Faylor2002-01-222-1/+11
* * Makefile.in (libpthread.a): Pass the assembler also.Christopher Faylor2002-01-223-4/+12
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-01-212-1/+5
* Fix ChangeLog entry.Corinna Vinschen2002-01-211-1/+1
* * grp.cc (getgrent): Don't return default gid entry when ntsec is on.Corinna Vinschen2002-01-213-1/+8
* Add newline at EOF.Christopher Faylor2002-01-211-1/+1
* * speclib: Don't use /dev/null as DLL name. Just default to what's already inChristopher Faylor2002-01-213-4/+11
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-01-212-1/+5
* * syscalls.cc (regfree): Make dll_export.Christopher Faylor2002-01-212-1/+5
* * exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid whenChristopher Faylor2002-01-202-1/+6
* * Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is onlyChristopher Faylor2002-01-202-1/+6
* * exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn'tChristopher Faylor2002-01-192-2/+11
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-01-192-1/+5
* * Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link.Christopher Faylor2002-01-194-5/+12
* * include/cygwin/version.h: Bump API minor version to 51.Corinna Vinschen2002-01-192-1/+6
* * cygwin.din: Add recvmsg and sendmsg.Corinna Vinschen2002-01-194-0/+71
* * security.cc (create_token): Close processes token handle as soonCorinna Vinschen2002-01-192-0/+6
* * Makefile.in: Add fnmatch.o to DLL_OFILES.Corinna Vinschen2002-01-176-2/+305
* * path.cc (fchdir): Call chdir with full windows path.Corinna Vinschen2002-01-152-1/+5
* * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen2002-01-148-21/+33
* Add copyright stuffChristopher Faylor2002-01-1315-13/+33
* * dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OKChristopher Faylor2002-01-132-5/+15
* * exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor2002-01-115-5/+43
* * syscalls.cc (pathconf): Guard _PC_PATH_MAX branch against invalidCorinna Vinschen2002-01-102-0/+7
* * exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor2002-01-105-12/+39
* * net.cc (cygwin_accept): Set sun_path for newly connected socket.Corinna Vinschen2002-01-092-0/+6
* * Makefile.in: Add uninstall target.Christopher Faylor2002-01-082-0/+37
* * sigproc.cc (getsem): Clean up debugging output.Christopher Faylor2002-01-072-1/+5
* * sigproc.cc (getsem): Set errno when unable to create own semaphore.Christopher Faylor2002-01-072-10/+17