aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2001-08-04* dtable.cc (dtable::release): Avoid messing with console whenEgor Duda2-0/+7
2001-08-03 * net.cc (cygwin_accept): Allow NULL peer and len parameters.Corinna Vinschen3-0/+20
2001-08-03 * path.cc (fchdir): Set the fhandler's path to absolute value toCorinna Vinschen2-0/+25
2001-08-02 * security.cc (set_file_attribute): Clean up. Don't callCorinna Vinschen2-10/+13
2001-07-29* dcrt0.cc (alloc_stack_hard_way): Make half-hearted attempt to deal withChristopher Faylor3-4/+20
2001-07-27* cygwin.din: Export sys_errlist, sys_nerr.Christopher Faylor3-1/+9
2001-07-27 * security.cc (get_user_primary_group): Fix compiler warning.Corinna Vinschen2-2/+7
2001-07-26* thread.cc (__pthread_equal): Invert return value so that true is returnedChristopher Faylor2-223/+227
2001-07-26Christopher Faylor <cgf@cygnus.com>Christopher Faylor3-1/+9
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor51-33/+75
2001-07-26* syscalls.cc (setsid): Detach process from its console if the currentChristopher Faylor5-10/+51
2001-07-25Tue 24 Jul 2001 02:28:00 PM Trevor Forbes <t4bs@hotmail.com>Robert Collins2-1/+7
2001-07-25 * localtime.c: Changed whole file to become C++ clean. Rename toCorinna Vinschen2-140/+62
2001-07-21* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.Christopher Faylor6-7/+25
2001-07-20 * dir.cc (readdir): Protect FindNextFileA against INVALID_HANDLE_VALUE.Corinna Vinschen2-0/+8
2001-07-18* cygheap.cc (_cmalloc): Use correct constants for size calculation.Christopher Faylor5-7/+17
2001-07-18 * security.cc (get_user_groups): Call Net function with NULL serverCorinna Vinschen2-17/+47
2001-07-18 * syscalls.cc (_unlink): Explicitely check for non-existant file.Corinna Vinschen2-2/+13
2001-07-17 * delqueue.h: Remove obsolete file.Corinna Vinschen2-30/+4
2001-07-17* child_info.h: Bump magic number.Christopher Faylor9-132/+180
2001-07-16 * grp.cc: Add missing Copyright date 2001.Corinna Vinschen2-1/+5
2001-07-15 Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen7-35/+73
2001-07-14* syscalls.cc (stat_worker): Simplify previous change.Christopher Faylor2-6/+7
2001-07-13* syscalls.cc (_unlink): Correct (?) logic which determines when to report anChristopher Faylor2-16/+26
2001-07-10 * mmap.cc (fhandler_disk_file::mmap): Try to open file mappingsCorinna Vinschen2-7/+33
2001-07-09 * uinfo.cc (internal_getlogin): Add pointer check.Corinna Vinschen2-3/+11
2001-07-09 * security.cc (alloc_sd): Don't set inheritance attribute forCorinna Vinschen2-0/+21
2001-06-29* fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Return 0 for success.Christopher Faylor2-6/+10
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor10-54/+88
2001-06-26* fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 charactersChristopher Faylor4-5/+28
2001-06-26Remove trailing tabs.Christopher Faylor2-2/+2
2001-06-26* mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor15-460/+484
2001-06-24forced commitChristopher Faylor1-0/+3
2001-06-24Fix typoChristopher Faylor1-1/+1
2001-06-24* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor6-75/+84
2001-06-22 * fhandler.h class fhandler_socket): Declare new methodCorinna Vinschen3-0/+17
2001-06-22 * fhandler_tape.cc (fhandler_dev_tape::tape_erase): Set sizeCorinna Vinschen2-1/+6
2001-06-22 * fhandler_console.cc (fhandler_console::read): Detect AltGr moreCorinna Vinschen2-2/+25
2001-06-212001-06-22 Robert Collins rbtcollins@hotmail.comRobert Collins2-2/+8
2001-06-20* fhandler.cc (fhandler_base::open): Work around windows bug whenEgor Duda2-0/+17
2001-06-20* fhandler_socket.cc (fhandler_socket::signal_secret_event): NewEgor Duda4-15/+44
2001-06-18* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.Christopher Faylor4-64/+99
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor6-8/+25
2001-06-15* path.cc (path_conv::check): Deal more robustly with foo/ behavior.Christopher Faylor2-6/+10
2001-06-15 * fhandler_tape.cc (fhandler_dev_tape::tape_status): Set sizeCorinna Vinschen2-1/+9
2001-06-15* fhandler.cc (fhandler_disk_file::fstat): Properly set executable bits forChristopher Faylor2-44/+40
2001-06-14* thread.cc (pthread_cond::Signal): Release the condition access variableChristopher Faylor2-1/+11
2001-06-14* fhandler.cc (fhandler_base::open): Set win32 access flagsEgor Duda4-21/+40
2001-06-12* environ.cc (set_file_api_mode): New function. Move settingEgor Duda4-4/+29
2001-06-11Add missing entry.Christopher Faylor1-1/+5