summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* 2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-251-3/+3
* * devices.cc: New file.Christopher Faylor2003-09-251-67/+132
* * syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor2003-09-201-29/+2
* * syscalls.cc (gethostid): Add lpFreeBytesAvailable argument toChristopher Faylor2003-09-171-1/+4
* 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-161-5/+2
* * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor2003-09-131-1/+1
* * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen2003-09-101-2/+2
* * Makefile.in: Add some more -fomit-frame-pointer files.Christopher Faylor2003-09-101-0/+2
* * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen2003-09-101-29/+35
* 2003-09-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-101-4/+13
* * cygwin.din: Export endusershell, getusershell and setusershell.Corinna Vinschen2003-09-081-0/+66
* * syscalls.cc (_remove_r): Define.Christopher Faylor2003-08-231-0/+15
* Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor2003-08-191-3/+3
* * cygwin.din: Accomodate change from cygwin_lstat to lstat.Corinna Vinschen2003-08-131-1/+3
* * path.cc (cygdrive_getmntent): Do not skip over drives of typeChristopher Faylor2003-08-051-28/+45
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-55/+55
* * cygheap.h (class cygheap_user): Use INVALID_HANDLE_VALUE as invalidCorinna Vinschen2003-07-141-71/+52
* white spaceChristopher Faylor2003-07-061-1/+1
* * syscalls.cc (gethostid): Set thread affinity so that results are predictable.Christopher Faylor2003-07-061-0/+8
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-021-2/+0
* * cygheap.h (enum impersonation): New enum.Corinna Vinschen2003-06-301-68/+54
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * syscalls.cc (statfs): Call GetDiskFreeSpaceEx before GetDiskFreeSpace.Corinna Vinschen2003-05-261-3/+6
* * autoload.cc (GetDiskFreeSpaceEx): Add.Corinna Vinschen2003-05-251-3/+16
* * shared_info.h: Match shared_name declaration with below change.Corinna Vinschen2003-05-211-3/+9
* * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen2003-05-121-7/+42
* * dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor2003-05-111-1/+1
* * syscalls.cc (chown_worker): Allow chown'ing of socket files.Corinna Vinschen2003-05-031-1/+1
* * syscalls.cc (setsid): Don't call FreeConsole if ctty is already < 0.Christopher Faylor2003-04-181-2/+2
* * termios.cc (setspeed): New function.Christopher Faylor2003-04-161-0/+109
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-18/+18
* * syscalls.cc (login): Fix comment.Corinna Vinschen2003-03-291-4/+2
* * syscalls.cc: Slightly cleanup all utmp functions.Corinna Vinschen2003-03-291-70/+114
* * syscalls.cc (unlink): Be more defensive when SetFileAttributes is called.Christopher Faylor2003-03-221-3/+5
* * sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.Christopher Faylor2003-03-201-7/+15
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FixCorinna Vinschen2003-03-191-1/+1
* * cygwin.din: Export btowc, trunc.Christopher Faylor2003-03-171-5/+18
* * include/cygwin/version.h: Bump DLL minor number to 23.Christopher Faylor2003-03-131-1/+5
* * syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x.Christopher Faylor2003-03-131-2/+2
* Switch to 32/64 datatypes:Corinna Vinschen2003-03-091-1/+22
* whitespace cleanupChristopher Faylor2003-03-091-1/+0
* * syscalls.cc (unlink): Attempt to be more clever about setting attributes ofChristopher Faylor2003-03-091-12/+24
* * syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE toChristopher Faylor2003-03-091-57/+22
* * path.h (PATH_LNK): New enum val.Christopher Faylor2003-03-081-32/+36
* * syscalls.cc (seteuid32): Fix formatting.Corinna Vinschen2003-03-071-3/+4
* * dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary ifChristopher Faylor2003-03-021-21/+2
* 2003-02-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-02-281-2/+2
* * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen2003-02-211-7/+27
* * include/cygwin/in.h (in_attr_t): Define new type.Christopher Faylor2003-02-101-2/+2
* * syscalls.cc (struct system_cleanup_args): New struct.Thomas Pfaff2003-02-041-8/+24