aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-04-22This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-1'.github/cygwin-1-3-1cygwin-1-3-1cvs2svn3205-732651/+0
2001-04-22* shortcut.c (check_shortcut): Close input file handle before returning.Christopher Faylor3-22/+31
2001-04-21* thread.cc (MTinterface::Init): Remove accidentally checked in code.Christopher Faylor2-2/+4
2001-04-21Sun Apr 22 20:22:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins4-37/+276
2001-04-21* libc/include/sys/time.h: Define timercmp and other macros for __CYGWIN__,Christopher Faylor2-2/+7
2001-04-212001-04-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston113-1596/+2888
2001-04-20* cygwin.din: Add *scanf and *scan_r functions.Christopher Faylor2-0/+22
2001-04-202001-04-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston13-50/+434
2001-04-20 * security.cc (set_process_privileges): Swap out.Corinna Vinschen4-41/+50
2001-04-20* path.cc (path_conv::check): Always initialize member variables.Christopher Faylor2-5/+11
2001-04-20* include/sys/file.h: More cleanup for X_OK.Christopher Faylor2-4/+6
2001-04-20* include/sys/file.h: Move X_OK protection earlier.Christopher Faylor3-3/+15
2001-04-20 * grp.cc (getgroups): Change so that SIDs get compared insteadCorinna Vinschen2-6/+13
2001-04-20 * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.Corinna Vinschen7-1463/+1575
2001-04-20* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4aAlexandre Oliva4-9/+18
2001-04-192001-04-19 Robert Collins <rbtcollins@hotmail.com>Jeff Johnston2-1/+20
2001-04-19* dumper.cc (dumper::init_core_dump): Set architecture field in dumpEgor Duda2-0/+11
2001-04-19 * winsup.api/mmaptest02.c: New test.Corinna Vinschen4-0/+418
2001-04-19 * mmap.cc (mmap): Drop usage of the same memory area if the sameCorinna Vinschen2-3/+8
2001-04-19* Makefile.in: Add -U_WIN32 to CFLAGS compile line to avoid inappropriateChristopher Faylor2-2/+7
2001-04-18* configure.in: Add bz2lib.Christopher Faylor3-29/+24
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor39-230/+400
2001-04-18*** empty log message ***Christopher Faylor50-0/+51841
2001-04-18 * grp.cc (getgroups): Avoid crash if passwd field if /etc/group isCorinna Vinschen2-1/+7
2001-04-17* path.h (path_conv::add_ext_from_sym): Declare.Christopher Faylor3-4/+8
2001-04-172001-04-17 Stephen L. Moshier <moshier@moshier.ne.mediaone.net>Jeff Johnston2-3/+8
2001-04-17 * path.cc (windows_device_names): Add missing NULL element.Corinna Vinschen2-1/+5
2001-04-17* path.cc (windows_device_names): Move dsp to proper location.Christopher Faylor2-1/+5
2001-04-17 * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNIONEarnie Boyd11-48/+66
2001-04-17Forgot the ChangeLog...Corinna Vinschen1-0/+9
2001-04-17 * path.cc (path_conv::check): Set case_clash even if pcheck_caseCorinna Vinschen2-10/+18
2001-04-17 Add missing ChangeLog entry.Corinna Vinschen1-0/+4
2001-04-17Turn NEWVFORK off.Christopher Faylor1-1/+1
2001-04-17* path.h (cwdstuff): Move class.Christopher Faylor8-70/+48
2001-04-16 * mmap.cc: Move fh_paging_file from some functions to beCorinna Vinschen2-40/+72
2001-04-162001-04-15 Daniel Berlin <dan@cgsoftware.com>Daniel Berlin2-0/+54
2001-04-16 * grp.cc (getgroups): If `allow_ntsec' is set, use the process tokenCorinna Vinschen2-21/+59
2001-04-16 * mkgroup.c: Add function pointers `netlocalgroupgetmembers' andCorinna Vinschen2-12/+107
2001-04-16* features.h: Remove this file as it is now being supplied by newlib.Christopher Faylor2-1/+4
2001-04-16* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor8-11/+1979
2001-04-16* mount.cc (longopts): Add help to options list.Christopher Faylor3-25/+34
2001-04-15* uname.c (uname): Default n in in86 to 6 if Windows returns > 6.Christopher Faylor2-1/+7
2001-04-15Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:Corinna Vinschen3-16/+44
2001-04-15 * path.cc (add_ext_from_sym): Redefine to call `add_ext_from_sym_'.Corinna Vinschen2-4/+18
2001-04-14* config.h.in: Turn on VFORK by default.Christopher Faylor2-1/+5
2001-04-14* net.cc (cygwin_socket): Set SO_LINGER to small value so closed UNIX domainChristopher Faylor3-3/+24
2001-04-14Sat Apr 14 17:04:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins3-3/+15
2001-04-13* libc/include/sys/unistd.h: Add pthread_atfork (Cygwin only).Christopher Faylor2-0/+7
2001-04-13Fix ChangeLog format.Christopher Faylor1-1/+1
2001-04-13* fork.cc (fork_child): Call the __pthread_atforkchild function.Christopher Faylor7-4/+163