summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* * syscalls.cc (setdtablesize): Call with amount to increment not total amount.Christopher Faylor2001-01-181-3/+5
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-5/+10
* * heap.cc (heap_init): Fix extern declaration of getpagesize.Corinna Vinschen2001-01-151-3/+2
* * syscalls.cc (getpagesize): Save pagesize in global variable toCorinna Vinschen2001-01-151-0/+9
* * syscalls.cc (_read): Use more lightweight method for determining if read hasChristopher Faylor2001-01-141-2/+1
* * debug.h: Add regparm attributes to some functions.Christopher Faylor2001-01-121-2/+7
* * syscalls.cc (remove): New function, overriding the newlibCorinna Vinschen2000-12-191-0/+19
* * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen2000-12-191-2/+0
* * uinfo.cc (internal_getlogin): Change parameter list to reflectCorinna Vinschen2000-11-151-5/+5
* * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen2000-11-151-10/+10
* * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen2000-11-151-24/+16
* * cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor2000-11-141-7/+11
* * pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor2000-11-031-2/+3
* * dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor2000-10-251-0/+2
* * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen2000-10-241-5/+0
* * exceptions.cc (call_handler): Make signal pending if sigsave.sig is stillChristopher Faylor2000-10-181-2/+2
* * sigproc.cc (proc_subproc): Remove unneeded test for correct process inChristopher Faylor2000-10-171-1/+1
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-1/+0
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-6/+12
* * errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor2000-10-121-0/+38
* * syscalls.cc (_read): Behave properly when passed previous version ofChristopher Faylor2000-10-071-3/+8
* * path.cc (symlink_info::check): Set executable bit for a file if the first twoChristopher Faylor2000-09-301-92/+47
* * spawn.cc (av::dup_maybe): Make function void rather than void *.Christopher Faylor2000-09-251-38/+21
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+4
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-071-0/+2
* * path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor2000-09-041-3/+2
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-46/+29
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+6
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+2
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-48/+48
* * select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor2000-08-091-2/+2
* * hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULLChristopher Faylor2000-08-041-1/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-21/+22
* * testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie2000-07-271-0/+1
* * syscalls.cc (stat_worker): Make stat return correct st_blocks for files withChristopher Faylor2000-07-261-151/+152
* * syscalls.cc (statfs): Use path_conv method to convert input path.Christopher Faylor2000-07-261-3/+1
* * syscalls.cc (_link): Avoid extraneous call to cygwin_conv_to_win32_path.Christopher Faylor2000-07-261-5/+3
* * syscalls.cc (_link): Corrected previous patch.Corinna Vinschen2000-07-241-1/+1
* Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.Corinna Vinschen2000-07-221-1/+1
* * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen2000-07-191-3/+33
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-19/+20
* * spawn.cc (spawn_guts): Close handle `hToken' only if it's notCorinna Vinschen2000-07-091-1/+1
* * cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor2000-07-091-2/+13
* * dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM and CharToOem.Christopher Faylor2000-07-041-2/+1
* * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen2000-07-021-1/+1
* * syscalls.cc (seteuid): Initialize pi.token before callingCorinna Vinschen2000-06-281-0/+5
* * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen2000-06-161-26/+58
* * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen2000-05-241-0/+7