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
path: root/winsup
AgeCommit message (Expand)Author
2003-02-08 * include/_mingw.h: Change version to 3.0Earnie Boyd
2003-02-08 * include/stdlib.h: Make words after #endif a comment.Earnie Boyd
2003-02-08* libltp/lib/parse_opts.c: Deal with C warnings.Christopher Faylor
2003-02-08* dump_setup.cc (compar): Use case insensitive comparisons.Christopher Faylor
2003-02-08 * dump_setup.cc (dump_setup): Compute the longest package nameCorinna Vinschen
2003-02-07 * ntsec.sgml: Add note on special names for missing user/group.Corinna Vinschen
2003-02-07 * mmap.cc (mmap_record::alloc_map): De-inline. Add offset and lengthCorinna Vinschen
2003-02-07Christopher Faylor <cgf@redhat.com>Christopher Faylor
2003-02-07* malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.Christopher Faylor
2003-02-07* pipe.cc (fhandler_pipe::close): Avoid extraneous this->.Christopher Faylor
2003-02-07* cygcheck.cc (common_apps): Add some more apps.Christopher Faylor
2003-02-07* heap.cc (heap_init): Remove debugging code.Christopher Faylor
2003-02-07* configure.in: Make w32api directory optional.Christopher Faylor
2003-02-07 * include/locale.h: Include stddef.h for definition of NULL.Danny Smith
2003-02-06 * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen
2003-02-06 * setup-net.sgml: Add "setup-maxmem" sectionJoshua Daniel Franklin
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/basetypes.h (_GUID_DEFINED): Add deprecation warning, startEarnie Boyd
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-05Correct typo in last changelog entry.Danny Smith
2003-02-05 * include/shlwapi.h (PathRelativePathTo[AW]): CorrectDanny Smith
2003-02-04* syscalls.cc (struct system_cleanup_args): New struct.Thomas Pfaff
2003-02-04* winsup.api/pthread/cancel11.c: New test.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-03* cygwinenv.sgml: Add section for 'CYGWIN codepage:[ansi|oem]'Joshua Daniel Franklin
2003-02-01* grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor
2003-02-01 * include/commctrl.h (TCM_*): Add missing defines.Danny Smith
2003-02-012003-02-01 Jesus Alvarez <jesus_alvarez@users.sourceforge.net>Danny Smith
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-312003-01-31 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
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-282003-01-27 Krzysztof Nikiel <kni@poczta.onet.pl>Danny Smith
2003-01-27* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numericChristopher Faylor
2003-01-27fix typoChristopher Faylor
2003-01-272003-01-27 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
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