aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/syscalls.cc
AgeCommit message (Expand)AuthorFilesLines
2003-02-05merge from trunkChristopher Faylor1-8/+24
2003-01-26merge from trunkChristopher Faylor1-1/+1
2003-01-25merge from trunkChristopher Faylor1-17/+11
2003-01-25merge from trunkChristopher Faylor1-0/+50
2003-01-16merge from trunkChristopher Faylor1-15/+81
2003-01-15This commit was manufactured by cvs2svn to create branch 'cgf-dev-branch'.cvs2svn1-0/+2596
2002-12-28This commit was manufactured by cvs2svn to create branch 'cgf-dev-branch'.cvs2svn1-2594/+0
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen1-2/+3
2002-11-29* pinfo.h (winpids::set): Renamed from init.Christopher Faylor1-1/+1
2002-11-22* exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor1-0/+3
2002-11-20 * security.cc (get_attribute_from_acl): Always test "anti",Corinna Vinschen1-26/+5
2002-11-12 * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen1-6/+3
2002-11-07* syscalls.cc (getutid): Use UT_IDLEN where appropriate.Christopher Faylor1-1/+1
2002-11-07* include/cygwin/version.h: Bump API minor number for below export.Christopher Faylor1-14/+24
2002-10-21Change _function() to function() throughout.Christopher Faylor1-15/+41
2002-10-20Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor1-3/+9
2002-09-30Remove \n from calls to strace class printfs throughout.Christopher Faylor1-10/+10
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-8/+8
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor1-15/+8
2002-09-13 * syscalls.cc (seteuid32): Treat ILLEGAL_UID invalid.Corinna Vinschen1-6/+14
2002-08-30* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor1-125/+72
2002-08-18* perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor1-4/+41
2002-08-02 * security.cc (verify_token): Do not reject a token just becauseCorinna Vinschen1-2/+3
2002-08-02* cygthread.cc (cygthread::exit_thread): Define new method.Christopher Faylor1-4/+5
2002-08-01* syscalls.cc (_link): Revert previous change and just always dereference theChristopher Faylor1-9/+5
2002-08-01* syscalls.cc (link): Properly deal with a link to a symlink.Christopher Faylor1-0/+3
2002-07-31* syscalls.cc (_read): Clarify debugging output.Christopher Faylor1-4/+5
2002-07-29 * security.cc: Change some formatting.Corinna Vinschen1-11/+13
2002-07-29* fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrpChristopher Faylor1-1/+1
2002-07-26* fhandler_registry.cc (fhandler_registry::close): Return any error result toChristopher Faylor1-2/+1
2002-07-13* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor1-1/+1
2002-07-02* syscalls.c (seteuid32): Return immediately if the program is not impersonatedChristopher Faylor1-11/+10
2002-07-02* syscalls.cc (seteuid32): Fix incorrect placement of Pierre's patch below.Christopher Faylor1-5/+5
2002-07-02* syscalls.cc (seteuid32): Fix incorrect use of system_printf.Christopher Faylor1-1/+1
2002-07-01* syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor1-1/+7
2002-06-27* cygheap.cc (cfree_and_set): New function.Christopher Faylor1-1/+0
2002-06-26* winsup.h: Minor cleanup.Christopher Faylor1-10/+12
2002-06-25 * syscalls.cc (chown): Convert uid to 32 bit.Corinna Vinschen1-3/+5
2002-06-24* security.cc (get_group_sidlist): Add pw argument and use pw->pw_name in callChristopher Faylor1-1/+1
2002-06-21 * syscalls.cc (stat64_to_stat32): Correctly evaluate st_rdev.Corinna Vinschen1-1/+5
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor1-12/+10
2002-06-16* cygheap.h (cygheap_user::issetuid): New method.Christopher Faylor1-7/+4
2002-06-14* cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor1-55/+10
2002-06-11* spawn.cc (spawn_guts): More hToken removal cleanup.Christopher Faylor1-17/+17
2002-06-06 * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen1-3/+3
2002-06-06 * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen1-2/+2
2002-06-05* dir.cc (rmdir): Streamline. Detect attempts to remove directories fromChristopher Faylor1-0/+8
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-15/+5
2002-06-03 * syscalls.cc (stat64_to_stat32): Transform st_dev correctly.Corinna Vinschen1-2/+9
2002-06-03 * syscalls.cc (setegid32): Verify the correctness of the gidCorinna Vinschen1-1/+2