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