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
*
* cygwin.din: Declare strtok_r for the import lib. Already in the DLL.
Corinna Vinschen
2000-12-07
2
-1
/
+7
*
* winsup/cygwin/include/sys/uio.h: readv: Correct prototype
Corinna Vinschen
2000-12-06
2
-2
/
+7
*
* include/sys/uio.h: Include <sys/cdefs.h>. Use __BEGIN_DECL and
Corinna Vinschen
2000-12-05
2
-7
/
+15
*
* Makefile.in: Change `-nostartfiles' to `-nostdlib' to avoid
Corinna Vinschen
2000-12-04
2
-2
/
+8
*
* path.cc (normalize_win32_path): Handle UNC paths better.
Christopher Faylor
2000-12-03
2
-3
/
+16
*
* Makefile.in: Remove some extra cruft.
Christopher Faylor
2000-12-03
2
-5
/
+6
*
* Makefile.in: Use CXX to build the DLL.
Christopher Faylor
2000-12-03
5
-61
/
+183
*
* net.cc (get_inet_addr ): Close AF_UNIX socket file after reading.
Corinna Vinschen
2000-12-02
2
-14
/
+22
*
* cygheap.cc (chgheap_root::operator =): Check root dir properly.
Corinna Vinschen
2000-11-29
2
-1
/
+5
*
* net.cc (cygwin_inet_aton): Return nonzero if the address
Corinna Vinschen
2000-11-29
2
-2
/
+7
*
* mmap.cc (munmap): Check that mmap and munmap length match.
Christopher Faylor
2000-11-28
2
-3
/
+6
*
* fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFile
Corinna Vinschen
2000-11-28
4
-3
/
+37
*
* fhandler.cc (is_at_eof): New function.
Christopher Faylor
2000-11-26
2
-0
/
+30
*
* include/cygwin/version.h: Bump DLL minor version number to 7.
Christopher Faylor
2000-11-26
2
-1
/
+5
*
* include/cygwin/version.h: Bump minor API version due to adding
Corinna Vinschen
2000-11-25
2
-1
/
+7
*
* net.cc (cygwin_inet_aton): New function.
Corinna Vinschen
2000-11-25
3
-2
/
+22
*
* path.cc (mount_info::read_cygdrive_info_from_registry): Read system cygdrive
Christopher Faylor
2000-11-24
2
-14
/
+20
*
* Makefile.in: new-temp.a -> new-templib.a
Christopher Faylor
2000-11-22
2
-1
/
+5
*
* spawn.cc (spawn_guts): Quoting was still wrong. Keep trying to fix it.
Christopher Faylor
2000-11-20
2
-6
/
+25
*
* spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting in
Christopher Faylor
2000-11-20
4
-9
/
+22
*
*** empty log message ***
Christopher Faylor
2000-11-19
1
-1
/
+3
*
* path.cc (normalize_posix_path): Special care for root directory
Corinna Vinschen
2000-11-17
2
-1
/
+10
*
* syslog.cc (syslog): Add users SID to NT syslog entry.
Corinna Vinschen
2000-11-17
2
-1
/
+6
*
Fix typo.
Christopher Faylor
2000-11-17
1
-1
/
+1
*
* fhandler_console.cc: New member variable `dwBufferSize' for `info'.
Christopher Faylor
2000-11-17
2
-2
/
+11
*
* Makefile.in: Make import library creation 'make -j2' friendly.
Christopher Faylor
2000-11-16
2
-7
/
+13
*
* uinfo.cc (uinfo_init): Call `cygwin_set_impersonation_token' to
Corinna Vinschen
2000-11-16
2
-1
/
+7
*
Update ChangeLog.
Christopher Faylor
2000-11-16
2
-6
/
+3
*
* sigproc.cc (wait_sig): Remove unneeded for loop iteration.
Christopher Faylor
2000-11-16
5
-35
/
+35
*
* uinfo.cc (internal_getlogin): Change parameter list to reflect
Corinna Vinschen
2000-11-15
3
-11
/
+18
*
* cygheap.h: Move `token' and `impersonated' from class _pinfo
Corinna Vinschen
2000-11-15
9
-41
/
+55
*
* spawn.cc (spawn_guts): Revert patch to ignore chroot settings
Corinna Vinschen
2000-11-15
2
-6
/
+6
*
* fork.cc (slow_pid_reuse): Off-by-one.
Christopher Faylor
2000-11-15
2
-4
/
+10
*
Throughout use myself->ppid_handle rather than parent_alive.
Christopher Faylor
2000-11-15
13
-119
/
+144
*
Fix formatting.
Corinna Vinschen
2000-11-15
1
-1
/
+1
*
* cygheap.cc (cygheap_root::cygheap_root): New function.
Corinna Vinschen
2000-11-15
16
-138
/
+287
*
* dir.cc (rewinddir): Always set __d_position = 0, so next
Corinna Vinschen
2000-11-14
2
-1
/
+6
*
* cygheap.h (init_cygheap): New struct holding values that live in the Cygwin
Christopher Faylor
2000-11-14
12
-87
/
+122
*
* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.
Christopher Faylor
2000-11-13
6
-6
/
+13
*
* path.h: Add __attribute__ ((regparm(x))) to commonly used functions.
Christopher Faylor
2000-11-12
5
-12
/
+17
*
* dcrt0.cc: New global variable `ignore_case_with_glob'.
Christopher Faylor
2000-11-11
4
-10
/
+75
*
remove include/rapi.h
Christopher Faylor
2000-11-09
1
-64
/
+0
*
* dir.cc (readdir): Avoid reading from the beginning when
Corinna Vinschen
2000-11-09
2
-1
/
+7
*
Increase cygwin heap size.
Christopher Faylor
2000-11-09
1
-1
/
+1
*
* select.cc (peek_pipe): Deal with pending newline in pty_master.
Christopher Faylor
2000-11-09
2
-5
/
+20
*
* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used in
Christopher Faylor
2000-11-08
8
-9
/
+88
*
* autoload.cc: Add autoload statement for `WSASetLastError'.
Corinna Vinschen
2000-11-07
3
-1
/
+15
*
Fix typos.
Christopher Faylor
2000-11-07
1
-3
/
+3
*
Update copyright.
Christopher Faylor
2000-11-07
1
-1
/
+1
*
* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.
Christopher Faylor
2000-11-06
5
-79
/
+71
[next]