summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * include/netinet/tcp.h: Remove winsock.h include.Christopher Faylor2000-10-051-4/+4
* * include/sys/mman.h: Add missing MAP_FAILED macro.Corinna Vinschen2000-10-041-0/+2
* * dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor2000-08-261-3/+3
* * external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwinChristopher Faylor2000-08-251-1/+2
* * include/cygwin/core_dump.h: New file, contains structures used in cygwin coreChristopher Faylor2000-08-241-0/+11
* * include/sys/cygwin.h (strace_printf_wrap): Force printing whenChristopher Faylor2000-08-241-2/+2
* * include/sys/cygwin.h: Protect class definitions.Christopher Faylor2000-08-231-0/+2
* * include/sys/cygwin.h: Declare some thread classes.Christopher Faylor2000-08-221-0/+3
* * poll.cc: Add bounds checking for file descriptors. Return POLLNVALCorinna Vinschen2000-08-111-1/+1
* * strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor2000-08-021-5/+5
* * include/sys/strace.h: Fix strace definition.Christopher Faylor2000-08-021-2/+2
* * strace.h: Add kludgy workarounds to avoid using deprecated methods forChristopher Faylor2000-08-021-11/+37
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-2/+5
* * dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor2000-07-281-1/+2
* * cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor2000-07-091-46/+53
* * external.cc (cygwin_internal): Export __cygwin_user_data.Christopher Faylor2000-07-081-3/+2
* * include/sys/cygwin.h: Hide internal data types in per_processCorinna Vinschen2000-07-071-0/+5
* * dcrt0.cc (__cygwin_user_data): Initialize.Christopher Faylor2000-07-051-14/+7
* * poll.cc: New file. Implement `poll' system call.Corinna Vinschen2000-07-041-0/+43
* * Makefile.in: Use variables rather than configure constructs whereChristopher Faylor2000-07-011-1/+98
* * Makefile.in: Autogenerate cygwin.def when appropriate.Christopher Faylor2000-06-221-2/+2
* Revise previous include/sys/cygwin.h change.Christopher Faylor2000-06-221-3/+3
* * include/sys/cygwin.h: Don't define parts of this file that rely on WindowsChristopher Faylor2000-06-221-2/+2
* * Makefile.in: Add *.def to clean operation.Christopher Faylor2000-06-211-0/+5
* * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen2000-06-161-0/+3
* * select.cc (thread_pipe): Add paranoid check to ensure thread termination.Christopher Faylor2000-05-181-0/+69
* * exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor2000-04-261-7/+9
* * path.cc (symlink_check_one): Recognize symlink settings from the mount table.Christopher Faylor2000-03-261-1/+1
* Throughout use strace class in place of individual functions and variables.Christopher Faylor2000-03-071-25/+25
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-1724-0/+1001