Age | Commit message (Expand) | Author | Files | Lines |
2001-08-07 | * grp.cc (class grp_check): New class. Make `group_state' | Corinna Vinschen | 1 | -0/+9 |
2001-08-07 | * fhandler_console.cc (get_tty_stuff): Don't initialize shared memory console | Christopher Faylor | 1 | -0/+8 |
2001-08-07 | * cygheap.cc (cygheap_root::set): Avoid treating '/' specially. | Christopher Faylor | 1 | -0/+12 |
2001-08-04 | Throughout, change check for running under Windows NT to 'iswinnt'. | Christopher Faylor | 1 | -0/+17 |
2001-08-04 | * dtable.cc (dtable::release): Avoid messing with console when | Egor Duda | 1 | -0/+5 |
2001-08-03 | * net.cc (cygwin_accept): Allow NULL peer and len parameters. | Corinna Vinschen | 1 | -0/+5 |
2001-08-03 | * path.cc (fchdir): Set the fhandler's path to absolute value to | Corinna Vinschen | 1 | -0/+6 |
2001-08-02 | * security.cc (set_file_attribute): Clean up. Don't call | Corinna Vinschen | 1 | -0/+5 |
2001-07-29 | * dcrt0.cc (alloc_stack_hard_way): Make half-hearted attempt to deal with | Christopher Faylor | 1 | -0/+9 |
2001-07-27 | * cygwin.din: Export sys_errlist, sys_nerr. | Christopher Faylor | 1 | -0/+5 |
2001-07-27 | * security.cc (get_user_primary_group): Fix compiler warning. | Corinna Vinschen | 1 | -0/+5 |
2001-07-26 | * thread.cc (__pthread_equal): Invert return value so that true is returned | Christopher Faylor | 1 | -0/+5 |
2001-07-26 | Christopher Faylor <cgf@cygnus.com> | Christopher Faylor | 1 | -0/+6 |
2001-07-26 | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 1 | -0/+10 |
2001-07-26 | * syscalls.cc (setsid): Detach process from its console if the current | Christopher Faylor | 1 | -0/+13 |
2001-07-25 | Tue 24 Jul 2001 02:28:00 PM Trevor Forbes <t4bs@hotmail.com> | Robert Collins | 1 | -0/+6 |
2001-07-25 | * localtime.c: Changed whole file to become C++ clean. Rename to | Corinna Vinschen | 1 | -0/+6 |
2001-07-21 | * cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround. | Christopher Faylor | 1 | -0/+9 |
2001-07-20 | * dir.cc (readdir): Protect FindNextFileA against INVALID_HANDLE_VALUE. | Corinna Vinschen | 1 | -0/+4 |
2001-07-18 | * cygheap.cc (_cmalloc): Use correct constants for size calculation. | Christopher Faylor | 1 | -0/+8 |
2001-07-18 | * security.cc (get_user_groups): Call Net function with NULL server | Corinna Vinschen | 1 | -0/+8 |
2001-07-18 | * syscalls.cc (_unlink): Explicitely check for non-existant file. | Corinna Vinschen | 1 | -0/+4 |
2001-07-17 | * delqueue.h: Remove obsolete file. | Corinna Vinschen | 1 | -0/+4 |
2001-07-17 | * child_info.h: Bump magic number. | Christopher Faylor | 1 | -0/+17 |
2001-07-16 | * grp.cc: Add missing Copyright date 2001. | Corinna Vinschen | 1 | -0/+4 |
2001-07-15 | Change well_known_admin_sid to well_known_admins_sid throughout. | Corinna Vinschen | 1 | -0/+14 |
2001-07-14 | * syscalls.cc (stat_worker): Simplify previous change. | Christopher Faylor | 1 | -0/+4 |
2001-07-13 | * syscalls.cc (_unlink): Correct (?) logic which determines when to report an | Christopher Faylor | 1 | -2/+9 |
2001-07-10 | * mmap.cc (fhandler_disk_file::mmap): Try to open file mappings | Corinna Vinschen | 1 | -0/+6 |
2001-07-09 | * uinfo.cc (internal_getlogin): Add pointer check. | Corinna Vinschen | 1 | -0/+4 |
2001-07-09 | * security.cc (alloc_sd): Don't set inheritance attribute for | Corinna Vinschen | 1 | -0/+5 |
2001-06-29 | * fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Return 0 for success. | Christopher Faylor | 1 | -0/+4 |
2001-06-28 | Change check_null_empty_path* to check_null_empty_str* throughout. | Christopher Faylor | 1 | -0/+20 |
2001-06-26 | * fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 characters | Christopher Faylor | 1 | -0/+12 |
2001-06-26 | Remove trailing tabs. | Christopher Faylor | 1 | -1/+1 |
2001-06-26 | * mmap.cc: Clean up *ResourceLock calls throughout. | Christopher Faylor | 1 | -1/+12 |
2001-06-24 | Fix typo | Christopher Faylor | 1 | -1/+1 |
2001-06-24 | * exceptions.cc (interrupt_setup): Move actions from setup_handler to here. | Christopher Faylor | 1 | -0/+12 |
2001-06-22 | * fhandler.h class fhandler_socket): Declare new method | Corinna Vinschen | 1 | -0/+7 |
2001-06-22 | * fhandler_tape.cc (fhandler_dev_tape::tape_erase): Set size | Corinna Vinschen | 1 | -0/+5 |
2001-06-22 | * fhandler_console.cc (fhandler_console::read): Detect AltGr more | Corinna Vinschen | 1 | -0/+5 |
2001-06-21 | 2001-06-22 Robert Collins rbtcollins@hotmail.com | Robert Collins | 1 | -0/+6 |
2001-06-20 | * fhandler.cc (fhandler_base::open): Work around windows bug when | Egor Duda | 1 | -0/+6 |
2001-06-20 | * fhandler_socket.cc (fhandler_socket::signal_secret_event): New | Egor Duda | 1 | -0/+12 |
2001-06-18 | * fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change. | Christopher Faylor | 1 | -3/+17 |
2001-06-16 | * exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actually | Christopher Faylor | 1 | -1/+12 |
2001-06-15 | * path.cc (path_conv::check): Deal more robustly with foo/ behavior. | Christopher Faylor | 1 | -0/+4 |
2001-06-15 | * fhandler_tape.cc (fhandler_dev_tape::tape_status): Set size | Corinna Vinschen | 1 | -0/+5 |
2001-06-15 | * fhandler.cc (fhandler_disk_file::fstat): Properly set executable bits for | Christopher Faylor | 1 | -0/+6 |
2001-06-14 | * thread.cc (pthread_cond::Signal): Release the condition access variable | Christopher Faylor | 1 | -0/+5 |