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
*
* 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
*
Split out tty and shared_info stuff into their own headers and use throughout.
Christopher Faylor
2000-09-07
1
-0
/
+2
*
* path.cc (readlink): Check if buffer length is positive. Truncate output to
Christopher Faylor
2000-09-04
1
-3
/
+2
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-46
/
+29
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-1
/
+6
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-0
/
+2
*
Rename hinfo -> dtable. Name the former dtable array 'fdtab'.
Christopher Faylor
2000-08-12
1
-48
/
+48
*
* select.cc (allocfd_set): Zero allocated fd_set.
Christopher Faylor
2000-08-09
1
-2
/
+2
*
* hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULL
Christopher Faylor
2000-08-04
1
-1
/
+1
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-1
/
+1
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
1
-21
/
+22
*
* testsuite/winsup.api/winsup.exp: ignore stdout by default
DJ Delorie
2000-07-27
1
-0
/
+1
*
* syscalls.cc (stat_worker): Make stat return correct st_blocks for files with
Christopher Faylor
2000-07-26
1
-151
/
+152
*
* syscalls.cc (statfs): Use path_conv method to convert input path.
Christopher Faylor
2000-07-26
1
-3
/
+1
*
* syscalls.cc (_link): Avoid extraneous call to cygwin_conv_to_win32_path.
Christopher Faylor
2000-07-26
1
-5
/
+3
*
* syscalls.cc (_link): Corrected previous patch.
Corinna Vinschen
2000-07-24
1
-1
/
+1
*
Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.
Corinna Vinschen
2000-07-22
1
-1
/
+1
*
* shared.h (class pinfo): New members `root' and `rootlen'.
Corinna Vinschen
2000-07-19
1
-3
/
+33
*
Throughout, eliminate third argument to path_conv and use new PC_* constants
Christopher Faylor
2000-07-17
1
-19
/
+20
*
* spawn.cc (spawn_guts): Close handle `hToken' only if it's not
Corinna Vinschen
2000-07-09
1
-1
/
+1
*
* cygwin.din: Export _getmode and getmode to allow querying of binary state of
Christopher Faylor
2000-07-09
1
-2
/
+13
*
* dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM and CharToOem.
Christopher Faylor
2000-07-04
1
-2
/
+1
*
* winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.
Corinna Vinschen
2000-07-02
1
-1
/
+1
*
* syscalls.cc (seteuid): Initialize pi.token before calling
Corinna Vinschen
2000-06-28
1
-0
/
+5
*
* cygwin.din: Define symbols for `cygwin_logon_user' and
Corinna Vinschen
2000-06-16
1
-26
/
+58
*
* dir.cc (writable_directory): Comment out previous code,
Corinna Vinschen
2000-05-24
1
-0
/
+7
*
* syscalls.cc (_cygwin_istext_for_stdio): New, for newlib
DJ Delorie
2000-05-23
1
-1
/
+47
*
* dir.cc (rmdir): Care for misleading error messages
Corinna Vinschen
2000-05-22
1
-1
/
+2
*
* syscalls.cc (setmode): change mode of any matching FILE* also.
DJ Delorie
2000-05-19
1
-0
/
+22
*
* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if
Christopher Faylor
2000-05-17
1
-0
/
+1
*
2000-05-06 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan
2000-05-06
1
-3
/
+3
*
* configure.in: Use -gstabs+ as compile debug option. This seems to promote
Christopher Faylor
2000-05-04
1
-18
/
+28
[next]