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
path: root/winsup
AgeCommit message (Expand)Author
2003-11-28This commit was manufactured by cvs2svn to create tag 'pre-sigrewrite'.pre-sigrewritecvs2svn
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* lib/Makefile.in: Use make function to locate .mri file to allow building inChristopher Faylor
2003-11-28* fhandler_disk_file.cc (fhandler_disk_file::readdir): Reorganize to avoidChristopher Faylor
2003-11-272003-11-27 Dimitry Sibiryakov <aafemt@users.sourceforge.net>Danny Smith
2003-11-27 * lib/vfw32.def: Remove, replacing with ...Danny Smith
2003-11-27 * cygserver.cc (main): Move call to ipcinit() up before installingCorinna Vinschen
2003-11-26 * Makefile.in (CYGWIN_LIB): Variable pointing to libcygwin.a inCorinna Vinschen
2003-11-26 * mkgroup.c (main): Print "root" group with local admins group sidCorinna Vinschen
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-26* Makefile.in (CXXFLAGS): Remove duplicate options handled in Makefile.common.Christopher Faylor
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* winsup.api/known_bugs.tcl: Remove lseek10 since mknod now works.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-23 * include/winnt.h (PAGE_*): Group defines together. ChangeDanny Smith
2003-11-23white spaceChristopher Faylor
2003-11-23 * Makefile.in: Make cygserver depending on cygwin.Corinna Vinschen
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-23 * msg.cc (client_request_msg::serve): Add default case to msgop switch.Corinna Vinschen
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-21 * Makefile.in (install): Explicitely create directories. InstallCorinna Vinschen
2003-11-21 * cygserver.cc (print_usage): Fix scrambled output.Corinna Vinschen
2003-11-20 * cygserver-config: Slightly modify printed message.Corinna Vinschen
2003-11-20* configure.in: Make --use-server the default.Christopher Faylor
2003-11-20* configure.in: Make --use-server the default. Remove powerpc target.Christopher Faylor
2003-11-20 * winsup.api/msgtest.c (main): Revert to use the SIGSYS signal handler.Corinna Vinschen
2003-11-20 * msg.cc (msgctl): Raise SIGSYS if call not available.Corinna Vinschen
2003-11-20 * Makefile.in (install): Install cygserver-config script to bindir.Corinna Vinschen
2003-11-19 * winsup.api/msgtest.c: New file derived from FreeBSD, testingCorinna Vinschen
2003-11-19 * Makefile.in: Add rules to build ipcrm and ipcs.Corinna Vinschen
2003-11-19 * cygserver.h (client_request::request_code_t): AddCorinna Vinschen
2003-11-19 Don't use safe_new but new throughout. Fix copyright datesCorinna Vinschen
2003-11-19 * dtable.cc (build_fh_pc): Resurrect accidentally removedCorinna Vinschen
2003-11-19 Revert most of last check in to ChangeLog. It duplicatedCorinna 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-15Add Tab control macroManu B
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins