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
*
* fhandler_socket.cc: Move iptypes.h include after winsock2 since it now relies
Christopher Faylor
2006-04-05
3
-2
/
+8
*
* dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks,threadinterface}
Christopher Faylor
2006-04-05
2
-2
/
+9
*
* net.cc (fdsock): Raise default SO_RCVBUF/SO_SNDBUF buffer sizes to
Corinna Vinschen
2006-04-04
2
-0
/
+14
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
Christopher Faylor
2006-04-03
3
-21
/
+31
*
* spawn.cc (linebuf::finish): Drop argument. Don't check command line
Corinna Vinschen
2006-04-03
2
-10
/
+12
*
* dcrt0.cc (sm): Delete.
Christopher Faylor
2006-04-03
2
-3
/
+13
*
* fhandler_disk_file.cc (FS_IS_SAMBA_WITH_QUOTA): New define.
Corinna Vinschen
2006-03-31
2
-5
/
+23
*
* security.h (sec_user_nih): Make sid1 argument mandatory.
Corinna Vinschen
2006-03-30
2
-2
/
+9
*
* sigproc.cc (wait_for_sigthread): Use the current user sid when setting up the
Christopher Faylor
2006-03-30
2
-1
/
+7
*
* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it can
Christopher Faylor
2006-03-29
5
-33
/
+57
*
* spawn.cc (spawn_guts): Close handles if we know that we will not be seeing a
Christopher Faylor
2006-03-27
2
-9
/
+16
*
* sigproc.cc (wait_sig): Move myself manipulation...
Christopher Faylor
2006-03-27
2
-8
/
+10
*
* fhandler_floppy.cc: Include ntdef.h and ntdll.h.
Corinna Vinschen
2006-03-24
3
-54
/
+122
*
* fhandler_console.cc (fhandler_console::fixup_after_fork_exec): Make error
Christopher Faylor
2006-03-23
3
-3
/
+10
*
* dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the console
Christopher Faylor
2006-03-23
3
-2
/
+10
*
* sigproc.cc (sigalloc): Don't set SA_RESTART here.
Christopher Faylor
2006-03-23
4
-21
/
+63
*
* thread.cc (pthread_mutex::is_good_initializer_or_bad_object): Delete.
Corinna Vinschen
2006-03-22
2
-55
/
+37
*
* fhandler.cc (fcntl): Print flags in hex.
Christopher Faylor
2006-03-22
6
-39
/
+59
*
* thread.cc (pthread_cond::init): Disable validity test of object
Corinna Vinschen
2006-03-22
2
-6
/
+19
*
* signal.cc (signal): Don't set SA_RESTART here.
Christopher Faylor
2006-03-22
3
-5
/
+12
*
* child_info.h (child_status): Fix typo which made it impossible to set
Christopher Faylor
2006-03-22
5
-22
/
+38
*
* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.
Christopher Faylor
2006-03-21
5
-9
/
+28
*
* child_info.h (child_status): New enum.
Christopher Faylor
2006-03-20
5
-32
/
+70
*
revert previous debugging checkin
Christopher Faylor
2006-03-20
1
-8
/
+4
*
* pinfo.cc (commune_process): Fix randomly invalid pointer which caused fifos
Christopher Faylor
2006-03-20
3
-5
/
+16
*
* dcrt0.cc (dll_crt0_0): Oops. We need to bother with setting this in the
Christopher Faylor
2006-03-20
2
-0
/
+6
*
* dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler here
Christopher Faylor
2006-03-20
3
-7
/
+11
*
* pinfo.h (EXITCODE_OK): Define new constant.
Christopher Faylor
2006-03-18
3
-1
/
+12
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
Christopher Faylor
2006-03-18
14
-86
/
+170
*
* cygheap.cc (init_cygheap::manage_console_count): Turn console control handler
Christopher Faylor
2006-03-16
8
-32
/
+38
*
* child_info.h (child_info_fork::fork_retry): Declare new function.
Christopher Faylor
2006-03-15
5
-8
/
+34
*
* fork.cc (frok::parent): Improve error message.
Christopher Faylor
2006-03-14
2
-1
/
+11
*
* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.
Christopher Faylor
2006-03-14
5
-25
/
+33
*
* child_info.h (child_info_fork::handle_failure): Declare new function.
Christopher Faylor
2006-03-13
11
-59
/
+121
*
* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a little
Christopher Faylor
2006-03-13
6
-36
/
+73
*
Fix typo.
Corinna Vinschen
2006-03-13
1
-1
/
+1
*
* autoload.cc (LoadDLLfuncNt): New define to wrap NT native functions.
Corinna Vinschen
2006-03-13
3
-26
/
+37
*
tweak last ChangeLog description
Christopher Faylor
2006-03-13
1
-2
/
+2
*
* cygtls.cc (_cygtls::remove): Reset initialized flag right away if we were
Christopher Faylor
2006-03-13
5
-100
/
+112
*
* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.
Christopher Faylor
2006-03-12
9
-70
/
+80
*
* syscalls.cc (rename): Move existance check for oldpath further up
Corinna Vinschen
2006-03-09
2
-7
/
+41
*
* autoload.cc (NtClose): Define.
Corinna Vinschen
2006-03-09
4
-108
/
+172
*
Remove accidentally checked in ChangeLog entry.
Corinna Vinschen
2006-03-09
1
-7
/
+0
*
* cygtls.h (_cygtls::retaddr): New method.
Christopher Faylor
2006-03-08
4
-7
/
+15
*
* syscalls.cc (statvfs): Simplify path name expression.
Corinna Vinschen
2006-03-08
2
-3
/
+7
*
* syscalls.cc: Include winioctl.h.
Corinna Vinschen
2006-03-08
2
-0
/
+35
*
* dir.cc (opendir): Fix indentation.
Corinna Vinschen
2006-03-03
3
-6
/
+21
*
* syscalls.cc (chroot): Disallow chroot into special directories.
Corinna Vinschen
2006-03-02
2
-0
/
+7
*
* fhandler_disk_file.cc (__DIR_mounts::check_missing_mount): Check
Corinna Vinschen
2006-03-02
2
-4
/
+12
*
* sec_helper.cc (set_cygwin_privileges): Request SE_BACKUP_NAME
Corinna Vinschen
2006-03-01
2
-0
/
+6
[next]