| Commit message (Expand) | Author | Age | Files | Lines |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -2/+7 |
* | * syscalls.cc (locked_append): New. | Corinna Vinschen | 2003-12-07 | 1 | -29/+28 |
* | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 2003-11-28 | 1 | -58/+9 |
* | 2003-11-11 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2003-11-14 | 1 | -11/+11 |
* | * syscalls.cc (ftruncate64): Log length as long long. | Corinna Vinschen | 2003-11-08 | 1 | -5/+4 |
* | * syscalls.cc (getshmlba): New function. | Corinna Vinschen | 2003-11-06 | 1 | -0/+8 |
* | 2003-10-16 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-10-16 | 1 | -14/+15 |
* | * syscalls.cc (unlink): Don't even try DELETE_ON_CLOSE technique on | Corinna Vinschen | 2003-10-08 | 1 | -19/+22 |
* | * path.cc (symlink_info::check): Use new introducer for mknod'ed files. | Christopher Faylor | 2003-09-27 | 1 | -2/+2 |
* | * cygwin-shilka: Remove '#line directives' or suffer debugging oddities. Use | Christopher Faylor | 2003-09-27 | 1 | -1/+4 |
* | 2003-09-24 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-25 | 1 | -3/+3 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -67/+132 |
* | * syscalls.cc (system): Strip signal considerations from here so that they are | Christopher Faylor | 2003-09-20 | 1 | -29/+2 |
* | * syscalls.cc (gethostid): Add lpFreeBytesAvailable argument to | Christopher Faylor | 2003-09-17 | 1 | -1/+4 |
* | 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-16 | 1 | -5/+2 |
* | * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW. | Christopher Faylor | 2003-09-13 | 1 | -1/+1 |
* | * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o. | Corinna Vinschen | 2003-09-10 | 1 | -2/+2 |
* | * Makefile.in: Add some more -fomit-frame-pointer files. | Christopher Faylor | 2003-09-10 | 1 | -0/+2 |
* | * Makefile.in (DLL_OFILES): Add bsdlib.o. | Corinna Vinschen | 2003-09-10 | 1 | -29/+35 |
* | 2003-09-09 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-10 | 1 | -4/+13 |
* | * cygwin.din: Export endusershell, getusershell and setusershell. | Corinna Vinschen | 2003-09-08 | 1 | -0/+66 |
* | * syscalls.cc (_remove_r): Define. | Christopher Faylor | 2003-08-23 | 1 | -0/+15 |
* | Throughout, eliminate argument to sig_dispatch_pending. | Christopher Faylor | 2003-08-19 | 1 | -3/+3 |
* | * cygwin.din: Accomodate change from cygwin_lstat to lstat. | Corinna Vinschen | 2003-08-13 | 1 | -1/+3 |
* | * path.cc (cygdrive_getmntent): Do not skip over drives of type | Christopher Faylor | 2003-08-05 | 1 | -28/+45 |
* | * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there | Christopher Faylor | 2003-07-26 | 1 | -55/+55 |
* | * cygheap.h (class cygheap_user): Use INVALID_HANDLE_VALUE as invalid | Corinna Vinschen | 2003-07-14 | 1 | -71/+52 |
* | white space | Christopher Faylor | 2003-07-06 | 1 | -1/+1 |
* | * syscalls.cc (gethostid): Set thread affinity so that results are predictable. | Christopher Faylor | 2003-07-06 | 1 | -0/+8 |
* | * Makefile.in: Remove cygserver stuff. | Christopher Faylor | 2003-07-02 | 1 | -2/+0 |
* | * cygheap.h (enum impersonation): New enum. | Corinna Vinschen | 2003-06-30 | 1 | -68/+54 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * syscalls.cc (statfs): Call GetDiskFreeSpaceEx before GetDiskFreeSpace. | Corinna Vinschen | 2003-05-26 | 1 | -3/+6 |
* | * autoload.cc (GetDiskFreeSpaceEx): Add. | Corinna Vinschen | 2003-05-25 | 1 | -3/+16 |
* | * shared_info.h: Match shared_name declaration with below change. | Corinna Vinschen | 2003-05-21 | 1 | -3/+9 |
* | * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS. | Corinna Vinschen | 2003-05-12 | 1 | -7/+42 |
* | * dir.cc (readdir): Fill out new old_d_ino field. | Christopher Faylor | 2003-05-11 | 1 | -1/+1 |
* | * syscalls.cc (chown_worker): Allow chown'ing of socket files. | Corinna Vinschen | 2003-05-03 | 1 | -1/+1 |
* | * syscalls.cc (setsid): Don't call FreeConsole if ctty is already < 0. | Christopher Faylor | 2003-04-18 | 1 | -2/+2 |
* | * termios.cc (setspeed): New function. | Christopher Faylor | 2003-04-16 | 1 | -0/+109 |
* | * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t | Corinna Vinschen | 2003-04-01 | 1 | -18/+18 |
* | * syscalls.cc (login): Fix comment. | Corinna Vinschen | 2003-03-29 | 1 | -4/+2 |
* | * syscalls.cc: Slightly cleanup all utmp functions. | Corinna Vinschen | 2003-03-29 | 1 | -70/+114 |
* | * syscalls.cc (unlink): Be more defensive when SetFileAttributes is called. | Christopher Faylor | 2003-03-22 | 1 | -3/+5 |
* | * sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration. | Christopher Faylor | 2003-03-20 | 1 | -7/+15 |
* | * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Fix | Corinna Vinschen | 2003-03-19 | 1 | -1/+1 |
* | * cygwin.din: Export btowc, trunc. | Christopher Faylor | 2003-03-17 | 1 | -5/+18 |
* | * include/cygwin/version.h: Bump DLL minor number to 23. | Christopher Faylor | 2003-03-13 | 1 | -1/+5 |
* | * syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x. | Christopher Faylor | 2003-03-13 | 1 | -2/+2 |
* | Switch to 32/64 datatypes: | Corinna Vinschen | 2003-03-09 | 1 | -1/+22 |