From 05726ddd86c1421add510d5e8395cf7e3ac378f3 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 2 May 2005 03:50:11 +0000 Subject: white space and minor comment cleanup. --- winsup/cygwin/ChangeLog-1995 | 8 +- winsup/cygwin/ChangeLog-1996 | 136 ++++++++++++++++---------------- winsup/cygwin/ChangeLog-1997 | 40 +++++----- winsup/cygwin/config.h.in | 6 +- winsup/cygwin/cygheap.h | 2 +- winsup/cygwin/dlfcn.cc | 16 ++-- winsup/cygwin/fhandler_disk_file.cc | 4 +- winsup/cygwin/fhandler_process.cc | 8 +- winsup/cygwin/fhandler_socket.cc | 16 ++-- winsup/cygwin/how-autoload-works.txt | 2 +- winsup/cygwin/include/cygwin/sysproto.h | 4 +- winsup/cygwin/include/cygwin/version.h | 6 +- winsup/cygwin/include/netinet/ip.h | 54 ++++++------- winsup/cygwin/include/netinet/tcp.h | 26 +++--- winsup/cygwin/include/pthread.h | 6 +- winsup/cygwin/include/sys/copying.dj | 4 +- winsup/cygwin/include/sys/dirent.h | 2 +- winsup/cygwin/include/sys/lock.h | 2 +- winsup/cygwin/include/sys/stdio.h | 2 +- winsup/cygwin/include/sys/termios.h | 2 +- winsup/cygwin/include/sys/utime.h | 4 +- winsup/cygwin/include/sys/utmp.h | 14 ++-- winsup/cygwin/include/utmpx.h | 12 +-- winsup/cygwin/lsearch.cc | 2 +- winsup/cygwin/mmap.cc | 26 +++--- winsup/cygwin/net.cc | 2 +- winsup/cygwin/newsym | 2 +- winsup/cygwin/ntdll.h | 14 ++-- winsup/cygwin/path.cc | 30 +++---- winsup/cygwin/pinfo.cc | 18 ++--- winsup/cygwin/poll.cc | 2 +- winsup/cygwin/regex/regerror.c | 2 +- winsup/cygwin/security.h | 2 +- winsup/cygwin/select.cc | 4 +- winsup/cygwin/sigproc.cc | 4 +- winsup/cygwin/strace.cc | 2 +- winsup/cygwin/syscalls.cc | 26 +++--- winsup/cygwin/syslog.cc | 10 +-- winsup/cygwin/timer.cc | 4 +- winsup/cygwin/uinfo.cc | 4 +- 40 files changed, 265 insertions(+), 265 deletions(-) diff --git a/winsup/cygwin/ChangeLog-1995 b/winsup/cygwin/ChangeLog-1995 index 462a61336..43d28a3a1 100644 --- a/winsup/cygwin/ChangeLog-1995 +++ b/winsup/cygwin/ChangeLog-1995 @@ -23,7 +23,7 @@ Sat Dec 16 18:36:44 1995 steve chamberlain Changed the way that children are waited for. Now you can exec a non-gnuwin32 program and wait for its result. - + * Makefile.in: Turn off frame-pointer. * dcrt0.cc (environ_init): Lint. * dirsearch.cc (opendir): Use new path_conv mechanism. @@ -40,7 +40,7 @@ Sat Dec 16 18:36:44 1995 steve chamberlain * sysconf.cc (sysconf): Understand SC_PAGESIZE. * times.cc (utime): New function. * uname.cc (uname): Dig out more info. - + Wed Dec 13 05:54:55 1995 Michael Meissner * dcrt0.cc (environ_init): Cast alloca return to appropriate type. @@ -83,7 +83,7 @@ Tue Dec 5 16:00:05 1995 Jason Molenda (crash@phydeaux.cygnus.com) Tue Dec 5 08:08:08 1995 steve chamberlain Release-B10 - + * cygwin.dll (__assert, wait, spawnv, spawnvp): Deleted. * dcrt0.c: Quoting rewritten. * exec.cc (file_exists): Use new path_conv mechanism. @@ -129,7 +129,7 @@ Wed Nov 15 23:47:43 1995 Jason Molenda (crash@phydeaux.cygnus.com) Tue Oct 3 10:23:14 1995 Anders Blomdell (anders.blomdell@control.lth.se) * spawn.cc (spawn_guts): quote doublequotes correctly - + Tue Nov 14 15:05:33 1995 Jason Molenda (crash@phydeaux.cygnus.com) * configure.in: comment out call to cfg-ml-com.in. diff --git a/winsup/cygwin/ChangeLog-1996 b/winsup/cygwin/ChangeLog-1996 index b0c88d97b..9c786c408 100644 --- a/winsup/cygwin/ChangeLog-1996 +++ b/winsup/cygwin/ChangeLog-1996 @@ -22,7 +22,7 @@ Mon Dec 23 13:35:27 1996 Jeremy Allison * winsup.h: Decremented internal_reserved array by one to add hmodule in u area. Added prototype for recreate_mmaps_after_fork(). * include/sys/mman.h: Fixed include file for mmap calls. - + Tue Dec 17 16:20:52 1996 Geoffrey Noer * syscalls.cc (_rename): fix code so we really do @@ -54,14 +54,14 @@ Fri Dec 13 16:18:22 1996 Jeremy Allison Fri Dec 13 10:56:21 1996 Jeremy Allison - * cygwin.din: Added h_errno, seteuid, _seteuid. - * exceptions.cc: Made init_exceptions extern "C". - * exceptions.h: Added cplusplus wrappers to enable this to - be used from C. - * net.cc: Added error numbers, fixed gethostbyaddr, added h_errno - fixes. - * stubs.cc: Added seteuid. - * include/mywinsock.h: Added HOST error entries for DNS lookups. + * cygwin.din: Added h_errno, seteuid, _seteuid. + * exceptions.cc: Made init_exceptions extern "C". + * exceptions.h: Added cplusplus wrappers to enable this to + be used from C. + * net.cc: Added error numbers, fixed gethostbyaddr, added h_errno + fixes. + * stubs.cc: Added seteuid. + * include/mywinsock.h: Added HOST error entries for DNS lookups. Tue Dec 10 15:38:46 1996 Geoffrey Noer @@ -75,7 +75,7 @@ Tue Dec 10 15:38:46 1996 Geoffrey Noer Thu Dec 5 14:03:08 1996 Geoffrey Noer - * select.cc: add missing end comment at about line 933. + * select.cc: add missing end comment at about line 933. gnu-win32 beta 17 release made Wed Dec 4 15:53:11 1996 Geoffrey Noer @@ -293,19 +293,19 @@ Wed Oct 30 16:35:41 1996 Jeremy Allison Wed Oct 30 13:05:33 1996 Geoffrey Noer - * include/custcntl.h - * include/features.h - * include/icmp.h - * include/wchar.h - * include/cygwin32/icmp.h - * include/cygwin32/ip.h - * include/cygwin32/sockios.h - * include/cygwin32/types.h - * include/cygwin32/uio.h - * include/sys/ttychars.h - Added comment with name of header to each so that these are no - longer empty files (some unzip programs won't create - zero-length files which is a problem for headers) + * include/custcntl.h + * include/features.h + * include/icmp.h + * include/wchar.h + * include/cygwin32/icmp.h + * include/cygwin32/ip.h + * include/cygwin32/sockios.h + * include/cygwin32/types.h + * include/cygwin32/uio.h + * include/sys/ttychars.h + Added comment with name of header to each so that these are no + longer empty files (some unzip programs won't create + zero-length files which is a problem for headers) Sun Oct 27 17:30:03 1996 Geoffrey Noer @@ -407,11 +407,11 @@ Mon Oct 21 09:48:00 1996 Jeremy Allison * select.cc: Re-written from scratch. Take account of the following cases. (1). All sockets [written&works] - (2). Handles, sockets and always readies [written,not tested] - (3). All handles [written,not tested]. (4). Handles & sockets - with timeout [not yet written,returns -1]. Correctly blocks + (2). Handles, sockets and always readies [written,not tested] + (3). All handles [written,not tested]. (4). Handles & sockets + with timeout [not yet written,returns -1]. Correctly blocks and doesn't spin cpu. - * pinfo.cc: Changed to add global lock around pinfo array. + * pinfo.cc: Changed to add global lock around pinfo array. * fork.cc: Changed to use global pinfo lock. * shared.cc: Fixed bug with fork()->exec()->exec() code. * net.cc: Removed select_init() call (no longer used). @@ -478,19 +478,19 @@ Wed Oct 16 17:16:33 1996 Geoffrey Noer Tue Oct 15 09:51:48 1996 Jeremy Allison * fhandler.h: Many changes to support moving fhandler array out of - shared area into locally allocated memory. Removed fhandler class, - fhandler_base is now root of class tree. Re-arranged class definitions - to make it clear what functions are virtual and can be overridden. + shared area into locally allocated memory. Removed fhandler class, + fhandler_base is now root of class tree. Re-arranged class definitions + to make it clear what functions are virtual and can be overridden. Inlined may accessor functions. - * fhandler.cc: Many changes to support moving fhandler array out of - shared area into locally allocated memory. unix_path_name_ is now + * fhandler.cc: Many changes to support moving fhandler array out of + shared area into locally allocated memory. unix_path_name_ is now always set (all fhandler_base classes have a name). * hinfo.cc: Many changes to support moving fhandler array out of - shared area into locally allocated memory. Added linearization and + shared area into locally allocated memory. Added linearization and de-linearization functions. * net.cc(socket): Added code to keep name for fhandler_socket. * pinfo.cc : Changed allocation of fhandler_base array to be in local - memory rather than in shared area. (modified functions are pinfo_init, + memory rather than in shared area. (modified functions are pinfo_init, pinfo_list::get_empty_pinfo, pinfo_list::allocate_pid, pinfo::record_death). * shared.cc: Added functions to copy fd area for spawned process. @@ -511,13 +511,13 @@ Tue Oct 15 09:51:48 1996 Jeremy Allison Mon Oct 14 14:59:16 1996 Geoffrey Noer - * sysdef/i386: replace all files with ones from Scott + * sysdef/i386: replace all files with ones from Scott Christley's windows32api-0.1.2 package. Still need to integrate new headers. Mon Oct 14 13:41:14 1996 Geoffrey Noer - * syscalls.cc (_unlink): need to fchmod file to writable + * syscalls.cc (_unlink): need to fchmod file to writable before attempting to delete. This change still needs more work (fchmod isn't written yet). * (fchmod): change comment @@ -567,7 +567,7 @@ Thu Oct 3 16:19:23 1996 Jeremy Allison and understanding which variables are class variables much simpler. Changed name member to unix_path_name_ and made dynamic rather than a fixed 31 byte buffer per entry. - * fhandler.cc: Updated varable access for above. + * fhandler.cc: Updated varable access for above. * fcntl.cc: Updated varable access for above. * hinfo.cc: Updated varable access for above. * spawn.cc: Updated varable access for above. @@ -780,7 +780,7 @@ Thu Aug 22 17:04:09 1996 Geoffrey Noer * libcfork.cc: deleted * fork.cc (vfork): used to be in libcfork.cc * (__fork): used to be in libcfork.cc - * (fork): used to be in libcfork.cc + * (fork): used to be in libcfork.cc * Makefile.in: don't build libcfork.cc any more * libccrt0.cc: set data_start, etc. from dll structure * winsup.h: add data_start, etc. to public vars in dll @@ -793,10 +793,10 @@ Thu Aug 22 01:36:53 1996 Geoffrey Noer Wed Aug 21 16:15:47 1996 Geoffrey Noer - * cygwin.din: list vfork - * dirsearch.cc: fix errno setting in readdir that caused - diff to not function on directories - * pipe.cc: reformatted + * cygwin.din: list vfork + * dirsearch.cc: fix errno setting in readdir that caused + diff to not function on directories + * pipe.cc: reformatted Wed Aug 21 15:12:47 1996 Jeremy Allison @@ -825,7 +825,7 @@ Mon Aug 19 09:22:35 1996 Doug Evans (dll_crt0_1): Probe forked child's stack out. * fork.cc (FORK_WAIT_TIMEOUT): Bump up to two minutes. - + * fork.cc (dump_jmp_buf): New function. (cygwin_fork_helper1): Call it. * dcrt0.cc (dll_crt0:1): Call it. @@ -870,8 +870,8 @@ Sat Aug 10 16:30:14 1996 Geoffrey Noer Fri Aug 9 18:19:12 1996 Geoffrey Noer - * syscalls.cc (_rename): return -1 if file to be renamed - doesn't exist. Reformatted whole file. + * syscalls.cc (_rename): return -1 if file to be renamed + doesn't exist. Reformatted whole file. * fork.cc: increase timeout value to 60 sec from 30 sec Thu Aug 8 17:44:39 1996 Jim Wilson @@ -1141,7 +1141,7 @@ Wed Jul 3 12:30:24 1996 Doug Evans (system_printf): New function. * pproc.cc (per_process::init): Delete call to strace_init. * dcrt0 (dll_crt0_1): Call strace_init as soon as possible. - + * dcrt0 (dll_crt0_1): Delete local can_glob, use u->self->invoked_by_cygwin_p instead. Move PID environment variable handling into pinfo_init_per_process. @@ -1621,7 +1621,7 @@ Tue May 14 14:59:32 1996 Doug Evans * smallprintf.c (__small_vsprintf): Support %p. * syscalls.cc (getppid): Update. * wait.cc (wait_for_any): Likewise. - + Mon May 13 13:45:36 1996 Mark Eichin * fhandler.cc (ioctl): fix TIOCGWINSZ handling: (1) check the @@ -1639,16 +1639,16 @@ Mon May 13 13:45:36 1996 Mark Eichin Fri May 10 17:59:09 1996 Mark Eichin * select.cc: change most debugging statements to select_printf. - (dbg_input_event): new function, prints an INPUT_RECORD via select - printf. + (dbg_input_event): new function, prints an INPUT_RECORD via select + printf. (polled): Don't sleep around WaitForMultipleObjects; let it have a - 10ms timeout until we have time to test it with 0. If - WaitForMultipleObjects says that STD_INPUT_HANDLE has data, use - PeekConsoleInput to scan the available events. If the first one is - not a *bKeyDown* with a non-zero *AsciiChar* then use - ReadConsoleInput to rip it off the queue, and pretend it wasn't - there, so that later calls to read (and thus ReadFile) don't block - because they can't find any *real* input. (This could be optimized + 10ms timeout until we have time to test it with 0. If + WaitForMultipleObjects says that STD_INPUT_HANDLE has data, use + PeekConsoleInput to scan the available events. If the first one is + not a *bKeyDown* with a non-zero *AsciiChar* then use + ReadConsoleInput to rip it off the queue, and pretend it wasn't + there, so that later calls to read (and thus ReadFile) don't block + because they can't find any *real* input. (This could be optimized later to check the whole queue, and if there are *no* real input events, nuke them all.) @@ -1656,11 +1656,11 @@ Fri May 10 17:59:09 1996 Mark Eichin category, because select needs a *lot* of work. STRACE=256 to use it. * fhandler.cc (fhandler_console_in::init): IGNCR can't work - without major changes to deal with the interaction with select - (which shouldn't wake up if IGNCR causes the whole input to be - deleted...) so don't make it the default. + without major changes to deal with the interaction with select + (which shouldn't wake up if IGNCR causes the whole input to be + deleted...) so don't make it the default. (fhandler_console_out::tcgetattr, fhandler_tty::tcgetattr): don't - set IGNCR based on get_r_binary either. + set IGNCR based on get_r_binary either. Wed May 8 20:20:05 1996 Mark Eichin @@ -1710,7 +1710,7 @@ Sun May 5 00:45:59 1996 Mark Eichin Wed Apr 24 23:42:49 1996 Steve Chamberlain - * winsup.h (pinfo, pinfo_list): Remove dummy item. + * winsup.h (pinfo, pinfo_list): Remove dummy item. * fork.cc (*): Revert changes of Apr 2. Sun Apr 21 17:00:14 1996 Steve Chamberlain @@ -1736,7 +1736,7 @@ Wed Apr 10 16:13:30 1996 steve chamberlain * Makefile.in (glob/libglob.a): Call glob makefile correctly. * winsup.h (pinfo, pinfo_list): Reorder elements to avoid alignment bug in PPC gcc. - + Tue Apr 9 17:23:57 1996 steve chamberlain * dcrt0.cc (globify): Expand command line wildcards if @@ -1779,7 +1779,7 @@ Fri Mar 29 16:35:02 1996 steve chamberlain * pinfo.cc (pinfo::clearout): Zero split_heap_p. * syscalls.cc (_sbrk): Cope with not being able to allocate contiguous chunks. - + Tue Mar 26 09:14:32 1996 steve chamberlain @@ -1854,7 +1854,7 @@ Tue Feb 20 16:53:24 1996 Steve Chamberlain path.cc (path_conv::path_conv): Initialize mixed, binary and silent. * smallprint.c (__small_vsprintf): Add 'c' option. * wait.cc (wait_found): Close child handles. - + Mon Feb 19 09:11:57 1996 Michael Meissner * Makefile.in (real-headers): Eliminate real-headers dependency on @@ -1912,7 +1912,7 @@ Wed Feb 7 16:41:18 1996 Steve Chamberlain (chown): Returns 0. (sbrk): Clean up. (_unlink): Only try and DeleteFile once. - + Mon Feb 5 19:15:44 1996 Steve Chamberlain * dcrt0.cc (dll_crt0_1): Build env string into static buffer. @@ -1947,7 +1947,7 @@ Fri Jan 26 15:47:31 1996 Steve Chamberlain * Makefile.in, configure.in: Cope with config directory. * setjmp.c, longjmp.c: Moved into config/i386. * config/ppc/setjmp.S, config/ppc/longjmp.S: New. - + Fri Jan 26 14:57:33 1996 Jason Molenda (crash@phydeaux.cygnus.com) * Makefile.in (DLL_OFILES): removed ppc-stub.o @@ -1985,7 +1985,7 @@ Mon Jan 22 10:33:53 1996 Steve Chamberlain * shared.cc (shared_info::initialize): Initialize heap chunk. * syscalls.cc (_sbrk): If current chunk is used, allocate another. * wait.cc (wait_found): Fix exit code. - + Thu Jan 18 10:09:45 1996 Steve Chamberlain * fhandler.cc (fhandler_normal::open) Don't test a @@ -2026,6 +2026,6 @@ Tue Jan 2 08:58:58 1996 steve chamberlain * spawn.cc: Lint. Removed vfork stuff. * stubs.c (getmntent, endgrent): Deleted. * syscalls.c (__seterrno): Now takes arguments. - * termios.c: Much moved info fhandler.c + * termios.c: Much moved info fhandler.c * times.cc (utime, utimes): New. * uinfo.c (cuserid): New. diff --git a/winsup/cygwin/ChangeLog-1997 b/winsup/cygwin/ChangeLog-1997 index 7a5c0b3a4..33b001154 100644 --- a/winsup/cygwin/ChangeLog-1997 +++ b/winsup/cygwin/ChangeLog-1997 @@ -418,7 +418,7 @@ Sun Nov 16 15:54:27 1997 Geoffrey Noer appear to be active. This will clear out pids that have died abnormally. 'ps -f' bypasses this. * winsup.h (class pinfo): Add dwSpawnedProcessId field. - + Sun Nov 16 15:54:27 1997 Geoffrey Noer patch from sos@prospect.com.ru (Sergey Okhapkin): @@ -1298,7 +1298,7 @@ Mon Sep 8 20:19:09 1997 Geoffrey Noer Mon Sep 8 17:40:46 1997 Geoffrey Noer - patch from sos@prospect.com.ru (Sergey Okhapkin): + patch from sos@prospect.com.ru (Sergey Okhapkin): * dcrt0.cc (_exit): Kill the foreground process group on session leader exit only if job control is in progress. * exceptions.cc (ctrl_c_handler): protect the code with critical @@ -1572,7 +1572,7 @@ Thu Jul 24 02:14:24 1997 Geoffrey Noer a child is stopped. (wait4): wait calls should wait childs only; fixed a bug with nprocinfo count; fixed signal handling. - + Thu Jul 24 02:10:25 1997 Geoffrey Noer * uname.cc: uname now outputs Cygwin32_NT or Cygwin32_95 @@ -1848,7 +1848,7 @@ Thu Jul 24 02:10:25 1997 Geoffrey Noer window to avoid race conditions on multiprocessor systems. * winsup.h: misc changes to support all of the above. -Thu Jul 24 02:10:25 1997 Geoffrey Noer +Thu Jul 24 02:10:25 1997 Geoffrey Noer * net.cc (cygwin32_shutdown): New implementation to replace stub previously present @@ -1895,7 +1895,7 @@ Tue Jun 24 18:31:27 1997 Geoffrey Noer * net.cc: ditto * syscalls.cc: ditto * syslog.cc: ditto - + * uname.cc (uname): call get_os_type to fill new our_os local variable, check that when filling out utsname struct, default to i386 when we can't find out the specific Intel processor @@ -1940,7 +1940,7 @@ Thu Jun 19 12:58:45 1997 Geoffrey Noer * exceptions.cc (return_handler): renamed to set_process_mask (set_process_mask): new; use to set process mask instead of direct u->self->sig_mask manipulations. - * winsup.h: rename return_handler proto to set_process_mask + * winsup.h: rename return_handler proto to set_process_mask * signal.cc: throughout file, call set_process_mask() instead of direct manipulations of u->self->sig_mask. (pause): new @@ -1957,7 +1957,7 @@ Wed Jun 18 22:01:56 1997 Geoffrey Noer Wed Jun 18 13:56:47 1997 Geoffrey Noer patch from sos@prospect.com.ru (Sergey Okhapkin): - * signal.cc (sigsuspend): deal with pending unblocked signals + * signal.cc (sigsuspend): deal with pending unblocked signals * winsup.h: add proto for return_handler (sigset_t) Wed Jun 18 02:02:13 1997 Geoffrey Noer @@ -1967,7 +1967,7 @@ Wed Jun 18 02:02:13 1997 Geoffrey Noer Tue Jun 17 14:57:09 1997 Geoffrey Noer - patch from sos@prospect.com.ru (Sergey Okhapkin): + patch from sos@prospect.com.ru (Sergey Okhapkin): * cygwin.din: add getpgid, killpg exports, delete duplicate random export * fork.cc (cygwin_fork_helper1): inherit pgid and sid on fork @@ -2144,7 +2144,7 @@ Mon Jun 3 12:21:20 1997 Geoffrey Noer * passwd.cc: include termios.h (getpass): new * stubs.cc (getpass): delete old stub - + Tue Jun 3 14:51:47 1997 Ian Lance Taylor * times.cc (ftime): New function. @@ -2400,7 +2400,7 @@ Thu Apr 17 23:50:50 1997 Geoffrey Noer in size instad of 30. This will increase cygwin.dll memory usage by 20K. We need to remove static allocations from path code. - + Thu Apr 17 10:11:50 1997 Geoffrey Noer patch from sos@prospect.com.ru (Sergey Okhapkin): @@ -2408,14 +2408,14 @@ Thu Apr 17 10:11:50 1997 Geoffrey Noer generate SIGHUP instead of SIGQUIT * signal.cc (_raise): rewrite -Wed Apr 16 10:42:46 1997 Geoffrey Noer +Wed Apr 16 10:42:46 1997 Geoffrey Noer * version.h: increment CYGWIN_DLL_VERSION_MINOR * syscalls.cc (system): use spawnvp instead of fork/exec * ntea.cc: make all functions return false for now; they were causing an obscene performance hit - patch from sos@prospect.com.ru (Sergey Okhapkin): + patch from sos@prospect.com.ru (Sergey Okhapkin): * console.cc (FakeReadFile): patch to support EINTR, EIO * exceptions.cc: add support for return_handler, remove control-C counter @@ -2435,7 +2435,7 @@ Wed Apr 16 10:42:46 1997 Geoffrey Noer (wait_for_any): init nprocinfo to 1, not 0, other small fixes * winsup.h: add signal_arrived to per_process class, reduce amount of reserved space, add sig_pending to pinfo class - + Tue Apr 15 17:01:34 1997 Geoffrey Noer * utils/mkpasswd.c: change default shell to /bin/sh @@ -2483,7 +2483,7 @@ Fri Apr 11 00:03:49 1997 Geoffrey Noer fhandler.cc, add includes necessary for this code * grp.cc, Makefile.in: fix copyright dates * ntea.cc: include string.h - + Thu Apr 10 22:00:43 1997 Geoffrey Noer patch from sos@prospect.com.ru (Sergey Okhapkin): @@ -2659,10 +2659,10 @@ Fri Feb 14 18:55:01 1997 Jeremy Allison Thu Feb 13 14:06:04 1997 Geoffrey Noer - * path.cc: remove SLASH_P define and - * winsup.h: define it here instead - patch from scottk@utig.ig.utexas.edu (Scott Kempf): - dirsearch.cc (opendir): fix problem with accessing "/" + * path.cc: remove SLASH_P define and + * winsup.h: define it here instead + patch from scottk@utig.ig.utexas.edu (Scott Kempf): + dirsearch.cc (opendir): fix problem with accessing "/" Mon Feb 10 13:57:11 1997 Geoffrey Noer @@ -2688,7 +2688,7 @@ Mon Feb 3 16:16:39 1997 Jeremy Allison * fhandler.cc: Removed open_helper, turned it into fhandler_base::open and added fhandler_disk_file::open. More correct C++. - fhandler_disk_file: Moved check_execable_p into fhandler_disk_file. + fhandler_disk_file: Moved check_execable_p into fhandler_disk_file. tty ports are now closed correctly. * fhandler.h: Changes to support the above. @@ -2753,7 +2753,7 @@ Thu Jan 9 14:20:01 1997 Jeremy Allison * cygwin.din: Added cygwin32_getprotobynumber and cygwin32_getservbyport. * net.cc: Added cygwin32_getprotobynumber and - cygwin32_getservbyport. + cygwin32_getservbyport. Wed Jan 8 14:15:35 1997 Jeremy Allison diff --git a/winsup/cygwin/config.h.in b/winsup/cygwin/config.h.in index 68cd418f3..edfbfeee0 100644 --- a/winsup/cygwin/config.h.in +++ b/winsup/cygwin/config.h.in @@ -47,7 +47,7 @@ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index df0d54d16..d2be12047 100644 --- a/winsup/cygwin/cygheap.h +++ b/winsup/cygwin/cygheap.h @@ -406,7 +406,7 @@ class cygheap_fdenum : public cygheap_fdmanip { while (++fd < (int) cygheap->fdtab.size) if (*(fh = cygheap->fdtab + fd) != NULL) - return fd; + return fd; return -1; } void rewind () diff --git a/winsup/cygwin/dlfcn.cc b/winsup/cygwin/dlfcn.cc index 7ca191ba3..bc0d70114 100644 --- a/winsup/cygwin/dlfcn.cc +++ b/winsup/cygwin/dlfcn.cc @@ -120,17 +120,17 @@ dlsym (void *handle, const char *name) HMODULE *modules; DWORD needed, i; if (!EnumProcessModules (cur_proc, NULL, 0, &needed)) - { - dlsym_fail: - set_dl_error ("dlsym"); - return NULL; - } + { + dlsym_fail: + set_dl_error ("dlsym"); + return NULL; + } modules = (HMODULE*) alloca (needed); if (!EnumProcessModules (cur_proc, modules, needed, &needed)) - goto dlsym_fail; + goto dlsym_fail; for (i = 0; i < needed / sizeof (HMODULE); i++) - if ((ret = (void *) GetProcAddress (modules[i], name))) - break; + if ((ret = (void *) GetProcAddress (modules[i], name))) + break; } else ret = (void *) GetProcAddress ((HMODULE)handle, name); diff --git a/winsup/cygwin/fhandler_disk_file.cc b/winsup/cygwin/fhandler_disk_file.cc index 2865d8787..2cbecc924 100644 --- a/winsup/cygwin/fhandler_disk_file.cc +++ b/winsup/cygwin/fhandler_disk_file.cc @@ -120,7 +120,7 @@ fhandler_base::fstat_by_handle (struct __stat64 *buf) debug_printf ("%u = NtQueryVolumeInformationFile)", RtlNtStatusToDosError (status)); pfvi->VolumeSerialNumber = 0; /* Set to pc.volser () in helper. */ - } + } status = NtQueryInformationFile (get_handle (), &io, pfai, fai_size, FileAllInformation); if (NT_SUCCESS (status)) @@ -760,7 +760,7 @@ fhandler_disk_file::link (const char *newpath) context = NULL; write_err = 0; /* Write WIN32_STREAM_ID */ - ret = BackupWrite (get_handle (), (LPBYTE) &stream_id, size, + ret = BackupWrite (get_handle (), (LPBYTE) &stream_id, size, &written, FALSE, FALSE, &context); if (ret) { diff --git a/winsup/cygwin/fhandler_process.cc b/winsup/cygwin/fhandler_process.cc index 180155f32..710c63d5d 100644 --- a/winsup/cygwin/fhandler_process.cc +++ b/winsup/cygwin/fhandler_process.cc @@ -118,11 +118,11 @@ fhandler_process::exists () { fileid = PROCESS_FD; if (fill_filebuf ()) - return -2; + return -2; /* Check for nameless device entries. */ path = strrchr (path, '/'); if (path && *++path) - { + { if (!strncmp (path, "pipe:[", 6)) return -3; else if (!strncmp (path, "socket:[", 8)) @@ -211,7 +211,7 @@ fhandler_process::readdir (DIR * dir) if (fileid == PROCESS_FD) { if (dir->__d_position >= 2 + filesize / sizeof (int)) - return NULL; + return NULL; } else if (dir->__d_position >= PROCESS_LINK_COUNT) return NULL; @@ -414,7 +414,7 @@ fhandler_process::fill_filebuf () case PROCESS_CWD: case PROCESS_CMDLINE: { - if (filebuf) + if (filebuf) free (filebuf); size_t fs; switch (fileid) diff --git a/winsup/cygwin/fhandler_socket.cc b/winsup/cygwin/fhandler_socket.cc index 7c7e2daf8..37111f18f 100644 --- a/winsup/cygwin/fhandler_socket.cc +++ b/winsup/cygwin/fhandler_socket.cc @@ -104,8 +104,8 @@ get_inet_addr (const struct sockaddr *in, int inlen, *outlen = sizeof sin; if (type) *type = (ctype == 's' ? SOCK_STREAM : - ctype == 'd' ? SOCK_DGRAM - : 0); + ctype == 'd' ? SOCK_DGRAM + : 0); ret = 1; } CloseHandle (fh); @@ -217,7 +217,7 @@ fhandler_socket::af_local_recv_secret (void) debug_printf ("Received af_local secret: %08x-%08x-%08x-%08x", out[0], out[1], out[2], out[3]); if (out[0] != connect_secret[0] || out[1] != connect_secret[1] - || out[2] != connect_secret[2] || out[3] != connect_secret[3]) + || out[2] != connect_secret[2] || out[3] != connect_secret[3]) { debug_printf ("Receiving af_local secret mismatch"); return false; @@ -463,7 +463,7 @@ fhandler_socket::dup (fhandler_base *child) { fhs->set_sun_path (get_sun_path ()); if (get_socket_type () == SOCK_STREAM) - { + { fhs->sec_pid = sec_pid; fhs->sec_uid = sec_uid; fhs->sec_gid = sec_gid; @@ -524,7 +524,7 @@ fhandler_socket::fstat (struct __stat64 *buf) { res = fhandler_base::fstat_fs (buf); if (!res) - { + { buf->st_mode = (buf->st_mode & ~S_IFMT) | S_IFSOCK; } } @@ -800,7 +800,7 @@ fhandler_socket::accept (struct sockaddr *peer, int *len) { sock->set_sun_path (get_sun_path ()); if (get_socket_type () == SOCK_STREAM) - { + { /* Don't forget to copy credentials from accepting socket to accepted socket and start transaction on accepted socket! */ @@ -812,7 +812,7 @@ fhandler_socket::accept (struct sockaddr *peer, int *len) set_winsock_errno (); goto out; } - } + } } sock->connect_state (connected); res = res_fd; @@ -1652,7 +1652,7 @@ fhandler_socket::getpeereid (pid_t *pid, __uid32_t *euid, __gid32_t *egid) if (sec_peer_pid == (pid_t) 0) { set_errno (ENOTCONN); /* Usually when calling getpeereid on - accepting (instead of accepted) socket. */ + accepting (instead of accepted) socket. */ return -1; } diff --git a/winsup/cygwin/how-autoload-works.txt b/winsup/cygwin/how-autoload-works.txt index 4f96d8beb..8cff52900 100644 --- a/winsup/cygwin/how-autoload-works.txt +++ b/winsup/cygwin/how-autoload-works.txt @@ -56,7 +56,7 @@ will be autoloaded. To do so, add one of the LoadDllfunc* macros to autoload.cc. All macros eventually resolve to the following form: LoadDLLfuncEx2 (function name, parameter block length, dll name, - non-fatality flag , value to return if function not available) + non-fatality flag , value to return if function not available) Parameter block length is a sum of sizes (in bytes) of parameters which are being passed to the function. If non-fatality flag is set to 0, then failure diff --git a/winsup/cygwin/include/cygwin/sysproto.h b/winsup/cygwin/include/cygwin/sysproto.h index 5b551f457..cea8a023b 100644 --- a/winsup/cygwin/include/cygwin/sysproto.h +++ b/winsup/cygwin/include/cygwin/sysproto.h @@ -54,7 +54,7 @@ struct semctl_args { }; struct semget_args { - key_t key; + key_t key; int nsems; int semflg; }; @@ -63,7 +63,7 @@ struct semop_args { int semid; struct sembuf *sops; size_t nsops; -}; +}; struct shmat_args { int shmid; diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index d9d520e5a..00b6b273d 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -235,14 +235,14 @@ details. */ 108: Remove unused (hopefully) reent_data export. 109: Oh well. Someone uses reent_data. 110: Export clock_gettime, sigwaitinfo, timer_create, timer_delete, - timer_settime + timer_settime 111: Export sigqueue, sighold. 112: Redefine some mtget fields. 113: Again redefine some mtget fields. Use mt_fileno and mt_blkno as - on Linux. + on Linux. 114: Export rand_r, ttyname_r. 115: Export flockfile, ftrylockfile, funlockfile, getgrgid_r, getgrnam_r, - getlogin_r. + getlogin_r. 116: Export atoll. 117: Export utmpx functions, Return utmp * from pututent. 118: Export getpriority, setpriority. diff --git a/winsup/cygwin/include/netinet/ip.h b/winsup/cygwin/include/netinet/ip.h index 87b5068d0..653f6db9d 100644 --- a/winsup/cygwin/include/netinet/ip.h +++ b/winsup/cygwin/include/netinet/ip.h @@ -60,29 +60,29 @@ */ struct ip { #ifdef _IP_VHL - u_char ip_vhl; /* version << 4 | header length >> 2 */ + u_char ip_vhl; /* version << 4 | header length >> 2 */ #else #if BYTE_ORDER == LITTLE_ENDIAN - u_int ip_hl:4, /* header length */ - ip_v:4; /* version */ + u_int ip_hl:4, /* header length */ + ip_v:4; /* version */ #endif #if BYTE_ORDER == BIG_ENDIAN - u_int ip_v:4, /* version */ - ip_hl:4; /* header length */ + u_int ip_v:4, /* version */ + ip_hl:4; /* header length */ #endif #endif /* not _IP_VHL */ - u_char ip_tos; /* type of service */ - u_short ip_len; /* total length */ - u_short ip_id; /* identification */ - u_short ip_off; /* fragment offset field */ + u_char ip_tos; /* type of service */ + u_short ip_len; /* total length */ + u_short ip_id; /* identification */ + u_short ip_off; /* fragment offset field */ #define IP_RF 0x8000 /* reserved fragment flag */ #define IP_DF 0x4000 /* dont fragment flag */ #define IP_MF 0x2000 /* more fragments flag */ #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ - u_char ip_ttl; /* time to live */ - u_char ip_p; /* protocol */ - u_short ip_sum; /* checksum */ - struct in_addr ip_src,ip_dst; /* source and dest address */ + u_char ip_ttl; /* time to live */ + u_char ip_p; /* protocol */ + u_short ip_sum; /* checksum */ + struct in_addr ip_src,ip_dst; /* source and dest address */ }; #ifdef _IP_VHL @@ -155,24 +155,24 @@ struct ip { * Time stamp option structure. */ struct ip_timestamp { - u_char ipt_code; /* IPOPT_TS */ - u_char ipt_len; /* size of structure (variable) */ - u_char ipt_ptr; /* index of current entry */ + u_char ipt_code; /* IPOPT_TS */ + u_char ipt_len; /* size of structure (variable) */ + u_char ipt_ptr; /* index of current entry */ #if BYTE_ORDER == LITTLE_ENDIAN - u_int ipt_flg:4, /* flags, see below */ - ipt_oflw:4; /* overflow counter */ + u_int ipt_flg:4, /* flags, see below */ + ipt_oflw:4; /* overflow counter */ #endif #if BYTE_ORDER == BIG_ENDIAN - u_int ipt_oflw:4, /* overflow counter */ - ipt_flg:4; /* flags, see below */ + u_int ipt_oflw:4, /* overflow counter */ + ipt_flg:4; /* flags, see below */ #endif - union ipt_timestamp { - n_long ipt_time[1]; - struct ipt_ta { - struct in_addr ipt_addr; - n_long ipt_time; - } ipt_ta[1]; - } ipt_timestamp; + union ipt_timestamp { + n_long ipt_time[1]; + struct ipt_ta { + struct in_addr ipt_addr; + n_long ipt_time; + } ipt_ta[1]; + } ipt_timestamp; }; /* flag bits for ipt_flg */ diff --git a/winsup/cygwin/include/netinet/tcp.h b/winsup/cygwin/include/netinet/tcp.h index 9fcee6c71..305527d0e 100644 --- a/winsup/cygwin/include/netinet/tcp.h +++ b/winsup/cygwin/include/netinet/tcp.h @@ -57,19 +57,19 @@ typedef u_int32_t tcp_cc; /* connection count per rfc1644 */ * Per RFC 793, September, 1981. */ struct tcphdr { - u_short th_sport; /* source port */ - u_short th_dport; /* destination port */ - tcp_seq th_seq; /* sequence number */ - tcp_seq th_ack; /* acknowledgement number */ + u_short th_sport; /* source port */ + u_short th_dport; /* destination port */ + tcp_seq th_seq; /* sequence number */ + tcp_seq th_ack; /* acknowledgement number */ #if BYTE_ORDER == LITTLE_ENDIAN - u_int th_x2:4, /* (unused) */ - th_off:4; /* data offset */ + u_int th_x2:4, /* (unused) */ + th_off:4; /* data offset */ #endif #if BYTE_ORDER == BIG_ENDIAN - u_int th_off:4, /* data offset */ - th_x2:4; /* (unused) */ + u_int th_off:4, /* data offset */ + th_x2:4; /* (unused) */ #endif - u_char th_flags; + u_char th_flags; #define TH_FIN 0x01 #define TH_SYN 0x02 #define TH_RST 0x04 @@ -78,9 +78,9 @@ struct tcphdr { #define TH_URG 0x20 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG) - u_short th_win; /* window */ - u_short th_sum; /* checksum */ - u_short th_urp; /* urgent pointer */ + u_short th_win; /* window */ + u_short th_sum; /* checksum */ + u_short th_urp; /* urgent pointer */ }; #define TCPOPT_EOL 0 @@ -129,7 +129,7 @@ struct tcphdr { #define TCP_MAXHLEN (0xf<<2) /* max length of header in bytes */ #define TCP_MAXOLEN (TCP_MAXHLEN - sizeof(struct tcphdr)) - /* max space left for options */ + /* max space left for options */ /* * User-settable options (used with setsockopt). diff --git a/winsup/cygwin/include/pthread.h b/winsup/cygwin/include/pthread.h index 57f58cf82..9d0756941 100644 --- a/winsup/cygwin/include/pthread.h +++ b/winsup/cygwin/include/pthread.h @@ -117,8 +117,8 @@ void _pthread_cleanup_push (__pthread_cleanup_handler *handler); void _pthread_cleanup_pop (int execute); #define pthread_cleanup_push(_fn, _arg) { __pthread_cleanup_handler __cleanup_handler = \ - { _fn, _arg, NULL }; \ - _pthread_cleanup_push( &__cleanup_handler ); + { _fn, _arg, NULL }; \ + _pthread_cleanup_push( &__cleanup_handler ); #define pthread_cleanup_pop(_execute) _pthread_cleanup_pop( _execute ); } /* Condition variables */ @@ -174,7 +174,7 @@ int pthread_rwlock_trywrlock (pthread_rwlock_t *rwlock); int pthread_rwlock_unlock (pthread_rwlock_t *rwlock); int pthread_rwlockattr_init (pthread_rwlockattr_t *rwlockattr); int pthread_rwlockattr_getpshared (const pthread_rwlockattr_t *attr, - int *pshared); + int *pshared); int pthread_rwlockattr_setpshared (pthread_rwlockattr_t *attr, int pshared); int pthread_rwlockattr_destroy (pthread_rwlockattr_t *rwlockattr); diff --git a/winsup/cygwin/include/sys/copying.dj b/winsup/cygwin/include/sys/copying.dj index b6d105976..a05f4bc81 100644 --- a/winsup/cygwin/include/sys/copying.dj +++ b/winsup/cygwin/include/sys/copying.dj @@ -3,8 +3,8 @@ copyrighted by UCB Berkeley or the Free Software Foundation. Copyright Information for sources and executables that are marked Copyright (C) DJ Delorie - 24 Kirsten Ave - Rochester NH 03867-2954 + 24 Kirsten Ave + Rochester NH 03867-2954 This document is Copyright (C) DJ Delorie and may be distributed verbatim, but changing it is not allowed. diff --git a/winsup/cygwin/include/sys/dirent.h b/winsup/cygwin/include/sys/dirent.h index c3d77c4fb..17e5eff08 100644 --- a/winsup/cygwin/include/sys/dirent.h +++ b/winsup/cygwin/include/sys/dirent.h @@ -7,7 +7,7 @@ details. */ /* Including this file should not require any Windows headers. */ - + #ifndef _SYS_DIRENT_H #define _SYS_DIRENT_H diff --git a/winsup/cygwin/include/sys/lock.h b/winsup/cygwin/include/sys/lock.h index ad0980ab0..abed82716 100644 --- a/winsup/cygwin/include/sys/lock.h +++ b/winsup/cygwin/include/sys/lock.h @@ -22,7 +22,7 @@ typedef void *_LOCK_T; #define _LOCK_T_INITIALIZER ((_LOCK_T)19) #define __LOCK_INIT(CLASS,NAME) \ - CLASS _LOCK_T NAME = _LOCK_T_INITIALIZER; + CLASS _LOCK_T NAME = _LOCK_T_INITIALIZER; #define __LOCK_INIT_RECURSIVE(CLASS,NAME) \ CLASS _LOCK_T NAME = _LOCK_T_RECURSIVE_INITIALIZER; diff --git a/winsup/cygwin/include/sys/stdio.h b/winsup/cygwin/include/sys/stdio.h index 686ad534f..596ad027c 100644 --- a/winsup/cygwin/include/sys/stdio.h +++ b/winsup/cygwin/include/sys/stdio.h @@ -24,5 +24,5 @@ details. */ # define _funlockfile(fp) __cygwin_lock_unlock ((_LOCK_T *)&(fp)->_lock) # endif #endif - + #endif diff --git a/winsup/cygwin/include/sys/termios.h b/winsup/cygwin/include/sys/termios.h index 6704454d0..926e11ee7 100644 --- a/winsup/cygwin/include/sys/termios.h +++ b/winsup/cygwin/include/sys/termios.h @@ -15,7 +15,7 @@ details. */ #define TIOCMGET 0x5415 #define TIOCMSET 0x5418 -#define TIOCINQ 0x541B +#define TIOCINQ 0x541B /* TIOCINQ is utilized instead of FIONREAD which has been accupied for other purposes under CYGWIN. diff --git a/winsup/cygwin/include/sys/utime.h b/winsup/cygwin/include/sys/utime.h index cdd04ea7a..8a9ec15b0 100644 --- a/winsup/cygwin/include/sys/utime.h +++ b/winsup/cygwin/include/sys/utime.h @@ -15,10 +15,10 @@ extern "C" { #include <_ansi.h> #include -struct utimbuf +struct utimbuf { time_t actime; - time_t modtime; + time_t modtime; }; int _EXFUN(utime, (const char *__path, const struct utimbuf *__buf)); diff --git a/winsup/cygwin/include/sys/utmp.h b/winsup/cygwin/include/sys/utmp.h index 435891b18..8828d0f88 100644 --- a/winsup/cygwin/include/sys/utmp.h +++ b/winsup/cygwin/include/sys/utmp.h @@ -22,16 +22,16 @@ extern "C" { #endif -struct utmp +struct utmp { - short ut_type; - pid_t ut_pid; + short ut_type; + pid_t ut_pid; char ut_line[UT_LINESIZE]; char ut_id[UT_IDLEN]; - time_t ut_time; - char ut_user[UT_NAMESIZE]; - char ut_host[UT_HOSTSIZE]; - long ut_addr; + time_t ut_time; + char ut_user[UT_NAMESIZE]; + char ut_host[UT_HOSTSIZE]; + long ut_addr; }; extern struct utmp *_getutline (struct utmp *); diff --git a/winsup/cygwin/include/utmpx.h b/winsup/cygwin/include/utmpx.h index 0e24ce884..8029f763c 100644 --- a/winsup/cygwin/include/utmpx.h +++ b/winsup/cygwin/include/utmpx.h @@ -21,14 +21,14 @@ extern "C" { /* Must be kept in sync with struct utmp as defined in sys/utmp.h! */ struct utmpx { - short ut_type; - pid_t ut_pid; + short ut_type; + pid_t ut_pid; char ut_line[UT_LINESIZE]; char ut_id[UT_IDLEN]; - time_t ut_time; - char ut_user[UT_NAMESIZE]; - char ut_host[UT_HOSTSIZE]; - long ut_addr; + time_t ut_time; + char ut_user[UT_NAMESIZE]; + char ut_host[UT_HOSTSIZE]; + long ut_addr; struct timeval ut_tv; }; diff --git a/winsup/cygwin/lsearch.cc b/winsup/cygwin/lsearch.cc index 68fcf735f..6f5ca980d 100644 --- a/winsup/cygwin/lsearch.cc +++ b/winsup/cygwin/lsearch.cc @@ -1,7 +1,7 @@ /* Initial implementation: Copyright (c) 2002 Robert Drehmel All rights reserved. - + As long as the above copyright statement and this notice remain unchanged, you can do what ever you want with this file. */ diff --git a/winsup/cygwin/mmap.cc b/winsup/cygwin/mmap.cc index 3c2a1187b..1928fed59 100644 --- a/winsup/cygwin/mmap.cc +++ b/winsup/cygwin/mmap.cc @@ -255,7 +255,7 @@ mmap_record::map_pages (caddr_t addr, DWORD len) for (DWORD l = 0; l < len; ++l) if (MAP_ISSET (off + l)) { - set_errno (EINVAL); + set_errno (EINVAL); return false; } switch (access_mode_) @@ -553,7 +553,7 @@ mmap64 (void *addr, size_t len, int prot, int flags, int fd, _off64_t off) } fh = cfd; if (fh->get_device () == FH_ZERO) - { + { /* mmap /dev/zero is like MAP_ANONYMOUS. */ fd = -1; flags |= MAP_ANONYMOUS; @@ -600,11 +600,11 @@ mmap64 (void *addr, size_t len, int prot, int flags, int fd, _off64_t off) return MAP_FAILED; } /* Don't map beyond EOF. Windows would change the file to the - new length otherwise, in contrast to POSIX. Allow mapping + new length otherwise, in contrast to POSIX. Allow mapping beyon EOF if MAP_AUTOGROW flag is set. */ fsiz -= gran_off; if (gran_len > fsiz) - { + { if ((flags & MAP_AUTOGROW) && (off - gran_off) + len > fsiz) { /* Check if file has been opened for writing. */ @@ -621,9 +621,9 @@ mmap64 (void *addr, size_t len, int prot, int flags, int fd, _off64_t off) gran_len = fsiz; } /* If the requested len is <= file size, drop the MAP_AUTOGROW flag. - This simplifes fhandler::mmap's job. */ + This simplifes fhandler::mmap's job. */ if ((flags & MAP_AUTOGROW) && gran_len <= fsiz) - flags &= ~MAP_AUTOGROW; + flags &= ~MAP_AUTOGROW; } DWORD access = (prot & PROT_WRITE) ? FILE_MAP_WRITE : FILE_MAP_READ; @@ -675,7 +675,7 @@ mmap64 (void *addr, size_t len, int prot, int flags, int fd, _off64_t off) DWORD u_len; long record_idx = -1; if ((record_idx = map_list->search_record ((caddr_t)addr, len, - u_addr, u_len, + u_addr, u_len, record_idx)) >= 0) { mmap_record *rec = map_list->get_record (record_idx); @@ -1073,14 +1073,14 @@ fhandler_disk_file::mmap (caddr_t *addr, size_t len, DWORD access, high = (off + len) >> 32; low = (off + len) & UINT32_MAX; /* Auto-grow in CreateFileMapping only works if the protection is - PAGE_READWRITE. So, first we call CreateFileMapping with + PAGE_READWRITE. So, first we call CreateFileMapping with PAGE_READWRITE, then, if the requested protection is different, we close the mapping and reopen it again with the correct protection, *iff* auto-grow worked. */ h = CreateFileMapping (get_handle (), &sec_none, PAGE_READWRITE, high, low, NULL); if (h && protect != PAGE_READWRITE) - { + { CloseHandle (h); h = CreateFileMapping (get_handle (), &sec_none, protect, high, low, NULL); @@ -1110,11 +1110,11 @@ fhandler_disk_file::mmap (caddr_t *addr, size_t len, DWORD access, phys.QuadPart = (ULONGLONG) off; ULONG ulen = len; base = *addr ?: (void *) mmapped_areas->get_next_anon_addr (); - NTSTATUS ret = NtMapViewOfSection (h, INVALID_HANDLE_VALUE, &base, 0L, + NTSTATUS ret = NtMapViewOfSection (h, INVALID_HANDLE_VALUE, &base, 0L, ulen, &phys, &ulen, ViewShare, base ? AT_ROUND_TO_PAGE : 0, protect); if (ret != STATUS_SUCCESS) - { + { __seterrno_from_nt_status (ret); base = NULL; } @@ -1192,11 +1192,11 @@ fhandler_disk_file::fixup_mmap_after_fork (HANDLE h, DWORD access, int flags, protect = PAGE_WRITECOPY; break; } - NTSTATUS ret = NtMapViewOfSection (h, INVALID_HANDLE_VALUE, &base, 0L, + NTSTATUS ret = NtMapViewOfSection (h, INVALID_HANDLE_VALUE, &base, 0L, ulen, &phys, &ulen, ViewShare, AT_ROUND_TO_PAGE, protect); if (ret != STATUS_SUCCESS) - __seterrno_from_nt_status (ret); + __seterrno_from_nt_status (ret); } else base = MapViewOfFileEx (h, access, 0, offset, size, address); diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index 63fd0a2fa..00951a49d 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -768,7 +768,7 @@ cygwin_getsockopt (int fd, int level, int optname, void *optval, int *optlen) name = "SO_ERROR"; break; case SO_PEERCRED: - name = "SO_PEERCRED"; + name = "SO_PEERCRED"; } if ((optval diff --git a/winsup/cygwin/newsym b/winsup/cygwin/newsym index 301958ee5..a2c7206cd 100755 --- a/winsup/cygwin/newsym +++ b/winsup/cygwin/newsym @@ -18,7 +18,7 @@ _$newsym: .section .idata\$7 .long __head_cygwin1_dll - .section .idata\$5 + .section .idata\$5 __imp__$newsym: .rva 1f .section .idata\$4 diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h index dfebe77d1..5a43df538 100644 --- a/winsup/cygwin/ntdll.h +++ b/winsup/cygwin/ntdll.h @@ -382,9 +382,9 @@ typedef struct _FILE_ACCESS_INFORMATION { ACCESS_MASK AccessFlags; } FILE_ACCESS_INFORMATION, *PFILE_ACCESS_INFORMATION; -typedef struct _FILE_POSITION_INFORMATION { - LARGE_INTEGER CurrentByteOffset; -} FILE_POSITION_INFORMATION, *PFILE_POSITION_INFORMATION; +typedef struct _FILE_POSITION_INFORMATION { + LARGE_INTEGER CurrentByteOffset; +} FILE_POSITION_INFORMATION, *PFILE_POSITION_INFORMATION; typedef struct _FILE_MODE_INFORMATION { ULONG Mode; @@ -394,10 +394,10 @@ typedef struct _FILE_ALIGNMENT_INFORMATION { ULONG AlignmentRequirement; } FILE_ALIGNMENT_INFORMATION; -typedef struct _FILE_NAME_INFORMATION { - ULONG FileNameLength; - WCHAR FileName[1]; -} FILE_NAME_INFORMATION, *PFILE_NAME_INFORMATION; +typedef struct _FILE_NAME_INFORMATION { + ULONG FileNameLength; + WCHAR FileName[1]; +} FILE_NAME_INFORMATION, *PFILE_NAME_INFORMATION; typedef struct _FILE_ALL_INFORMATION { FILE_BASIC_INFORMATION BasicInformation; diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 0d67e72dc..afcd9dd7e 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -589,7 +589,7 @@ path_conv::check (const char *src, unsigned opt, sym.contents[0] = '\0'; int symlen = 0; - + for (unsigned pflags_or = opt & PC_NO_ACCESS_CHECK; ; pflags_or = 0) { const suffix_info *suff; @@ -637,7 +637,7 @@ path_conv::check (const char *src, unsigned opt, fhandler_virtual *fh = (fhandler_virtual *) build_fh_dev (dev, path_copy); int file_type = fh->exists (); if (file_type == -2) - { + { fh->fill_filebuf (); symlen = sym.set (fh->get_filebuf ()); } @@ -756,11 +756,11 @@ is_virtual_symlink: error = sym.error; if (component == 0) add_ext_from_sym (sym); - else if (!(sym.fileattr & FILE_ATTRIBUTE_DIRECTORY)) - { - error = ENOTDIR; + else if (!(sym.fileattr & FILE_ATTRIBUTE_DIRECTORY)) + { + error = ENOTDIR; goto out; - } + } if (pcheck_case == PCHECK_RELAXED) goto out; // file found /* Avoid further symlink evaluation. Only case checks are @@ -2509,7 +2509,7 @@ is_floppy (const char *dos) if (!QueryDosDevice (dos, dev, 256)) return false; return strncasematch (dev, "\\Device\\Floppy", 14) - || strcasematch (dev, "A:"); + || strcasematch (dev, "A:"); } extern "C" FILE * @@ -2652,7 +2652,7 @@ symlink_worker (const char *topath, const char *frompath, bool use_winsym, { win32_topath.check (topath, PC_SYM_NOFOLLOW); if (win32_topath.error != ENOENT) - strcpy (use_winsym ? reltopath : w32topath, win32_topath); + strcpy (use_winsym ? reltopath : w32topath, win32_topath); } else if (!use_winsym) strcpy (w32topath, reltopath); @@ -2668,7 +2668,7 @@ symlink_worker (const char *topath, const char *frompath, bool use_winsym, } } else - { + { win32_topath.check (topath, PC_FULL | PC_SYM_NOFOLLOW); strcpy (w32topath, win32_topath); } @@ -2802,7 +2802,7 @@ cmp_shortcut_header (win_shortcut_hdr *file_header) return file_header->size == sizeof (win_shortcut_hdr) && !memcmp (&file_header->magic, &GUID_shortcut, sizeof GUID_shortcut) && (file_header->flags & ~WSH_FLAG_IDLIST) - == (WSH_FLAG_DESC | WSH_FLAG_RELPATH) + == (WSH_FLAG_DESC | WSH_FLAG_RELPATH) && file_header->run == SW_NORMAL; } @@ -4014,7 +4014,7 @@ basename (char *path) { /* Trailing (back)slashes are eliminated. */ while (c && c > bs && c[1] == '\0') - { + { *c = '\0'; c = strrchr (bs, '/'); if ((d = strrchr (c ?: bs, '\\')) > c) @@ -4052,22 +4052,22 @@ dirname (char *path) { /* Trailing (back)slashes are eliminated. */ while (c && c > bs && c[1] == '\0') - { + { *c = '\0'; c = strrchr (bs, '/'); if ((d = strrchr (c ?: bs, '\\')) > c) c = d; } if (!c) - strcpy (bs, "."); + strcpy (bs, "."); else if (c > bs) { /* More trailing (back)slashes are eliminated. */ while (c > bs && (*c == '/' || *c == '\\')) *c-- = '\0'; - } + } else - c[1] = '\0'; + c[1] = '\0'; } else strcpy (bs, "."); diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index 33576e887..9a819ec39 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -114,7 +114,7 @@ pinfo::maybe_set_exit_code_from_windows () if (hProcess && !(self->exitcode & EXITCODE_SET)) { WaitForSingleObject (hProcess, INFINITE); // just to be safe, in case - // process hasn't quite exited + // process hasn't quite exited // after closing pipe GetExitCodeProcess (hProcess, &x); self->exitcode = EXITCODE_SET | (x & 0xff) << 8; @@ -467,7 +467,7 @@ _pinfo::commune_recv () } case PICOM_CWD: { - CloseHandle (__fromthem); __fromthem = NULL; + CloseHandle (__fromthem); __fromthem = NULL; CloseHandle (hp); unsigned int n = strlen (cygheap->cwd.get (path, 1, 1, CYG_MAX_PATH)) + 1; @@ -479,7 +479,7 @@ _pinfo::commune_recv () } case PICOM_ROOT: { - CloseHandle (__fromthem); __fromthem = NULL; + CloseHandle (__fromthem); __fromthem = NULL; CloseHandle (hp); unsigned int n; if (cygheap->root.exists ()) @@ -494,7 +494,7 @@ _pinfo::commune_recv () } case PICOM_FDS: { - CloseHandle (__fromthem); __fromthem = NULL; + CloseHandle (__fromthem); __fromthem = NULL; CloseHandle (hp); unsigned int n = 0; int fd; @@ -511,7 +511,7 @@ _pinfo::commune_recv () sigproc_printf ("WriteFile fd %d failed, %E", fd); break; } - break; + break; } case PICOM_PIPE_FHANDLER: { @@ -563,7 +563,7 @@ _pinfo::commune_recv () sigproc_printf ("WriteFile sizeof fd failed, %E"); else if (!WriteFile (__tothem, path, n, &nr, NULL)) sigproc_printf ("WriteFile fd failed, %E"); - break; + break; } case PICOM_FIFO: { @@ -729,9 +729,9 @@ _pinfo::commune_send (DWORD code, ...) goto err; } if (!n) - res.s = NULL; + res.s = NULL; else - { + { res.s = (char *) malloc (n); char *p; for (p = res.s; ReadFile (fromthem, p, n, &nr, NULL); p += nr) @@ -741,7 +741,7 @@ _pinfo::commune_send (DWORD code, ...) __seterrno (); goto err; } - } + } res.n = n; break; case PICOM_FIFO: diff --git a/winsup/cygwin/poll.cc b/winsup/cygwin/poll.cc index 50f675372..633696c80 100644 --- a/winsup/cygwin/poll.cc +++ b/winsup/cygwin/poll.cc @@ -134,7 +134,7 @@ poll (struct pollfd *fds, unsigned int nfds, int timeout) && (sock = cygheap->fdtab[fds[i].fd]->is_socket ()) && sock->connect_state () == connect_failed) fds[i].revents |= (POLLIN | POLLERR); - else + else { if (FD_ISSET(fds[i].fd, write_fds)) fds[i].revents |= POLLOUT; diff --git a/winsup/cygwin/regex/regerror.c b/winsup/cygwin/regex/regerror.c index 4d14ab231..42b045bae 100644 --- a/winsup/cygwin/regex/regerror.c +++ b/winsup/cygwin/regex/regerror.c @@ -80,7 +80,7 @@ size_t errbuf_size; for (r = rerrs; r->code >= 0; r++) if (r->code == target) break; - + if (errcode®_ITOA) { if (r->code >= 0) (void) strcpy(convbuf, r->name); diff --git a/winsup/cygwin/security.h b/winsup/cygwin/security.h index d304525a4..292139263 100644 --- a/winsup/cygwin/security.h +++ b/winsup/cygwin/security.h @@ -360,7 +360,7 @@ void set_cygwin_privileges (HANDLE token); #define pop_thread_privilege() \ if (_dup_token) \ { \ - ImpersonateLoggedOnUser (_token); \ + ImpersonateLoggedOnUser (_token); \ CloseHandle (_dup_token); \ } \ } diff --git a/winsup/cygwin/select.cc b/winsup/cygwin/select.cc index 4abc24985..9a6ccf2ea 100644 --- a/winsup/cygwin/select.cc +++ b/winsup/cygwin/select.cc @@ -180,7 +180,7 @@ pselect(int maxfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, set_signal_mask (*set); } int ret = cygwin_select (maxfds, readfds, writefds, exceptfds, - ts ? &tv : NULL); + ts ? &tv : NULL); if (set) set_signal_mask (oldset); return ret; @@ -603,7 +603,7 @@ out: gotone += s->write_ready = true; } #else - gotone += s->write_ready = true; + gotone += s->write_ready = true; #endif } } diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 5550c9138..e12c18012 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -473,8 +473,8 @@ create_signal_arrived () ProtectHandle (signal_arrived); } -/* Message initialization. Called from dll_crt0_1 - +/* Signal thread initialization. Called from dll_crt0_1. + This routine starts the signal handling thread. The wait_sig_inited event is used to signal that the thread is ready to handle signals. We don't wait for this during initialization but instead detect it diff --git a/winsup/cygwin/strace.cc b/winsup/cygwin/strace.cc index 8716ccef9..38b00f6cb 100644 --- a/winsup/cygwin/strace.cc +++ b/winsup/cygwin/strace.cc @@ -149,7 +149,7 @@ strace::vsprntf (char *buf, const char *func, const char *infmt, va_list ap) *p = '\000'; p = progname; count = __small_sprintf (buf, fmt, p && *p ? p : "?", - myself->pid ?: GetCurrentProcessId (), + myself->pid ?: GetCurrentProcessId (), execing ? "!" : ""); if (func) count += getfunc (buf + count, func); diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc index 5f2b4420d..4f8352f37 100644 --- a/winsup/cygwin/syscalls.cc +++ b/winsup/cygwin/syscalls.cc @@ -925,7 +925,7 @@ fsync (int fd) EXPORT_ALIAS (fsync, fdatasync) -static void +static void sync_worker (const char *vol) { HANDLE fh = CreateFileA (vol, GENERIC_WRITE, wincap.shared (), @@ -944,16 +944,16 @@ extern "C" void sync () { char vol[CYG_MAX_PATH]; - + if (wincap.has_guid_volumes ()) /* Win2k and newer */ { char a_drive[CYG_MAX_PATH] = {0}; char b_drive[CYG_MAX_PATH] = {0}; if (is_floppy ("A:")) - GetVolumeNameForVolumeMountPointA ("A:\\", a_drive, CYG_MAX_PATH); + GetVolumeNameForVolumeMountPointA ("A:\\", a_drive, CYG_MAX_PATH); if (is_floppy ("B:")) - GetVolumeNameForVolumeMountPointA ("B:\\", a_drive, CYG_MAX_PATH); + GetVolumeNameForVolumeMountPointA ("B:\\", a_drive, CYG_MAX_PATH); HANDLE sh = FindFirstVolumeA (vol, CYG_MAX_PATH); if (sh != INVALID_HANDLE_VALUE) @@ -964,7 +964,7 @@ sync () /* Check vol for being a floppy on A: or B:. Skip them. */ if (strcasematch (vol, a_drive) || strcasematch (vol, b_drive)) - { + { debug_printf ("Is floppy, don't sync"); continue; } @@ -988,7 +988,7 @@ sync () drives &= ~2; strcpy (vol, "\\\\.\\A:"); do - { + { /* Geeh. Try to sync only non-floppy drives. */ if (drives & mask) { @@ -1208,9 +1208,9 @@ rename (const char *oldpath, const char *newpath) if (real_old.isdir () && ((lasterr == ERROR_SHARING_VIOLATION && wincap.has_move_file_ex ()) || (lasterr == ERROR_ACCESS_DENIED && !real_new.exists () - && !wincap.has_move_file_ex ()) + && !wincap.has_move_file_ex ()) || (lasterr == ERROR_ALREADY_EXISTS && real_new.exists () - && !wincap.has_move_file_ex ())) + && !wincap.has_move_file_ex ())) && (len = strlen (real_old), strncasematch (real_old, real_new, len)) && real_new[len] == '\\') SetLastError (ERROR_INVALID_PARAMETER); @@ -1743,7 +1743,7 @@ statvfs (const char *fname, struct statvfs *sfs) else availc = freec; if (GetVolumeInformation (root, NULL, 0, &vsn, &maxlen, &flags, NULL, 0)) - { + { sfs->f_bsize = spc*bps; sfs->f_frsize = spc*bps; sfs->f_blocks = totalc; @@ -1966,7 +1966,7 @@ extern "C" int seteuid32 (__uid32_t uid) { debug_printf ("uid: %u myself->uid: %u myself->gid: %u", - uid, myself->uid, myself->gid); + uid, myself->uid, myself->gid); if (uid == myself->uid && !cygheap->user.groups.ischanged) { @@ -2055,7 +2055,7 @@ seteuid32 (__uid32_t uid) /* Try setting default DACL */ char dacl_buf[MAX_DACL_LEN (5)]; if (sec_acl ((PACL) dacl_buf, true, true, usersid)) - { + { TOKEN_DEFAULT_DACL tdacl = { (PACL) dacl_buf }; if (!SetTokenInformation (new_token, TokenDefaultDacl, &tdacl, sizeof (tdacl))) @@ -2175,7 +2175,7 @@ setegid32 (__gid32_t gid) { /* If impersonated, update impersonation token... */ if (!SetTokenInformation (cygheap->user.primary_token (), - TokenPrimaryGroup, &gsid, sizeof gsid)) + TokenPrimaryGroup, &gsid, sizeof gsid)) debug_printf ("SetTokenInformation(primary_token, " "TokenPrimaryGroup), %E"); if (!SetTokenInformation (cygheap->user.token (), TokenPrimaryGroup, @@ -2467,7 +2467,7 @@ getpriority (int which, id_t who) { _pinfo *p = pids[i]; if (p) - switch (which) + switch (which) { case PRIO_PROCESS: if ((pid_t) who == p->pid) diff --git a/winsup/cygwin/syslog.cc b/winsup/cygwin/syslog.cc index a363b95dc..b856bb7aa 100644 --- a/winsup/cygwin/syslog.cc +++ b/winsup/cygwin/syslog.cc @@ -1,6 +1,6 @@ /* syslog.cc - Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc. + Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Red Hat, Inc. This file is part of Cygwin. @@ -201,11 +201,11 @@ try_connect_syslogd (const char *msg, int len) if (stat64 (_PATH_LOG, &st) || !S_ISSOCK (st.st_mode)) goto out; if ((fd = cygwin_socket (AF_LOCAL, SOCK_DGRAM, 0)) < 0) - goto out; + goto out; sa.sa_family = AF_LOCAL; strncpy (sa.sa_data, _PATH_LOG, sizeof sa.sa_data); if (cygwin_connect (fd, &sa, sizeof sa)) - { + { if (get_errno () != EPROTOTYPE) { close (fd); @@ -230,9 +230,9 @@ out: { ret = write (syslogd_sock, msg, len); /* If write fails and LOG_CONS is set, return failure to vsyslog so - it falls back to the usual logging method for this OS. */ + it falls back to the usual logging method for this OS. */ if (ret >= 0 || !(_my_tls.locals.process_logopt & LOG_CONS)) - ret = syslogd_sock; + ret = syslogd_sock; } try_connect_guard.release (); return ret; diff --git a/winsup/cygwin/timer.cc b/winsup/cygwin/timer.cc index a20e04b6e..0714eb160 100644 --- a/winsup/cygwin/timer.cc +++ b/winsup/cygwin/timer.cc @@ -66,7 +66,7 @@ timer_tracker::cancel () { if (!hcancel) return false; - + SetEvent (hcancel); if (WaitForSingleObject (syncthread, INFINITE) != WAIT_OBJECT_0) api_fatal ("WFSO failed waiting for timer thread, %E"); @@ -128,7 +128,7 @@ timer_thread (VOID *x) long long sleep_us; long sleep_ms; /* Account for delays in starting thread - and sending the signal */ + and sending the signal */ now = gtod.usecs (false); sleep_us = sleepto_us - now; if (sleep_us > 0) diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc index 0ee38f791..894132658 100644 --- a/winsup/cygwin/uinfo.cc +++ b/winsup/cygwin/uinfo.cc @@ -450,7 +450,7 @@ cygheap_user::env_systemroot (const char *name, size_t namelen) { int size = GetWindowsDirectory (NULL, 0); if (size > 0) - { + { psystemroot = (char *) cmalloc (HEAP_STR, ++size); size = GetWindowsDirectory (psystemroot, size); if (size <= 0) @@ -460,7 +460,7 @@ cygheap_user::env_systemroot (const char *name, size_t namelen) } } if (size <= 0) - debug_printf ("GetWindowsDirectory(), %E"); + debug_printf ("GetWindowsDirectory(), %E"); } return psystemroot; } -- cgit v1.2.3