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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* net.cc (dup_ent): Use IsBadStringPtr for alignment checks. Don't use a known
Christopher Faylor
2003-11-04
2
-5
/
+9
*
* net.cc (dup_ent): Move Win 95 misalignment recogition before
Corinna Vinschen
2003-11-03
2
-10
/
+20
*
* thread.cc (pthread::thread_init_wrapper): Initialize exception handling.
Thomas Pfaff
2003-10-31
2
-0
/
+13
*
Rename pthread::running to pthread::valid throughout.
Thomas Pfaff
2003-10-31
3
-7
/
+46
*
* include/stdint.h: Prevent signed->unsigned conversion for 32 and
Corinna Vinschen
2003-10-29
2
-13
/
+18
*
* path.cc (dot_special_chars): New global variable.
Christopher Faylor
2003-10-29
2
-2
/
+22
*
* include/stdint.h: Duplicate below effort for rest of *64_*.
Christopher Faylor
2003-10-28
2
-5
/
+9
*
* include/stdint.h: Correctly define INT64_MAX.
Christopher Faylor
2003-10-28
2
-1
/
+5
*
* thread.h (fast_mutex::init): Initialize lock_counter.
Thomas Pfaff
2003-10-27
2
-0
/
+5
*
* Makefile.in (OBSOLETE_FUNCTION): Add tmpfile.
Corinna Vinschen
2003-10-27
4
-2
/
+12
*
* cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait.
Corinna Vinschen
2003-10-27
7
-19
/
+297
*
* miscfunc.cc (__check_invalid_read_ptr): New function.
Corinna Vinschen
2003-10-27
3
-0
/
+14
*
* security.h (cygpsid::debug_print): Avoid compiler warnings.
Corinna Vinschen
2003-10-26
2
-1
/
+5
*
Remove file that was supposed to have disappeared a month ago.
Christopher Faylor
2003-10-26
2
-569
/
+0
*
* path.cc (normalize_posix_path): Test runs of more than two
Corinna Vinschen
2003-10-25
2
-1
/
+13
*
* fhandler.cc (fhandler_base::ioctl): Handle FIONBIO.
Corinna Vinschen
2003-10-25
2
-6
/
+19
*
Rename native_mutex to fast_mutex throughout.
Thomas Pfaff
2003-10-24
3
-98
/
+182
*
* fhandler.cc (fhandler_base::fcntl): Don't clobber O_APPEND when
Corinna Vinschen
2003-10-24
2
-1
/
+6
*
* path.cc (win32_device_name): Fix comment.
Corinna Vinschen
2003-10-24
2
-2
/
+7
*
* fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set return value in
Christopher Faylor
2003-10-24
2
-3
/
+10
*
* fhandler_proc.cc (format_proc_partitions): Use new device code
Corinna Vinschen
2003-10-23
2
-11
/
+24
*
* external.cc (cygwin_internal): Add CW_GET_ERRNO_FROM_WINERROR
Corinna Vinschen
2003-10-22
4
-2
/
+18
*
* Makefile.in: Add $(LIBSERVER) rule.
Corinna Vinschen
2003-10-22
15
-461
/
+331
*
*** empty log message ***
Pierre Humblet
2003-10-16
1
-0
/
+6
*
2003-10-16 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-10-16
2
-23
/
+16
*
* dcrt0.cc: Remove local variable alternate_charset_active.
Corinna Vinschen
2003-10-16
5
-27
/
+44
*
* fhandler_console.cc (char_command): Add escape sequence for codepage
Corinna Vinschen
2003-10-15
4
-0
/
+21
*
* exceptions.cc (ctrl_c_handler): Don't send SIGHUP on
Corinna Vinschen
2003-10-14
4
-5
/
+46
*
* fhandler_tty.cc (fhandler_tty_slave::open): Don't create a new window station
Christopher Faylor
2003-10-10
2
-1
/
+7
*
* shared.cc (shared_info::initialize): Remove myself check since hMainProc
Christopher Faylor
2003-10-10
2
-4
/
+8
*
fix typo
Christopher Faylor
2003-10-10
1
-1
/
+1
*
* include/sys/mman.h (MAP_FAILED): Define as void *.
Corinna Vinschen
2003-10-09
2
-1
/
+5
*
* dcrt0.cc (hMainProc): Initialize to useful value for use when dll is
Christopher Faylor
2003-10-08
3
-2
/
+10
*
* syscalls.cc (unlink): Don't even try DELETE_ON_CLOSE technique on
Corinna Vinschen
2003-10-08
2
-19
/
+27
*
* dcrt0.cc (dll_crt0_1): Call newlib __sinit routine to ensure that stdio
Christopher Faylor
2003-10-02
2
-1
/
+11
*
* path.cc (win32_device_name): Only fill out destination buffer when it's
Christopher Faylor
2003-10-02
3
-1080
/
+635
*
* Makefile.in: Add YA method for generating devices.cc.
Christopher Faylor
2003-10-01
11
-583
/
+15002
*
* fhandler.cc (fhandler_base::fstat): Drop FH_FLOPPY case.
Corinna Vinschen
2003-09-30
2
-3
/
+4
*
* fhandler.h (class fhandler_dev_raw): Add method fstat.
Corinna Vinschen
2003-09-30
3
-0
/
+42
*
* devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR and
Corinna Vinschen
2003-09-30
5
-31
/
+0
*
* syslog.cc (vsyslog): Print debug message if ReportEventA fails.
Corinna Vinschen
2003-09-29
2
-2
/
+7
*
* sigproc.cc (proc_subproc): Restrict permissions on ppid_handle.
Christopher Faylor
2003-09-28
5
-4
/
+16
*
* devices.h: Move a few device major numbers. Fix typo of FH_UDP.
Corinna Vinschen
2003-09-28
6
-731
/
+349
*
* device.shilka (device::parse): Allow units on other than tty.
Christopher Faylor
2003-09-27
3
-2
/
+6
*
* wincap.cc (wincapc::init): Allow requesting server info for NT4 SP6.
Corinna Vinschen
2003-09-27
2
-4
/
+17
*
* path.cc (symlink_info::check): Use new introducer for mknod'ed files.
Christopher Faylor
2003-09-27
3
-4
/
+10
*
* devices.shilka: Add /dev/sda disk devices.
Christopher Faylor
2003-09-27
3
-185
/
+588
*
* cygwin-shilka: Remove '#line directives' or suffer debugging oddities. Use
Christopher Faylor
2003-09-27
6
-290
/
+1139
*
remove accidental checkin
Christopher Faylor
2003-09-27
1
-20
/
+0
*
* Makefile.in: Add libusr32.a to DLL_IMPORTS.
Christopher Faylor
2003-09-27
5
-17
/
+121
[prev]
[next]