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
2002-07-22 * fhandler.h (class fhandler_serial): Add new members ofCorinna Vinschen
2002-07-04* include/sys/statfs.h: New header file.Christopher Faylor
2002-06-24Use cygwin_{shm,ipc}.h instead of /sys/{shm,ipc}.h throughout.Christopher Faylor
2002-06-10* include/sys/strace.h (strace): Avoid use of constructor.Christopher Faylor
2002-06-09* external.cc (cygwin_internal): Make v1 mount table access invalid.Christopher Faylor
2002-06-03 * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USERCorinna Vinschen
2002-06-03 * syscalls.cc (stat64_to_stat32): Transform st_dev correctly.Corinna Vinschen
2002-05-30* include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.Christopher Faylor
2002-05-30 * external.cc (fillout_pinfo): Use new version define.Corinna Vinschen
2002-05-29* external.cc (fillout_pinfo): Set new version field in external_pinfoChristopher Faylor
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen
2002-05-12* fhandler.h (executable_states): For now, make dont_care_if_executableChristopher Faylor
2002-03-16* pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirectedChristopher Faylor
2002-03-12remove erroneous part of commentChristopher Faylor
2002-03-052002-03-05 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-03-05 * include/sys/termios.h: Define _POSIX_VDISABLE. Define CCEQ macro.Corinna Vinschen
2002-02-282002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-02-15* include/sys/cygwin.h (cygwin_getinfo_types): New CW_STRACE_ACTIVE.Christopher Faylor
2002-02-15* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor
2002-02-09 * include/cygwin/grp.h: New file.Corinna Vinschen
2002-01-29* external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor
2002-01-28* include/sys/strace.h (_STRACE_ON): Define.Christopher Faylor
2002-01-19 * cygwin.din: Add recvmsg and sendmsg.Corinna Vinschen
2002-01-13Add copyright stuffChristopher Faylor
2002-01-06 * ioctl.cc (ioctl): Make third argument optional.Corinna Vinschen
2001-12-10whitespace cleanupChristopher Faylor
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-25* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor
2001-09-12Update copyrights.Christopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-05-08* include/sys/file.h: Revert special X_OK usage. Just make it a constant.Christopher Faylor
2001-04-29Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.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-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-16* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor
2001-04-03* cygrun.c (main): Fix compiler warning.Christopher Faylor
2001-03-07Update copyright.Christopher Faylor
2001-03-06 * include/a.out.h: Add copyright hint.Corinna Vinschen
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor
2001-02-26 * strace.cc (strace::vprntf): Move prntf functionality to this functionCorinna Vinschen
2001-01-31 * include/sys/resource.h: Fix typo.Corinna Vinschen
2001-01-31 * include/sys/resources.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.Corinna Vinschen
2001-01-09 Patch suggested by Ren� M�ller Fonseca <fonseca@mip.sdu.dk>Corinna Vinschen
2000-12-27 * cygwin.din: Add symbols for `getrlimit' and `setrlimit'.Corinna Vinschen
2000-12-11 * net.cc (cygwin_rexec): Eliminate superfluous call toCorinna Vinschen
2000-12-07 * winsup/cygwin/include/sys/uio.h: readv: Correct prototypeCorinna Vinschen
2000-12-05 * include/sys/uio.h: Include <sys/cdefs.h>. Use __BEGIN_DECL andCorinna Vinschen
2000-11-20* spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting inChristopher Faylor
2000-11-08* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor