index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
syscalls.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* dir.cc (mkdir): Check for case clash.
Corinna Vinschen
2001-04-12
1
-1
/
+1
*
* syscalls.cc (mkfifo): New function stub.
Christopher Faylor
2001-04-12
1
-0
/
+7
*
* syscalls.cc (stat_worker): Fix conditional which still allowed
Corinna Vinschen
2001-04-05
1
-2
/
+2
*
* cygrun.c (main): Fix compiler warning.
Christopher Faylor
2001-04-03
1
-3
/
+3
*
* exceptions.cc (sigframe::call_signal_handler): Return value of
Christopher Faylor
2001-04-02
1
-1
/
+1
*
* thread.h (struct _winsup_t): Remove obsolete elements. Add available_drives
Christopher Faylor
2001-04-01
1
-32
/
+0
*
* sigproc.h (class sigframe): Implement 'unregister()' method.
Christopher Faylor
2001-04-01
1
-36
/
+39
*
* syscalls.cc (check_posix_perm): New static function.
Corinna Vinschen
2001-03-19
1
-2
/
+64
*
Fix spacing, copyrights.
Christopher Faylor
2001-03-18
1
-12
/
+12
*
* net.cc (get_95_ifconf): Use strcasematch instead of strcasecmp.
Corinna Vinschen
2001-03-17
1
-2
/
+2
*
Accomodate all devices.
Christopher Faylor
2001-03-17
1
-2
/
+1
*
* syscalls.cc (stat_dev): Give devices full read/write.
Christopher Faylor
2001-03-17
1
-2
/
+2
*
* path.cc (lnk_suffixes): Remove.
Corinna Vinschen
2001-03-14
1
-5
/
+3
*
* spawn.cc (spawn_guts): Don't set EXIT_REPARENTING if parent process is not a
Christopher Faylor
2001-03-12
1
-4
/
+3
*
* syscalls.cc (_rename): Set errno to ENOENT when an old path doesn't exist
Christopher Faylor
2001-03-10
1
-2
/
+4
*
* syscalls.cc (_read): Change definition to return ssize_t to be consistent
Christopher Faylor
2001-03-07
1
-2
/
+2
*
* dlopen.c (dlopen): Return NULL when name is NULL (suggested by
Christopher Faylor
2001-03-05
1
-2
/
+2
*
*** empty log message ***
Christopher Faylor
2001-03-03
1
-71
/
+71
*
* cygerrno.h: Revert previous patch.
Corinna Vinschen
2001-02-22
1
-3
/
+17
*
* Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.
Corinna Vinschen
2001-02-21
1
-1
/
+14
*
* signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOP
Egor Duda
2001-02-16
1
-1
/
+6
*
* syscalls.cc (mknod): Add valid parameters.
Christopher Faylor
2001-02-09
1
-1
/
+1
*
* syscalls.cc (stat_worker): Add a check for the special case when
Corinna Vinschen
2001-02-06
1
-18
/
+42
*
* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if it
Christopher Faylor
2001-01-29
1
-0
/
+7
*
Throughout, change 'cygwin_shared.mount' to 'mount_table'.
Christopher Faylor
2001-01-28
1
-14
/
+9
*
* include/cygwin/version.h: Bump API to reflect setlogmask.
Christopher Faylor
2001-01-22
1
-5
/
+2
*
* syscalls.cc (setdtablesize): Call with amount to increment not total amount.
Christopher Faylor
2001-01-18
1
-3
/
+5
*
* autoload.cc (LoadDLLinitfunc): Remove debugging statement.
Christopher Faylor
2001-01-17
1
-5
/
+10
*
* heap.cc (heap_init): Fix extern declaration of getpagesize.
Corinna Vinschen
2001-01-15
1
-3
/
+2
*
* syscalls.cc (getpagesize): Save pagesize in global variable to
Corinna Vinschen
2001-01-15
1
-0
/
+9
*
* syscalls.cc (_read): Use more lightweight method for determining if read has
Christopher Faylor
2001-01-14
1
-2
/
+1
*
* debug.h: Add regparm attributes to some functions.
Christopher Faylor
2001-01-12
1
-2
/
+7
*
* syscalls.cc (remove): New function, overriding the newlib
Corinna Vinschen
2000-12-19
1
-0
/
+19
*
* environ.cc (struct parse_thing): Add entry for new CYGWIN option
Corinna Vinschen
2000-12-19
1
-2
/
+0
*
* uinfo.cc (internal_getlogin): Change parameter list to reflect
Corinna Vinschen
2000-11-15
1
-5
/
+5
*
* cygheap.h: Move `token' and `impersonated' from class _pinfo
Corinna Vinschen
2000-11-15
1
-10
/
+10
*
* cygheap.cc (cygheap_root::cygheap_root): New function.
Corinna Vinschen
2000-11-15
1
-24
/
+16
*
* cygheap.h (init_cygheap): New struct holding values that live in the Cygwin
Christopher Faylor
2000-11-14
1
-7
/
+11
*
* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in an
Christopher Faylor
2000-11-03
1
-2
/
+3
*
* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP if
Christopher Faylor
2000-10-25
1
-0
/
+2
*
* fhandler.cc (fhandler_base::fcntl): Behave properly when passed
Corinna Vinschen
2000-10-24
1
-5
/
+0
*
* exceptions.cc (call_handler): Make signal pending if sigsave.sig is still
Christopher Faylor
2000-10-18
1
-2
/
+2
*
* sigproc.cc (proc_subproc): Remove unneeded test for correct process in
Christopher Faylor
2000-10-17
1
-1
/
+1
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-1
/
+0
*
* exceptions.cc (set_console_handler): Don't allocate
Christopher Faylor
2000-10-15
1
-6
/
+12
*
* errno.cc (seterrno_from_win_error): Fix debugging output.
Christopher Faylor
2000-10-12
1
-0
/
+38
*
* syscalls.cc (_read): Behave properly when passed previous version of
Christopher Faylor
2000-10-07
1
-3
/
+8
*
* path.cc (symlink_info::check): Set executable bit for a file if the first two
Christopher Faylor
2000-09-30
1
-92
/
+47
*
* spawn.cc (av::dup_maybe): Make function void rather than void *.
Christopher Faylor
2000-09-25
1
-38
/
+21
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-1
/
+4
[next]