summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * net.cc (dup_ent): Use IsBadStringPtr for alignment checks. Don't use a knownChristopher Faylor2003-11-042-5/+9
* * net.cc (dup_ent): Move Win 95 misalignment recogition beforeCorinna Vinschen2003-11-032-10/+20
* * thread.cc (pthread::thread_init_wrapper): Initialize exception handling.Thomas Pfaff2003-10-312-0/+13
* Rename pthread::running to pthread::valid throughout.Thomas Pfaff2003-10-313-7/+46
* * include/stdint.h: Prevent signed->unsigned conversion for 32 andCorinna Vinschen2003-10-292-13/+18
* * path.cc (dot_special_chars): New global variable.Christopher Faylor2003-10-292-2/+22
* * include/stdint.h: Duplicate below effort for rest of *64_*.Christopher Faylor2003-10-282-5/+9
* * include/stdint.h: Correctly define INT64_MAX.Christopher Faylor2003-10-282-1/+5
* * thread.h (fast_mutex::init): Initialize lock_counter.Thomas Pfaff2003-10-272-0/+5
* * Makefile.in (OBSOLETE_FUNCTION): Add tmpfile.Corinna Vinschen2003-10-274-2/+12
* * cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait.Corinna Vinschen2003-10-277-19/+297
* * miscfunc.cc (__check_invalid_read_ptr): New function.Corinna Vinschen2003-10-273-0/+14
* * security.h (cygpsid::debug_print): Avoid compiler warnings.Corinna Vinschen2003-10-262-1/+5
* Remove file that was supposed to have disappeared a month ago.Christopher Faylor2003-10-262-569/+0
* * path.cc (normalize_posix_path): Test runs of more than twoCorinna Vinschen2003-10-252-1/+13
* * fhandler.cc (fhandler_base::ioctl): Handle FIONBIO.Corinna Vinschen2003-10-252-6/+19
* Rename native_mutex to fast_mutex throughout.Thomas Pfaff2003-10-243-98/+182
* * fhandler.cc (fhandler_base::fcntl): Don't clobber O_APPEND whenCorinna Vinschen2003-10-242-1/+6
* * path.cc (win32_device_name): Fix comment.Corinna Vinschen2003-10-242-2/+7
* * fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set return value inChristopher Faylor2003-10-242-3/+10
* * fhandler_proc.cc (format_proc_partitions): Use new device codeCorinna Vinschen2003-10-232-11/+24
* * external.cc (cygwin_internal): Add CW_GET_ERRNO_FROM_WINERRORCorinna Vinschen2003-10-224-2/+18
* * Makefile.in: Add $(LIBSERVER) rule.Corinna Vinschen2003-10-2215-461/+331
* *** empty log message ***Pierre Humblet2003-10-161-0/+6
* 2003-10-16 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-10-162-23/+16
* * dcrt0.cc: Remove local variable alternate_charset_active.Corinna Vinschen2003-10-165-27/+44
* * fhandler_console.cc (char_command): Add escape sequence for codepageCorinna Vinschen2003-10-154-0/+21
* * exceptions.cc (ctrl_c_handler): Don't send SIGHUP onCorinna Vinschen2003-10-144-5/+46
* * fhandler_tty.cc (fhandler_tty_slave::open): Don't create a new window stationChristopher Faylor2003-10-102-1/+7
* * shared.cc (shared_info::initialize): Remove myself check since hMainProcChristopher Faylor2003-10-102-4/+8
* fix typoChristopher Faylor2003-10-101-1/+1
* * include/sys/mman.h (MAP_FAILED): Define as void *.Corinna Vinschen2003-10-092-1/+5
* * dcrt0.cc (hMainProc): Initialize to useful value for use when dll isChristopher Faylor2003-10-083-2/+10
* * syscalls.cc (unlink): Don't even try DELETE_ON_CLOSE technique onCorinna Vinschen2003-10-082-19/+27
* * dcrt0.cc (dll_crt0_1): Call newlib __sinit routine to ensure that stdioChristopher Faylor2003-10-022-1/+11
* * path.cc (win32_device_name): Only fill out destination buffer when it'sChristopher Faylor2003-10-023-1080/+635
* * Makefile.in: Add YA method for generating devices.cc.Christopher Faylor2003-10-0111-583/+15002
* * fhandler.cc (fhandler_base::fstat): Drop FH_FLOPPY case.Corinna Vinschen2003-09-302-3/+4
* * fhandler.h (class fhandler_dev_raw): Add method fstat.Corinna Vinschen2003-09-303-0/+42
* * devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR andCorinna Vinschen2003-09-305-31/+0
* * syslog.cc (vsyslog): Print debug message if ReportEventA fails.Corinna Vinschen2003-09-292-2/+7
* * sigproc.cc (proc_subproc): Restrict permissions on ppid_handle.Christopher Faylor2003-09-285-4/+16
* * devices.h: Move a few device major numbers. Fix typo of FH_UDP.Corinna Vinschen2003-09-286-731/+349
* * device.shilka (device::parse): Allow units on other than tty.Christopher Faylor2003-09-273-2/+6
* * wincap.cc (wincapc::init): Allow requesting server info for NT4 SP6.Corinna Vinschen2003-09-272-4/+17
* * path.cc (symlink_info::check): Use new introducer for mknod'ed files.Christopher Faylor2003-09-273-4/+10
* * devices.shilka: Add /dev/sda disk devices.Christopher Faylor2003-09-273-185/+588
* * cygwin-shilka: Remove '#line directives' or suffer debugging oddities. UseChristopher Faylor2003-09-276-290/+1139
* remove accidental checkinChristopher Faylor2003-09-271-20/+0
* * Makefile.in: Add libusr32.a to DLL_IMPORTS.Christopher Faylor2003-09-275-17/+121