2007-01-16 19:37:05 +08:00
|
|
|
2007-01-16 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* include/cygwin/in.h (struct ip_mreq_source): Define.
|
|
|
|
(struct ip_msfilter): Define.
|
|
|
|
(IP_MSFILTER_SIZE): Define.
|
|
|
|
(struct in_pktinfo): Define.
|
|
|
|
(struct group_req): Define.
|
|
|
|
(struct group_source_req): Define.
|
|
|
|
(struct group_filter): Define.
|
|
|
|
(GROUP_FILTER_SIZE): Define.
|
|
|
|
(INADDR_ALLRTRS_GROUP): Define.
|
|
|
|
* include/cygwin/socket.h: Define protocol agnostic multicast options.
|
|
|
|
|
2007-01-15 20:19:01 +08:00
|
|
|
2007-01-15 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* CYGWIN_LICENSE: Fix web pages and contact information.
|
|
|
|
|
|
|
|
2007-01-15 Corinna Vinschen <corinna@vinschen.de>
|
2007-01-15 19:11:37 +08:00
|
|
|
|
|
|
|
* ntdll.h: Adjust status definitions.
|
|
|
|
|
2007-01-15 20:19:01 +08:00
|
|
|
2007-01-15 Corinna Vinschen <corinna@vinschen.de>
|
2007-01-15 19:01:23 +08:00
|
|
|
|
|
|
|
* cygheap.cc (cygheap_init): Add TODO comment.
|
|
|
|
|
2007-01-15 20:19:01 +08:00
|
|
|
2007-01-15 Corinna Vinschen <corinna@vinschen.de>
|
2007-01-15 18:52:15 +08:00
|
|
|
|
|
|
|
* ntdll.h (STATUS_SHARING_VIOLATION): Define.
|
|
|
|
|
|
|
|
2007-01-13 Corinna Vinschen <corinna@vinschen.de>
|
2007-01-14 04:56:01 +08:00
|
|
|
|
|
|
|
* syscalls.cc (unlink_nt): Don't move files to recycle bin which are
|
|
|
|
not in use.
|
|
|
|
|
2007-01-13 15:10:14 +08:00
|
|
|
2007-01-13 Christopher Faylor <me@cgf.cx>
|
|
|
|
|
|
|
|
* glob.cc: Update copyright notice with latest from FreeBSD.
|
|
|
|
(glob0): Use correct type for c variable to propagate previously
|
|
|
|
detected protection.
|
|
|
|
|
2007-01-13 03:40:20 +08:00
|
|
|
2007-01-12 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* cygheap.cc (_csbrk): Fix off-by-one error.
|
|
|
|
* cygwin.sc: Give .cygheap a minimum size of 512K.
|
|
|
|
|
2007-01-12 23:40:13 +08:00
|
|
|
2007-01-12 Christopher Faylor <me@cgf.cx>
|
|
|
|
|
|
|
|
* external.cc (sync_winenv): Use cur_environ () rather than
|
|
|
|
__cygwin_environ.
|
|
|
|
|
2007-01-12 23:26:02 +08:00
|
|
|
2007-01-12 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* fork.cc (child_copy): Add missing Windows PID in debug output.
|
|
|
|
|
|
|
|
2007-01-12 Corinna Vinschen <corinna@vinschen.de>
|
2007-01-12 22:16:42 +08:00
|
|
|
|
|
|
|
* syscalls.cc: Update copyright.
|
|
|
|
|
2007-01-10 17:30:38 +08:00
|
|
|
2007-01-10 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* mmap.cc (mmap64): Pre-Reserve space for the whole mapping to get a
|
|
|
|
useful, valid address before the actual mappings take place.
|
|
|
|
Fix typo in comment.
|
|
|
|
|
2007-01-10 17:06:20 +08:00
|
|
|
2007-01-10 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* syscalls.cc (sync): Use b_drive for B: drive (Thanks to Howard Chu).
|
|
|
|
|
2007-01-09 23:46:41 +08:00
|
|
|
2007-01-09 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* syscalls.cc (getpagesize): Change condition for clarity.
|
|
|
|
(getsystempagesize): Ditto.
|
|
|
|
|
2007-01-09 19:18:57 +08:00
|
|
|
2007-01-09 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* mmap.cc: Do bookkeeping in 4K pages, rather than in 64K chunks.
|
|
|
|
|
2007-01-07 20:44:10 +08:00
|
|
|
2007-01-07 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* security.h (setacl): Add parameter for writability flag.
|
|
|
|
* sec_acl.cc (setacl): Ditto. Set to true if any ACE with write
|
|
|
|
permissions is created.
|
|
|
|
* fhandler_disk_file.cc (fhandler_disk_file::facl): Reset
|
|
|
|
FILE_ATTRIBUTE_READONLY if ACL contains an ACE with write permissions.
|
|
|
|
|
2007-01-05 23:09:22 +08:00
|
|
|
2007-01-05 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* include/strings.h: Don't include string.h. Only declare functions
|
|
|
|
according to SUSv3.
|
|
|
|
|
2007-01-04 18:48:57 +08:00
|
|
|
2007-01-04 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
(get_ifconf): Set MTU for loopback to more correct value.
|
|
|
|
|
2007-01-04 18:11:27 +08:00
|
|
|
2007-01-04 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* fhandler_socket.cc (fhandler_socket::ioctl): Don't fake results
|
|
|
|
for SIOCGIFFLAGS here. Call get_ifconf instead.
|
|
|
|
* net.cc (get_2k_ifconf): Clean up code to generate interface name.
|
|
|
|
Handle SIOCGIFFLAGS here.
|
|
|
|
(get_nt_ifconf): Fake SIOCGIFFLAGS here.
|
|
|
|
(get_95_ifconf): Ditto.
|
|
|
|
(get_ifconf): Don't fake loopback on systems with IP Helper Lib.
|
|
|
|
Set MTU for loopback to a more "modern" value.
|
|
|
|
|
2007-01-04 17:17:55 +08:00
|
|
|
2007-01-04 Brian Ford <Brian.Ford@FlightSafety.com>
|
|
|
|
Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* fhandler.h (PREFERRED_IO_BLKSIZE): Define as 64K.
|
|
|
|
* fhandler.cc (fhandler_base::fstat): Set st_blksize to
|
|
|
|
PREFERRED_IO_BLKSIZE.
|
|
|
|
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Ditto.
|
|
|
|
* fhandler_mailslot.cc (fhandler_mailslot::fstat): Ditto.
|
|
|
|
* fhandler_raw.cc (fhandler_dev_raw::fstat): Ditto.
|
|
|
|
|
2007-01-02 03:37:19 +08:00
|
|
|
2007-01-01 Christopher Faylor <me@cgf.cx>
|
|
|
|
|
|
|
|
* spawn.cc (spawn_guts): Don't expect synchronization from a non-cygwin
|
|
|
|
_P_NOWAIT process.
|