summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys
Commit message (Expand)AuthorAgeFilesLines
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-201-0/+1
* white spaceChristopher Faylor2005-08-123-21/+20
* * include/sys/cdefs.h: Remove extra line.Christopher Faylor2005-08-081-1/+0
* * include/sys/cdefs.h (__CONCAT): Define.Christopher Faylor2005-08-085-0/+717
* * include/endian.h: Move everything into this file and define things more likeChristopher Faylor2005-08-061-0/+26
* * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC.Corinna Vinschen2005-08-021-1/+3
* white spaceChristopher Faylor2005-07-291-4/+4
* * fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor2005-07-291-24/+30
* * include/sys/ioctl.h: Add some linux defines.Christopher Faylor2005-07-291-4/+36
* * cygwin.din (getline): Export.Corinna Vinschen2005-07-091-2/+7
* * cygwin.din (__getline): Export.Corinna Vinschen2005-07-081-1/+4
* * include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.Christopher Faylor2005-05-171-1/+2
* * cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor2005-05-131-11/+12
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-101-0/+1
* * dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor2005-05-091-1/+3
* white space and minor comment cleanup.Christopher Faylor2005-05-027-15/+15
* * cygwin.din (pselect): Export.Corinna Vinschen2005-04-191-0/+6
* * syslog.cc: Include sys/socket.h.Corinna Vinschen2005-04-071-1/+57
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-1/+3
* * mmap.cc (mmap64): Handle MAP_AUTOGROW flag.Corinna Vinschen2005-03-081-0/+3
* * cygwin.din (utmpxname): Export.Corinna Vinschen2005-03-031-1/+4
* * include/sys/statvfs.h (ST_RDONLY): Define.Corinna Vinschen2005-02-231-0/+3
* * cygwin.din (fstatvfs): Export.Corinna Vinschen2005-02-231-0/+41
* * times.cc (timeval_to_filetime): Define first parameter const.Corinna Vinschen2005-02-081-1/+1
* * cygwin.din: Export getpriority and setpriority.Corinna Vinschen2005-01-251-0/+8
* * init.cc (dll_entry): Remove unused extern.Christopher Faylor2005-01-161-1/+1
* * cygwin.din: Add utmpx symbols.Corinna Vinschen2004-12-151-20/+3
* * include/sys/strace.h: Don't output paranoid_printf by default.Christopher Faylor2004-12-101-1/+1
* * sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor2004-12-051-18/+18
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-262-2/+3
* * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen2004-05-172-0/+17
* add missing filesChristopher Faylor2004-03-262-0/+65
* * fhandler_serial.cc (fhandler_serial::ioctl): Implement TIOCSBRK and TIOCCBRK.Christopher Faylor2004-03-091-0/+2
* * dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set.Christopher Faylor2004-02-251-1/+2
* * Makefile.in: (DLL_OFILES): Add flock.o.Corinna Vinschen2003-11-291-6/+30
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-0/+1
* * cygserver.h (client_request::request_code_t): AddCorinna Vinschen2003-11-196-0/+647
* * include/limits.h: Revert unsanctioned changes below.Christopher Faylor2003-11-151-1/+1
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-1/+1
* * external.cc (cygwin_internal): Add CW_GET_UID_FROM_SID andCorinna Vinschen2003-11-081-1/+3
* * syscalls.cc (getshmlba): New function.Corinna Vinschen2003-11-061-1/+2
* * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen2003-11-041-1/+2
* * external.cc (cygwin_internal): Add CW_GET_ERRNO_FROM_WINERRORCorinna Vinschen2003-10-221-1/+2
* * include/sys/mman.h (MAP_FAILED): Define as void *.Corinna Vinschen2003-10-091-1/+1
* * fhandler_console.c (fhandler_console::read): Record the state of the SHIFT,Christopher Faylor2003-09-271-0/+1
* fix stupid typoChristopher Faylor2003-09-171-1/+1
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-171-1/+1
* * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor2003-09-131-1/+1
* * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen2003-09-101-1/+2
* * mmap.cc (mmap64): Change address types from caddr_t to void *Corinna Vinschen2003-09-091-4/+4