aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2003-12-07 * syscalls.cc (locked_append): New.Corinna Vinschen1-0/+6
2003-12-07* exceptions.cc (_threadinfo::remove): Avoid a linked list walk.Christopher Faylor1-0/+4
2003-12-07* cygtls.h (_threadinfo::find_tls): New function.Christopher Faylor1-0/+6
2003-12-07* exceptions.cc (_threadinfo::remove): Avoid returning without unlockingChristopher Faylor1-0/+6
2003-12-06* cygtls.h: Add more "don't parse this" guards.Christopher Faylor1-0/+21
2003-12-05* cygthread.cc (cygthread::stub2): Remove myself from the list of threadsChristopher Faylor1-0/+8
2003-12-05* path.cc (slash_unc_prefix_p): Allow '.' as a valid character after '\\' in aChristopher Faylor1-0/+5
2003-12-05* exceptions.cc (setup_handler): Remove ill-advised debugging output.Christopher Faylor1-0/+4
2003-12-04 * include/cygwin/types.h (struct __fcntl64): Fix datatype of l_start.Corinna Vinschen1-0/+4
2003-12-03 Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen1-0/+5
2003-12-03 * fhandler_disk_file.cc (fhandler_disk_file::lock): Use UINT32_MAXCorinna Vinschen1-0/+6
2003-12-03 * fhandler_disk_file.cc (fhandler_disk_file::lock): InterchangeCorinna Vinschen1-0/+5
2003-12-03 * fcntl.cc (fcntl_worker): Remove static storage class.Corinna Vinschen1-1/+8
2003-12-03 * fcntl.cc (_fcntl): Whitespace cleanup.Corinna Vinschen1-0/+4
2003-12-03* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor1-0/+25
2003-12-03* Makefile.in: Change the way that -f options are appended to CFLAGS, slightly.Christopher Faylor1-0/+5
2003-12-02* fcntl.cc (_fcntl): Silence a compiler warning.Christopher Faylor1-0/+4
2003-12-02* pinfo.cc (pinfo::init): Use shared_name to construct the mapname.Christopher Faylor1-1/+5
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 Pfaff1-0/+12
2003-12-01 * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen1-0/+18
2003-12-01 * cygheap.cc (cygheap_init): Set cygheap->shared_prefix.Corinna Vinschen1-0/+6
2003-12-01 * shared.cc (shared_name): Take into account the SE_CREATE_GLOBAL_NAMECorinna Vinschen1-0/+9
2003-12-01 * include/tzfile.h: Remove duplicate definition of TM_SUNDAY.Corinna Vinschen1-0/+6
2003-11-30 * flock.cc: Renamed from flock.c.Corinna Vinschen1-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 Faylor1-0/+5
2003-11-29 * Makefile.in: (DLL_OFILES): Add flock.o.Corinna Vinschen1-0/+13
2003-11-29* sigproc.cc (no_signals_available): Fix so that non-zero exit state is a trueChristopher Faylor1-0/+6
2003-11-29* pinfo.h (_pinfo::getthread2signal): Remove obsolete function.Christopher Faylor1-0/+10
2003-11-28* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor1-0/+12
2003-11-28* cygwin.din: Re-add inexplicably missing semaphore/msg functions.Christopher Faylor1-0/+4
2003-11-28* gendevices: Issue error when shilka is missing.Christopher Faylor1-0/+4
2003-11-28* include/cygwin/signal.h: New file.Christopher Faylor1-0/+4
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-0/+82
2003-11-28* speclib: Use correct EOF marker. Ensure that directory is actually deletedChristopher Faylor1-0/+5
2003-11-27* fhandler_disk_file.cc (fhandler_disk_file::readdir): Reorganize to avoidChristopher Faylor1-0/+6
2003-11-26 * sec_helper.cc (set_process_privilege): Rename restore_priv toCorinna Vinschen1-0/+10
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen1-0/+38
2003-11-26 * sec_acl.h (getace): Use FILE_*_BITS as permission mask.Corinna Vinschen1-0/+8
2003-11-25* thread.cc: Minor whitespace cleanup. Remove some obsolete code.Christopher Faylor1-0/+4
2003-11-25* dtable.cc (build_fh_name): Set error in dummy fhandler when one is notedChristopher Faylor1-0/+6
2003-11-24* configure.in: Avoid using cygserver unless hosting on cygwin.Christopher Faylor1-0/+4
2003-11-23* sigproc.cc (sig_send): Correct below checkin. UseChristopher Faylor1-0/+5
2003-11-23* sigproc.cc (proc_exists): A zombie process does not exist.Christopher Faylor1-0/+7
2003-11-22* dcrt0.cc (check_sanity_and_sync): Correct api major version check so thatChristopher Faylor1-0/+5
2003-11-21* sem.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.Christopher Faylor1-1/+8
2003-11-21* msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.Christopher Faylor1-0/+4
2003-11-20* configure.in: Make --use-server the default. Remove powerpc target.Christopher Faylor1-0/+5
2003-11-20 * msg.cc (msgctl): Raise SIGSYS if call not available.Corinna Vinschen1-0/+14