aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor7-80/+77
2005-04-21* shared.cc (shared_info::initialize): Test previous version of shared memoryChristopher Faylor2-9/+13
2005-04-20revert erroneous checkinChristopher Faylor1-13/+0
2005-04-20* sigproc.cc (proc_subproc): Fix handling of waiting for pids with zero value.Christopher Faylor3-1/+21
2005-04-20* path.cc (path_conv::check): Fix problem reading symlinks introduced in belowChristopher Faylor2-11/+29
2005-04-20* path.cc (path_conv::check): Punt when attempting to access a nonexistentChristopher Faylor2-1/+7
2005-04-19 * security.cc (alloc_sd): Remove DELETE bit from user's ACE ifCorinna Vinschen2-0/+13
2005-04-19 * cygwin.din (pselect): Export.Corinna Vinschen5-1/+44
2005-04-18 * fhandler.h (enum conn_state): Add connect_failed state.Corinna Vinschen5-17/+50
2005-04-18* include/cygwin/version.h: Bump DLL minor number to 16.Christopher Faylor2-1/+5
2005-04-18 * grp.cc (initgroups32): Return the correct value.Corinna Vinschen2-1/+5
2005-04-17Actually check in files.Christopher Faylor4-10/+10
2005-04-16 * fhandler_disk_file.cc (fhandler_base::utimes_fs): IgnoreCorinna Vinschen3-2/+18
2005-04-16 * security.h (cygsidlist::addfromgr): Allow duplicate entries.Corinna Vinschen4-67/+132
2005-04-16 * environ.cc (environ_init): Don't set traverse checking as default.Corinna Vinschen2-5/+6
2005-04-16 * fhandler_disk_file.cc (fhandler_base::utimes_fs): Drop touchingCorinna Vinschen2-4/+7
2005-04-16* fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor5-8/+32
2005-04-15 * syscalls.cc (setuid32): Correct debugging output.Corinna Vinschen2-1/+6
2005-04-14* dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor10-18/+62
2005-04-14.Christopher Faylor1-3/+1
2005-04-13 * fhandler.h (class fhandler_socket): Remove utimes.Corinna Vinschen3-12/+5
2005-04-13 * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen10-38/+54
2005-04-13* fhandler.h (fhandler_base::utimes_fs): New method.Christopher Faylor4-4/+29
2005-04-13 * fhandler_disk_file.cc (fhandler_disk_file::utimes): Don't set errnoCorinna Vinschen2-4/+7
2005-04-12 * autoload.cc (NtQueryVolumeInformationFile): Add.Corinna Vinschen6-66/+202
2005-04-11 Fix ChangeLog entry.Corinna Vinschen1-1/+1
2005-04-11 Revert previous patch.Corinna Vinschen5-29/+37
2005-04-11 * syscalls.cc (sync): Use renamed has_get_volume_pathnames wincap.Corinna Vinschen4-15/+23
2005-04-08* pipe.cc (fhandler_pipe::open): Remove O_CREAT limitation.Christopher Faylor2-6/+5
2005-04-07 * syslog.cc (try_connect_guard): Remove useless conditionalized code.Corinna Vinschen2-4/+4
2005-04-07 * syslog.cc: Include sys/socket.h.Corinna Vinschen3-3/+153
2005-04-06 * fhandler_socket.cc (get_inet_addr): Add type parameter to returnCorinna Vinschen2-4/+28
2005-04-06 * security.h (cygsidlist::addfromgr): Avoid duplicate entries.Corinna Vinschen3-11/+15
2005-04-06* net.cc (cygwin_getservbyname): Return (possibly NULL) return value of dup_entChristopher Faylor2-11/+21
2005-04-05* cygtls.cc (_cygtls::remove): Don't free or close stuff if we're being calledChristopher Faylor2-9/+17
2005-04-05* sync.h (muto::initforce): Delete flawed implementation.Christopher Faylor5-5/+12
2005-04-05* sync.h (muto::initforce): Force initialization even when name != NULL.Christopher Faylor3-2/+10
2005-04-05* sync.h (muto::operator int): New operator.Christopher Faylor19-118/+159
2005-04-04* path.cc (path_conv::check): Only check for PC_NO_ACCESS_CHECK in endChristopher Faylor2-3/+8
2005-04-04 * dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.Corinna Vinschen5-22/+52
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen18-287/+498
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen15-35/+41
2005-04-02* include/cygwin/version.h: Bump DLL minor number to 15.Christopher Faylor2-1/+5
2005-04-01 * fork.cc (fork_child): Add missing __stdcall.Corinna Vinschen2-1/+5
2005-04-01* sigproc.cc (create_signal_arrive): New (temporary?) function to createChristopher Faylor3-10/+27
2005-04-01 * fork.cc (fork_child): Fixup SYSV IPC shared memory before fixingCorinna Vinschen2-5/+16
2005-03-31 * gentls_offsets: Add '-m32' flag to native compiler call to satisfyCorinna Vinschen2-2/+7
2005-03-30 * errno.cc (NO_SYSTEM_RESOURCES): Map to EAGAIN.Corinna Vinschen2-0/+15
2005-03-30* environ.cc (spenvs): Re-force SYSTEMROOT to always be included inChristopher Faylor2-2/+9
2005-03-30* environ.cc (spenv::retrieve): Revert most of previous change.Christopher Faylor2-18/+29