Commit Graph

  • 7c3de623b6 * include/fcntl.h (_fmode): Remove declarations and compatibility defines. (_setmode, setmode): Remove prototypes. * include/stdlib (_fmode): Add declarations and compatibility defines. Change type to int. * include/io.h (_setmode, setmode): Add prototypes. * samples/fmode/all.c: Adjust includes. * samples/fmode/test.c: Likewise. * crt1.c (_CRT_fmode): Declare as int. * CRTfmode.c (_CRT_fmode): Likewise. Danny Smith 2002-10-03 00:49:21 +0000
  • 14ab3f24e1 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-10-02 19:14:25 +0000
  • cf605cdaba 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-10-02 06:29:04 +0000
  • d345606243 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-10-02 06:22:08 +0000
  • f485ab9431 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-10-02 05:37:46 +0000
  • 541a513e0a 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-10-02 05:22:11 +0000
  • 25bab762cd 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-10-02 04:40:23 +0000
  • 5df3933b2f * configure: Move stray lines back to where they belong. Alan Modra 2002-10-02 03:47:32 +0000
  • 516658560f * include/stdlib.h (_imp____mbcur_max): add missing ';'. (_imp____mbcur_max_dll): Likewise. Danny Smith 2002-10-02 03:43:33 +0000
  • c3802bc05a * configure: Move stray line back to where it belongs. Alan Modra 2002-10-02 02:41:36 +0000
  • 03e5288839 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-10-01 23:35:42 +0000
  • 00c4e53eac 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-10-01 23:21:51 +0000
  • 24197bb62b 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-10-01 22:58:14 +0000
  • cd2d319d31 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-10-01 22:34:16 +0000
  • 404f35cb5c 2002-10-01 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-09-30 21:06:05 +0000
  • 18be975d30 * cygserver_transport_pipes.cc (transport_layer_pipes::accept): Remove trailing \n from debug_printf. Conrad Scott 2002-09-30 18:31:56 +0000
  • 6cae97d5dc whitespace Christopher Faylor 2002-09-30 15:17:44 +0000
  • 66dca8bb0d * thread.cc (pthread_mutex::initMutex): Remove \n from api_fatal. Christopher Faylor 2002-09-30 15:11:55 +0000
  • bd2b5664a1 * thread.cc (pthread::precreate): Use explicit "no inherit" option when creating mutex. (pthread_mutex::nativeMutex::init): Ditto. (semaphore::semaphore): Ditto. Christopher Faylor 2002-09-30 15:05:00 +0000
  • e58273df45 * thread.cc (pthread_key::keys): Do not copy on fork. (pthread_mutex::mutexInitializationLock): Ditto. (pthreadNull::_instance): Ditto. Christopher Faylor 2002-09-30 15:00:52 +0000
  • 63e5f2006d * exceptions.cc (unused_sig_wrapper): Still need additional level of indirection when setting errno. Christopher Faylor 2002-09-30 14:18:43 +0000
  • 00a8c44a5b Fix date in last commit. Richard Sandiford 2002-09-30 12:08:05 +0000
  • bf42f57df6 [include/opcode/] * mips.h: Update comment for new opcodes. (OP_MASK_VECBYTE, OP_SH_VECBYTE): New. (OP_MASK_VECALIGN, OP_SH_VECALIGN): New. (INSN_4111, INSN_4120, INSN_5400, INSN_5500): New. (CPU_VR4120, CPU_VR5400, CPU_VR5500): New. (OPCODE_IS_MEMBER): Handle the new CPU_* values and INSN_* flags. Don't match CPU_R4111 with INSN_4100. Richard Sandiford 2002-09-30 11:58:09 +0000
  • 3342a2e928 [include/elf] * mips.h (E_MIPS_MACH_4120, E_MIPS_MACH_5400, E_MIPS_MACH_5500): New. Richard Sandiford 2002-09-30 11:53:55 +0000
  • 06175d0acd 2002-09-30 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-09-30 11:43:43 +0000
  • 1f3e9931a5 Add cpu directory. Nick Clifton 2002-09-30 10:34:06 +0000
  • f70389b541 Remove \n from calls to strace class printfs throughout. Christopher Faylor 2002-09-30 04:35:18 +0000
  • da77b2c84c remove newline Christopher Faylor 2002-09-30 04:27:32 +0000
  • e7733defb9 * exceptions.cc (unused_sig_wrapper): Accommodate newer compilers. Christopher Faylor 2002-09-30 04:26:52 +0000
  • f789fbbf35 * security.cc (allow_ntsec): Default to zero. * environ.cc (environ_init): Set allow_ntsec to TRUE by default, assuming OS allows it. Christopher Faylor 2002-09-30 03:05:13 +0000
  • 0fa64fa3a7 * cygpath.cc (close_arg): Remove unused static. * mkgroup.c (enum_local_users): Avoid compiler warning. (enum_users): Ditto. * mkpasswd.c: Ditto throughout. * ssp.c: Ditto throughout. Christopher Faylor 2002-09-30 03:01:17 +0000
  • 9d1e72a175 * environ.cc (environ_init): Avoid a compiler warning. * path.cc (path_conv::check): Ditto. * path.h (path_conv::operator int): Ditto. * regex/engine.c: Ditto throughout. * regex/regcomp.c: Ditto throughout. * regex/regexec.c: Ditto throughout. Christopher Faylor 2002-09-30 02:51:22 +0000
  • 79ed43004f * thread.cc: Use "%E" in *_printf throughout rather than calling GetLastError. GNUify comments. (__pthread_mutex_lock): Don't return error on EBUSY since that just means that the mutex has already been initialized. Christopher Faylor 2002-09-30 01:19:45 +0000
  • 881ffcb478 GNUify slightly. Christopher Faylor 2002-09-29 23:56:57 +0000
  • eb208df05a 2002-09-30 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-09-29 23:47:45 +0000
  • b2c3ba8ad0 2002-09-29 Andrew Cagney <ac131313@redhat.com> Andrew Cagney 2002-09-29 17:19:28 +0000
  • 8d3e62651e 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-09-29 16:12:36 +0000
  • 1a575bb3c8 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-09-29 15:59:34 +0000
  • 4d8eba164f Add missing ChangeLog entry. Christopher Faylor 2002-09-29 03:15:55 +0000
  • aea1f301fc * cygthread.h (cygthread::terminate): Declare new function. (cygthread::initialized): Change to 'int'. * cygthread.cc (cygthread::stub): Exit thread if initialized < 0. (cygthread::new): Ditto. (cygthread::runner): Ditto. Set initialized using xor to preserve sign. (cygthread::terminate): New function. * dcrt0.cc (do_exit): Call cygthread::terminate. Christopher Faylor 2002-09-29 02:19:35 +0000
  • fc5dae1cca * Makefile.in (check): Be more defensive when creating testsuite config.status. Christopher Faylor 2002-09-28 03:15:44 +0000
  • 4c67ff152d * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the things that depend on them. Geoffrey Keating 2002-09-28 01:44:34 +0000
  • 59a758bd31 The v850 does not have a ctbp register. Add myself to write-after-approval section of MAINTAINERS file. * libc/sys/sysnecv850/crt0.S (start): Delete v850 code for initializing the ctbp register. Jim Wilson 2002-09-27 20:26:00 +0000
  • 1ed3c86dd7 2002-09-27 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-27 20:17:52 +0000
  • 8921a7a7a3 bfd/ * reloc.c: Add x86-64 TLS relocs. * bfd-in2.h, libbfd.h: Rebuilt. * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit relocs. Add TLS relocs. (x86_64_reloc_map): Add TLS relocs. (elf64_x86_64_info_to_howto): Adjust for added TLS relocs. (struct elf64_x86_64_link_hash_entry): Add tls_type field. (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define. (elf64_x86_64_hash_entry): Define. (struct elf64_x86_64_obj_tdata): New. (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define. (struct elf64_x86_64_link_hash_table): Add tls_ld_got. (link_hash_newfunc): Initialize tls_type. (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got. (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary. (elf64_x86_64_mkobject): New. (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata. (elf64_x86_64_tls_transition): New. (elf64_x86_64_check_relocs): Add r_type variable and use it. Handle TLS relocs. (elf64_x86_64_gc_sweep_hook): Handle TLS relocs. (allocate_dynrelocs): Allocate GOT space for TLS relocs. (elf64_x86_64_size_dynamic_sections): Likewise. (dtpoff_base, tpoff): New. (elf64_x86_64_relocate_section): Handle TLS relocs. (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT entries. (bfd_elf64_mkobject): Define. Jakub Jelinek 2002-09-27 19:29:16 +0000
  • da6a08decb 2002-09-27 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-09-27 15:08:50 +0000
  • 39bd4d5016 2002-09-26 Andrew Cagney <ac131313@redhat.com> Andrew Cagney 2002-09-26 19:40:29 +0000
  • 1ae955baac 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-09-26 04:25:16 +0000
  • 426ce14a22 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-09-25 17:25:27 +0000
  • 862fb4455b Really rebuild it this time. :sigh: Nathanael Nerode 2002-09-25 16:56:04 +0000
  • 00f56d7b36 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Autogenerate *-target-* lists, dependencies of all-target-foo on configure-target-foo. * Makefile.def: Ditto. * Makefile.in: Rebuild. Nathanael Nerode 2002-09-25 16:53:08 +0000
  • 961973e7a4 * cygrun.c (main): Fix setting of CYGWIN environment variable. * Makefile.in: Remove linking of unnecessary libraries. Christopher Faylor 2002-09-25 13:53:46 +0000
  • 38c77307c5 * fhandler_proc.cc (format_process_stat): make ctty a real device number. (format_process_status): use effective uid/gid as real and saved uid/gid. Christopher Faylor 2002-09-25 12:24:23 +0000
  • bba0272654 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-09-24 23:01:30 +0000
  • 6e1dfd2d96 2002-09-24 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-24 21:26:45 +0000
  • f4b098d95e * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno code EOVERFLOW. (_sys_errlist): Add entries for EILSEQ and EOVERFLOW. (strerror): Ditto. * mmap.cc (map_map): Set errno in case of error. (mmap64): Remove setting errno explicitely to ENOMEM. Corinna Vinschen 2002-09-24 14:17:50 +0000
  • 06f1353ae8 * libc/include/sys/errno.h: Add EOVERFLOW. Corinna Vinschen 2002-09-24 14:10:12 +0000
  • 6b579509ea * mmap.cc (map_map): Add debug output. (mmap64): Evaluate gran_len correctly even if offset isn't 0. Corinna Vinschen 2002-09-24 13:48:07 +0000
  • 1878ede072 * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h has been included first. Danny Smith 2002-09-24 01:47:27 +0000
  • 7aaee7b646 2002-09-24 Rene Moeller Fonseca <fonseca@users.sourceforge.net> Danny Smith 2002-09-24 01:28:00 +0000
  • b14dad687d * configure.in (with_headers): Skip copy if value is "yes". (with_libs): Likewise. Jason Thorpe 2002-09-23 23:36:54 +0000
  • f0227ea3c7 More GNUify non-GNU formatted functions calls throughout. Christopher Faylor 2002-09-23 00:31:31 +0000
  • c87c8a533f Reset ChangeLog dates from cygwin_daemon merge. Christopher Faylor 2002-09-22 21:44:17 +0000
  • 6299349ba4 white space. Christopher Faylor 2002-09-22 21:39:03 +0000
  • c6392f6a72 * Makefile.in (DLL_O_FILES): Restore formatting. Christopher Faylor 2002-09-22 16:33:36 +0000
  • 1c001dd2d6 2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com> Conrad Scott 2002-09-22 12:04:15 +0000
  • a5cc51fa3c * init.cc (dll_entry): Temporarily disable thread detach code. Christopher Faylor 2002-09-22 03:39:48 +0000
  • c90e1cf179 * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has already taken care of that. * fhandler_console.cc (fhandler_console::open): Initialize handles to NULL. (fhandler_console::close): Ditto. GNUify non-GNU formatted functions calls throughout. Christopher Faylor 2002-09-22 03:38:57 +0000
  • 228f6b6e07 whitespace Christopher Faylor 2002-09-22 00:46:24 +0000
  • 8b21c48771 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2002-09-21 16:35:47 +0000
  • 9fc5ba9656 * cygwin_ipc.h: Move to "include/cygwin/ipc.h". * cygwin_shm.h: Move to "include/cygwin/shm.h". * include/cygwin/ipc.h: New file. * include/cygwin/shm.h: New file. * ipc.c:c Update <cygwin/ipc.h> include. * cygserver_shm.cc: Update <cygwin/shm.h> include. * shm.cc: Ditto. Conrad Scott 2002-09-21 13:03:24 +0000
  • 01f58e415c 2002-09-21 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-09-21 03:59:58 +0000
  • af428c1ef4 2002-09-21 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-09-21 03:20:27 +0000
  • 20b94ee904 2002-09-21 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-09-21 01:59:46 +0000
  • 8b1978c30c 2002-09-21 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-09-20 23:46:12 +0000
  • 4e2822f160 2002-09-21 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-09-20 22:34:05 +0000
  • 1e0e64c9d8 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-20 21:56:13 +0000
  • 4ca88d4714 2002-09-20 Nathanael Nerode <neroden@doctor.moo.mud.org> Nathanael Nerode 2002-09-20 21:03:04 +0000
  • 1525d127da 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-20 20:13:11 +0000
  • da25e61f59 2002-09-20 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-20 17:11:29 +0000
  • 0226921e1d * libiberty.h (asprintf, vasprintf): Don't declare them if the corresponding HAVE_DECL_ macro is 1. Alexandre Oliva 2002-09-20 00:21:58 +0000
  • 76f28487ee * mingwex/math/files.txt: Remove inadvertantly added file. Danny Smith 2002-09-19 23:05:27 +0000
  • 5b9ee5393b 2002-09-19 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-19 21:37:20 +0000
  • 50558bf3bd 2002-09-19 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-19 21:28:52 +0000
  • 0688e43db7 bfd/ * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE, BFD_RELOC_386_TLS_GOTIE): Add. * bfd-in2.h, libbfd.h: Rebuilt. * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE and R_386_TLS_GOTIE. (elf_i386_reloc_type_lookup): Handle it. (struct elf_i386_link_hash_entry): Change tls_type type to unsigned char instead of enum, change GOT_* into defines. (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define. (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE. (elf_i386_check_relocs): Likewise. Avoid crash if local symbol is accessed both as normal and TLS symbol. Move R_386_TLS_LDM and R_386_PLT32 cases so that R_386_TLS_IE can fall through. Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs. (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE. Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs. (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if tls_type is GOT_TLS_IE_BOTH. (elf_i386_size_dynamic_sections): Likewise. (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE. Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs. (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch all 4 GOT_TLS_* TLS types. gas/ * config/tc-i386.c (tc_i386_fix_adjustable): Handle BFD_RELOC_386_TLS_IE and BFD_RELOC_386_TLS_GOTIE. (BFD_RELOC_386_TLS_IE, BFD_RELOC_386_TLS_GOTIE): Define to 0 if not defined. (lex_got): Handle @GOTNTPOFF and @INDNTPOFF. (md_apply_fix3, tc_gen_reloc): Handle BFD_RELOC_386_TLS_IE and BFD_RELOC_386_TLS_GOTIE. gas/testsuite/ * gas/i386/tlspic.s: Add tests. * gas/i386/tlspic.d: Regenerated. * gas/i386/tlsnopic.s: Add tests. * gas/i386/tlsnopic.d: Regenerated. include/ * elf/i386.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE): Define. ld/testsuite/ * ld-i386/i386.exp: New. * ld-i386/tlsbin.dd: New test. * ld-i386/tlsbinpic.s: New test. * ld-i386/tlsbin.rd: New test. * ld-i386/tlsbin.s: New test. * ld-i386/tlsbin.sd: New test. * ld-i386/tlsbin.td: New test. * ld-i386/tlslib.s: New test. * ld-i386/tlsnopic1.s: New test. * ld-i386/tlsnopic2.s: New test. * ld-i386/tlsnopic.dd: New test. * ld-i386/tlsnopic.rd: New test. * ld-i386/tlsnopic.sd: New test. * ld-i386/tlspic1.s: New test. * ld-i386/tlspic2.s: New test. * ld-i386/tlspic.dd: New test. * ld-i386/tlspic.rd: New test. * ld-i386/tlspic.sd: New test. * ld-i386/tlspic.td: New test. Jakub Jelinek 2002-09-19 19:01:18 +0000
  • 20775b213d Remove (errant) trailing semicolon (;) from the extern "C" { } declaration. Nick Clifton 2002-09-19 15:48:16 +0000
  • 580e99a151 Cleanup calls to CreateFile throughout. * dcrt0.cc (__api_fatal): Correctly check for failing return from CreateFile. * assert.cc (__assert): Don't check return value from CreateFile for NULL. * fhandler_console.cc (set_console_state_for_spawn): Ditto. * fork.cc (fork_parent): Ditto. Christopher Faylor 2002-09-19 15:12:48 +0000
  • 776044d554 * include/string.h (_strerror): Move into #ifndef __STRICT_ANSI__ block. Danny Smith 2002-09-19 05:35:30 +0000
  • 468b26c591 * cygcheck.cc: Include sys/time.h rather than time.h to avoid a compiler error. Christopher Faylor 2002-09-19 03:48:19 +0000
  • 5bf785a017 * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads may not end up in the pool. (cygthread::new): Avoid race when checking for initialized. Add debugging code. * fhandler.cc (fhandler_base::raw_read): Add case for ERROR_INVALID_HANDLE due to Win95 directories. (fhandler_base::open): Handle errors due to Win95 directories. (fhandler_base::close): Add get_nohandle () test. (fhandler_base::set_close_on_exec): Ditto. (fhandler_base::fork_fixup): Ditto. (fhandler_base::lock): Change error code to Posix EINVAL. (fhandler_base::dup): If get_nohandle (), set new value to INVALID_HANDLE_VALUE instead of NULL. * fhandler_disk_file.cc (fhandler_disk_file::fstat): Call fstat_by_name if get_nohandle (). Remove extraneous element from strpbrk. (fhandler_disk_file::open): Remove test for Win95 directory. * fhandler_random.cc (fhandler_dev_random::open): Add set_nohandle (). * fhandler_clipboard.cc (fhandler_dev_clipboard::open): Ditto. * fhandler_zero.cc (fhandler_dev_zero::open): Ditto. (fhandler_dev_zero::close): Delete. * fhandler.h (class fhandler_dev_zero): Ditto. Christopher Faylor 2002-09-19 03:30:20 +0000
  • 57dfd574a7 2002-09-18 Eric R. Krause <ekrause_98@users.sourceforge.net> Danny Smith 2002-09-19 00:01:18 +0000
  • 41cb3243c5 * include/time.h (__need_NULL): Define before including stddef.h. Thanks to: R�diger Dehmel <de@lmnet.de>. Danny Smith 2002-09-17 21:36:02 +0000
  • e58d89280b 2002-09-17 Daniel Schlyder <daniel@dascdev.net> Danny Smith 2002-09-17 21:21:48 +0000
  • 4ddb62e794 * cygcheck.cc: Reorder includes to avoid compiler error. Christopher Faylor 2002-09-17 17:13:21 +0000
  • 9f06b64aa9 2002-09-17 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-09-17 10:01:49 +0000
  • f1f1379560 2002-09-17 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-09-17 09:12:36 +0000
  • cbb704cf60 * include/shlobj.h (SHGetSpecialFolderPath[AW]): Add _WIN32_IE guard. Correct prototype for wide version. (SHGetFolderPath): Add comment on shfolder.dll library. (SHGetFolderLocation): Add prototyope for WinME and W2K. (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP. Danny Smith 2002-09-17 03:08:11 +0000
  • 9211a1adec 2002-09-16 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-09-16 18:55:25 +0000
  • d04cf16c52 * init.cc: Cleanup slightly and remove obsolete code. Christopher Faylor 2002-09-16 16:09:54 +0000
  • 4e78617321 2002-09-11 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-09-16 10:53:29 +0000