summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys
Commit message (Expand)AuthorAgeFilesLines
* * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USERCorinna Vinschen2002-06-031-1/+2
* * syscalls.cc (stat64_to_stat32): Transform st_dev correctly.Corinna Vinschen2002-06-031-1/+7
* * include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.Christopher Faylor2002-05-291-0/+1
* * external.cc (fillout_pinfo): Use new version define.Corinna Vinschen2002-05-291-1/+3
* * external.cc (fillout_pinfo): Set new version field in external_pinfoChristopher Faylor2002-05-291-2/+4
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-291-0/+5
* * fhandler.h (executable_states): For now, make dont_care_if_executableChristopher Faylor2002-05-121-1/+3
* * pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirectedChristopher Faylor2002-03-151-1/+1
* remove erroneous part of commentChristopher Faylor2002-03-121-1/+1
* 2002-03-05 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-03-051-3/+4
* * include/sys/termios.h: Define _POSIX_VDISABLE. Define CCEQ macro.Corinna Vinschen2002-03-051-0/+8
* 2002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-02-282-0/+141
* * include/sys/cygwin.h (cygwin_getinfo_types): New CW_STRACE_ACTIVE.Christopher Faylor2002-02-141-0/+1
* * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor2002-02-142-2/+2
* * include/cygwin/grp.h: New file.Corinna Vinschen2002-02-091-4/+4
* * external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor2002-01-292-1/+10
* * include/sys/strace.h (_STRACE_ON): Define.Christopher Faylor2002-01-281-0/+7
* * cygwin.din: Add recvmsg and sendmsg.Corinna Vinschen2002-01-191-0/+2
* Add copyright stuffChristopher Faylor2002-01-131-1/+1
* * ioctl.cc (ioctl): Make third argument optional.Corinna Vinschen2002-01-061-1/+1
* whitespace cleanupChristopher Faylor2001-12-101-10/+10
* Eliminate excess whitespace.Christopher Faylor2001-11-053-42/+42
* * Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor2001-10-241-1/+3
* Update copyrights.Christopher Faylor2001-09-113-3/+3
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-8/+1
* * include/sys/file.h: Revert special X_OK usage. Just make it a constant.Christopher Faylor2001-05-081-7/+1
* Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor2001-04-281-1/+3
* * include/sys/file.h: More cleanup for X_OK.Christopher Faylor2001-04-201-4/+2
* * include/sys/file.h: Move X_OK protection earlier.Christopher Faylor2001-04-201-1/+1
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-0/+1
* * autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor2001-04-161-0/+1287
* * cygrun.c (main): Fix compiler warning.Christopher Faylor2001-04-031-3/+3
* Update copyright.Christopher Faylor2001-03-071-1/+1
* * include/a.out.h: Add copyright hint.Corinna Vinschen2001-03-0520-0/+200
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-052-8/+14
* * strace.cc (strace::vprntf): Move prntf functionality to this functionCorinna Vinschen2001-02-261-1/+18
* * include/sys/resource.h: Fix typo.Corinna Vinschen2001-01-311-1/+1
* * include/sys/resources.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.Corinna Vinschen2001-01-311-0/+3
* Patch suggested by Ren� M�ller Fonseca <fonseca@mip.sdu.dk>Corinna Vinschen2001-01-091-1/+1
* * cygwin.din: Add symbols for `getrlimit' and `setrlimit'.Corinna Vinschen2000-12-271-0/+23
* * net.cc (cygwin_rexec): Eliminate superfluous call toCorinna Vinschen2000-12-111-0/+5
* * winsup/cygwin/include/sys/uio.h: readv: Correct prototypeCorinna Vinschen2000-12-061-2/+2
* * include/sys/uio.h: Include <sys/cdefs.h>. Use __BEGIN_DECL andCorinna Vinschen2000-12-051-7/+9
* * spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting inChristopher Faylor2000-11-201-7/+8
* * environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor2000-11-081-1/+2
* * pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor2000-11-031-1/+1
* Whitespace cleanup.Christopher Faylor2000-10-287-49/+43
* * exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor2000-10-241-0/+1
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-1/+1
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-2/+2