OSDN Git Service

*** empty log message ***
[pf3gnuchains/pf3gnuchains3x.git] / winsup /
2009-01-20 corinna * fhandler_procnet.cc: Reorganize global procnet conte...
2009-01-20 corinna * devices.h (FH_PROCESSFD): New device type.
2009-01-20 corinna * thread.h (struct pthread_rwlock::RWLOCK_READER)...
2009-01-20 corinna * autoload.cc (WSAIoctl): Reintroduce.
2009-01-19 corinna * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE...
2009-01-19 schwabRemove conflict marker.
2009-01-17 corinna * mmap.cc (mmap64): Fix condition checking if anonymou...
2009-01-17 ironhead2009-01-11 Henry Nestler <henry@bigfoot.de>
2009-01-17 corinna * Makefile.in: Fix copyright date.
2009-01-17 corinna * fhandler_proc.cc: Reorganize global proc content...
2009-01-16 corinna * Fix copyright dates.
2009-01-16 corinna * cygcheck.cc (dump_sysinfo): Raise size of osname...
2009-01-16 corinna * cygcheck.cc (dump_sysinfo): Raise size of osname...
2009-01-13 corinna * libc/getopt.c (parse_long_options): Use fix from...
2009-01-12 corinna * syscalls.cc (enum bin_status): New type.
2009-01-11 corinna * errno.cc (errmap): Set errno to ENOENT instead of...
2009-01-10 ironhead2009-01-10 Chris Sutcliffe <ir0nh34d@users.sourceforge...
2009-01-09 corinna * mount.cc (mount_info::from_fstab_line): Always conve...
2009-01-09 cgf* include/sys/cygwin.h (CW_SETERRNO): Define.
2009-01-09 cgf* ldd.cc: New file. First stab at implementing ldd...
2009-01-08 corinna * libc/fts.c (fts_build): Use DT_DIR case on Cygwin.
2009-01-07 corinna * ntdll.h: Reorder NT status flags. Fix a case differ...
2009-01-07 corinna * fhandler_disk_file.cc (fhandler_disk_file::link...
2009-01-07 corinna * include/winbase.h (SCS_64BIT_BINARY): Define.
2009-01-06 phumblet * cygcheck.cc (dump_sysinfo_services): Quote...
2009-01-04 keithmarshallFix MinGW-Bug [2445962]; (reported by Keishi Suenaga).
2009-01-03 cgf* Makefile.in (CFLAGS): Look in cygwin's build director...
2009-01-03 cgfcorrect
2009-01-03 cgfRemove unneeded header files from source files througho...
2009-01-03 cgfYear-end rollover.
2009-01-02 cgf* speclib: Rewrite completely in perl. Avoid multiple...
2008-12-31 cgf* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MIN...
2008-12-31 cgf* glob_pattern_p.cc: New file.
2008-12-31 keithmarshallCorrect mishandling of invalid characters in printf...
2008-12-31 cgf* include/bits/wordsize.h: New linux-compatibility...
2008-12-31 phumblet * cygcheck.cc (pretty_id): Quote the path for...
2008-12-30 cgf* exceptions.cc (try_to_debug): Avoid creating a huge...
2008-12-25 cgf* mount.cc: Change comment.
2008-12-24 cgf* path.cc (symlink_info::check_shortcut): Ensure that...
2008-12-23 cgf* fhandler.h (fhandler_base_setup_overlapped): Add...
2008-12-22 cgf* pipe.cc (getov_result): Minor cleanup.
2008-12-21 cgf* pipe.cc (getov_result): Add parameters to facilitate...
2008-12-20 cgf* fhandler.cc (fhandler_base::wait_overlapped): Reorgan...
2008-12-20 cgf* pinfo.h (pinfo::thisproc): Declare. Rename from...
2008-12-20 corinna * pwdgrp.h (pwdgrp::refresh): Fix indentation.
2008-12-20 ironhead2008-12-16 Danny Smith <dannysmith@users.sourceforge...
2008-12-19 cgf* pinfo.cc (pinfo_basic): New class.
2008-12-19 corinna * fhandler_registry.cc (perf_data_files): New table.
2008-12-19 corinna * path.cc (path_conv::check): Handle incoming DOS...
2008-12-18 corinna * fhandler_disk_file.cc: Set 4th parameter of NtQueryD...
2008-12-18 corinna * path.cc (symlin_info::check): Set 4th parameter of
2008-12-16 corinna * utils.sgml: Fix typo in passwd screen text.
2008-12-16 corinna * fhandler_registry.cc (DEFAULT_VALUE_NAME): Remove...
2008-12-15 corinna * syscalls.cc (gen_full_path_at): Use isabspath instea...
2008-12-15 corinna * sec_auth.cc (open_local_policy): Set lsa handle to
2008-12-15 corinna * setlsapwd.cc (setlsapwd): Simplify code. Only try...
2008-12-15 corinna * setpwd.cc (client_request_setpwd::serve): Don't...
2008-12-15 corinna * setlsapwd.cc (setlsapwd): Explicitely erase password...
2008-12-15 corinna * setpwd.cc (client_request_setpwd::serve): Explicitel...
2008-12-15 corinna * passwd.c (main): Put how to delete the registry...
2008-12-15 corinna * fhandler_registry.cc (fhandler_registry::exists...
2008-12-15 corinna * cygwin.din: Export fgetwc, fgetws, fputwc, fputws...
2008-12-15 corinna * fhandler.h (class fhandler_registry): Declare dup...
2008-12-15 corinna * gcc.sgml: Use 'bash$' as Cygwin prompt throughout.
2008-12-14 cgf* fhandler_disk_file.cc (readdir_get_ino): Don't compla...
2008-12-13 cgf* utils.sgml: Convert some backslashes to slashes.
2008-12-13 cgf* pathnames.sgml: Convert some backslashes to slashes.
2008-12-13 cgf* cygheap.cc (cygheap_user::~cygheap_user): Remove...
2008-12-12 corinna * pathnames.sgml: New section for /proc/registry....
2008-12-09 corinna * resolv.h: #include <netinet/in.h> for sockaddr_in...
2008-12-09 dannysmithCommitted as obvious.
2008-12-08 corinna * fhandler_registry.cc (encode_regname): Add Parameter...
2008-12-06 ironhead2008-12-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
2008-12-06 ironhead2008-12-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
2008-12-04 corinna * ntsec.sgml: Fix typo.
2008-12-03 corinna * libc/minires.c (open_sock): Set non blocking and...
2008-12-03 corinna * ntsec.sgml: Revamp parts of the doc for clearness.
2008-12-02 corinna * ntsec.sgml: Fix a few typos.
2008-12-02 corinna * cygserver.sgml: Fix cross reference to the ntsec...
2008-12-02 corinna * cygserver.sgml: Document new feature to store hidden...
2008-12-02 corinna * ntsec.sgml: Finishing up changes for 1.7.
2008-12-02 corinna * fhandler_registry.cc (must_encode): Fix condition...
2008-12-02 corinna * fhandler_registry.cc (must_encode): New function.
2008-12-01 corinna * ntsec.sgml: Further changes for 1.7. Switch from...
2008-11-30 cgffix typo
2008-11-30 cgf* faq-using.xml: Remove assertion that lpr doesn't...
2008-11-29 cgf* exceptions.c (sigpacket::process): Set tls on return...
2008-11-29 cgf* include/cygwin/version.h: Bump api minor number to...
2008-11-28 cgf* exceptions.cc (sigpacket::process): Rework previous...
2008-11-28 corinna * dir.cc (readdir_worker): Initialize dirent.d_type...
2008-11-28 cgf* exceptions.cc (sigpacket::process): Make sure that...
2008-11-26 cgfclarify entry
2008-11-26 cgfRemove unneeded whitespace.
2008-11-26 cgf* Revert erroneous checkin.
2008-11-26 cgfupdate copyright
2008-11-26 cgf* Makefile.in: Revert erroneous checkin.
2008-11-26 corinna * passwd.c (longopts): Add --reg-store-pwd option.
2008-11-26 corinna * Makefile.in (OBJS): Add setpwd.o.
2008-11-26 corinna * Makefile.in (DLL_OFILES): Add setlsapwd.o.
2008-11-25 cgf* overview2.sgml: Reorganize and make minor wording...
next