summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor2003-01-261-1/+1
* * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen2003-01-251-18/+11
* * cygwin.din: Export setreuid32, setreuid, setregid32, setregid.Corinna Vinschen2003-01-241-0/+50
* * autoload.cc: Fix copyright date.Corinna Vinschen2003-01-151-1/+1
* Apply system_cancel patchThomas Pfaff2003-01-141-0/+2
* 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen2002-12-101-2/+3
* * pinfo.h (winpids::set): Renamed from init.Christopher Faylor2002-11-291-1/+1
* * exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor2002-11-221-0/+3
* * security.cc (get_attribute_from_acl): Always test "anti",Corinna Vinschen2002-11-201-26/+5
* * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen2002-11-121-6/+3
* * syscalls.cc (getutid): Use UT_IDLEN where appropriate.Christopher Faylor2002-11-071-1/+1
* * include/cygwin/version.h: Bump API minor number for below export.Christopher Faylor2002-11-071-14/+24
* Change _function() to function() throughout.Christopher Faylor2002-10-211-15/+41
* Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor2002-10-201-3/+9
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-301-10/+10
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-8/+8
* Cleanup calls to CreateFile throughout.Christopher Faylor2002-09-191-15/+8
* * syscalls.cc (seteuid32): Treat ILLEGAL_UID invalid.Corinna Vinschen2002-09-131-6/+14
* * miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor2002-08-301-125/+72
* * perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor2002-08-181-4/+41
* * security.cc (verify_token): Do not reject a token just becauseCorinna Vinschen2002-08-021-2/+3
* * cygthread.cc (cygthread::exit_thread): Define new method.Christopher Faylor2002-08-021-4/+5
* * syscalls.cc (_link): Revert previous change and just always dereference theChristopher Faylor2002-08-011-9/+5
* * syscalls.cc (link): Properly deal with a link to a symlink.Christopher Faylor2002-08-011-0/+3
* * syscalls.cc (_read): Clarify debugging output.Christopher Faylor2002-07-311-4/+5
* * security.cc: Change some formatting.Corinna Vinschen2002-07-291-11/+13
* * fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrpChristopher Faylor2002-07-291-1/+1
* * fhandler_registry.cc (fhandler_registry::close): Return any error result toChristopher Faylor2002-07-261-2/+1
* * debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor2002-07-131-1/+1
* * syscalls.c (seteuid32): Return immediately if the program is not impersonatedChristopher Faylor2002-07-021-11/+10
* * syscalls.cc (seteuid32): Fix incorrect placement of Pierre's patch below.Christopher Faylor2002-07-021-5/+5