aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-21 * cygserver.cc (print_usage): Fix scrambled output.Corinna Vinschen2-1/+5
2003-11-20 * cygserver-config: Slightly modify printed message.Corinna Vinschen2-4/+5
2003-11-20* configure.in: Make --use-server the default.Christopher Faylor3-12/+12
2003-11-20* configure.in: Make --use-server the default. Remove powerpc target.Christopher Faylor3-19/+18
2003-11-20 * winsup.api/msgtest.c (main): Revert to use the SIGSYS signal handler.Corinna Vinschen4-27/+9
2003-11-20 * msg.cc (msgctl): Raise SIGSYS if call not available.Corinna Vinschen4-0/+47
2003-11-20 * Makefile.in (install): Install cygserver-config script to bindir.Corinna Vinschen3-2/+220
2003-11-19 * winsup.api/msgtest.c: New file derived from FreeBSD, testingCorinna Vinschen4-0/+1020
2003-11-19 * Makefile.in: Add rules to build ipcrm and ipcs.Corinna Vinschen4-1/+1061
2003-11-19 * cygserver.h (client_request::request_code_t): AddCorinna Vinschen24-904/+1799
2003-11-19 Don't use safe_new but new throughout. Fix copyright datesCorinna Vinschen27-1368/+5656
2003-11-19 * dtable.cc (build_fh_pc): Resurrect accidentally removedCorinna Vinschen2-0/+8
2003-11-19 Revert most of last check in to ChangeLog. It duplicatedCorinna Vinschen1-1237/+0
2003-11-17 * fhandler.cc (fhandler_base::lseek): Include high order offsetCorinna Vinschen2-0/+8
2003-11-17 * bsdlib.cc (getprogname): New function.Corinna Vinschen4-1/+33
2003-11-15* include/limits.h: Revert unsanctioned changes below.Christopher Faylor4-4/+10
2003-11-15Add Tab control macroManu B2-0/+5
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins41-151/+204
2003-11-14 * mkgroup.c: Avoid compiler warnings throughout.Corinna Vinschen4-15/+1258
2003-11-14* dtable.cc (build_fh_pc): Use DEV_SERIAL_MAJOR to catch all serial ports.Christopher Faylor2-9/+9
2003-11-13minor adjustments to Elfyn's contribution.David Starks-Browning2-11/+10
2003-11-13Apply Elfyn's patches as supplied in <http://cygwin.com/ml/cygwin-patches/200...David Starks-Browning3-16/+14
2003-11-132003-11-13 Martin Fuchs <martin-fuchs@gmx.net>Danny Smith5-3/+48