summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Detect existence of mingw zlib headers and libraries. BuildChristopher Faylor2003-09-083-30/+59
* * include/cygwin/in.h: Don't define ipv6 stuff unless we call for itChristopher Faylor2003-09-082-0/+7
* * cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor2003-09-075-7/+15
* * signal.cc (nanosleep): Improve test for valid values. Round delay up toChristopher Faylor2003-09-075-32/+77
* Remove left coercion throughout.Christopher Faylor2003-09-078-15/+19
* * hires.h (hires_ms::~hires_ms): Delete declaration.Christopher Faylor2003-09-063-6/+5
* * dump_setup.cc (check_package_files): Don't fail on empty package.Christopher Faylor2003-09-062-3/+6
* * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.Earnie Boyd2003-09-053-41/+33
* * dcrt0.cc (__argc_safe): New variable.Christopher Faylor2003-09-056-9/+32
* * sysconf.cc (sysconf): Return more accurate value for _SC_AVPHYS_PAGES.Corinna Vinschen2003-09-042-3/+22
* * mmap.cc: Restructure. Add, remove and rewrite comments throughoutCorinna Vinschen2003-09-042-257/+336
* * cxx.cc (new): Fix formatting. Just return result of ccalloc rather thanChristopher Faylor2003-09-042-5/+7
* * mount.cc (mount_commands): Ensure user mode is actually user mode and not theChristopher Faylor2003-09-042-36/+47
* * exceptions.cc (set_process_mask): Set pending signals only when signalsChristopher Faylor2003-09-035-38/+64
* 2003-09-02 Bart Oldeman <bartoldeman@users.sourceforge.net>Danny Smith2003-09-034-94/+102
* * include/cygwin/version.h: Bump DLL minor number to 4.Christopher Faylor2003-09-012-1/+5
* * net.cc (dup_ent): Restore check for NULL input.Christopher Faylor2003-09-012-0/+7
* * pathnames.sgml: Remove description how to mount raw devices andCorinna Vinschen2003-09-012-55/+20
* * kill.cc (forcekill): Silence some compiler warnings.Christopher Faylor2003-09-012-2/+7
* * Makefile.in: Oops. Put the '...' in the right place.Christopher Faylor2003-09-012-2/+6
* * include/sys/cygwin.h: Don't define cygwin-specific things if !__CYGWIN__.Christopher Faylor2003-09-012-2/+7
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-0111-32/+66
* * Makefile.in: Display "..." when not-verbose.Christopher Faylor2003-09-013-5/+15
* * net.cc (dup_ent): Make debugging output consistent.Christopher Faylor2003-08-312-1/+5
* Use dup_ent rather than specific dup_*_ptr functions throughout.Christopher Faylor2003-08-312-36/+45
* * net.cc (free_char_list): Delete.Christopher Faylor2003-08-313-193/+215
* * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor2003-08-3110-72/+78
* change copyrightChristopher Faylor2003-08-311-1/+1
* * sigproc.cc (sig_dispatch_pending): Remove explicit call toChristopher Faylor2003-08-303-3/+6
* missed oneChristopher Faylor2003-08-301-408/+0
* * msg.cc: New file.Christopher Faylor2003-08-304-2/+94
* * threaded_queue.h: New file.Christopher Faylor2003-08-302-0/+131
* Remove some cygserver files.Christopher Faylor2003-08-3011-3786/+4
* 2003-08-29 Steve Cleary <scleary@jerviswebb.com>Danny Smith2003-08-293-0/+64
* * sigproc.h: Make some functions regparm.Christopher Faylor2003-08-291-0/+11
* * sigproc.h: Make some functions regparm.Christopher Faylor2003-08-292-38/+31
* * exceptions.cc (sigreturn): Fix problem where old return address was notChristopher Faylor2003-08-293-6/+13
* * autoload.cc (SwitchToThread): Declare as autoload function.Christopher Faylor2003-08-281-0/+12
* * syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor2003-08-289-44/+72
* * specdir: Correctly remove temporary directory prior to use.Christopher Faylor2003-08-272-1/+5
* * sigproc.cc (wait_sig): Count number of iterations through 'more_signals' loopChristopher Faylor2003-08-272-70/+86
* * include/cygwin/stat.h: Allow definition of internal stat structuresCorinna Vinschen2003-08-262-1/+6
* 2003-08-26 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-08-264-1/+1145
* add missing filesChristopher Faylor2003-08-251-0/+2
* * Makefile.in: Build libcygserver.a.Christopher Faylor2003-08-253-6/+16
* Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor2003-08-2511-19/+39
* 2003-08-26 Filip Navara <xnavara@volny.cz>Danny Smith2003-08-252-1/+14
* test new snmp headersDanny Smith2003-08-251-0/+3
* Add snmp APIDanny Smith2003-08-258-2/+761
* 2003-08-25 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith2003-08-254-52/+63