Commit Graph

  • a8833ac1ff * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin and $$s/newlib/libc/sys/cygwin32 include paths. * configure: Ditto. Corinna Vinschen 2003-05-12 13:59:17 +0000
  • 3b30f11fbf * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK, MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define. Thanks to: Robert Wishlaw <rwishlaw @ shaw . ca> Earnie Boyd 2003-05-12 12:29:00 +0000
  • b47fcdf03d * libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__. Corinna Vinschen 2003-05-12 11:26:11 +0000
  • 11e3a52072 * configure.host: Accomodate removing the libc/sys/cygwin dir. * libc/locale/ldpart.c (__part_load_locale): Use 64 bit stat call if __CYGWIN_USE_BIG_TYPES__ is set. * libc/search/hash.c (__hash_open): Ditto. (init_hash): Ditto. * libc/stdio/fseek.c (fseek): Ditto. * libc/stdio/makebuf.c (__smakebuf): Ditto. * libc/stdio/mktemp.c (_gettemp): Ditto. * libc/sys/cygwin/Makefile.am: Remove. * libc/sys/cygwin/Makefile.in: Remove. * libc/sys/cygwin/aclocal.m4: Remove. * libc/sys/cygwin/configure: Remove. * libc/sys/cygwin/configure.in: Remove. * libc/sys/cygwin/crt0.c: Move to winsup/cygwin directory. * libc/sys/cygwin/sys/dirent.h: Move to winsup/cygwin/include/sys directory. * libc/sys/cygwin/sys/param.h: Ditto. * libc/sys/cygwin/sys/utime.h: Ditto. * libc/sys/cygwin/sys/utmp.h: Ditto. Corinna Vinschen 2003-05-12 11:09:39 +0000
  • 194d9eb318 * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS. * fhandler.h (fhandler_virtual::fstat): Remove useless declaration. * fhandler_virtual.cc: Remove _COMPILING_NEWLIB define. * ipc.cc (ftok): Use stat64. * syscalls.cc (_fstat64): Remove alias. (_fstat): Ditto. (_stat): Ditto. (_fstat64_r): New function. (_fstat_r): Ditto. (_stat64_r): Ditto. (stat_r): Ditto. * crt0.o: New file, moved from newlib. * include/sys/param.h: Ditto. * include/sys/utime.h: Ditto. * include/sys/utmp.h: Ditto. * include/sys/dirent.h: Ditto. Expose different struct dirent, dependening of the environment. Corinna Vinschen 2003-05-12 11:06:27 +0000
  • 01859fc441 * Makefile.common: Remove newlib_sys_include and newlib_sys_include_include entirely. Set CRT0 to cygwin/crt0.o. Corinna Vinschen 2003-05-12 11:06:00 +0000
  • 214d1b21cb * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite, IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit, IPersistMemory,IPropertyNotifySink,IProvideClassInfo, IProvideClassInfo2,IConnectionPointContainer, IEnumConnectionPoints,IConnectionPoint,IEnumConnections, IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing, IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp, IPicture,IPictureDisp): Move from here to... * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite, IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit, IPersistMemory,IPropertyNotifySink,IProvideClassInfo, IProvideClassInfo2,IConnectionPointContainer, IEnumConnectionPoints,IConnectionPoint,IEnumConnections, IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing, IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp, IPicture,IPictureDisp): Here, as per documentation. Danny Smith 2003-05-12 10:43:08 +0000
  • e9a398893f 2003-05-12 Mattia Barbon <mbarbon@dsi.unive.it> Danny Smith 2003-05-12 10:35:35 +0000
  • cc95baad41 Replace ino_t by __ino64_t throughout. Corinna Vinschen 2003-05-11 21:52:09 +0000
  • d1b5e65ba3 * libc/include/sys/types.h: Don't define key_t for Cygwin. Corinna Vinschen 2003-05-11 12:51:52 +0000
  • aee7085346 * include/cygwin/types.h: Add key_t typedef. Corinna Vinschen 2003-05-11 12:50:18 +0000
  • ec48a95394 * libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly) 64 bit inodes. Christopher Faylor 2003-05-11 00:23:41 +0000
  • 066ca06fd0 * dir.cc (readdir): Fill out new old_d_ino field. * fhandler.h (fhandler_base::namehash): Define as ino_t. (fhandler_base::get_namehash): Ditto. * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Accommodate new 64 bit st_ino. * fhandler_socket.cc (fhandler_socket::fstat): Ditto. * path.cc (hash_path_name): Return ino_t. * syscalls.cc (stat64_to_stat32): Convert 64 bit inode to 32 bit. * winsup.h (hash_path_name): Declare as returning ino_t. * include/cygwin/stat.h (__stat32): Use 32 bit st_ino. (__stat64): Use 64 bit st_ino. * include/cygwin/types.h (__ino64_t): Define. (__ino32_t): Ditto. (ino_t): Define appropriately. Christopher Faylor 2003-05-11 00:10:11 +0000
  • bf759a5ae6 * include/shlguid.h (CGID_ShellServiceObject): Declare. * lib/uuid.c (CGID_ShellServiceObject): Define guid. Thanks to Chris Sutcliffe <ir0nh34d#users.sourceforge.net> * include/winuser.h (SetLayeredWindowAttributes): Add prototype. * lib/user32.def (SetLayeredWindowAttributes): Add stub. * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids. Danny Smith 2003-05-10 09:20:11 +0000
  • 3e66a81cd1 * Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API get leading underscore. * cygwin.din: Ditto. * include/cygwin/version.h: Bump API minor number. Corinna Vinschen 2003-05-09 22:11:25 +0000
  • a3cc585138 * libc/include/sys/config.h: Remove all Cygwin specific configuration. Include cygwin/config.h instead. Corinna Vinschen 2003-05-09 21:38:31 +0000
  • d3b450f3a1 * include/cygwin/config.h: New file. Corinna Vinschen 2003-05-09 21:27:40 +0000
  • 8e67b974a9 * libltp/include/test.h: Remove gethostid declaration. Corinna Vinschen 2003-05-09 20:53:22 +0000
  • b92899cca0 revert errnoneous checkin Christopher Faylor 2003-05-09 17:58:20 +0000
  • 9508ebc53d * cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion over waiting for signal delivery. Christopher Faylor 2003-05-09 17:56:58 +0000
  • 8bdd7abed5 * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on gen_num_opcodes_fn return type. Alan Modra 2003-05-09 11:36:09 +0000
  • af9315f8a3 * cygwin-ug-net.in.sgml: Remove outdated revision information and authors names Joshua Daniel Franklin 2003-05-09 00:05:02 +0000
  • 964e8f75bd s/burtle/iterative Jason Merrill 2003-05-07 20:30:13 +0000
  • 4c8abaa353 Index: gdb/ChangeLog 2003-05-07 Andrew Cagney <cagney@redhat.com> Andrew Cagney 2003-05-07 19:21:13 +0000
  • f996c00b60 libiberty/ * hashtab.c (burtle_hash): New fn. * configure.in: Add AC_C_BIGENDIAN_CROSS. * aclocal.m4: Include accross.m4. * configure, config.in: Regenerate. include/ * hashtab.h (burtle_hash): Prototype. (burtle_hash_object): New macro. Jason Merrill 2003-05-07 18:06:23 +0000
  • 85051ee6c1 * include/_mingw.h: Change version to 3.0 * Makefile.in: Ditto. Earnie Boyd 2003-05-07 03:12:17 +0000
  • 0bb7254f38 * signal.cc (nanosleep): Do not wait twice for signal arrival. Thomas Pfaff 2003-05-06 19:39:10 +0000
  • 4c6bc0ed42 Uh hum, just not my day Earnie Boyd 2003-05-06 16:04:25 +0000
  • 60e9842b39 * configure: Regenerate Earnie Boyd 2003-05-06 14:48:34 +0000
  • 3a1f652308 * configure.in (W32API_INCLUDE): Need the -I switch in the value. * mingwex/configure.in (W32API_INCLUDE): Ditto. * profile/configure.in (W32API_INCLUDE): Ditto. Earnie Boyd 2003-05-06 14:46:06 +0000
  • 98a430bcbe Oops. Add ending quotes to CFLAGS value. Earnie Boyd 2003-05-06 13:35:20 +0000
  • 42fbaad1e8 * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites of multiply defined symbols if the symbols is defined locally. E.G.: A local definition of malloc causes this problem. * configure: Regenerate. * profile/Makefile.in (W32API_INCLUDE): New variable. (ALL_CFLAGS): Use W32API_INCLUDE value. (ALL_CXXFLAGS): Ditto. (gcrt0.o gcrt1.o gcrt2.o): Use ALL_CFLAGS instead of CFLAGS. Thanks to Jeff Bonggren <jbon@users.sf.net>. * profile/configure.in (W32API_INCLUDE): Set default value. * profile/configure: Regenerate. * mingwex/Makefile.in (W32API_INCLUDE): New variable. (ALL_CFLAGS): Use W32API-INCLUDE value. (ALL_CXXFLAGS): Ditto. * mingwex/configure.in (W32API_INCLUDE): Set default value. * mingwex/configure: Regenerate. Earnie Boyd 2003-05-06 13:26:44 +0000
  • af70a0ea40 2003-05-05 H.J. Lu <hjl@gnu.org> H.J. Lu 2003-05-05 21:35:08 +0000
  • fe2f86961e * Makefile.in (W32API_INCLUDE): New variable. (ALL_CFLAGS): Include W32API_INCLUDE value. (ALL_CXXFLAGS): Ditto. * configure.in (CFLAGS): Add -D__USE_CRTIMP=1 to default values. (W32API_INCLUDE): Set default value. * configure: Regenerate. Earnie Boyd 2003-05-05 16:04:11 +0000
  • 2937200d0e * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME, TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS, HOTKEY_CLASS): Remove dupicate defines for UNICODE case. Danny Smith 2003-05-05 09:16:35 +0000
  • a6d745f53c * include/cygwin/types.h: Fix erroneous definition of ino_t from 2003-04-28. Corinna Vinschen 2003-05-03 18:14:29 +0000
  • 40d3c80413 * syscalls.cc (chown_worker): Allow chown'ing of socket files. Corinna Vinschen 2003-05-03 16:03:19 +0000
  • 37e8e528aa 2003-05-02 Chris Demetriou <cgd@broadcom.com> Chris Demetriou 2003-05-03 01:31:50 +0000
  • c854ba881a 2003-05-02 Andrew Cagney <cagney@redhat.com> Andrew Cagney 2003-05-03 00:44:23 +0000
  • ff524f6ce8 Check in proper version of Eric's patch. Jeff Johnston 2003-05-02 20:06:52 +0000
  • c2ec76163e 2003-05-02 Eric Christopher <echristo@redhat.com> Jeff Johnston 2003-05-02 19:30:45 +0000
  • eba533fe59 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl, and Makefile.def. Daniel Jacobowitz 2003-05-02 17:29:48 +0000
  • 1a2060aa43 2003-05-02 Steven Edwards <Steven_Ed4153@yahoo.com> Danny Smith 2003-05-02 00:46:57 +0000
  • b349465ef3 2003-05-02 Francois Ferrand <typz@sourceforge.users.net> Danny Smith 2003-05-02 00:16:03 +0000
  • 41e7de4863 * include/cplext.h (CPLPAGE_MOUSE_WHEEL, CPLPAGE_DISPLAY_BACKGROUND): Add defines. Danny Smith 2003-05-02 00:11:49 +0000
  • 72fe171d03 oops - undo accidental change commited with a different patch Nick Clifton 2003-05-01 16:32:56 +0000
  • 2238537c36 * Makefile.in: Revert patch from 2003-04-17. Thomas Pfaff 2003-04-30 22:18:24 +0000
  • 14dbd34e9e * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines. (SetDCPenColor, SetDCBrushColor): Add prototypes. * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs. Danny Smith 2003-04-30 09:28:15 +0000
  • 078df11cf2 Add entry for change to libnosys/sbrk.c Nick Clifton 2003-04-29 08:00:22 +0000
  • aa41823ffc bfd/ H.J. Lu 2003-04-29 01:53:45 +0000
  • 6ef342e460 * profil.h (PROFADDR): Prevent overflow when text segments are larger than 256k. * profil.c (profthr_func): Raise thread priority for more accurate sampling. * path.cc (hash_path_name): Use ino_t as type. Christopher Faylor 2003-04-28 20:10:54 +0000
  • eae4b2b0bc Regenerated using different version of autoconf. Jeff Johnston 2003-04-28 17:19:05 +0000
  • f29d8007e7 * Makefile.tpl: Clean $(BUILD_SUBDIR). * Makefile.in: Regenerated. Daniel Jacobowitz 2003-04-28 02:24:35 +0000
  • 878251d460 really check in correct fix. Christopher Faylor 2003-04-27 03:14:02 +0000
  • 7d6d38aaec * errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23. Christopher Faylor 2003-04-27 03:09:17 +0000
  • 45bfd8ed74 * mkpasswd.c (usage) Remove extra newline from description output. Joshua Daniel Franklin 2003-04-26 22:33:00 +0000
  • 98dc5aa07f 2003-04-26 Bang Jun-Young <junyoung@netbsd.org> Danny Smith 2003-04-26 22:00:16 +0000
  • aa275fe010 * cygcheck.cc (usage) Add description output. Joshua Daniel Franklin 2003-04-26 21:52:03 +0000
  • 3c7197b104 * gcc.sgml: Remove outdated "WinMainCRTStartup" references. Add a hellogui.c example Joshua Daniel Franklin 2003-04-26 14:10:59 +0000
  • a5035abfac * include/oaidl.h (ITypeMarshal): Add interface. Danny Smith 2003-04-26 08:48:03 +0000
  • d9d35a454b 2003-04-26 Danny Smith <dannysmith@users.sourceforge.net> Danny Smith 2003-04-26 08:31:29 +0000
  • f615d74b72 * include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h to allow standalone usage (autoconf). Corinna Vinschen 2003-04-25 08:32:30 +0000
  • 71853f09cc Add support for h8300hn and h8300sn Nick Clifton 2003-04-24 12:36:08 +0000
  • 5d9a7c875a * fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef sense throughout. Christopher Faylor 2003-04-24 01:57:07 +0000
  • 480fa852f4 include/ H.J. Lu 2003-04-24 01:43:33 +0000
  • 93749c21f1 bfd: * archures.c (enum bfd_architecture): Amend comment to refer to SuperH. * cpu-sh.c: Likewise. * elf32-sh.c: Likewise. * reloc.c (bfd_reloc_code_real): Likewise. * elf32-sh64-com.c: Change comment to refer to SuperH. * elf32-sh64.c: Likewise. * elf64-sh64.c: Likewise. * bfd-in2.h (enum bfd_architecture): Regenerate. binutils: * readelf.c (get_machine_name) <EM_SH>: Amend return value to refer to SuperH. gas: * config/tc-sh.c: Amend comment to refer to SuperH. * config/tc-sh.h: Likewise. (LISTING_HEADER): Amend to refer to SuperH. * config/tc-sh64.c: Change comment to refer to SuperH. * config/tc-sh64.h (LISTING_HEADER): Change to refer to SuperH. * doc/as.texinfo [SH, GENERIC]: Amend / Change to refer to SuperH. * doc/c-sh.texi: Amend to refer to SuperH. Add SuperH architecture documentation references. * doc/c-sh64.texi: Change to refer to SuperH. include/elf: * common.h (EM_SH): Amend comment to refer to SuperH. ld/testsuite: * ld-sh/sh64/crange3-cmpct.rd (Machine): Change to refer to SuperH. * ld-sh/sh64/crange3-media.rd (Machine): Likewise. Joern Rennecke 2003-04-23 21:09:04 +0000
  • 5ee5024076 Handle the simulation of programs that load with data in ROM which needs to be copied into RAM before execution starts. Nick Clifton 2003-04-23 17:54:00 +0000
  • 5f92bef8a8 fix typo Christopher Faylor 2003-04-23 01:54:17 +0000
  • 0eaf24fead * select.cc (fhandler_pipe::ready_for_read): Assure that get_guard is called for successful non-blocking pipe reads. Christopher Faylor 2003-04-23 01:27:51 +0000
  • afef487c7d Replace references to Mitsubishi M32R with references to Renesas M32R. Nick Clifton 2003-04-22 16:21:18 +0000
  • e8a57b4fc7 * include/inttypes.h: New file. * include/stdint.h: New file. * include/cygwin/in.h: Include stdint.h instead of sys/types.h. * include/cygwin/types.h: Include stdint.h. Remove typedefs for intN_t and uintN_t since these are defined in stdint.h now. Corinna Vinschen 2003-04-22 14:55:01 +0000
  • 650dc784e5 Clarify number bump Christopher Faylor 2003-04-21 04:33:00 +0000
  • 99b1a40dc1 * include/cygwin/version.h: Bump DLL major number to 5. Change DLL minor number to 0. Bump API minor number. Christopher Faylor 2003-04-21 04:31:06 +0000
  • beb5408583 * autoload.cc (CreateWindowStationA): Add. (SetProcessWindowStation): Add. Corinna Vinschen 2003-04-20 08:56:42 +0000
  • 6b3bdf38e0 * wincap.h (wincaps:pty_needs_alloc_console): New element. (wincapc:pty_needs_alloc_console): New function. * wincap.cc: Add pty_needs_alloc_console throughout. * fhandler_tty.cc (fhandler_tty_slave::open): Open an "invisible" console on first pty allocation. Christopher Faylor 2003-04-20 01:36:15 +0000
  • afa18d8a69 * fhandler_tty.cc (fhandler_tty_slave::open): Allocate a console whenever a pty is allocated. Christopher Faylor 2003-04-19 02:04:55 +0000
  • 4e0d877875 * Makefile.in: Use ${nostdlib} variable. * fhandler_proc.cc (format_proc_cpuinfo): Change /proc/cpuinfo "vendor id" string to "vendor_id" to conform with Linux systems. Christopher Faylor 2003-04-19 01:03:16 +0000
  • b128dd21af * Makefile.in: Reorganize to try to allow lack of mingw/w32api to work. Christopher Faylor 2003-04-19 01:02:51 +0000
  • 8997bae831 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000. * Makefile.in: Regenerate. DJ Delorie 2003-04-19 00:19:40 +0000
  • 4e837e7368 * syscalls.cc (setsid): Don't call FreeConsole if ctty is already < 0. Christopher Faylor 2003-04-18 00:25:41 +0000
  • 09f7abda72 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap, and restrap. * Makefile.in: Regenerate. DJ Delorie 2003-04-17 21:30:52 +0000
  • f3c1c54051 * Makefile.in: Add finline-functions optimization to CXXFLAGS. * autoload.cc (LoadDLLprime): Rename std_dll_init to _std_dll_init. (std_dll_init): Remove name mangling prototype. Add attributes used and noinline. (wsock_init): Ditto. Change wsock_init to _wsock_init in wsock32 and ws2_32 LoadDLLprime. * exceptions.cc (unused_sig_wrapper): Remove prototype. Add attributes used and noinline. * pwdgrp.h ((pwdgrp (passwd *&)): Remove inline code. (pwdgrp (__group32 *&)): Ditto. * grp.cc (pwdgrp (passwd *&)): Outline constructor. (pwdgrp (__group32 *&)): Ditto. Thomas Pfaff 2003-04-17 20:05:15 +0000
  • a4cea44072 * thread.h (pthread::equal): New static method. * thread.cc: Rename pthread_equal to pthread::equal throughout. (pthread_equal): Use pthread::equal to compare threads ids. Thomas Pfaff 2003-04-17 19:57:01 +0000
  • 62b0142655 2003-04-17 Inaoka Kazuhiro <inaoka.kazuhiro@renesas.com> Jeff Johnston 2003-04-17 19:41:54 +0000
  • 57ff95d35b 2003-04-16 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2003-04-16 15:45:29 +0000
  • 8425a8ce49 * include/wingdi.h (DM_SPECVERSION): Define. Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru> * include/rpcdce.h (UuidCreateSequential): Properly guard with appropriate _WIN32_WINNT values. Earnie Boyd 2003-04-16 12:19:57 +0000
  • 08c76ba660 Add .jcr section mapping. Nick Clifton 2003-04-16 11:53:46 +0000
  • c448f78fd5 * termios.cc (setspeed): New function. (cfsetospeed): Use setspeed to set speed. (cfsetispeed): Use setspeed to set speed. * autoload.cc: Add load statement for UuidCreate, and UuidCreateSequential. * cpuid.h: New file. * cygwin.din: Export gethostid. * fhandler_proc.cc (cpuid): Move to cpuid.h. (can_set_flag): Move to cpuid.h. * syscalls.cc (gethostid): New function. * version.h: Bump DLL minor version number to 83. Christopher Faylor 2003-04-16 03:03:45 +0000
  • 9eed5df639 * rpcdce.h: Add declaration for UuidCreateSequential. * rpcrt4.def: Add entry for UuidCreateSequential. Christopher Faylor 2003-04-16 02:57:33 +0000
  • ffb576fbf2 Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation. Thomas Pfaff 2003-04-15 20:14:12 +0000
  • cfd2c7bea8 * newlib/libc/include/sys/unistd.h: add declaration for gethostid on Cygwin. Christopher Faylor 2003-04-15 20:13:49 +0000
  • ded6339b7e Replace occurrances of 'Hitachi' with 'Renesas'. Nick Clifton 2003-04-15 08:51:53 +0000
  • b88a1e6f13 2003-04-14 Phil Krylov <likewolf@users.sourceforge.net> Danny Smith 2003-04-14 05:26:34 +0000
  • b3acb772c0 * mkvers.sh: Prefix day with 0 in date only when day < 10. Christopher Faylor 2003-04-14 02:09:57 +0000
  • 01620aa250 2003-04-07 Michael Snyder <msnyder@redhat.com> Michael Snyder 2003-04-13 16:50:31 +0000
  • 770ff5bcb4 * Makefile.common (w32api_lib): Fix w32api detection. Christopher Faylor 2003-04-11 21:48:39 +0000
  • 000cfc2eb2 * configure.in (LIBM_A): Define for cygwin target. * configure (LIBM_A): Ditto. Earnie Boyd 2003-04-11 12:35:51 +0000
  • fd959d2b39 * include/sspi.h: Add comment for FreeCredentialsHandle. Earnie Boyd 2003-04-11 12:27:39 +0000
  • 2e23862a8a * security.cc (get_info_from_sd): New function. (get_nt_attribute): Only call read_sd and get_info_from_sd. Return void. (get_file_attribute): Move sd error handling to get_info_from_sd. and symlink handling to fhandler_disk_file::fstat_helper. (get_nt_object_attribute): Only call read_sd and get_info_from_sd. Return void. (get_object_attribute): Remove symlink handling and simply return -1 when ntsec is off. * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): For symlinks set the attribute, call get_file_attribute to get the ids and return. In the normal case call get_file_attribute with the addresses of the buffer ids and do not recheck if the file is a socket. Corinna Vinschen 2003-04-11 09:38:07 +0000
  • 4cdc4de239 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*. * */configure: Rebuilt. Alexandre Oliva 2003-04-11 03:58:39 +0000