summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Change the way that -f options are appended to CFLAGS, slightly.Christopher Faylor2003-12-032-2/+7
* * fcntl.cc (_fcntl): Silence a compiler warning.Christopher Faylor2003-12-022-3/+7
* * pinfo.cc (pinfo::init): Use shared_name to construct the mapname.Christopher Faylor2003-12-022-2/+6
* white spaceChristopher Faylor2003-12-021-14/+14
* Change tab to space in Changelog.Thomas Pfaff2003-12-011-1/+1
* * thread.cc (pthread_rwlock::add_reader): Remove mx parameter forThomas Pfaff2003-12-013-35/+31
* * winsup.api/known_bugs.tcl: Remove fcntl09 and fcntl10. TheseCorinna Vinschen2003-12-014-1/+21
* * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen2003-12-019-35/+130
* * cygheap.cc (cygheap_init): Set cygheap->shared_prefix.Corinna Vinschen2003-12-014-5/+14
* * shared.cc (shared_name): Take into account the SE_CREATE_GLOBAL_NAMECorinna Vinschen2003-12-012-21/+26
* * include/tzfile.h: Remove duplicate definition of TM_SUNDAY.Corinna Vinschen2003-12-013-2/+7
* * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.Danny Smith2003-12-012-5/+9
* * flock.cc: Renamed from flock.c.Corinna Vinschen2003-11-302-0/+4
* * pinfo.h: Remove global_sigs declaration.Christopher Faylor2003-11-301-0/+6
* * exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack locationChristopher Faylor2003-11-305-5/+10
* * Makefile.in: (DLL_OFILES): Add flock.o.Corinna Vinschen2003-11-296-9/+137
* * 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
* * lib/Makefile.in: Use make function to locate .mri file to allow building inChristopher Faylor2003-11-272-2/+7
* * fhandler_disk_file.cc (fhandler_disk_file::readdir): Reorganize to avoidChristopher Faylor2003-11-272-8/+14
* 2003-11-27 Dimitry Sibiryakov <aafemt@users.sourceforge.net>Danny Smith2003-11-272-1/+8
* * lib/vfw32.def: Remove, replacing with ...Danny Smith2003-11-276-58/+91
* * cygserver.cc (main): Move call to ipcinit() up before installingCorinna Vinschen2003-11-263-6/+12
* * Makefile.in (CYGWIN_LIB): Variable pointing to libcygwin.a inCorinna Vinschen2003-11-262-1/+9
* * mkgroup.c (main): Print "root" group with local admins group sidCorinna Vinschen2003-11-262-0/+13
* * 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
* * Makefile.in (CXXFLAGS): Remove duplicate options handled in Makefile.common.Christopher Faylor2003-11-262-1/+6
* 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
* * winsup.api/known_bugs.tcl: Remove lseek10 since mknod now works.Christopher Faylor2003-11-252-1/+5
* * 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
* * include/winnt.h (PAGE_*): Group defines together. ChangeDanny Smith2003-11-232-10/+15
* white spaceChristopher Faylor2003-11-231-1/+1
* * Makefile.in: Make cygserver depending on cygwin.Corinna Vinschen2003-11-232-0/+6
* * 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
* * msg.cc (client_request_msg::serve): Add default case to msgop switch.Corinna Vinschen2003-11-224-0/+18