summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * devices.h (device::exists_func): Redefine field.Christopher Faylor2012-04-016-8387/+7578
* * devices.cc: Regenerate.Corinna Vinschen2012-03-316-2740/+2842
* update copyrightChristopher Faylor2012-03-311-1/+1
* (Interim checkin while we work on this)Christopher Faylor2012-03-319-285/+317
* *** empty log message ***Corinna Vinschen2012-03-301-1/+1
* * posix.sgml (std-notes): Change description of flock restrictions.Corinna Vinschen2012-03-303-4/+23
* * devices.h (DEV_TTY_MAJOR): Define, use throughout where appropriate.Corinna Vinschen2012-03-303-37/+96
* *** empty log message ***Corinna Vinschen2012-03-291-0/+7
* * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen2012-03-2912-37/+325
* * fhandler_console.cc (fhandler_console::set_unit): Don't succeed unless we areChristopher Faylor2012-03-292-2/+13
* * sec_acl.cc (acl32): Fix potnetial crash if build_fh_name returns NULL.Corinna Vinschen2012-03-292-4/+8
* * exceptions.cc (ctrl_c_handler): Don't generate a SIGINT if we've execed aChristopher Faylor2012-03-292-2/+9
* * sigproc.cc (proc_terminate): Avoid releasing myself.Christopher Faylor2012-03-282-1/+6
* * times.cc (clock_setres): Set minperiod to period.Corinna Vinschen2012-03-282-1/+5
* Fix copyright.Corinna Vinschen2012-03-271-1/+1
* * fhandler_process.cc (process_tab): Add entry for mountinfo.Corinna Vinschen2012-03-272-9/+69
* * times.cc (clock_setres): Revert previous change.Corinna Vinschen2012-03-272-4/+5
* * fhandler.h (class fhandler_dev_clipboard): Add fstat method.Corinna Vinschen2012-03-263-14/+72
* * hires.h (hires_ms::dmsecs): Drop unused method.Corinna Vinschen2012-03-263-27/+26
* * child_info.h: Reset magic number.Christopher Faylor2012-03-212-1/+5
* * child_info.h (child_info::postfork): Define new function.Christopher Faylor2012-03-216-12/+28
* * cygtls.cc (well_known_dlls): Add advapi32.dll.Corinna Vinschen2012-03-212-0/+5
* * child_info.h: Reset magic number.Christopher Faylor2012-03-215-14/+31
* * pinfo.cc (proc_waiter): Remove debugging.Christopher Faylor2012-03-212-1/+4
* * dtable.cc (set_std_handle): Call SetStdHandle with NULL if fd is closed.Christopher Faylor2012-03-204-14/+25
* * syscalls.cc (lseek): Fix debug output.Corinna Vinschen2012-03-202-1/+8
* * ntdll.h (SharedUserData): Add volatile qualifier. This fixes aCorinna Vinschen2012-03-203-6/+17
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2012-03-209-111/+148
* * pinfo.cc (pinfo_init): Cosmetic change: unset "destroy" for myself.Christopher Faylor2012-03-203-8/+28
* * cygserver_ipc.h: Include sigproc.h for signal_arrived declaration.Christopher Faylor2012-03-192-1/+6
* * cygprops.h: Use #pragma once.Christopher Faylor2012-03-195-22/+33
* * thread.cc (cancelable_wait): Don't malloc tbi, just make it a structCorinna Vinschen2012-03-192-5/+9
* * pinfo.cc (pinfo::wait): Handle case where prefork was not called prior toChristopher Faylor2012-03-192-5/+14
* * fork.cc (lock_signals): Move to sigproc.h.Christopher Faylor2012-03-167-169/+192
* * hookapi.cc (hook_or_detect_cygwin): Change condition when to useCorinna Vinschen2012-03-132-11/+19
* * include/netdb.h (h_errno): Add self-referencing macro and comment.Corinna Vinschen2012-03-132-0/+7
* Christopher Faylor <me.cygwin2012@cgf.cx>Christopher Faylor2012-03-123-1/+22
* * dtable.cc (fh_alloc): Treat pc.dev as unsigned.Christopher Faylor2012-03-103-5/+9
* * hookapi.cc (find_first_notloaded_dll): Fix a compiler warning.Corinna Vinschen2012-03-092-1/+5
* * hookapi.cc (rvadelta): Add parameter to return maximum availableCorinna Vinschen2012-03-092-18/+110
* * net.cc (call_gaa): New thread function to call GetAdaptersAddresses.Corinna Vinschen2012-03-082-15/+56
* * path.cc (readlink): Avoid calling strlen() twice.Corinna Vinschen2012-03-082-1/+6
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-0812-25/+38
* * pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information forChristopher Faylor2012-03-074-15/+29
* * glob.cc (MAXPATHLEN): Reinstantiate with a value of 8192.Corinna Vinschen2012-03-072-0/+7
* * pinfo.cc (_pinfo::dup_proc_pipe): Fix order of arguments in debugCorinna Vinschen2012-03-052-1/+6
* * init.cc (dll_entry): Move wincap.init call back from here...Corinna Vinschen2012-03-053-3/+8
* * cygheap.h (enum fcwd_version_t): Move here from path.cc.Corinna Vinschen2012-03-053-192/+226
* * dll_init.cc (dll_list::operator[]): Extend comment a bit more toCorinna Vinschen2012-03-052-1/+21
* * dll_init.cc (dll_list::alloc): Compare linked DLLs by basename only.Corinna Vinschen2012-03-042-4/+41