aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/syscalls.cc
AgeCommit message (Expand)AuthorFilesLines
2000-12-19 * syscalls.cc (remove): New function, overriding the newlibCorinna Vinschen1-0/+19
2000-12-19 * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen1-2/+0
2000-11-15 * uinfo.cc (internal_getlogin): Change parameter list to reflectCorinna Vinschen1-5/+5
2000-11-15 * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen1-10/+10
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-24/+16
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor1-7/+11
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor1-2/+3
2000-10-25* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor1-0/+2
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen1-5/+0
2000-10-18* exceptions.cc (call_handler): Make signal pending if sigsave.sig is stillChristopher Faylor1-2/+2
2000-10-17* sigproc.cc (proc_subproc): Remove unneeded test for correct process inChristopher Faylor1-1/+1
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-1/+0
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor1-6/+12
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor1-0/+38
2000-10-07* syscalls.cc (_read): Behave properly when passed previous version ofChristopher Faylor1-3/+8
2000-09-30* path.cc (symlink_info::check): Set executable bit for a file if the first twoChristopher Faylor1-92/+47
2000-09-25* spawn.cc (av::dup_maybe): Make function void rather than void *.Christopher Faylor1-38/+21
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-1/+4
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor1-0/+2
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor1-3/+2
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-46/+29
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+6
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+2
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor1-48/+48
2000-08-09* select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor1-2/+2
2000-08-04* hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULLChristopher Faylor1-1/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-21/+22
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie1-0/+1
2000-07-26* syscalls.cc (stat_worker): Make stat return correct st_blocks for files withChristopher Faylor1-151/+152
2000-07-26* syscalls.cc (statfs): Use path_conv method to convert input path.Christopher Faylor1-3/+1
2000-07-26* syscalls.cc (_link): Avoid extraneous call to cygwin_conv_to_win32_path.Christopher Faylor1-5/+3
2000-07-24 * syscalls.cc (_link): Corrected previous patch.Corinna Vinschen1-1/+1
2000-07-22 Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.Corinna Vinschen1-1/+1
2000-07-19 * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen1-3/+33
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor1-19/+20
2000-07-09 * spawn.cc (spawn_guts): Close handle `hToken' only if it's notCorinna Vinschen1-1/+1
2000-07-09* cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor1-2/+13
2000-07-04* dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM and CharToOem.Christopher Faylor1-2/+1
2000-07-02 * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen1-1/+1
2000-06-28 * syscalls.cc (seteuid): Initialize pi.token before callingCorinna Vinschen1-0/+5
2000-06-16 * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen1-26/+58
2000-05-24 * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen1-0/+7
2000-05-23* syscalls.cc (_cygwin_istext_for_stdio): New, for newlibDJ Delorie1-1/+47
2000-05-22 * dir.cc (rmdir): Care for misleading error messagesCorinna Vinschen1-1/+2
2000-05-19* syscalls.cc (setmode): change mode of any matching FILE* also.DJ Delorie1-0/+22
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor1-0/+1
2000-05-062000-05-06 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan1-3/+3
2000-05-04* configure.in: Use -gstabs+ as compile debug option. This seems to promoteChristopher Faylor1-18/+28