aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/shared.cc
AgeCommit message (Expand)AuthorFilesLines
2002-05-13 * shared.cc (__sec_user): Split into sec_acl() and call orig_sid().Corinna Vinschen1-42/+35
2002-02-19* fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher Faylor1-10/+1
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor1-2/+2
2002-02-16whitespace cleanupChristopher Faylor1-22/+21
2001-12-26* cygmagic: Add define name to warning.Christopher Faylor1-4/+16
2001-12-26* Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor1-10/+7
2001-11-05Eliminate excess whitespace.Christopher Faylor1-1/+1
2001-10-24* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor1-3/+8
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-0/+2
2001-10-09* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in defaultChristopher Faylor1-4/+1
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-11* cygwin.din: Remove cygwin_getshared.Christopher Faylor1-8/+0
2001-09-09* cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is notChristopher Faylor1-19/+19
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-7/+9
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-1/+1
2001-09-03* child_info.h: Modify magic number.Christopher Faylor1-2/+2
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-07-17* child_info.h: Bump magic number.Christopher Faylor1-1/+1
2001-07-15 Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen1-2/+2
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen1-6/+6
2001-04-30 * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen1-2/+2
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen1-3/+2
2001-04-22 * security.cc (alloc_sd): Reformat comment.Corinna Vinschen1-4/+0
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-0/+2
2001-03-18Fix spacing, copyrights.Christopher Faylor1-11/+11
2001-03-18Update copyrights.Christopher Faylor1-1/+1
2001-01-31* shared.cc (shared_info::initialize): Reduce size of heap.Christopher Faylor1-1/+1
2001-01-30 * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead ofCorinna Vinschen1-1/+1
2001-01-29* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor1-28/+35
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-21/+37
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-3/+4
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-1/+3
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor1-0/+2
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-18/+18
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+2
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+1
2000-08-09* select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor1-1/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-3/+0
2000-07-02 * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen1-2/+2
2000-06-24* shared.cc (shared_info::initialize): Improve error message clarity.Christopher Faylor1-1/+4
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+287