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
*
* include/netinet/in_systm.h: New file.
Corinna Vinschen
2000-06-07
3
-0
/
+45
*
Major update to "Where can I get more information?" section. Now includes:
David Starks-Browning
2000-06-07
1
-21
/
+89
*
minor typo correction: GNU not Gnu
David Starks-Browning
2000-06-07
1
-2
/
+2
*
* mount.cc: add stdlib.h for exit
DJ Delorie
2000-06-05
4
-0
/
+11
*
"Installation Instructions" for FAQ, first update for current net release.
David Starks-Browning
2000-06-02
1
-172
/
+154
*
* exceptions.cc: Remove unneeded include.
Christopher Faylor
2000-06-01
7
-27
/
+40
*
* autoload.h: Put each info block in its own dummy static function.
Christopher Faylor
2000-06-01
2
-1
/
+11
*
* include/cygwin/version.h: use decimal, NOT octal
DJ Delorie
2000-05-31
2
-2
/
+8
*
Remove broken targets readme.info, faq.info
David Starks-Browning
2000-05-31
1
-1
/
+4
*
* fhandler.cc (fhandler_disk_file::open): Check for executable
Corinna Vinschen
2000-05-31
2
-2
/
+8
*
* dcrt0.cc: Use LoadDLLfuncEx for loading Crypto API functions
Corinna Vinschen
2000-05-31
2
-5
/
+10
*
* path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressive
Christopher Faylor
2000-05-30
2
-5
/
+12
*
Needed for previous changes.
Christopher Faylor
2000-05-30
1
-0
/
+2
*
* Makefile.in: Remove libadvapi32.a.
Christopher Faylor
2000-05-30
11
-130
/
+240
*
* fhandler_random.cc (read): Use CRYPT_MACHINE_KEYSET in
Corinna Vinschen
2000-05-27
2
-4
/
+10
*
* include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
Corinna Vinschen
2000-05-27
2
-0
/
+5
*
* errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.
Corinna Vinschen
2000-05-26
2
-0
/
+5
*
* sigproc.h (sigframe::set): Accept a default frame pointer.
Christopher Faylor
2000-05-26
3
-4
/
+12
*
* configure.in: Don't assume that cinstall directory exists.
Christopher Faylor
2000-05-25
3
-3
/
+3
*
* configure.in: Don't assume that cinstall directory exists.
Christopher Faylor
2000-05-25
3
-17
/
+34
*
* dir.cc (rmdir): Use file attributes that have already been discovered by
Christopher Faylor
2000-05-25
2
-2
/
+3
*
* dir.cc (rmdir): Use file attributes that have already been discovered
Christopher Faylor
2000-05-25
2
-2
/
+2
*
* dir.cc (rmdir): Use file attributes that have already been discovered by
Christopher Faylor
2000-05-25
2
-3
/
+7
*
Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:
Corinna Vinschen
2000-05-25
2
-1
/
+6
*
* dir.cc (writable_directory): Comment out previous code,
Corinna Vinschen
2000-05-24
4
-7
/
+34
*
* Makefile.common (%.o): further simplify, add "..." to make it
DJ Delorie
2000-05-24
2
-4
/
+9
*
* syscalls.cc (_cygwin_istext_for_stdio): New, for newlib
DJ Delorie
2000-05-23
3
-2
/
+62
*
* dir.cc (writable_directory): handle root directories
DJ Delorie
2000-05-23
2
-0
/
+8
*
* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with the
Christopher Faylor
2000-05-23
2
-1
/
+6
*
* path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on a
Christopher Faylor
2000-05-23
4
-27
/
+48
*
* mkvers.sh: Use snapshot date as build date since it is more interesting.
Christopher Faylor
2000-05-23
3
-6
/
+23
*
* environ.cc (regopt): Scan HKLM if HKCU scan fails.
Christopher Faylor
2000-05-22
2
-0
/
+10
*
* dir.cc (rmdir): Care for misleading error messages
Corinna Vinschen
2000-05-22
3
-8
/
+26
*
* dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid a
Christopher Faylor
2000-05-22
3
-16
/
+18
*
* exceptions.cc (interruptible): Add an argument to control whether function
Christopher Faylor
2000-05-20
2
-37
/
+67
*
* regtool.cc (find_key): Add parameter `access'.
Corinna Vinschen
2000-05-19
2
-9
/
+18
*
* syscalls.cc (setmode): change mode of any matching FILE* also.
DJ Delorie
2000-05-19
2
-0
/
+26
*
* cygpath.cc: add --windir/--sysdir options
DJ Delorie
2000-05-19
3
-2
/
+27
*
* Makefile.in: Remove external.h dependency.
Christopher Faylor
2000-05-18
4
-6
/
+15
*
* Makefile.in: Eliminate WINSUP_DEPS.
Christopher Faylor
2000-05-18
8
-135
/
+14
*
* MAINTAINERS: Add Corinna to general list.
Christopher Faylor
2000-05-18
2
-9
/
+16
*
Eliminate.
Christopher Faylor
2000-05-18
1
-50
/
+0
*
* select.cc (thread_pipe): Add paranoid check to ensure thread termination.
Christopher Faylor
2000-05-18
6
-26
/
+88
*
* include/winnt.h: Add some missing TAPE_DRIVE_* defines.
Corinna Vinschen
2000-05-18
2
-0
/
+7
*
* sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.
Christopher Faylor
2000-05-18
2
-1
/
+6
*
* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needs
Christopher Faylor
2000-05-18
5
-6
/
+22
*
* testsuite/winsup.api/crlf.c: New
DJ Delorie
2000-05-17
5
-0
/
+1289
*
* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if
Christopher Faylor
2000-05-17
15
-69
/
+182
*
* fhandler_tape.cc (fhandler_dev_tape::ioctl): Check
Corinna Vinschen
2000-05-16
2
-1
/
+12
*
* include/cygwin/in.h (AF_INET6): Use correct in6_addr struct.
Christopher Faylor
2000-05-16
2
-1
/
+5
[next]