index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Makefile.in: Add $(LIBSERVER) rule.
Corinna Vinschen
2003-10-22
1
-0
/
+22
*
*** empty log message ***
Pierre Humblet
2003-10-16
1
-0
/
+6
*
* dcrt0.cc: Remove local variable alternate_charset_active.
Corinna Vinschen
2003-10-16
1
-0
/
+14
*
* fhandler_console.cc (char_command): Add escape sequence for codepage
Corinna Vinschen
2003-10-15
1
-0
/
+7
*
* exceptions.cc (ctrl_c_handler): Don't send SIGHUP on
Corinna Vinschen
2003-10-14
1
-0
/
+7
*
* fhandler_tty.cc (fhandler_tty_slave::open): Don't create a new window station
Christopher Faylor
2003-10-10
1
-0
/
+5
*
* shared.cc (shared_info::initialize): Remove myself check since hMainProc
Christopher Faylor
2003-10-10
1
-2
/
+7
*
fix typo
Christopher Faylor
2003-10-10
1
-1
/
+1
*
* include/sys/mman.h (MAP_FAILED): Define as void *.
Corinna Vinschen
2003-10-09
1
-0
/
+4
*
* dcrt0.cc (hMainProc): Initialize to useful value for use when dll is
Christopher Faylor
2003-10-08
1
-0
/
+7
*
* syscalls.cc (unlink): Don't even try DELETE_ON_CLOSE technique on
Corinna Vinschen
2003-10-08
1
-0
/
+5
*
* dcrt0.cc (dll_crt0_1): Call newlib __sinit routine to ensure that stdio
Christopher Faylor
2003-10-02
1
-0
/
+5
*
* path.cc (win32_device_name): Only fill out destination buffer when it's
Christopher Faylor
2003-10-02
1
-0
/
+5
*
* Makefile.in: Add YA method for generating devices.cc.
Christopher Faylor
2003-10-01
1
-0
/
+20
*
* fhandler.cc (fhandler_base::fstat): Drop FH_FLOPPY case.
Corinna Vinschen
2003-09-30
1
-0
/
+4
*
* fhandler.h (class fhandler_dev_raw): Add method fstat.
Corinna Vinschen
2003-09-30
1
-0
/
+15
*
* syslog.cc (vsyslog): Print debug message if ReportEventA fails.
Corinna Vinschen
2003-09-29
1
-0
/
+4
*
* sigproc.cc (proc_subproc): Restrict permissions on ppid_handle.
Christopher Faylor
2003-09-28
1
-0
/
+12
*
* devices.h: Move a few device major numbers. Fix typo of FH_UDP.
Corinna Vinschen
2003-09-28
1
-0
/
+10
*
* device.shilka (device::parse): Allow units on other than tty.
Christopher Faylor
2003-09-27
1
-0
/
+4
*
* wincap.cc (wincapc::init): Allow requesting server info for NT4 SP6.
Corinna Vinschen
2003-09-27
1
-0
/
+4
*
* path.cc (symlink_info::check): Use new introducer for mknod'ed files.
Christopher Faylor
2003-09-27
1
-0
/
+6
*
* devices.shilka: Add /dev/sda disk devices.
Christopher Faylor
2003-09-27
1
-0
/
+5
*
* cygwin-shilka: Remove '#line directives' or suffer debugging oddities. Use
Christopher Faylor
2003-09-27
1
-0
/
+7
*
* Makefile.in: Add libusr32.a to DLL_IMPORTS.
Christopher Faylor
2003-09-27
1
-0
/
+21
*
* fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set ioctl_request event
Christopher Faylor
2003-09-27
1
-0
/
+6
*
* fhandler_console.c (fhandler_console::read): Record the state of the SHIFT,
Christopher Faylor
2003-09-27
1
-1
/
+10
*
2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-27
1
-0
/
+8
*
2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-27
1
-0
/
+7
*
2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-27
1
-0
/
+19
*
* mmap.cc (munmap): Use correct address and length parameters when
Corinna Vinschen
2003-09-26
1
-0
/
+5
*
* spawn.cc (spawn_guts): Set errno to E2BIG if command line is
Corinna Vinschen
2003-09-26
1
-0
/
+5
*
* dtable.cc (build_fh_name): Return pointer to a 'nodevice' rather than a NULL
Christopher Faylor
2003-09-26
1
-0
/
+5
*
* fork.cc (fork_parent): Detect failed pinfo constructor.
Christopher Faylor
2003-09-26
1
-0
/
+6
*
* spawn.cc (spawnve): Remove vfork short circuit and let caller deal with error
Christopher Faylor
2003-09-26
1
-0
/
+5
*
* spawn.cc (spawn_guts): Catch potential error from pinfo.remember. Change
Christopher Faylor
2003-09-26
1
-0
/
+8
*
* spawn.cc (spawn_guts): Move system signal handling stuff after CreateProcess
Christopher Faylor
2003-09-25
1
-4
/
+9
*
2003-09-25 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-25
1
-0
/
+10
*
* include/tzfile.h: Add some missing entries.
Christopher Faylor
2003-09-25
1
-0
/
+4
*
* include/paths.h: Add some missing entries.
Christopher Faylor
2003-09-25
1
-0
/
+4
*
* shared_info.h (CURR_MOUNT_MAGIC): Fix.
Christopher Faylor
2003-09-25
1
-0
/
+9
*
*** empty log message ***
Pierre Humblet
2003-09-25
1
-0
/
+25
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-6
/
+221
*
* dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.
Christopher Faylor
2003-09-23
1
-0
/
+11
*
* spawn.cc (pthread_cleanup): New struct.
Christopher Faylor
2003-09-20
1
-0
/
+8
*
* include/cygwin/version.h: Bump DLL minor number to 6.
Christopher Faylor
2003-09-20
1
-0
/
+4
*
* thread.h (__reent_t::init_clib): Declare new function.
Christopher Faylor
2003-09-20
1
-0
/
+7
*
* syscalls.cc (system): Strip signal considerations from here so that they are
Christopher Faylor
2003-09-20
1
-0
/
+7
*
* fhandler_tty.cc (fhandler_pty_master::process_slave_output):
Corinna Vinschen
2003-09-18
1
-0
/
+11
*
* syscalls.cc (gethostid): Add lpFreeBytesAvailable argument to
Christopher Faylor
2003-09-17
1
-0
/
+5
[next]