aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2003-12-01Change tab to space in Changelog.Thomas Pfaff1-1/+1
2003-12-01* thread.cc (pthread_rwlock::add_reader): Remove mx parameter forThomas Pfaff3-35/+31
2003-12-01 * winsup.api/known_bugs.tcl: Remove fcntl09 and fcntl10. TheseCorinna Vinschen4-1/+21
2003-12-01 * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen9-35/+130
2003-12-01 * cygheap.cc (cygheap_init): Set cygheap->shared_prefix.Corinna Vinschen4-5/+14
2003-12-01 * shared.cc (shared_name): Take into account the SE_CREATE_GLOBAL_NAMECorinna Vinschen2-21/+26
2003-12-01 * include/tzfile.h: Remove duplicate definition of TM_SUNDAY.Corinna Vinschen3-2/+7
2003-12-01 * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.Danny Smith2-5/+9
2003-11-30 * flock.cc: Renamed from flock.c.Corinna Vinschen2-0/+4
2003-11-30* pinfo.h: Remove global_sigs declaration.Christopher Faylor1-0/+6
2003-11-30* exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack locationChristopher Faylor5-5/+10
2003-11-29 * Makefile.in: (DLL_OFILES): Add flock.o.Corinna Vinschen6-9/+137
2003-11-29* sigproc.cc (no_signals_available): Fix so that non-zero exit state is a trueChristopher Faylor3-7/+11
2003-11-29* pinfo.h (_pinfo::getthread2signal): Remove obsolete function.Christopher Faylor6-22/+22
2003-11-28* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor8-44/+36
2003-11-28* cygwin.din: Re-add inexplicably missing semaphore/msg functions.Christopher Faylor2-0/+15
2003-11-28* gendevices: Issue error when shilka is missing.Christopher Faylor2-1/+9
2003-11-28* include/cygwin/signal.h: New file.Christopher Faylor3-0/+235
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor50-3464/+3309
2003-11-28* speclib: Use correct EOF marker. Ensure that directory is actually deletedChristopher Faylor1-2/+2
2003-11-28* speclib: Use correct EOF marker. Ensure that directory is actually deletedChristopher Faylor1-0/+5
2003-11-27* lib/Makefile.in: Use make function to locate .mri file to allow building inChristopher Faylor2-2/+7
2003-11-27* fhandler_disk_file.cc (fhandler_disk_file::readdir): Reorganize to avoidChristopher Faylor2-8/+14
2003-11-272003-11-27 Dimitry Sibiryakov <aafemt@users.sourceforge.net>Danny Smith2-1/+8
2003-11-27 * lib/vfw32.def: Remove, replacing with ...Danny Smith6-58/+91
2003-11-26 * cygserver.cc (main): Move call to ipcinit() up before installingCorinna Vinschen3-6/+12
2003-11-26 * Makefile.in (CYGWIN_LIB): Variable pointing to libcygwin.a inCorinna Vinschen2-1/+9
2003-11-26 * mkgroup.c (main): Print "root" group with local admins group sidCorinna Vinschen2-0/+13
2003-11-26 * sec_helper.cc (set_process_privilege): Rename restore_priv toCorinna Vinschen2-8/+18
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen11-116/+200
2003-11-26 * sec_acl.h (getace): Use FILE_*_BITS as permission mask.Corinna Vinschen4-12/+24
2003-11-26* Makefile.in (CXXFLAGS): Remove duplicate options handled in Makefile.common.Christopher Faylor2-1/+6
2003-11-25more white spaceChristopher Faylor1-5/+5
2003-11-25more white spaceChristopher Faylor1-2/+3
2003-11-25more white spaceChristopher Faylor1-4/+3
2003-11-25more white spaceChristopher Faylor1-1/+1
2003-11-25* thread.cc: Minor whitespace cleanup. Remove some obsolete code.Christopher Faylor2-17/+7
2003-11-25* winsup.api/known_bugs.tcl: Remove lseek10 since mknod now works.Christopher Faylor2-1/+5
2003-11-25* dtable.cc (build_fh_name): Set error in dummy fhandler when one is notedChristopher Faylor3-1/+10
2003-11-24* configure.in: Avoid using cygserver unless hosting on cygwin.Christopher Faylor3-47/+53
2003-11-23 * include/winnt.h (PAGE_*): Group defines together. ChangeDanny Smith2-10/+15
2003-11-23white spaceChristopher Faylor1-1/+1
2003-11-23 * Makefile.in: Make cygserver depending on cygwin.Corinna Vinschen2-0/+6
2003-11-23* sigproc.cc (sig_send): Correct below checkin. UseChristopher Faylor2-1/+6
2003-11-23* sigproc.cc (proc_exists): A zombie process does not exist.Christopher Faylor2-7/+22
2003-11-22 * msg.cc (client_request_msg::serve): Add default case to msgop switch.Corinna Vinschen4-0/+18
2003-11-22* dcrt0.cc (check_sanity_and_sync): Correct api major version check so thatChristopher Faylor2-2/+7
2003-11-21* sem.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.Christopher Faylor3-1/+10
2003-11-21* msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.Christopher Faylor2-0/+5
2003-11-21 * Makefile.in (install): Explicitely create directories. InstallCorinna Vinschen3-2/+223