OSDN Git Service

Eliminate use of sigframe and sigthread throughout.
[pf3gnuchains/pf3gnuchains3x.git] / winsup / cygwin / syscalls.cc
2003-11-28 cgfEliminate use of sigframe and sigthread throughout.
2003-11-14 rbcollins2003-11-11 Robert Collins <rbtcollins@hotmail.com>
2003-11-08 corinna * syscalls.cc (ftruncate64): Log length as long long.
2003-11-06 corinna * syscalls.cc (getshmlba): New function.
2003-10-16 phumblet2003-10-16 Pierre Humblet <pierre.humblet@ieee.org>
2003-10-08 corinna * syscalls.cc (unlink): Don't even try DELETE_ON_CLOSE...
2003-09-27 cgf* path.cc (symlink_info::check): Use new introducer...
2003-09-27 cgf* cygwin-shilka: Remove '#line directives' or suffer...
2003-09-25 phumblet2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>
2003-09-25 cgf* devices.cc: New file.
2003-09-20 cgf* syscalls.cc (system): Strip signal considerations...
2003-09-17 cgf* syscalls.cc (gethostid): Add lpFreeBytesAvailable...
2003-09-16 phumblet2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>
2003-09-13 cgf* include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.
2003-09-10 corinna * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.
2003-09-10 cgf* Makefile.in: Add some more -fomit-frame-pointer files.
2003-09-10 corinna * Makefile.in (DLL_OFILES): Add bsdlib.o.
2003-09-10 phumblet2003-09-09 Pierre Humblet <pierre.humblet@ieee.org>
2003-09-08 corinna * cygwin.din: Export endusershell, getusershell and...
2003-08-23 cgf* syscalls.cc (_remove_r): Define.
2003-08-19 cgfThroughout, eliminate argument to sig_dispatch_pending.
2003-08-13 corinna * cygwin.din: Accomodate change from cygwin_lstat...
2003-08-05 cgf* path.cc (cygdrive_getmntent): Do not skip over drives...
2003-07-26 cgf* exceptions.cc (ctrl_c_handler): Send SIGHUP when...
2003-07-14 corinna * cygheap.h (class cygheap_user): Use INVALID_HANDLE_V...
2003-07-06 cgfwhite space
2003-07-06 cgf* syscalls.cc (gethostid): Set thread affinity so that...
2003-07-02 cgf* Makefile.in: Remove cygserver stuff.
2003-06-30 corinna * cygheap.h (enum impersonation): New enum.
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-05-26 corinna * syscalls.cc (statfs): Call GetDiskFreeSpaceEx before...
2003-05-25 corinna * autoload.cc (GetDiskFreeSpaceEx): Add.
2003-05-21 corinna * shared_info.h: Match shared_name declaration with...
2003-05-12 corinna * Makefile.in (CYGWIN_START): Define as crt0.o. Add...
2003-05-11 cgf* dir.cc (readdir): Fill out new old_d_ino field.
2003-05-03 corinna * syscalls.cc (chown_worker): Allow chown'ing of socke...
2003-04-18 cgf* syscalls.cc (setsid): Don't call FreeConsole if ctty...
2003-04-16 cgf* termios.cc (setspeed): New function.
2003-04-01 corinna * dir.cc: Change __off32_t to _off_t and __off64_t...
2003-03-29 corinna * syscalls.cc (login): Fix comment.
2003-03-29 corinna * syscalls.cc: Slightly cleanup all utmp functions.
2003-03-22 cgf* syscalls.cc (unlink): Be more defensive when SetFileA...
2003-03-20 cgf* sigproc.h (signal_fixup_after_exec): Eliminate argume...
2003-03-19 corinna * fhandler_disk_file.cc (fhandler_disk_file::fstat_hel...
2003-03-17 cgf* cygwin.din: Export btowc, trunc.
2003-03-13 cgf* include/cygwin/version.h: Bump DLL minor number to 23.
2003-03-13 cgf* syscalls.cc (rename): Assume that DELETE_ON_CLOSE...
2003-03-09 corinna Switch to 32/64 datatypes:
2003-03-09 cgfwhitespace cleanup
2003-03-09 cgf* syscalls.cc (unlink): Attempt to be more clever about...
2003-03-09 cgf* syscalls.cc (unlink): Always attempt to use FILE_FLAG...
2003-03-08 cgf* path.h (PATH_LNK): New enum val.
2003-03-07 corinna * syscalls.cc (seteuid32): Fix formatting.
2003-03-02 cgf* dll_init.cc (dll_list::load_after_fork): Don't revert...
2003-02-28 phumblet2003-02-28 Pierre Humblet <pierre.humblet@ieee.org>
2003-02-21 corinna * dtable.cc (dtable::build_fhandler_from_name): Set...
2003-02-10 cgf* include/cygwin/in.h (in_attr_t): Define new type.
2003-02-04 tpfaff* syscalls.cc (struct system_cleanup_args): New struct.
2003-01-26 cgf* uinfo.cc (pwdgrp::load): Regularize strace output...
2003-01-25 corinna * syscalls.cc (seteuid32): On Win95 get the pw entry...
2003-01-24 corinna * cygwin.din: Export setreuid32, setreuid, setregid32...
2003-01-15 corinna * autoload.cc: Fix copyright date.
2003-01-14 tpfaffApply system_cancel patch
2002-12-10 corinna2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>
2002-11-29 cgf* pinfo.h (winpids::set): Renamed from init.
2002-11-22 cgf* exceptions.cc (handle_sigsuspend): Force pending...
2002-11-20 corinna * security.cc (get_attribute_from_acl): Always test...
2002-11-12 corinna * syscalls.cc (chmod): Simplify conditional.
2002-11-07 cgf* syscalls.cc (getutid): Use UT_IDLEN where appropriate.
2002-11-07 cgf* include/cygwin/version.h: Bump API minor number for...
2002-10-21 cgfChange _function() to function() throughout.
2002-10-20 cgfRename _kill() to kill() throughout. Rename _raise...
2002-09-30 cgfRemove \n from calls to strace class printfs throughout.
2002-09-22 cgf* fhandler.cc (fhandler_base::dup): Don't set handle...
2002-09-19 cgfCleanup calls to CreateFile throughout.
2002-09-13 corinna * syscalls.cc (seteuid32): Treat ILLEGAL_UID invalid.
2002-08-30 cgf* miscfuncs.cc (check_iovec_for_read): Don't check...
2002-08-18 cgf* perthread.h (vfork_save): Add ctty, sid, pgid, exitva...
2002-08-02 corinna * security.cc (verify_token): Do not reject a token...
2002-08-02 cgf* cygthread.cc (cygthread::exit_thread): Define new...
2002-08-01 cgf* syscalls.cc (_link): Revert previous change and just...
2002-08-01 cgf* syscalls.cc (link): Properly deal with a link to...
2002-07-31 cgf* syscalls.cc (_read): Clarify debugging output.
2002-07-29 corinna * security.cc: Change some formatting.
2002-07-29 cgf* fhandler_console.cc (fhandler_console::read): Use...
2002-07-26 cgf* fhandler_registry.cc (fhandler_registry::close):...
2002-07-13 cgf* debug.h (handle_list): Move here from debug.cc. ...
2002-07-02 cgf* syscalls.c (seteuid32): Return immediately if the...
2002-07-02 cgf* syscalls.cc (seteuid32): Fix incorrect placement...
2002-07-02 cgf* syscalls.cc (seteuid32): Fix incorrect use of system_...
2002-07-01 cgf* syscalls.c (seteuid32): Do not return an error when...
2002-06-27 cgf* cygheap.cc (cfree_and_set): New function.
2002-06-26 cgf* winsup.h: Minor cleanup.
2002-06-25 corinna * syscalls.cc (chown): Convert uid to 32 bit.
2002-06-24 cgf* security.cc (get_group_sidlist): Add pw argument...
2002-06-21 corinna * syscalls.cc (stat64_to_stat32): Correctly evaluate...
2002-06-19 cgfUse hMainProc where appropriate, throughout.
2002-06-16 cgf* cygheap.h (cygheap_user::issetuid): New method.
2002-06-14 cgf* cygheap.cc (cygheap_user::set_logsrv): Remove.
2002-06-11 cgf* spawn.cc (spawn_guts): More hToken removal cleanup.
next