summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor2004-01-261-11/+14
* * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor2004-01-241-92/+10
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-0/+2
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-1/+1
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-11/+4
* Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor2003-12-301-2/+3
* * syscalls.cc (close_all_files): Simplify logic around closing ctty.Christopher Faylor2003-12-271-9/+6
* * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor2003-12-271-2/+1
* * exceptions.cc (try_to_debug): Fix off-by-one problem when resettingChristopher Faylor2003-12-271-1/+1
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-1/+3
* * exceptions.cc (set_signal_mask): Report on input argument rather thanChristopher Faylor2003-12-161-2/+8
* * winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor2003-12-151-2/+2
* * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor2003-12-111-5/+12
* * fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor2003-12-101-8/+2
* * fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it isChristopher Faylor2003-12-081-0/+6
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-2/+7
* * syscalls.cc (locked_append): New.Corinna Vinschen2003-12-071-29/+28
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-58/+9
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-11/+11
* * syscalls.cc (ftruncate64): Log length as long long.Corinna Vinschen2003-11-081-5/+4
* * syscalls.cc (getshmlba): New function.Corinna Vinschen2003-11-061-0/+8
* 2003-10-16 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-10-161-14/+15
* * syscalls.cc (unlink): Don't even try DELETE_ON_CLOSE technique onCorinna Vinschen2003-10-081-19/+22
* * path.cc (symlink_info::check): Use new introducer for mknod'ed files.Christopher Faylor2003-09-271-2/+2
* * cygwin-shilka: Remove '#line directives' or suffer debugging oddities. UseChristopher Faylor2003-09-271-1/+4
* 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