summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include
Commit message (Expand)AuthorAgeFilesLines
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-11-231-1/+1
* fix typoChristopher Faylor2002-11-231-1/+1
* * include/cygwin/version.h: Fix comment.Christopher Faylor2002-11-221-3/+3
* * include/cygwin/version.h: Bump API_MINOR to accommodate below changes.Christopher Faylor2002-11-151-1/+2
* * include/cygwin/fs.h: New file.Corinna Vinschen2002-11-072-0/+46
* * cygwin.din: Export fseeko() and ftello().Corinna Vinschen2002-11-071-1/+2
* * include/cygwin/version.h: Bump API minor number for below export.Christopher Faylor2002-11-071-1/+2
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-11-041-1/+1
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-10-301-1/+1
* * external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor2002-10-301-1/+2
* * shared.cc (shared_info::initialize): Use correct value for versionChristopher Faylor2002-10-231-1/+1
* Change _function() to function() throughout.Christopher Faylor2002-10-211-1/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-2/+1
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-10-141-3/+1
* 2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>Conrad Scott2002-09-229-272/+627
* * cygwin_ipc.h: Move to "include/cygwin/ipc.h".Conrad Scott2002-09-212-0/+142
* * cygwin.din: Revert exporting new wchar functions.Corinna Vinschen2002-09-031-3/+1
* * miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor2002-08-301-4/+5
* * cygwin.din: Add prototypes for new wchar functions in newlib.Corinna Vinschen2002-08-301-1/+4
* removeChristopher Faylor2002-08-281-29/+0
* * cygwin.din: Export getc_unlocked, getchar_unlocked,Corinna Vinschen2002-08-281-1/+3
* * fhandler_socket.cc (fhandler_socket::recvfrom): Eliminate flagsCorinna Vinschen2002-08-282-1/+4
* * fhandler.h (fhandler_socket::recvfrom): Fix prototype.Corinna Vinschen2002-08-261-5/+6
* * perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor2002-08-181-1/+2
* * Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. UseChristopher Faylor2002-08-161-1/+3
* * security.cc: Change some formatting.Corinna Vinschen2002-07-291-1/+2
* * include/cygwin/version.h: Bump API version to indicate that ntsec is on byChristopher Faylor2002-07-271-1/+2
* * include/cygwin/version.h: Bump minor API version.Corinna Vinschen2002-07-241-1/+2
* * fhandler.h (class fhandler_serial): Add new members ofCorinna Vinschen2002-07-221-0/+20
* 2002-06-25 Thomas Pfaff <tpfaff@gmx.net>Robert Collins2002-07-041-1/+1
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-07-031-1/+1
* * include/sys/statfs.h: New header file.Christopher Faylor2002-07-031-0/+11
* * include/cygwin/version.h: Bump API minor version.Corinna Vinschen2002-07-021-1/+2
* * winsup.h: Minor cleanup.Christopher Faylor2002-06-261-1/+1
* Use cygwin_{shm,ipc}.h instead of /sys/{shm,ipc}.h throughout.Christopher Faylor2002-06-232-142/+0
* revert erroneous checkinChristopher Faylor2002-06-101-1/+1
* * include/sys/strace.h (strace): Avoid use of constructor.Christopher Faylor2002-06-102-2/+1
* 2002-06-10 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-06-101-4/+14
* * external.cc (cygwin_internal): Make v1 mount table access invalid.Christopher Faylor2002-06-091-2/+4
* * include/wchar.h: Define __need_size_t.Christopher Faylor2002-06-081-0/+1
* * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen2002-06-062-18/+15
* * 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-033-5/+19
* * 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
* * include/cygwin/socket.h: Protect some symbols against multipleCorinna Vinschen2002-05-295-20/+385
* * security.cc (set_security_attribute): Call getegid32() instead ofCorinna Vinschen2002-05-281-0/+1
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-281-2/+3