summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include
Commit message (Expand)AuthorAgeFilesLines
* * cygwin.din: Make many more functions SIGFE.Christopher Faylor2004-02-051-3/+5
* * Makefile.in (DLL_OFILES): Add strsig.o.Christopher Faylor2004-02-032-2/+9
* change comment.Christopher Faylor2004-01-221-2/+2
* * dcrt0.cc (reent_data): Make global.Christopher Faylor2004-01-221-1/+2
* * include/cygwin/version.h: Bump DLL minor number to 8.Christopher Faylor2004-01-201-1/+1
* * sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing sinceChristopher Faylor2004-01-191-1/+1
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-192-34/+53
* * cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor2004-01-031-2/+2
* * cygwin.din: Make crt0 functions NOSIGFE.Christopher Faylor2003-12-311-1/+1
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-1/+2
* * include/cygwin/ipc.h: Include sys/types.h.Corinna Vinschen2003-12-161-0/+2
* * include/cygwin/types.h (struct __fcntl64): Fix datatype of l_start.Corinna Vinschen2003-12-041-1/+1
* * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen2003-12-012-1/+34
* * include/tzfile.h: Remove duplicate definition of TM_SUNDAY.Corinna Vinschen2003-12-011-1/+0
* * Makefile.in: (DLL_OFILES): Add flock.o.Corinna Vinschen2003-11-292-7/+32
* * include/cygwin/signal.h: New file.Christopher Faylor2003-11-281-0/+191
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-282-2/+3
* * cygserver.h (client_request::request_code_t): AddCorinna Vinschen2003-11-1912-75/+883
* * bsdlib.cc (getprogname): New function.Corinna Vinschen2003-11-171-1/+2
* * include/limits.h: Revert unsanctioned changes below.Christopher Faylor2003-11-153-3/+3
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-143-3/+3
* * external.cc (cygwin_internal): Add CW_GET_UID_FROM_SID andCorinna Vinschen2003-11-082-2/+5
* * bsdlib.cc (_vwarnx): New function.Corinna Vinschen2003-11-062-1/+35
* * syscalls.cc (getshmlba): New function.Corinna Vinschen2003-11-062-2/+4
* * include/cygwin/types.h: Fix preprocessor guards for vm_offset_t andCorinna Vinschen2003-11-061-2/+7
* * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen2003-11-042-2/+4
* * include/stdint.h: Prevent signed->unsigned conversion for 32 andCorinna Vinschen2003-10-291-13/+13
* * include/stdint.h: Duplicate below effort for rest of *64_*.Christopher Faylor2003-10-281-5/+5
* * include/stdint.h: Correctly define INT64_MAX.Christopher Faylor2003-10-281-1/+1
* * Makefile.in (OBSOLETE_FUNCTION): Add tmpfile.Corinna Vinschen2003-10-271-1/+2
* * cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait.Corinna Vinschen2003-10-272-1/+6
* * external.cc (cygwin_internal): Add CW_GET_ERRNO_FROM_WINERRORCorinna Vinschen2003-10-222-2/+4
* * Makefile.in: Add $(LIBSERVER) rule.Corinna Vinschen2003-10-226-487/+2
* * include/sys/mman.h (MAP_FAILED): Define as void *.Corinna Vinschen2003-10-091-1/+1
* remove accidental checkinChristopher Faylor2003-09-271-20/+0
* * fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set ioctl_request eventChristopher Faylor2003-09-271-0/+20
* * fhandler_console.c (fhandler_console::read): Record the state of the SHIFT,Christopher Faylor2003-09-271-0/+1
* * include/tzfile.h: Add some missing entries.Christopher Faylor2003-09-251-3/+36
* * include/paths.h: Add some missing entries.Christopher Faylor2003-09-251-4/+13
* correct incorrect checkinChristopher Faylor2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * include/cygwin/version.h: Bump DLL minor number to 6.Christopher Faylor2003-09-201-1/+1
* fix stupid typoChristopher Faylor2003-09-171-1/+1
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-171-1/+1
* * Makefile.in: Make malloc_wrapper -fomit-frame-pointer.Christopher Faylor2003-09-141-5/+5
* * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor2003-09-131-1/+1
* * include/cygwin/version.h: Bump DLL minor number to 5.Christopher Faylor2003-09-131-1/+1
* * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen2003-09-102-6/+10
* * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen2003-09-104-3/+26
* * mmap.cc (mmap64): Change address types from caddr_t to void *Corinna Vinschen2003-09-091-4/+4