]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/syscalls.cc
* environ.cc (environ_init): Avoid a compiler warning.
[newlib-cygwin.git] / winsup / cygwin / syscalls.cc
2002-09-22 Christopher Faylor* fhandler.cc (fhandler_base::dup): Don't set handle...
2002-09-19 Christopher FaylorCleanup calls to CreateFile throughout.
2002-09-13 Corinna Vinschen * syscalls.cc (seteuid32): Treat ILLEGAL_UID invalid.
2002-08-30 Christopher Faylor* miscfuncs.cc (check_iovec_for_read): Don't check...
2002-08-18 Christopher Faylor* perthread.h (vfork_save): Add ctty, sid, pgid, exitva...
2002-08-02 Corinna Vinschen * security.cc (verify_token): Do not reject a token...
2002-08-02 Christopher Faylor* cygthread.cc (cygthread::exit_thread): Define new...
2002-08-01 Christopher Faylor* syscalls.cc (_link): Revert previous change and just...
2002-08-01 Christopher Faylor* syscalls.cc (link): Properly deal with a link to...
2002-07-31 Christopher Faylor* syscalls.cc (_read): Clarify debugging output.
2002-07-29 Corinna Vinschen * security.cc: Change some formatting.
2002-07-29 Christopher Faylor* fhandler_console.cc (fhandler_console::read): Use...
2002-07-26 Christopher Faylor* fhandler_registry.cc (fhandler_registry::close):...
2002-07-13 Christopher Faylor* debug.h (handle_list): Move here from debug.cc. ...
2002-07-02 Christopher Faylor* syscalls.c (seteuid32): Return immediately if the...
2002-07-02 Christopher Faylor* syscalls.cc (seteuid32): Fix incorrect placement...
2002-07-02 Christopher Faylor* syscalls.cc (seteuid32): Fix incorrect use of system_...
2002-07-01 Christopher Faylor* syscalls.c (seteuid32): Do not return an error when...
2002-06-27 Christopher Faylor* cygheap.cc (cfree_and_set): New function.
2002-06-26 Christopher Faylor* winsup.h: Minor cleanup.
2002-06-25 Corinna Vinschen * syscalls.cc (chown): Convert uid to 32 bit.
2002-06-24 Christopher Faylor* security.cc (get_group_sidlist): Add pw argument...
2002-06-21 Corinna Vinschen * syscalls.cc (stat64_to_stat32): Correctly evaluate...
2002-06-19 Christopher FaylorUse hMainProc where appropriate, throughout.
2002-06-16 Christopher Faylor* cygheap.h (cygheap_user::issetuid): New method.
2002-06-14 Christopher Faylor* cygheap.cc (cygheap_user::set_logsrv): Remove.
2002-06-11 Christopher Faylor* spawn.cc (spawn_guts): More hToken removal cleanup.
2002-06-06 Corinna Vinschen * fhandler.cc (fhandler_base::fstat): Initialise tv_ns...
2002-06-06 Corinna Vinschen * sec_helper.cc (lookup_name): Suppress.
2002-06-05 Christopher Faylor* dir.cc (rmdir): Streamline. Detect attempts to remov...
2002-06-05 Christopher FaylorRemove fcntl.h includes throughout.
2002-06-03 Corinna Vinschen * syscalls.cc (stat64_to_stat32): Transform st_dev...
2002-06-03 Corinna Vinschen * syscalls.cc (setegid32): Verify the correctness...
2002-06-02 Christopher Faylor* fhandler.cc (fhandler_base::fstat): Move dev and...
2002-05-29 Corinna Vinschen Change internal uid datatype from __uid16_t to __uid32_t
2002-05-28 Corinna Vinschen Change internal gid datatype from __gid16_t to __gid32_t
2002-05-28 Christopher Faylor* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2...
2002-05-27 Corinna Vinschen * syscalls.cc (seteuid): Do not take allow_ntsec into...
2002-05-25 Christopher FaylorRemove unneeded sync.h, where appropriate, throughout...
2002-05-22 Christopher Faylor* fhandler.h (fhandler_virtual::exists): Eliminate...
2002-05-16 Corinna Vinschen * syscalls.cc (seteuid): Set default dacl in process...
2002-05-12 Christopher Faylor* syscalls.cc (_read): Change error to EBADF if attempt...
2002-05-09 Christopher Faylor* syscalls.cc (_write): Change error to EBADF if attemp...
2002-05-02 Christopher Faylor* path.h (pathconv_arg): Add PC_POSIX.
2002-03-04 Corinna Vinschen * syscalls.cc (truncate64): Use ftruncate64 directly...
2002-02-25 Corinna Vinschen * cygwin.din (fstat64): New symbol.
2002-02-10 Corinna Vinschen * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler...
2002-01-21 Corinna Vinschen * grp.cc (getgrent): Don't return default gid entry...
2002-01-21 Christopher Faylor* syscalls.cc (regfree): Make dll_export.
2002-01-14 Corinna Vinschen * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of ...
2002-01-13 Christopher FaylorAdd copyright stuff
2002-01-10 Corinna Vinschen * syscalls.cc (pathconf): Guard _PC_PATH_MAX branch...
2001-12-28 Corinna Vinschen * cygwin.din: Add symbols for endutent(), getutent...
2001-11-15 Christopher Faylor* exceptions.cc: Add stdlib.h include for alloca declar...
2001-11-14 Christopher Faylor* syscalls.cc (_write): Allow zero length as per SUSv2.
2001-11-13 Corinna Vinschen * dir.cc (mkdir): Add HIDDEN file attribute if file...
2001-11-08 Corinna Vinschen * select.cc: Set errno using set_sig_errno() throughout.
2001-11-08 Corinna Vinschen * select.cc (fhandler_tty_slave::ready_for_read):...
2001-11-05 Christopher FaylorEliminate excess whitespace.
2001-11-04 Christopher Faylor* fhandler.h (fhandler_base::ready_for_read): Remove...
2001-11-03 Christopher Faylor* dll_init.h (class dll_list): Reorder functions to...
2001-11-01 Christopher Faylor* cygheap.h (cygheap_fdmanip::isopen): Set appropriate...
2001-11-01 Christopher Faylor* dtable.cc (dtable::build_fhandler): Issue internal...
2001-10-31 Christopher Faylor* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.
2001-10-30 Christopher Faylor* dtable.cc (dtable::dup2): Add some debugging. Use...
2001-10-24 Christopher FaylorEnsure that all fhandler_*::read definitions are __stdc...
2001-10-22 Corinna Vinschen Patch suggested by Ian Ray <ian.ray@nokia.com>:
2001-10-20 Christopher Faylor* miscfuncs.cc (+__check_invalid_read_ptr_errno): New...
2001-10-19 Christopher Faylor* syscalls.cc (_read): Validate input pointer.
2001-10-16 Christopher Faylor* cygerrno.h (set_errno): Define more informative versi...
2001-10-15 Christopher Faylor* fhandler.cc (fhandler_base::fork_fixup): Don't protec...
2001-10-14 Christopher Faylor* autoload.cc (load_wsock32): Declare dummy function...
2001-10-07 Christopher Faylor* path.cc (normalize_posix_path): Don't eat a '.' after...
2001-10-05 Christopher FaylorAdd second path_conv * argument to fstat()s throughout.
2001-10-05 Christopher Faylor* syscalls.cc (stat_worker): Make global. Accept path_...
2001-10-04 Christopher Faylor* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if...
2001-10-03 Christopher Faylor* cygheap.cc (cfree): Remove malloc debugging probe.
2001-10-02 Christopher Faylor* dtable.h (dtable::build_fhandler): Make path_conv...
2001-10-01 Christopher FaylorAdd "path.h" include throughout, where needed. Use...
2001-09-24 Christopher Faylor* fhandler.h (fhandler_pipe::hit_eof): New method.
2001-09-23 Corinna Vinschen * syscalls.cc (_open): Set name in fhandler...
2001-09-22 Christopher Faylor* dtable.cc (dtable::build_fhandler): Accept an optiona...
2001-09-22 Christopher Faylor* exceptions.cc (setup_handler): Always relinquish...
2001-09-16 Egor Duda* path.cc (symlink): Check arguments for validity.
2001-09-12 Corinna Vinschen * Makefile.in: Build wincap.o.
2001-09-12 Christopher Faylor* exceptions.cc (call_signal_handler_now): Add addition...
2001-09-07 Christopher Faylor* cygheap.h (init_cygheap): Move heap pointers here.
2001-09-07 Corinna Vinschen * include/limits.h: Define PIPE_BUF.
2001-09-03 Christopher Faylor* child_info.h: Modify magic number.
2001-08-25 Christopher Faylor* syscalls.cc (check_tty_fds): New function. Check...
2001-08-23 Christopher Faylor* dtable.cc (dtable::dup2): Allow extension of fd table...
2001-08-16 Corinna Vinschen * resource.cc (getrlimit): Return getdtablesize...
2001-08-16 Corinna Vinschen * resource.cc (getrlimit): Return OPEN_MAX...
2001-08-15 Corinna Vinschen * fhandler.cc (fhandler_base::is_nonblocking...
2001-08-14 Corinna Vinschen * fhandler.cc (fhandler_base::fcntl): Use new...
2001-08-07 Corinna Vinschen * security.cc (alloc_sd): Don't set FILE_DELETE...
2001-08-04 Christopher FaylorThroughout, change check for running under Windows...
2001-07-26 Christopher FaylorThroughout, reorganize header file inclusion to put...
2001-07-26 Christopher Faylor* syscalls.cc (setsid): Detach process from its console...
2001-07-18 Corinna Vinschen * syscalls.cc (_unlink): Explicitely check...
next
This page took 0.448341 seconds and 107 git commands to generate.