Age | Commit message (Expand) | Author | Files | Lines |
2002-02-19 | * fhandler.cc (fhandler_base::puts_readahead): Remove default parameter | Christopher Faylor | 1 | -0/+8 |
2002-02-19 | * fork.cc (fork_parent): Use sec_user_nih to control process/thread | Christopher Faylor | 1 | -0/+19 |
2002-02-17 | reformat | Christopher Faylor | 1 | -3/+5 |
2002-02-17 | * times.cc (hires::prime): Restore thread priority on failure condition. | Christopher Faylor | 1 | -0/+25 |
2002-02-15 | * hires.h (hires::usecs): Rename from utime. Accept an argument. | Christopher Faylor | 1 | -0/+12 |
2002-02-15 | * hires.h: New file. | Christopher Faylor | 1 | -0/+7 |
2002-02-14 | * include/sys/cygwin.h (cygwin_getinfo_types): New CW_STRACE_ACTIVE. | Christopher Faylor | 1 | -0/+5 |
2002-02-14 | * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm. | Christopher Faylor | 1 | -0/+16 |
2002-02-12 | * include/cygwin/acl.h: Fix definition of aclent_t. | Corinna Vinschen | 1 | -0/+4 |
2002-02-10 | * Makefile.in (DLL_OFILES): Consolidate object files. | Christopher Faylor | 1 | -0/+4 |
2002-02-10 | * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc, | Corinna Vinschen | 1 | -2/+10 |
2002-02-10 | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 1 | -0/+17 |
2002-02-10 | * uinfo.cc (internal_getlogin): Try evaluating user by SID even if | Corinna Vinschen | 1 | -0/+7 |
2002-02-09 | * include/cygwin/grp.h: New file. | Corinna Vinschen | 1 | -0/+9 |
2002-02-09 | * dtable.cc (dtable::dup2): Revert previous patch. | Corinna Vinschen | 1 | -0/+16 |
2002-02-09 | * net.cc (get_2k_ifconf): Create interface entries for tokenring cards. | Corinna Vinschen | 1 | -0/+4 |
2002-02-08 | * dtable.cc (dtable::dup2): Store fd for fhandler_socket. | Corinna Vinschen | 1 | -0/+13 |
2002-02-07 | * net.cc (cygwin_getsockname): Fix handling of NULL sun_path. | Corinna Vinschen | 1 | -0/+4 |
2002-01-29 | * net.cc (getdomainname): Fix registry key for 9x systems, too. | Corinna Vinschen | 1 | -0/+4 |
2002-01-29 | * net.cc (getdomainname): Fix registry key for NT systems. | Corinna Vinschen | 1 | -0/+4 |
2002-01-29 | * external.cc (cygwin_internal): Initialize various internal settings if | Christopher Faylor | 1 | -0/+18 |
2002-01-28 | * include/sys/strace.h (_STRACE_ON): Define. | Christopher Faylor | 1 | -0/+5 |
2002-01-24 | * speclib: Ensure that temporary def file is removed. | Christopher Faylor | 1 | -0/+4 |
2002-01-23 | * speclib: Use rm -f to remove temp file just to quiet any potential warnings. | Christopher Faylor | 1 | -0/+5 |
2002-01-23 | Supplement ChangeLog entry. | Corinna Vinschen | 1 | -1/+2 |
2002-01-23 | * security.cc (create_token): Use sec_user() to create | Corinna Vinschen | 1 | -0/+5 |
2002-01-23 | * path.cc (symlink): Fix check for already existing file. | Corinna Vinschen | 1 | -0/+4 |
2002-01-22 | * cygmagic: Suppress error output when figuring out if sum takes an option. | Christopher Faylor | 1 | -0/+5 |
2002-01-22 | * cygmagic: Attempt to figure out if sum takes an option. | Christopher Faylor | 1 | -0/+4 |
2002-01-22 | * Makefile.in (libpthread.a): Pass the assembler also. | Christopher Faylor | 1 | -0/+7 |
2002-01-21 | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 1 | -0/+4 |
2002-01-21 | Fix ChangeLog entry. | Corinna Vinschen | 1 | -1/+1 |
2002-01-21 | * grp.cc (getgrent): Don't return default gid entry when ntsec is on. | Corinna Vinschen | 1 | -0/+5 |
2002-01-21 | * speclib: Don't use /dev/null as DLL name. Just default to what's already in | Christopher Faylor | 1 | -0/+10 |
2002-01-21 | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 1 | -0/+4 |
2002-01-21 | * syscalls.cc (regfree): Make dll_export. | Christopher Faylor | 1 | -0/+4 |
2002-01-20 | * exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid when | Christopher Faylor | 1 | -0/+5 |
2002-01-20 | * Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is only | Christopher Faylor | 1 | -0/+5 |
2002-01-19 | * exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn't | Christopher Faylor | 1 | -0/+7 |
2002-01-19 | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 1 | -0/+4 |
2002-01-19 | * Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link. | Christopher Faylor | 1 | -0/+7 |
2002-01-19 | * include/cygwin/version.h: Bump API minor version to 51. | Corinna Vinschen | 1 | -0/+4 |
2002-01-19 | * cygwin.din: Add recvmsg and sendmsg. | Corinna Vinschen | 1 | -0/+6 |
2002-01-19 | * security.cc (create_token): Close processes token handle as soon | Corinna Vinschen | 1 | -0/+5 |
2002-01-17 | * Makefile.in: Add fnmatch.o to DLL_OFILES. | Corinna Vinschen | 1 | -0/+8 |
2002-01-15 | * path.cc (fchdir): Call chdir with full windows path. | Corinna Vinschen | 1 | -0/+4 |
2002-01-14 | * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1" | Corinna Vinschen | 1 | -0/+12 |
2002-01-13 | * dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OK | Christopher Faylor | 1 | -0/+5 |
2002-01-11 | * exceptions.cc (sig_handle): Accept a second argument indicating whether the | Christopher Faylor | 1 | -0/+10 |
2002-01-10 | * syscalls.cc (pathconf): Guard _PC_PATH_MAX branch against invalid | Corinna Vinschen | 1 | -0/+5 |