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
...
*
* cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32
Corinna Vinschen
2005-04-13
10
-38
/
+54
*
* fhandler.h (fhandler_base::utimes_fs): New method.
Christopher Faylor
2005-04-13
4
-4
/
+29
*
* fhandler_disk_file.cc (fhandler_disk_file::utimes): Don't set errno
Corinna Vinschen
2005-04-13
2
-4
/
+7
*
* autoload.cc (NtQueryVolumeInformationFile): Add.
Corinna Vinschen
2005-04-12
6
-66
/
+202
*
Fix ChangeLog entry.
Corinna Vinschen
2005-04-11
1
-1
/
+1
*
Revert previous patch.
Corinna Vinschen
2005-04-11
5
-29
/
+37
*
* syscalls.cc (sync): Use renamed has_get_volume_pathnames wincap.
Corinna Vinschen
2005-04-11
4
-15
/
+23
*
* pipe.cc (fhandler_pipe::open): Remove O_CREAT limitation.
Christopher Faylor
2005-04-08
2
-6
/
+5
*
* syslog.cc (try_connect_guard): Remove useless conditionalized code.
Corinna Vinschen
2005-04-07
2
-4
/
+4
*
* syslog.cc: Include sys/socket.h.
Corinna Vinschen
2005-04-07
3
-3
/
+153
*
* fhandler_socket.cc (get_inet_addr): Add type parameter to return
Corinna Vinschen
2005-04-06
2
-4
/
+28
*
* security.h (cygsidlist::addfromgr): Avoid duplicate entries.
Corinna Vinschen
2005-04-06
3
-11
/
+15
*
* net.cc (cygwin_getservbyname): Return (possibly NULL) return value of dup_ent
Christopher Faylor
2005-04-06
2
-11
/
+21
*
* cygtls.cc (_cygtls::remove): Don't free or close stuff if we're being called
Christopher Faylor
2005-04-05
2
-9
/
+17
*
* sync.h (muto::initforce): Delete flawed implementation.
Christopher Faylor
2005-04-05
5
-5
/
+12
*
* sync.h (muto::initforce): Force initialization even when name != NULL.
Christopher Faylor
2005-04-05
3
-2
/
+10
*
* sync.h (muto::operator int): New operator.
Christopher Faylor
2005-04-05
19
-118
/
+159
*
* path.cc (path_conv::check): Only check for PC_NO_ACCESS_CHECK in end
Christopher Faylor
2005-04-04
2
-3
/
+8
*
* dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.
Corinna Vinschen
2005-04-04
5
-22
/
+52
*
* cygheap.cc (cygheap_init): Accomodate set_process_privilege change.
Corinna Vinschen
2005-04-03
18
-287
/
+498
*
Unify usage of CYG_MAX_PATH throughout. Change buffers from
Corinna Vinschen
2005-04-03
15
-35
/
+41
*
* include/cygwin/version.h: Bump DLL minor number to 15.
Christopher Faylor
2005-04-02
2
-1
/
+5
*
* fork.cc (fork_child): Add missing __stdcall.
Corinna Vinschen
2005-04-01
2
-1
/
+5
*
* sigproc.cc (create_signal_arrive): New (temporary?) function to create
Christopher Faylor
2005-04-01
3
-10
/
+27
*
* fork.cc (fork_child): Fixup SYSV IPC shared memory before fixing
Corinna Vinschen
2005-04-01
2
-5
/
+16
*
* gentls_offsets: Add '-m32' flag to native compiler call to satisfy
Corinna Vinschen
2005-03-31
2
-2
/
+7
*
* errno.cc (NO_SYSTEM_RESOURCES): Map to EAGAIN.
Corinna Vinschen
2005-03-30
2
-0
/
+15
*
* environ.cc (spenvs): Re-force SYSTEMROOT to always be included in
Christopher Faylor
2005-03-30
2
-2
/
+9
*
* environ.cc (spenv::retrieve): Revert most of previous change.
Christopher Faylor
2005-03-30
2
-18
/
+29
*
* path.cc (symlink_info::case_check): Ignore trailing characters
Corinna Vinschen
2005-03-30
2
-1
/
+6
*
fix typo
Christopher Faylor
2005-03-30
1
-1
/
+1
*
* environ.h (win_env::immediate): Declare new field.
Christopher Faylor
2005-03-30
3
-31
/
+103
*
* include/limits.h (NAME_MAX): New define.
Corinna Vinschen
2005-03-29
2
-1
/
+9
*
* path.cc (is_floppy): Make externally available.
Corinna Vinschen
2005-03-29
4
-4
/
+26
*
* fhandler_process.cc: Re-add exename.
Corinna Vinschen
2005-03-29
2
-3
/
+10
*
* include/ctype.h: Accommodate building in newlib.
Christopher Faylor
2005-03-28
2
-1
/
+5
*
* timer.cc (getitimer): Check that ovalue is a valid pointer, not just NULL.
Christopher Faylor
2005-03-28
2
-5
/
+7
*
* timer.cc (timer_tracker::settime): Set times to zero when just cancelling a
Christopher Faylor
2005-03-28
2
-1
/
+8
*
* cygthread.cc (cygthread::detach): Revert to just waiting for thred event
Christopher Faylor
2005-03-28
5
-23
/
+52
*
* timer.cc (timer_tracker::timer_tracker): Eliminate simple constructor.
Christopher Faylor
2005-03-28
3
-3
/
+10
*
* errno.cc (FILENAME_EXCED_RANGE): Map to ENAMETOOLONG.
Christopher Faylor
2005-03-28
2
-1
/
+5
*
update copyright
Christopher Faylor
2005-03-28
1
-1
/
+1
*
* signal.cc (nanosleep): Revert tv_sec < 0 check as it is fixed properly in the
Christopher Faylor
2005-03-27
1
-0
/
+5
*
* times.cc (hires_ms::usecs): Compare the difference.
Christopher Faylor
2005-03-27
5
-4
/
+8
*
* timer.cc (nanosleep): Treat tv_sec < 0 as invalid.
Christopher Faylor
2005-03-27
3
-5
/
+21
*
* wininfo.h (wininfo::timer_active): Delete.
Christopher Faylor
2005-03-27
25
-287
/
+509
*
* fhandler.h (fhandler_socket::secret_event): Remove.
Corinna Vinschen
2005-03-24
5
-263
/
+229
*
* include/ctype.h: Always define macros when inside cygwin.
Christopher Faylor
2005-03-23
2
-2
/
+8
*
checkin previously missed file.
Christopher Faylor
2005-03-23
1
-1
/
+0
*
fix comment
Christopher Faylor
2005-03-23
1
-1
/
+1
[prev]
[next]