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
2009-01-26 * grp.cc (getgrgid_r): Simplify code by using stpcpy.Corinna Vinschen
2008-10-21 * passwd.cc (pwdgrp::read_passwd): Check if we're called withinCorinna Vinschen
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-09* passwe.cc (getpwnam_r): Initialize pw_comment field.Christopher Faylor
2003-09-09* passwd.cc (getpwuid_r32): Initialize pw_comment field.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-02-06 * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen
2003-02-04 * security.h (class cygpsid): New class.Corinna Vinschen
2003-02-01* grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor
2003-01-31* passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from PierreChristopher Faylor
2003-01-27* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numericChristopher Faylor
2003-01-27* strings.h (strechr): New function.Christopher Faylor
2003-01-26* passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structureChristopher Faylor
2003-01-26* include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor
2003-01-24* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor
2003-01-21* grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.Christopher Faylor
2003-01-20* pwdgrp.h (etc): Move to path.h.Christopher Faylor
2003-01-17* dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator.Christopher Faylor
2003-01-17* grp.cc (read_etc_group): On NT, add a line for gid = -1. Change nameChristopher Faylor
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen
2003-01-02* passwd.cc (getpwuid_r32): Revert previous change.Christopher Faylor
2003-01-01* sysconf.cc (sysconf): Return arbitrary values for _SC_GETGR_R_SIZE_MAX,Christopher Faylor
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen
2002-11-25 * passwd.cc (read_etc_passwd): Never add an entry when startingCorinna Vinschen
2002-11-20 * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen
2002-09-30whitespaceChristopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Check error return value from NtQueryObject firstChristopher Faylor
2002-06-05 * grp.cc (read_etc_group): When emulating nonexisting group file onCorinna Vinschen
2002-06-05 * grp.cc (etc_group): Removed.Corinna Vinschen
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-28* passwd.cc (read_etc_passwd): Bother with unlocking when not in cygwinChristopher Faylor
2001-09-28* passwd.cc (read_etc_passwd): Don't bother with locking whenChristopher Faylor