Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-09* dcrt0.cc (hMainProc): Initialize to useful value for use when dll isChristopher Faylor
2003-10-08 * syscalls.cc (unlink): Don't even try DELETE_ON_CLOSE technique onCorinna Vinschen
2003-10-02* dcrt0.cc (dll_crt0_1): Call newlib __sinit routine to ensure that stdioChristopher Faylor
2003-10-02* path.cc (win32_device_name): Only fill out destination buffer when it'sChristopher Faylor
2003-10-01* Makefile.in: Add YA method for generating devices.cc.Christopher Faylor
2003-10-01 * fhandler.cc (fhandler_base::fstat): Drop FH_FLOPPY case.Corinna Vinschen
2003-10-01 * fhandler.h (class fhandler_dev_raw): Add method fstat.Corinna Vinschen
2003-10-01 * devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR andCorinna Vinschen
2003-09-29 * syslog.cc (vsyslog): Print debug message if ReportEventA fails.Corinna Vinschen
2003-09-28* sigproc.cc (proc_subproc): Restrict permissions on ppid_handle.Christopher Faylor
2003-09-28 * devices.h: Move a few device major numbers. Fix typo of FH_UDP.Corinna Vinschen
2003-09-27* device.shilka (device::parse): Allow units on other than tty.Christopher Faylor
2003-09-27 * wincap.cc (wincapc::init): Allow requesting server info for NT4 SP6.Corinna Vinschen
2003-09-27* path.cc (symlink_info::check): Use new introducer for mknod'ed files.Christopher Faylor
2003-09-27* devices.shilka: Add /dev/sda disk devices.Christopher Faylor
2003-09-27* cygwin-shilka: Remove '#line directives' or suffer debugging oddities. UseChristopher Faylor
2003-09-27remove accidental checkinChristopher Faylor
2003-09-27* Makefile.in: Add libusr32.a to DLL_IMPORTS.Christopher Faylor
2003-09-27* fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set ioctl_request eventChristopher Faylor
2003-09-27* fhandler_console.c (fhandler_console::read): Record the state of the SHIFT,Christopher Faylor
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-26 * mmap.cc (munmap): Use correct address and length parameters whenCorinna Vinschen
2003-09-26 * spawn.cc (spawn_guts): Set errno to E2BIG if command line isCorinna Vinschen
2003-09-26* dtable.cc (build_fh_name): Return pointer to a 'nodevice' rather than a NULLChristopher Faylor
2003-09-26* fork.cc (fork_parent): Detect failed pinfo constructor.Christopher Faylor
2003-09-26* spawn.cc (spawnve): Remove vfork short circuit and let caller deal with errorChristopher Faylor
2003-09-26* spawn.cc (spawn_guts): Catch potential error from pinfo.remember. ChangeChristopher Faylor
2003-09-25* spawn.cc (spawn_guts): Move system signal handling stuff after CreateProcessChristopher Faylor
2003-09-252003-09-25 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-25* include/tzfile.h: Add some missing entries.Christopher Faylor
2003-09-25* include/paths.h: Add some missing entries.Christopher Faylor
2003-09-25* shared_info.h (CURR_MOUNT_MAGIC): Fix.Christopher Faylor
2003-09-25*** empty log message ***Pierre Humblet
2003-09-252003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-25correct incorrect checkinChristopher Faylor
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-23* dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.Christopher Faylor
2003-09-20* spawn.cc (pthread_cleanup): New struct.Christopher Faylor
2003-09-20* include/cygwin/version.h: Bump DLL minor number to 6.Christopher Faylor
2003-09-20* thread.h (__reent_t::init_clib): Declare new function.Christopher Faylor
2003-09-20fix accidental checkinChristopher Faylor
2003-09-20* syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor
2003-09-18 * fhandler_tty.cc (fhandler_pty_master::process_slave_output):Corinna Vinschen
2003-09-18* syscalls.cc (gethostid): Add lpFreeBytesAvailable argument toChristopher Faylor
2003-09-17* fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo withChristopher Faylor
2003-09-17fix stupid typoChristopher Faylor
2003-09-17* pinfo.h (winpids::pid_access): New element.Christopher Faylor
2003-09-16 * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen