Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-02-06 * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen
2003-02-06* path.cc: Change 'to_posix_p' to 'to_posix' throughout.Christopher Faylor
2003-02-05* path.cc (etc::dir_changed): Fix debug printf.Christopher Faylor
2003-02-05 * sec_acl.cc (setacl): Move all permission settings to beginning ofCorinna Vinschen
2003-02-05* include/sys/cygwin.h: Use C-style comments.Christopher Faylor
2003-02-05 * sec_helper.cc (get_sids_info): New function.Corinna Vinschen
2003-02-04* syscalls.cc (struct system_cleanup_args): New struct.Thomas Pfaff
2003-02-04 * path.cc (symlink): Create security attributes so that only theCorinna Vinschen
2003-02-04 * grp.cc (internal_getgroups): Do not return without closingCorinna Vinschen
2003-02-04 * security.h (class cygpsid): New class.Corinna Vinschen
2003-02-04Eliminate most unneeded this-> pointers throughout.Christopher Faylor
2003-02-03 * security.h: Add third argument to set_process_privilege.Corinna Vinschen
2003-02-03 * fhandler_socket.cc (fhandler_socket::recvfrom): Return bufferCorinna Vinschen
2003-02-01* grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor
2003-02-01* dlfcn.cc (dlerror): Only report load errors once per error.Christopher Faylor
2003-02-01* fhandler_serial.cc (fhandler_serial::open): Avoid extraneous setting of res.Christopher Faylor
2003-01-31* passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from PierreChristopher Faylor
2003-01-31* shared.cc (shared_info::heap_chunk_size): Use correct variable when readingChristopher Faylor
2003-01-31* fhandler_registry.cc (fhandler_registry::exists): Fix off-by-one error whenChristopher Faylor
2003-01-30* lib/getopt.c: Allow environment variable control of POSIXLY_INCORRECT behav...Christopher Faylor
2003-01-28 * fhandler_socket.cc (fhandler_socket::accept): On successful executionCorinna Vinschen
2003-01-27* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numericChristopher Faylor
2003-01-27fix typoChristopher Faylor
2003-01-27* uinfo.cc (pwdgrp::next_num): Remove check for NULL since it is no longer aChristopher Faylor
2003-01-27* strings.h (strechr): New function.Christopher Faylor
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor
2003-01-26* passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structureChristopher Faylor
2003-01-26* pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem.Christopher Faylor
2003-01-26* include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor
2003-01-25clarifyChristopher Faylor
2003-01-25* pwdgrp.cc (pwdgrp::reparse): Declare.Christopher Faylor
2003-01-25 * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen
2003-01-25* fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll regionChristopher Faylor
2003-01-24 * cygwin.din: Export setreuid32, setreuid, setregid32, setregid.Corinna Vinschen
2003-01-24* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor
2003-01-24Add missing entry.Christopher Faylor
2003-01-22* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...Thomas Pfaff
2003-01-22* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...Thomas Pfaff
2003-01-22 * cygrun.c: Move from here to ../testsuite.Corinna Vinschen
2003-01-22 * cygwin.din: Export nanosleep().Corinna Vinschen
2003-01-21* grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.Christopher Faylor
2003-01-21* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2003-01-21Fix ChangeLog entry.Christopher Faylor
2003-01-21add missing ChangeLog entry.Christopher Faylor
2003-01-21add missing ChangeLog entry.Christopher Faylor
2003-01-21* path.h (etc::change_possible): Revert the type to bool.Christopher Faylor
2003-01-20* pwdgrp.h (etc): Move to path.h.Christopher Faylor
2003-01-18fix typoChristopher Faylor
2003-01-18* cygheap.cc: Change most 'int's to 'unsigned's.Christopher Faylor
2003-01-17* dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator.Christopher Faylor