summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys
Commit message (Expand)AuthorAgeFilesLines
...
* * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen2011-12-221-1/+4
* * include/sys/wait.h: Add in all c++ functions.Christopher Faylor2011-12-081-1/+1
* * include/sys/wait.h: Ensure that C++ functions are only used when using C++.Christopher Faylor2011-12-081-0/+2
* * path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.Corinna Vinschen2011-12-021-0/+2
* * cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor2011-11-241-2/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor2011-11-241-3/+3
* * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor2011-10-301-0/+5
* * cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor2011-10-111-0/+2
* * include/sys/cygwin.h (cygwin_getinfo_types): Define valuesCorinna Vinschen2011-10-071-3/+49
* 2011-10-06 Christian Franke <franke@computer.org>Christian Franke2011-10-061-7/+49
* * external.cc (create_winenv): Rename from sync_winenv. TakeCorinna Vinschen2011-10-051-1/+2
* * dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort whereChristopher Faylor2011-08-031-1/+1
* * include/sys/param.h (NGROUPS): Redefine as NGROUPS_MAX.Corinna Vinschen2011-07-011-5/+9
* * dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.Corinna Vinschen2011-06-171-0/+1
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-3/+1
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-1/+7
* * sysconf.cc (sysinfo): New function.Yaakov Selkowitz2011-05-061-1/+18
* * signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or isChristopher Faylor2011-05-051-1/+2
* * include/sys/poll.h: Include signal.h to get definition of sigset_t.Corinna Vinschen2011-04-211-0/+1
* * cygwin.din (ppoll): Export.Corinna Vinschen2011-04-181-1/+5
* * include/cygwin/types.h: Move #include <sys/sysmacros.h> toYaakov Selkowitz2011-04-051-4/+26
* * include/sys/xattr.h: New file.Corinna Vinschen2011-03-291-0/+18
* * Throughout fix copyright dates.Corinna Vinschen2011-02-152-2/+2
* * include/endian.h: Move definitions of __BIG_ENDIAN, __LITTLE_ENDIAN,Corinna Vinschen2011-02-111-14/+1
* * cygwin.din (madvise): Export posix_madvise as madvise.Corinna Vinschen2011-01-121-1/+22
* * termios.cc (cfgetospeed, cfgetispeed): Constify argument per POSIX.Corinna Vinschen2011-01-111-3/+7
* * fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.Christopher Faylor2010-10-231-0/+2
* * fhandler_tty.cc (fhandler_tty_slave::init): Add debugging. Use tcsetpgrp toChristopher Faylor2010-09-291-2/+1
* * include/sys/cygwin.h (PID_NOTCYGWIN): New enum.Christopher Faylor2010-09-201-0/+1
* * winlean.h: New file.Christopher Faylor2010-08-301-20/+5
* * external.cc (sync_wincwd): Remove.Corinna Vinschen2010-08-271-2/+1
* * external.cc (sync_wincwd): New function.Corinna Vinschen2010-08-191-1/+1
* * external.cc (CW_SETCWD): New option.Christopher Faylor2010-08-181-1/+2
* * mount.cc (struct opt): Add "bind" option.Corinna Vinschen2010-08-111-1/+2
* * include/sys/dirent.h (d_fileno): Define as d_ino.Corinna Vinschen2010-08-061-0/+2
* Align seekdir and telldir API to POSIX definition.Corinna Vinschen2010-07-051-3/+3
* * path.cc (path_conv::check): Move fs-specific settings to a point where weChristopher Faylor2010-07-041-1/+2
* * include/sys/stdio.h: Remove _GNU_SOURCE guard around getlineCorinna Vinschen2010-06-071-3/+1
* * Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor2010-05-071-5/+4
* * mount.cc (struct opt): Add "dos" and "ihash" options.Corinna Vinschen2010-04-291-1/+4
* * external.cc (cygwin_internal): Add CW_CVT_MNT_OPTS to allow mountCorinna Vinschen2010-04-291-1/+3
* * include/sched.h: Remove, overruled by newlib file.Corinna Vinschen2010-04-061-16/+0
* * sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE byChristopher Faylor2010-03-311-1/+2
* Remove all traces of __CYGWIN_USE_BIG_TYPES__.Corinna Vinschen2010-02-262-19/+2
* * include/sys/strace.h: Define _STRACE_SPECIAL.Christopher Faylor2010-02-221-23/+25
* Update copyrightChristopher Faylor2010-02-191-1/+1
* utils/ChangeLog:Christopher Faylor2010-02-191-30/+6
* * external.cc (cygwin_internal): Add CW_INT_SETLOCALE case toCorinna Vinschen2010-02-081-2/+3
* * cygwin.din (accept4): Export.Corinna Vinschen2010-01-151-1/+3
* * sysconf.cc (get_nprocs): New function.Corinna Vinschen2009-11-121-0/+27