Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-01 * include/tzfile.h: Remove duplicate definition of TM_SUNDAY.Corinna Vinschen
2003-11-30 * flock.cc: Renamed from flock.c.Corinna Vinschen
2003-11-30* pinfo.h: Remove global_sigs declaration.Christopher Faylor
2003-11-30* exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack locationChristopher Faylor
2003-11-30 * Makefile.in: (DLL_OFILES): Add flock.o.Corinna Vinschen
2003-11-29* sigproc.cc (no_signals_available): Fix so that non-zero exit state is a trueChristopher Faylor
2003-11-29* pinfo.h (_pinfo::getthread2signal): Remove obsolete function.Christopher Faylor
2003-11-29* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor
2003-11-29* cygwin.din: Re-add inexplicably missing semaphore/msg functions.Christopher Faylor
2003-11-29* gendevices: Issue error when shilka is missing.Christopher Faylor
2003-11-29* include/cygwin/signal.h: New file.Christopher Faylor
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-11-28* speclib: Use correct EOF marker. Ensure that directory is actually deletedChristopher Faylor
2003-11-28* speclib: Use correct EOF marker. Ensure that directory is actually deletedChristopher Faylor
2003-11-28* fhandler_disk_file.cc (fhandler_disk_file::readdir): Reorganize to avoidChristopher Faylor
2003-11-26 * sec_helper.cc (set_process_privilege): Rename restore_priv toCorinna Vinschen
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen
2003-11-26 * sec_acl.h (getace): Use FILE_*_BITS as permission mask.Corinna Vinschen
2003-11-26more white spaceChristopher Faylor
2003-11-26more white spaceChristopher Faylor
2003-11-26more white spaceChristopher Faylor
2003-11-26more white spaceChristopher Faylor
2003-11-26* thread.cc: Minor whitespace cleanup. Remove some obsolete code.Christopher Faylor
2003-11-25* dtable.cc (build_fh_name): Set error in dummy fhandler when one is notedChristopher Faylor
2003-11-24* configure.in: Avoid using cygserver unless hosting on cygwin.Christopher Faylor
2003-11-23white spaceChristopher Faylor
2003-11-23* sigproc.cc (sig_send): Correct below checkin. UseChristopher Faylor
2003-11-23* sigproc.cc (proc_exists): A zombie process does not exist.Christopher Faylor
2003-11-22* dcrt0.cc (check_sanity_and_sync): Correct api major version check so thatChristopher Faylor
2003-11-22* sem.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.Christopher Faylor
2003-11-22* msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.Christopher Faylor
2003-11-20* configure.in: Make --use-server the default. Remove powerpc target.Christopher Faylor
2003-11-20 * msg.cc (msgctl): Raise SIGSYS if call not available.Corinna Vinschen
2003-11-19 * cygserver.h (client_request::request_code_t): AddCorinna Vinschen
2003-11-19 * dtable.cc (build_fh_pc): Resurrect accidentally removedCorinna Vinschen
2003-11-18 * fhandler.cc (fhandler_base::lseek): Include high order offsetCorinna Vinschen
2003-11-17 * bsdlib.cc (getprogname): New function.Corinna Vinschen
2003-11-15* include/limits.h: Revert unsanctioned changes below.Christopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-11-14* dtable.cc (build_fh_pc): Use DEV_SERIAL_MAJOR to catch all serial ports.Christopher Faylor
2003-11-11* thread.cc (pthread::exit): Cleanup on thread exit.Thomas Pfaff
2003-11-11* miscfuncs.cc (low_priority_sleep): Make a "C" function.Christopher Faylor
2003-11-11 * winsup.h (low_priority_sleep): Fix declaration to avoid linkerCorinna Vinschen
2003-11-10* thread.cc (__reent_t::init_clib): Set thread local clibThomas Pfaff
2003-11-08 * syscalls.cc (ftruncate64): Log length as long long.Corinna Vinschen
2003-11-08 * external.cc (cygwin_internal): Add CW_GET_UID_FROM_SID andCorinna Vinschen
2003-11-07* fhandler_disk_file.cc (fhandler_disk_file::opendir): Reorganize to handleChristopher Faylor
2003-11-07* cygthread.cc (cygthread::freerange): Set inuse count. Avoid setting ev fromChristopher Faylor
2003-11-07 * Missing patch to cygwin.din.Corinna Vinschen
2003-11-07 * bsdlib.cc (_vwarnx): New function.Corinna Vinschen