summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygwin.din
Commit message (Collapse)AuthorAgeFilesLines
...
* * cygwin.din: add cygwin_dll_initDJ Delorie2000-06-081-0/+1
| | | | | | * dcrt0.cc (cygwin_dll_init): new (dll_crt0_1): short circuit if manually loaded * path.cc (mount_info::init): don't init if manually loaded
* * cygwin.din: insure that regsub() is included inDJ Delorie2000-05-111-0/+2
| | | | cygwin1.dll
* * net.cc (cygwin_inet_network): new function.DJ Delorie2000-04-241-0/+1
| | | | * cygwin.din (inet_network): new export
* * cygwin.din: Add symbol for `lacl'.Corinna Vinschen2000-04-131-0/+2
| | | | | | | | | * security.cc (ReadSD): Add debug output. (acl_worker): New static function. (acl): Call acl_worker now. (lacl): New function. (facl): Call acl_worker now. * include/cygwin/acl.h: Add prototype for `lacl'.
* * newlib/libc/include/sys/unistd.h: Add prototypes forCorinna Vinschen2000-04-021-0/+4
| | | | | | | | | | | | | | fchmod, fchown, lchown. * winsup/cygwin/syscalls.cc (chown_worker): Use previous uid/gid if new uid/gid is -1. New static function with chown functionality. (chown): Call chown_worker with SYMLINK_FOLLOW. (fchown): New function. Call chown_worker with SYMLINK_FOLLOW. (lchown): New function. Call chown_worker with SYMLINK_IGNORE. * cygwin.din: Add symbols for fchown, lchown. * path.cc (symlink): Call `set_file_attribute()' and `SetFileAttributeA()' instead of `chmod()' to set uid/gid correct.
* Throughout use strace class in place of individual functions and variables.Christopher Faylor2000-03-071-1/+0
| | | | | | * cygwin.din: Eliminate _strace_wm. * sigproc.cc (wait_sig): Temporarily add more debugging output. * include/cygwin/version.h: Bump minor api to reflect export change.
* Update.Christopher Faylor2000-02-211-0/+32
|
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+1051