Age | Commit message (Expand) | Author | Files | Lines |
2002-09-30 | This commit was manufactured by cvs2svn to create branch | cvs2svn | 1 | -205/+0 |
2002-09-19 | Cleanup calls to CreateFile throughout. | Christopher Faylor | 1 | -7/+3 |
2002-09-02 | * dcrt0.cc (dll_crt0_1): Remove getpagesize() call. | Christopher Faylor | 1 | -0/+1 |
2002-08-26 | * Makefile.in (cygcheck.exe): Make a -mno-cygwin program. | Christopher Faylor | 1 | -1/+1 |
2002-08-06 | Conrad Scott <conrad.scott@dsl.pipex.com | Christopher Faylor | 1 | -1/+1 |
2002-07-14 | * dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compiler | Christopher Faylor | 1 | -2/+0 |
2002-07-13 | * debug.h (handle_list): Move here from debug.cc. Add "inherit" flag | Christopher Faylor | 1 | -2/+4 |
2002-07-01 | * shared.cc (sec_none): Move to sec_helper.cc. | Corinna Vinschen | 1 | -96/+0 |
2002-06-05 | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 1 | -1/+1 |
2002-06-02 | Remove unneeded sigproc.h includes throughout. | Christopher Faylor | 1 | -1/+0 |
2002-05-25 | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 1 | -1/+0 |
2002-05-13 | * shared.cc (__sec_user): Split into sec_acl() and call orig_sid(). | Corinna Vinschen | 1 | -42/+35 |
2002-02-19 | * fork.cc (fork_parent): Use sec_user_nih to control process/thread | Christopher Faylor | 1 | -10/+1 |
2002-02-17 | * times.cc (hires::prime): Restore thread priority on failure condition. | Christopher Faylor | 1 | -2/+2 |
2002-02-16 | whitespace cleanup | Christopher Faylor | 1 | -22/+21 |
2001-12-26 | * cygmagic: Add define name to warning. | Christopher Faylor | 1 | -4/+16 |
2001-12-26 | * Makefile.in: Autogenerate some header files which provide magic numbers. | Christopher Faylor | 1 | -10/+7 |
2001-11-05 | Eliminate excess whitespace. | Christopher Faylor | 1 | -1/+1 |
2001-10-24 | * Makefile.in: Only build testsuite directory on first 'make check'. | Christopher Faylor | 1 | -3/+8 |
2001-10-15 | * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle. | Christopher Faylor | 1 | -0/+2 |
2001-10-09 | * uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in default | Christopher Faylor | 1 | -4/+1 |
2001-10-01 | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 1 | -0/+1 |
2001-09-11 | * cygwin.din: Remove cygwin_getshared. | Christopher Faylor | 1 | -8/+0 |
2001-09-09 | * cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is not | Christopher Faylor | 1 | -19/+19 |
2001-09-07 | * cygheap.h (init_cygheap): Move heap pointers here. | Christopher Faylor | 1 | -7/+9 |
2001-09-06 | Remove initialization of static or global values to zero, throughout. This | Christopher Faylor | 1 | -1/+1 |
2001-09-03 | * child_info.h: Modify magic number. | Christopher Faylor | 1 | -2/+2 |
2001-07-26 | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 1 | -1/+1 |
2001-07-17 | * child_info.h: Bump magic number. | Christopher Faylor | 1 | -1/+1 |
2001-07-15 | Change well_known_admin_sid to well_known_admins_sid throughout. | Corinna Vinschen | 1 | -2/+2 |
2001-05-15 | * fork.cc (fork): Eliminate superfluous call to getuid(). | Corinna Vinschen | 1 | -6/+6 |
2001-04-30 | * grp.cc: Eliminate MAX_DOMAIN_NAME define. | Corinna Vinschen | 1 | -2/+2 |
2001-04-25 | * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16. | Corinna Vinschen | 1 | -3/+2 |
2001-04-22 | * security.cc (alloc_sd): Reformat comment. | Corinna Vinschen | 1 | -4/+0 |
2001-04-18 | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 1 | -0/+2 |
2001-03-18 | Fix spacing, copyrights. | Christopher Faylor | 1 | -11/+11 |
2001-03-18 | Update copyrights. | Christopher Faylor | 1 | -1/+1 |
2001-01-31 | * shared.cc (shared_info::initialize): Reduce size of heap. | Christopher Faylor | 1 | -1/+1 |
2001-01-30 | * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead of | Corinna Vinschen | 1 | -1/+1 |
2001-01-29 | * syscalls.cc (_link): Make sure that newpath does not exist. Set errno if it | Christopher Faylor | 1 | -28/+35 |
2001-01-28 | Throughout, change 'cygwin_shared.mount' to 'mount_table'. | Christopher Faylor | 1 | -21/+37 |
2000-11-15 | * cygheap.cc (cygheap_root::cygheap_root): New function. | Corinna Vinschen | 1 | -3/+4 |
2000-09-08 | Break out more header info into separate files. Use appropriate header files | Christopher Faylor | 1 | -1/+3 |
2000-09-07 | Split out tty and shared_info stuff into their own headers and use throughout. | Christopher Faylor | 1 | -0/+2 |
2000-09-03 | * Makefile.in: Add cygheap.o. | Christopher Faylor | 1 | -18/+18 |
2000-08-22 | * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files | Christopher Faylor | 1 | -0/+2 |
2000-08-12 | * winsup.h: Split out dtable definitions into separate header file. | Christopher Faylor | 1 | -0/+1 |
2000-08-09 | * select.cc (allocfd_set): Zero allocated fd_set. | Christopher Faylor | 1 | -1/+1 |
2000-08-02 | * winsup.h: take out protections of environ, errno, allow C use | DJ Delorie | 1 | -1/+1 |
2000-07-29 | * include/cygwin/version.h: Bump DLL minor version number to 5 due to all of | Christopher Faylor | 1 | -3/+0 |