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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename hinfo -> dtable. Name the former dtable array 'fdtab'.
Christopher Faylor
2000-08-12
22
-179
/
+183
*
* poll.cc: Allow any descriptor and any number of descriptors.
Corinna Vinschen
2000-08-11
2
-20
/
+39
*
Fix premature use of fdtab.
Christopher Faylor
2000-08-11
1
-1
/
+1
*
* poll.cc: Add bounds checking for file descriptors. Return POLLNVAL
Corinna Vinschen
2000-08-11
3
-20
/
+30
*
* syslog.cc (syslog): Use a less malloc-intensive method for allocating the
Christopher Faylor
2000-08-11
2
-31
/
+28
*
DJ is sole setup maintainer now.
Christopher Faylor
2000-08-10
1
-2
/
+1
*
Change comment.
Christopher Faylor
2000-08-10
1
-1
/
+1
*
comment changes.
Christopher Faylor
2000-08-10
1
-1
/
+1
*
Minor change.
Christopher Faylor
2000-08-10
1
-1
/
+1
*
Minor change.
Christopher Faylor
2000-08-10
1
-1
/
+0
*
Minor change.
Christopher Faylor
2000-08-10
1
-2
/
+2
*
* winsup.h: Change strchr inline for strange gcc problem.
Christopher Faylor
2000-08-10
4
-1
/
+12
*
* dir.cc (readdir): Ensure that errno is *only* set when we've run out of
Christopher Faylor
2000-08-10
3
-34
/
+26
*
* select.cc (allocfd_set): Zero allocated fd_set.
Christopher Faylor
2000-08-09
8
-69
/
+70
*
* fhandler_serial.cc (tcsendbreak): "sleeptime" argument to usleep()
DJ Delorie
2000-08-08
2
-1
/
+6
*
* include/userenv.h: New header file.
Corinna Vinschen
2000-08-08
3
-0
/
+69
*
* include/winuser.h: Correct PCWPSTRUCT typo.
Christopher Faylor
2000-08-08
2
-1
/
+6
*
* include/cygwin/cygwin_dll.h: Remove extraneous (and incorrect) declarations.
Christopher Faylor
2000-08-07
2
-3
/
+5
*
* hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULL
Christopher Faylor
2000-08-04
4
-112
/
+114
*
* select.cc (fhandler_console::select_read): Call set_cursor_maybe since select
Christopher Faylor
2000-08-04
2
-0
/
+10
*
* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Set length field
Christopher Faylor
2000-08-03
2
-0
/
+6
*
* fork.cc (vfork): Store complete stack frame in vfork_save structure for later
Christopher Faylor
2000-08-03
4
-22
/
+33
*
add winsup.h
DJ Delorie
2000-08-02
1
-0
/
+1
*
* strace.cc (strace::prntf): Make second argument the function name, rather
Christopher Faylor
2000-08-02
8
-61
/
+79
*
* regexp/regexp.c: Add winsup.h.
Christopher Faylor
2000-08-02
2
-0
/
+5
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
60
-92
/
+98
*
* include/sys/strace.h: Fix strace definition.
Christopher Faylor
2000-08-02
2
-2
/
+6
*
* strace.h: Add kludgy workarounds to avoid using deprecated methods for
Christopher Faylor
2000-08-02
5
-125
/
+139
*
* passwd.c (main): Initialize oldpwd before beeing used.
Corinna Vinschen
2000-07-31
2
-0
/
+5
*
* fhandler_console.cc: Remove VK_DIVIDE detection.
Christopher Faylor
2000-07-30
3
-12
/
+19
*
* fhandler_console.cc: Add VK_DIVIDE detection. Return virtual keycode if it
Christopher Faylor
2000-07-29
2
-0
/
+14
*
* path.cc (chdir): Avoid trailing dot calculation when chdir == '/' or we end
Christopher Faylor
2000-07-29
2
-1
/
+6
*
* kill.cc (main): Add '-f' option to force termination of a process.
Christopher Faylor
2000-07-29
3
-36
/
+244
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
29
-633
/
+761
*
* environ.cc (parse_thing): Make binmode a DWORD.
Christopher Faylor
2000-07-29
4
-5
/
+10
*
* include/cygwin/cygwin_dll.h: Update for modern compilers.
Christopher Faylor
2000-07-29
3
-6
/
+10
*
Minor formatting change.
Christopher Faylor
2000-07-28
2
-2
/
+2
*
Fix typo.
Christopher Faylor
2000-07-28
1
-1
/
+1
*
* utils/mount.cc (main): Add --show-cygdrive-prefixes option.
Christopher Faylor
2000-07-28
3
-2
/
+57
*
* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.
Christopher Faylor
2000-07-28
7
-12
/
+155
*
* include/cygwin/version.h: Bump DLL minor version number to 4.
Christopher Faylor
2000-07-28
2
-1
/
+5
*
Remove obsolete entries:
David Starks-Browning
2000-07-27
1
-97
/
+41
*
Entry 'How do anti-virus programs like Cygwin?': Remove disclaimer; hanging
David Starks-Browning
2000-07-27
1
-4
/
+7
*
Entry 'How should I set my PATH?': Don't omit Windows system directories.
David Starks-Browning
2000-07-27
1
-1
/
+2
*
Added missing ChangeLog entry.
Corinna Vinschen
2000-07-27
1
-0
/
+5
*
* testsuite/winsup.api/winsup.exp: ignore stdout by default
DJ Delorie
2000-07-27
19
-4
/
+75
*
* fhandler.cc (fhandler_disk_file::fstat): Allow block calculation to succeed
Christopher Faylor
2000-07-27
2
-1
/
+6
*
fix typo.
Christopher Faylor
2000-07-27
1
-1
/
+1
*
Give signal_exit noreturn attribute.
Christopher Faylor
2000-07-26
1
-1
/
+1
*
* exceptions.cc (signal_exit): Renamed from "really+exit". Always sets
Christopher Faylor
2000-07-26
2
-18
/
+15
[next]