summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * sigproc.cc (no_signals_available): Fix so that non-zero exit state is a trueChristopher Faylor2003-11-293-7/+11
* * pinfo.h (_pinfo::getthread2signal): Remove obsolete function.Christopher Faylor2003-11-296-22/+22
* * pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor2003-11-288-44/+36
* * cygwin.din: Re-add inexplicably missing semaphore/msg functions.Christopher Faylor2003-11-282-0/+15
* * gendevices: Issue error when shilka is missing.Christopher Faylor2003-11-282-1/+9
* * include/cygwin/signal.h: New file.Christopher Faylor2003-11-283-0/+235
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-2850-3464/+3309
* * speclib: Use correct EOF marker. Ensure that directory is actually deletedChristopher Faylor2003-11-281-2/+2
* * speclib: Use correct EOF marker. Ensure that directory is actually deletedChristopher Faylor2003-11-281-0/+5
* * fhandler_disk_file.cc (fhandler_disk_file::readdir): Reorganize to avoidChristopher Faylor2003-11-272-8/+14
* * sec_helper.cc (set_process_privilege): Rename restore_priv toCorinna Vinschen2003-11-262-8/+18
* * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen2003-11-2611-116/+200
* * sec_acl.h (getace): Use FILE_*_BITS as permission mask.Corinna Vinschen2003-11-264-12/+24
* more white spaceChristopher Faylor2003-11-251-5/+5
* more white spaceChristopher Faylor2003-11-251-2/+3
* more white spaceChristopher Faylor2003-11-251-4/+3
* more white spaceChristopher Faylor2003-11-251-1/+1
* * thread.cc: Minor whitespace cleanup. Remove some obsolete code.Christopher Faylor2003-11-252-17/+7
* * dtable.cc (build_fh_name): Set error in dummy fhandler when one is notedChristopher Faylor2003-11-253-1/+10
* * configure.in: Avoid using cygserver unless hosting on cygwin.Christopher Faylor2003-11-243-47/+53
* white spaceChristopher Faylor2003-11-231-1/+1
* * sigproc.cc (sig_send): Correct below checkin. UseChristopher Faylor2003-11-232-1/+6
* * sigproc.cc (proc_exists): A zombie process does not exist.Christopher Faylor2003-11-232-7/+22
* * dcrt0.cc (check_sanity_and_sync): Correct api major version check so thatChristopher Faylor2003-11-222-2/+7
* * sem.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.Christopher Faylor2003-11-213-1/+10
* * msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.Christopher Faylor2003-11-212-0/+5
* * configure.in: Make --use-server the default. Remove powerpc target.Christopher Faylor2003-11-203-19/+18
* * msg.cc (msgctl): Raise SIGSYS if call not available.Corinna Vinschen2003-11-204-0/+47
* * cygserver.h (client_request::request_code_t): AddCorinna Vinschen2003-11-1924-904/+1799
* * dtable.cc (build_fh_pc): Resurrect accidentally removedCorinna Vinschen2003-11-192-0/+8
* * fhandler.cc (fhandler_base::lseek): Include high order offsetCorinna Vinschen2003-11-172-0/+8
* * bsdlib.cc (getprogname): New function.Corinna Vinschen2003-11-174-1/+33
* * include/limits.h: Revert unsanctioned changes below.Christopher Faylor2003-11-154-4/+10
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-1441-151/+204
* * dtable.cc (build_fh_pc): Use DEV_SERIAL_MAJOR to catch all serial ports.Christopher Faylor2003-11-142-9/+9
* * thread.cc (pthread::exit): Cleanup on thread exit.Thomas Pfaff2003-11-112-0/+10
* * miscfuncs.cc (low_priority_sleep): Make a "C" function.Christopher Faylor2003-11-103-2/+7
* * winsup.h (low_priority_sleep): Fix declaration to avoid linkerCorinna Vinschen2003-11-102-1/+6
* * thread.cc (__reent_t::init_clib): Set thread local clibThomas Pfaff2003-11-102-0/+6
* * syscalls.cc (ftruncate64): Log length as long long.Corinna Vinschen2003-11-082-5/+10
* * external.cc (cygwin_internal): Add CW_GET_UID_FROM_SID andCorinna Vinschen2003-11-084-2/+28
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Reorganize to handleChristopher Faylor2003-11-071-0/+5
* * cygthread.cc (cygthread::freerange): Set inuse count. Avoid setting ev fromChristopher Faylor2003-11-073-27/+45
* * Missing patch to cygwin.din.Corinna Vinschen2003-11-061-0/+8
* * bsdlib.cc (_vwarnx): New function.Corinna Vinschen2003-11-064-1/+123
* * syscalls.cc (getshmlba): New function.Corinna Vinschen2003-11-067-9/+28
* * winsup.h: Declare access_worker.Christopher Faylor2003-11-062-1/+8
* * include/cygwin/types.h: Fix preprocessor guards for vm_offset_t andCorinna Vinschen2003-11-062-2/+12
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Detect attempt to open aChristopher Faylor2003-11-052-2/+12
* * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen2003-11-046-16/+42