summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor2005-02-268-37/+51
* * fhandler.h (class fhandler_base): Declare fixup_mmap_after_forkCorinna Vinschen2005-02-255-68/+176
* * Fix ChangeLog entries.Corinna Vinschen2005-02-251-3/+3
* * mmap.cc (mmap64): Handle MAP_FIXED request on non-granulationCorinna Vinschen2005-02-252-1/+10
* * mmap.cc (class mmap_record): Declare new map_pages method withCorinna Vinschen2005-02-252-17/+104
* * localtime.cc: Implement setting __tzrule's offset member usingCorinna Vinschen2005-02-232-23/+20
* * devices.cc: Regenerate.Corinna Vinschen2005-02-232-1/+2
* * devices.in (parsedisk): Fix typo.Corinna Vinschen2005-02-232-1/+5
* * cygwin.din (getpeereid): Export.Corinna Vinschen2005-02-238-5/+159
* * include/sys/statvfs.h (ST_RDONLY): Define.Corinna Vinschen2005-02-232-0/+8
* * cygwin.din (fstatvfs): Export.Corinna Vinschen2005-02-236-7/+113
* * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.Corinna Vinschen2005-02-237-805/+852
* * fhandler_disk_file.cc (fhandler_cygdrive::closedir): Return 0 when closingChristopher Faylor2005-02-232-1/+6
* * cygwin.din (basename): Export.Corinna Vinschen2005-02-225-1/+121
* * select.cc (peek_pipe): Disable new pipe code until there'sCorinna Vinschen2005-02-222-0/+12
* * include/cygwin/version.h: Fix comment.Corinna Vinschen2005-02-221-1/+1
* * cygwin.din (fdatasync): Export.Corinna Vinschen2005-02-225-1/+18
* * fhandler.h (fhandler_base::fstat_helper): Declare with additionalCorinna Vinschen2005-02-203-7/+27
* * autoload.cc (FindFirstVolumeA): Add.Corinna Vinschen2005-02-207-16/+110
* * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen2005-02-207-128/+160
* copyrightChristopher Faylor2005-02-2036-36/+51
* * fhandler.h (class fhandler_base): Declare new method link.Corinna Vinschen2005-02-196-202/+232
* * fhandler.h (class fhandler_socket): Declare new methods fchown,Corinna Vinschen2005-02-193-5/+70
* * localtime.cc: Temporary implementation of setting __tzrule's offsetCorinna Vinschen2005-02-192-0/+27
* * path.cc (path_conv::check): Set fs flag when a unix-domain socket isChristopher Faylor2005-02-172-0/+6
* * fhandler_disk_file.cc (fhandler_disk_file::fstat): Set st_ctime ifCorinna Vinschen2005-02-172-0/+10
* * times.cc (utimes): Open files with FILE_WRITE_ATTRIBUTES first,Corinna Vinschen2005-02-172-14/+18
* * path.h (path_conv::issocket): Return true if device == FH_UNIX rather thanChristopher Faylor2005-02-162-1/+6
* white spaceChristopher Faylor2005-02-1317-42/+42
* fix typoChristopher Faylor2005-02-111-1/+1
* * fhandler.cc (fhandler_base::raw_write): Mark as changed onCorinna Vinschen2005-02-114-17/+48
* * cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor2005-02-118-66/+168
* * times.cc (utimes): Open files with GENERIC_WRITE on file systemsCorinna Vinschen2005-02-112-2/+14
* * fhandler_disk_file.cc (fhandler_disk_file::ftruncate): Fix checkingCorinna Vinschen2005-02-092-1/+6
* * times.cc (timeval_to_filetime): Define first parameter const.Corinna Vinschen2005-02-083-5/+12
* * cygthread.cc (cygthread::detach): Just test thread handle afterCorinna Vinschen2005-02-082-1/+6
* * pipe.cc (fhandler_pipe::read): Remove hold over from old read_stateChristopher Faylor2005-02-082-1/+5
* * net.cc (cygwin_gethostbyname): Be more picky about what's a numeric addressChristopher Faylor2005-02-072-9/+18
* * exceptions.cc: Make windows_system_directory non-static.Christopher Faylor2005-02-073-6/+12
* * path.cc (path_conv::check): Leave symlink expansion loop in caseCorinna Vinschen2005-02-066-40/+184
* * cygthread.h (cygthread::terminate_thread): Reflect return value.Christopher Faylor2005-02-067-25/+60
* * fhandler.h (fhandler_base::ftruncate): Define new virtual method.Corinna Vinschen2005-02-025-34/+77
* * pipe.cc (fhandler_pipe::dup): Fix conditionals in case of error.Corinna Vinschen2005-02-022-4/+9
* * times.cc (utimes): Mark st_ctime for update according to SUSv3.Corinna Vinschen2005-02-022-3/+11
* * fhandler_proc.cc (format_proc_partitions): Remove PartitionType check sinceChristopher Faylor2005-02-012-3/+7
* * cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor2005-02-019-38/+83
* * pipe.cc (fhandler_pipe::open): Allow re-opening of /proc/<pid>/fdCorinna Vinschen2005-02-012-0/+38
* * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen2005-02-019-34/+103
* * path.h (path_conv::set_name): Declare new function.Christopher Faylor2005-01-315-0/+27
* * smallprint.c (rnarg): Use long rather than unsigned long so that we getChristopher Faylor2005-01-312-5/+8