summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* * dir.cc (mkdir): Check for case clash.Corinna Vinschen2001-04-121-1/+1
* * syscalls.cc (mkfifo): New function stub.Christopher Faylor2001-04-121-0/+7
* * syscalls.cc (stat_worker): Fix conditional which still allowedCorinna Vinschen2001-04-051-2/+2
* * cygrun.c (main): Fix compiler warning.Christopher Faylor2001-04-031-3/+3
* * exceptions.cc (sigframe::call_signal_handler): Return value ofChristopher Faylor2001-04-021-1/+1
* * thread.h (struct _winsup_t): Remove obsolete elements. Add available_drivesChristopher Faylor2001-04-011-32/+0
* * sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor2001-04-011-36/+39
* * syscalls.cc (check_posix_perm): New static function.Corinna Vinschen2001-03-191-2/+64
* Fix spacing, copyrights.Christopher Faylor2001-03-181-12/+12
* * net.cc (get_95_ifconf): Use strcasematch instead of strcasecmp.Corinna Vinschen2001-03-171-2/+2
* Accomodate all devices.Christopher Faylor2001-03-171-2/+1
* * syscalls.cc (stat_dev): Give devices full read/write.Christopher Faylor2001-03-171-2/+2
* * path.cc (lnk_suffixes): Remove.Corinna Vinschen2001-03-141-5/+3
* * spawn.cc (spawn_guts): Don't set EXIT_REPARENTING if parent process is not aChristopher Faylor2001-03-121-4/+3
* * syscalls.cc (_rename): Set errno to ENOENT when an old path doesn't existChristopher Faylor2001-03-101-2/+4
* * syscalls.cc (_read): Change definition to return ssize_t to be consistentChristopher Faylor2001-03-071-2/+2
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-2/+2
* *** empty log message ***Christopher Faylor2001-03-031-71/+71
* * cygerrno.h: Revert previous patch.Corinna Vinschen2001-02-221-3/+17
* * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen2001-02-211-1/+14
* * signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOPEgor Duda2001-02-161-1/+6
* * syscalls.cc (mknod): Add valid parameters.Christopher Faylor2001-02-091-1/+1
* * syscalls.cc (stat_worker): Add a check for the special case whenCorinna Vinschen2001-02-061-18/+42
* * syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor2001-01-291-0/+7
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-14/+9
* * include/cygwin/version.h: Bump API to reflect setlogmask.Christopher Faylor2001-01-221-5/+2
* * 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