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
2001-04-25* cygwin.din: Export asctime_r, ctime_r, gmtime_r, localtime_rEgor Duda
2001-04-25* include/cygwin/version.h: Bump minor version number.Christopher Faylor
2001-04-25 * uinfo.cc (internal_getlogin): Return pointer to struct passwd.Corinna Vinschen
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen
2001-04-25 * fhandler_dsp.cc: Improved handling of 8 bit playback modes.Corinna Vinschen
2001-04-25* lib/Makefile.in: Install libraries in /usr/lib/w32api when building forChristopher Faylor
2001-04-25 * passwd.cc (getpwnam_r): Add pw_passwd handling as well.Corinna Vinschen
2001-04-25 * passwd.cc (getpwnam_r): Use correct offsets into buffer.Corinna Vinschen
2001-04-25* include/winsock2.h: Protect one *more* newlib defines when compiling cygwin.Christopher Faylor
2001-04-24* dlmalloc.c: New file. Port of Doug Lea's mallocEgor Duda
2001-04-24* include/winsock2.h: Protect some more newlib defines when compiling cygwinChristopher Faylor
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor
2001-04-23* fhandler.h (fhandler_base::clear_r_binary): New method.Christopher Faylor
2001-04-23* include/winsock.h: Protect some more newlib defines when compiling cygwin.Christopher Faylor
2001-04-23* net.cc [errmap]: Add '0' condition.Christopher Faylor
2001-04-23spacing changes.Christopher Faylor
2001-04-23* include/cygwin/version.h: Bump Cygwin version and API version.Christopher Faylor
2001-04-23Mon Apr 23 9:27:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-04-23* features.h: Reinstate as wrapper for sys/features.h.Christopher Faylor
2001-04-23 * security.cc (alloc_sd): Reformat comment.Corinna Vinschen
2001-04-22* shortcut.c (check_shortcut): Close input file handle before returning.Christopher Faylor
2001-04-22* thread.cc (MTinterface::Init): Remove accidentally checked in code.Christopher Faylor
2001-04-21Sun Apr 22 20:22:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-04-21* cygwin.din: Add *scanf and *scan_r functions.Christopher Faylor
2001-04-21 * security.cc (set_process_privileges): Swap out.Corinna Vinschen
2001-04-20* path.cc (path_conv::check): Always initialize member variables.Christopher Faylor
2001-04-20* include/sys/file.h: More cleanup for X_OK.Christopher Faylor
2001-04-20* include/sys/file.h: Move X_OK protection earlier.Christopher Faylor
2001-04-20 * grp.cc (getgroups): Change so that SIDs get compared insteadCorinna Vinschen
2001-04-20 * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.Corinna Vinschen
2001-04-19* dumper.cc (dumper::init_core_dump): Set architecture field in dumpEgor Duda
2001-04-19 * winsup.api/mmaptest02.c: New test.Corinna Vinschen
2001-04-19 * mmap.cc (mmap): Drop usage of the same memory area if the sameCorinna Vinschen
2001-04-19* Makefile.in: Add -U_WIN32 to CFLAGS compile line to avoid inappropriateChristopher Faylor
2001-04-19* configure.in: Add bz2lib.Christopher Faylor
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-19*** empty log message ***Christopher Faylor
2001-04-18 * grp.cc (getgroups): Avoid crash if passwd field if /etc/group isCorinna Vinschen
2001-04-18* path.h (path_conv::add_ext_from_sym): Declare.Christopher Faylor
2001-04-17 * path.cc (windows_device_names): Add missing NULL element.Corinna Vinschen
2001-04-17* path.cc (windows_device_names): Move dsp to proper location.Christopher Faylor
2001-04-17 * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNIONEarnie Boyd
2001-04-17Forgot the ChangeLog...Corinna Vinschen
2001-04-17 * path.cc (path_conv::check): Set case_clash even if pcheck_caseCorinna Vinschen
2001-04-17 Add missing ChangeLog entry.Corinna Vinschen
2001-04-17Turn NEWVFORK off.Christopher Faylor
2001-04-17* path.h (cwdstuff): Move class.Christopher Faylor
2001-04-16 * mmap.cc: Move fh_paging_file from some functions to beCorinna Vinschen
2001-04-16 * grp.cc (getgroups): If `allow_ntsec' is set, use the process tokenCorinna Vinschen
2001-04-16 * mkgroup.c: Add function pointers `netlocalgroupgetmembers' andCorinna Vinschen