aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/syscalls.cc
AgeCommit message (Expand)AuthorFilesLines
2004-02-17* Makefile.in (clean): Clean libserver, too.Christopher Faylor1-2/+0
2004-02-16 * syscalls.cc (rename): Do not test the MoveFile error codeCorinna Vinschen1-6/+4
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-1/+1
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-26* cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor1-11/+14
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor1-92/+10
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-0/+2
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-1/+1
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-11/+4
2003-12-30Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor1-2/+3
2003-12-27* syscalls.cc (close_all_files): Simplify logic around closing ctty.Christopher Faylor1-9/+6
2003-12-27* fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor1-2/+1
2003-12-27* exceptions.cc (try_to_debug): Fix off-by-one problem when resettingChristopher Faylor1-1/+1
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-1/+3
2003-12-16* exceptions.cc (set_signal_mask): Report on input argument rather thanChristopher Faylor1-2/+8
2003-12-15* winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor1-2/+2
2003-12-11* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor1-5/+12
2003-12-10* fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor1-8/+2
2003-12-08* fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it isChristopher Faylor1-0/+6
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-2/+7
2003-12-07 * syscalls.cc (locked_append): New.Corinna Vinschen1-29/+28
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-58/+9
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-11/+11
2003-11-08 * syscalls.cc (ftruncate64): Log length as long long.Corinna Vinschen1-5/+4
2003-11-06 * syscalls.cc (getshmlba): New function.Corinna Vinschen1-0/+8
2003-10-162003-10-16 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-14/+15
2003-10-08 * syscalls.cc (unlink): Don't even try DELETE_ON_CLOSE technique onCorinna Vinschen1-19/+22
2003-09-27* path.cc (symlink_info::check): Use new introducer for mknod'ed files.Christopher Faylor1-2/+2
2003-09-27* cygwin-shilka: Remove '#line directives' or suffer debugging oddities. UseChristopher Faylor1-1/+4
2003-09-252003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-3/+3
2003-09-25* devices.cc: New file.Christopher Faylor1-67/+132
2003-09-20* syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor1-29/+2
2003-09-17* syscalls.cc (gethostid): Add lpFreeBytesAvailable argument toChristopher Faylor1-1/+4
2003-09-162003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-5/+2
2003-09-13* include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor1-1/+1
2003-09-10 * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen1-2/+2
2003-09-10* Makefile.in: Add some more -fomit-frame-pointer files.Christopher Faylor1-0/+2
2003-09-10 * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen1-29/+35
2003-09-102003-09-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-4/+13
2003-09-08 * cygwin.din: Export endusershell, getusershell and setusershell.Corinna Vinschen1-0/+66
2003-08-23* syscalls.cc (_remove_r): Define.Christopher Faylor1-0/+15
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor1-3/+3
2003-08-13 * cygwin.din: Accomodate change from cygwin_lstat to lstat.Corinna Vinschen1-1/+3
2003-08-05* path.cc (cygdrive_getmntent): Do not skip over drives of typeChristopher Faylor1-28/+45
2003-07-26* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor1-55/+55
2003-07-14 * cygheap.h (class cygheap_user): Use INVALID_HANDLE_VALUE as invalidCorinna Vinschen1-71/+52
2003-07-06white spaceChristopher Faylor1-1/+1
2003-07-06* syscalls.cc (gethostid): Set thread affinity so that results are predictable.Christopher Faylor1-0/+8
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor1-2/+0
2003-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen1-68/+54