| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in: Allow any i?86 variant. | Christopher Faylor | 2003-06-03 | 2 | -2/+2 |
* | * fhandler_socket.cc (connect_thread): Remove. | Corinna Vinschen | 2003-06-03 | 3 | -55/+77 |
* | * spawn.cc (spawn_guts): Don't hang around if the parent doesn't exist. | Christopher Faylor | 2003-06-03 | 2 | -2/+6 |
* | * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove. | Danny Smith | 2003-06-02 | 5 | -43/+35 |
* | * cygthread.h (cygthread::terminate_thread): Mark private. | Christopher Faylor | 2003-06-02 | 3 | -5/+16 |
* | * fhandler_socket.cc (fhandler_socket::accept): Rename `signalled' | Corinna Vinschen | 2003-06-02 | 2 | -2/+7 |
* | * fhandler_socket.cc (fhandler_socket::connect): Simplify previous | Corinna Vinschen | 2003-06-02 | 2 | -28/+16 |
* | * fhandler_socket.cc: Include cygthread.h. | Corinna Vinschen | 2003-06-02 | 2 | -110/+71 |
* | * fhandler.cc (fhandler_base::write): Correct minor printf formatting style | Christopher Faylor | 2003-06-02 | 2 | -1/+6 |
* | 2003-06-01 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-06-01 | 2 | -12/+17 |
* | * path.cc (mount_info::conv_to_win32_path): gcc warning about chroot_ok was | Christopher Faylor | 2003-05-30 | 2 | -3/+9 |
* | * cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's have | Christopher Faylor | 2003-05-30 | 4 | -15/+22 |
* | 2003-05-30 Mattia Barbon <mbarbon@dsi.unive.it> | Luke Dunstan | 2003-05-30 | 7 | -12/+207 |
* | 2003-05-30 Bang Jun-Young <junyoung@netbsd.org> | Danny Smith | 2003-05-30 | 3 | -1/+26 |
* | * include/sys/param.h: Add DEV_BSIZE. | Corinna Vinschen | 2003-05-30 | 2 | -1/+10 |
* | 2003-05-30 Sascha Sommer <saschasommer@freenet.de> | Danny Smith | 2003-05-30 | 2 | -0/+13 |
* | * fhandler_socket.cc (fhandler_socket::dup): Rearrange. Fix | Corinna Vinschen | 2003-05-29 | 2 | -22/+29 |
* | * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines. | Luke Dunstan | 2003-05-29 | 2 | -0/+6 |
* | * mkvers.sh: Avoid "-dontuse" tags. | Christopher Faylor | 2003-05-29 | 5 | -35/+74 |
* | * fhandler_socket.cc (fhandler_socket::dup): If running impersonated, | Corinna Vinschen | 2003-05-28 | 2 | -10/+24 |
* | * fhandler_socket.cc (sock_event::~sock_event): New method. | Thomas Pfaff | 2003-05-27 | 2 | -21/+34 |
* | * fhandler_socket.cc (fhandler_socket::dup): First try duplicating | Corinna Vinschen | 2003-05-27 | 2 | -7/+13 |
* | * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Filter | Corinna Vinschen | 2003-05-27 | 2 | -0/+8 |
* | * syscalls.cc (statfs): Call GetDiskFreeSpaceEx before GetDiskFreeSpace. | Corinna Vinschen | 2003-05-26 | 2 | -3/+10 |
* | * fhandler.cc (is_at_eof): Fix conditional. Use INVALID_FILE_SIZE | Corinna Vinschen | 2003-05-26 | 2 | -1/+6 |
* | * fhandler_socket.cc (fhandler_socket::connect): Guard calls to | Corinna Vinschen | 2003-05-26 | 2 | -3/+9 |
* | * fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED. | Corinna Vinschen | 2003-05-26 | 4 | -54/+92 |
* | * include/winuser.h (EnumDisplayDevicesW): Fix typo. | Christopher Faylor | 2003-05-25 | 2 | -1/+5 |
* | * autoload.cc (GetDiskFreeSpaceEx): Add. | Corinna Vinschen | 2003-05-25 | 4 | -35/+45 |
* | * fhandler_process.cc (format_process_stat): use PagefileUsage | Corinna Vinschen | 2003-05-24 | 2 | -2/+8 |
* | 2003-05-23 Danny Smith <dannysmith@users.sourceforge.net> | Danny Smith | 2003-05-23 | 3 | -4/+28 |
* | * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB, | Danny Smith | 2003-05-21 | 2 | -1/+25 |
* | * shared_info.h: Match shared_name declaration with below change. | Corinna Vinschen | 2003-05-21 | 6 | -14/+35 |
* | * fhandler_socket.cc (secret_event_name): Return void. Use incoming | Corinna Vinschen | 2003-05-20 | 2 | -9/+16 |
* | * fhandler_socket.cc (SECRET_EVENT_NAME): Remove. | Corinna Vinschen | 2003-05-20 | 5 | -36/+122 |
* | * winsup/cygwin/include/cygwin/version.h: Bump API minor version. | Corinna Vinschen | 2003-05-20 | 5 | -15/+78 |
* | * spawn.cc (spawn_guts): Show more of command line in strace output. | Christopher Faylor | 2003-05-19 | 2 | -4/+8 |
* | 2003-05-18 Manu B <manubee@users.sourceforge.net> | Danny Smith | 2003-05-18 | 3 | -23/+47 |
* | * include/stdlib.h (_Exit): Move out of __STRICT_ANSI__ block, | Danny Smith | 2003-05-15 | 2 | -7/+13 |
* | Remove isascii.o, add isascii.c to repository | Danny Smith | 2003-05-15 | 2 | -0/+35 |
* | * thread.h (pthread::init_mainthread): Remove function parameter. | Thomas Pfaff | 2003-05-15 | 4 | -13/+23 |
* | * fhandler_proc.cc (format_proc_meminfo): Make swap memory output | Corinna Vinschen | 2003-05-15 | 2 | -2/+7 |
* | * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S): | Danny Smith | 2003-05-15 | 2 | -4/+9 |
* | * string_old.c: Remove, splitting into... | Danny Smith | 2003-05-15 | 9 | -33/+162 |
* | 2003-05-14 Bang Jun-Young <junyoung@netbsd.org> | Danny Smith | 2003-05-15 | 2 | -0/+5 |
* | * include/math.h (fabs) : Remove inline definition. | Danny Smith | 2003-05-14 | 2 | -21/+8 |
* | * include/prsht.h (PROPSHEETHEADER[AW]: Mark | Danny Smith | 2003-05-13 | 2 | -4/+9 |
* | * include/cygwin/config.h: Define __USE_INTERNAL_STAT64 appropriately. | Corinna Vinschen | 2003-05-13 | 2 | -0/+12 |
* | * include/oleidl.h (LPENUMOLEDOCUMENTVIEWS): Remove typedef. | Danny Smith | 2003-05-13 | 3 | -5/+12 |
* | * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK, | Earnie Boyd | 2003-05-12 | 2 | -0/+12 |