[newlib-cygwin] Rearrange makecontext and add lots of comments

2015-07-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=877b02be0823cf9227e33ef1a2e227680fa3b275 commit 877b02be0823cf9227e33ef1a2e227680fa3b275 Author: Corinna Vinschen Date: Sat Jul 18 12:35:23 2015 +0200 Rearrange makecontext and add lots of comments

[newlib-cygwin] Remove x86_64 __sjfault/__ljfault

2015-07-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=93a8435f826453396f0d30f1f0ee07098aa78530 commit 93a8435f826453396f0d30f1f0ee07098aa78530 Author: Corinna Vinschen Date: Sat Jul 18 14:48:32 2015 +0200 Remove x86_64 __sjfault/__ljfault * gendef: Remove unused 64 bit

[newlib-cygwin] Lower Cygwin's MINSIGSTKSZ and SIGSTKSZ

2015-07-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e437a7d826188da96ca9b06ecb03987196974f3f commit e437a7d826188da96ca9b06ecb03987196974f3f Author: Corinna Vinschen Date: Sun Jul 19 22:40:29 2015 +0200 Lower Cygwin's MINSIGSTKSZ and SIGSTKSZ * include/c

[newlib-cygwin] Reduce stack pressure throughout Cygwin

2015-07-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4889f730c1fa5db8cea2780eaa1d2156c92b298a commit 4889f730c1fa5db8cea2780eaa1d2156c92b298a Author: Corinna Vinschen Date: Sun Jul 19 22:38:30 2015 +0200 Reduce stack pressure throughout Cygwin * dcrt0.cc

[newlib-cygwin] Fix potential hang in ldd if DLL encounters missing entry point

2015-07-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=23ad79d7de0a3ff47ad211347340b7c6750caedc commit 23ad79d7de0a3ff47ad211347340b7c6750caedc Author: Corinna Vinschen Date: Mon Jul 20 18:32:24 2015 +0200 Fix potential hang in ldd if DLL encounters missing entry point

[newlib-cygwin] Add previous ldd fix to release file

2015-07-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b723ec272e5a1e7be453e0b75ed6b71fc5871f3a commit b723ec272e5a1e7be453e0b75ed6b71fc5871f3a Author: Corinna Vinschen Date: Mon Jul 20 18:43:16 2015 +0200 Add previous ldd fix to release file Signed-off-by: Corinna Vinschen

[newlib-cygwin] Cygwin: Implement siglongjmp and sigsetjmp functions.

2015-07-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7c96ab0b434ea7d1f998841f39a5a704b84a87d2 commit 7c96ab0b434ea7d1f998841f39a5a704b84a87d2 Author: Corinna Vinschen Date: Tue Jul 21 17:31:02 2015 +0200 Cygwin: Implement siglongjmp and sigsetjmp functions. * libc

[newlib-cygwin] Ignore non-absolute $HOME when started from native process

2015-07-23 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1e80973f288a6285f73b4565e7c4fcee12713b72 commit 1e80973f288a6285f73b4565e7c4fcee12713b72 Author: Corinna Vinschen Date: Thu Jul 23 17:42:07 2015 +0200 Ignore non-absolute $HOME when started from native process

[newlib-cygwin] Fix potential buffer overflow in makecontext trampoline

2015-07-23 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=be8183701a4943d07bbc51d16952e9c02e7ef2c1 commit be8183701a4943d07bbc51d16952e9c02e7ef2c1 Author: Corinna Vinschen Date: Thu Jul 23 20:25:22 2015 +0200 Fix potential buffer overflow in makecontext trampoline glibc&#

[newlib-cygwin] Improve cygwin 2.2.0 release text

2015-07-23 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=03c8afda170050cf41e1a420e43f68ff4f177a74 commit 03c8afda170050cf41e1a420e43f68ff4f177a74 Author: Corinna Vinschen Date: Thu Jul 23 21:19:43 2015 +0200 Improve cygwin 2.2.0 release text Signed-off-by: Corinna Vinschen

[newlib-cygwin] cygwin: Fix crashes under AllocationPreference=0x100000 condition

2015-07-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6ab56bdd3f92982fcb9e7d093c3fd1b56c2b306f commit 6ab56bdd3f92982fcb9e7d093c3fd1b56c2b306f Author: Corinna Vinschen Date: Wed Jul 29 13:32:29 2015 +0200 cygwin: Fix crashes under AllocationPreference=0x10 condition

[newlib-cygwin] cygwin: Fix copyright dates

2015-07-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d32ea61ae4419305349586a34c3352f6128ccf8c commit d32ea61ae4419305349586a34c3352f6128ccf8c Author: Corinna Vinschen Date: Wed Jul 29 13:45:46 2015 +0200 cygwin: Fix copyright dates Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin] Cygwin: Fix x86_64 memcpy/memset for n > 2GB

2015-07-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7666b3634b3124a0057e22238658aca665b285da commit 7666b3634b3124a0057e22238658aca665b285da Author: Corinna Vinschen Date: Wed Jul 29 22:09:34 2015 +0200 Cygwin: Fix x86_64 memcpy/memset for n > 2GB https://cygwin.

[newlib-cygwin] strace: Handle ofile descriptor more carefully.

2015-08-03 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fe244117709854cd60d6c7974c595659516a713c commit fe244117709854cd60d6c7974c595659516a713c Author: Corinna Vinschen Date: Mon Aug 3 12:02:17 2015 +0200 strace: Handle ofile descriptor more carefully. Fix coverity CIDs

[newlib-cygwin] Created tag cygwin-2_2_0-release

2015-08-03 Thread Corinna Vinschen
The signed tag 'cygwin-2_2_0-release' was created pointing to: fe24411... strace: Handle ofile descriptor more carefully. Tagger: Corinna Vinschen Date: Mon Aug 3 12:42:11 2015 +0200 Cygwin 2.2.0 release

[newlib-cygwin] Bump Cygwin DLL minor number.

2015-08-03 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=09d458b5c7316cc6ccf3a9a153b94d09b0119305 commit 09d458b5c7316cc6ccf3a9a153b94d09b0119305 Author: Corinna Vinschen Date: Mon Aug 3 21:46:55 2015 +0200 Bump Cygwin DLL minor number. Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin] Revert to leaving $HOME alone

2015-08-10 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1641a85e8ffe8a3565fef6ce37502b6b5fb4ee9c commit 1641a85e8ffe8a3565fef6ce37502b6b5fb4ee9c Author: Corinna Vinschen Date: Mon Aug 10 12:00:12 2015 +0200 Revert to leaving $HOME alone * uinfo.cc (cygheap_user

[newlib-cygwin] miscfuncs.cc: Fix comment preceeding x86_64 memset and friends.

2015-08-10 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1e15b467379bccd7a2810dc786fdd23cc056da06 commit 1e15b467379bccd7a2810dc786fdd23cc056da06 Author: Corinna Vinschen Date: Mon Aug 10 12:07:22 2015 +0200 miscfuncs.cc: Fix comment preceeding x86_64 memset and friends

[newlib-cygwin] Fix /proc/cpuinfo topology and cache size info

2015-08-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e0d48debedfa27a7a31dd1caf8e23cf71708cf4c commit e0d48debedfa27a7a31dd1caf8e23cf71708cf4c Author: Corinna Vinschen Date: Thu Aug 13 17:59:47 2015 +0200 Fix /proc/cpuinfo topology and cache size info * autoload.cc

[newlib-cygwin] Evaluate all group perms in ACL to emulate POSIX user perms

2015-08-14 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c19f1b9f8ef50a4498dd8de89399cf4382d1ebd7 commit c19f1b9f8ef50a4498dd8de89399cf4382d1ebd7 Author: Corinna Vinschen Date: Fri Aug 14 10:10:34 2015 +0200 Evaluate all group perms in ACL to emulate POSIX user perms

[newlib-cygwin] Don't perform RFC2307 account mapping without account DB

2015-08-14 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5de7f2e6c31c59942d9e1b410c9436a21d2a0e7b commit 5de7f2e6c31c59942d9e1b410c9436a21d2a0e7b Author: Corinna Vinschen Date: Fri Aug 14 21:41:37 2015 +0200 Don't perform RFC2307 account mapping without accou

[newlib-cygwin] Fix copy/paste error in previous patch

2015-08-14 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=36d500e4258a8ae324df213e32d70e8d40b3d436 commit 36d500e4258a8ae324df213e32d70e8d40b3d436 Author: Corinna Vinschen Date: Fri Aug 14 21:55:42 2015 +0200 Fix copy/paste error in previous patch * security.cc

[newlib-cygwin] Cygwin: Try to fix potential data corruption in pipe write

2015-08-15 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=344860a1045cbb8ef1f3caf265a9d706cdda01e0 commit 344860a1045cbb8ef1f3caf265a9d706cdda01e0 Author: Corinna Vinschen Date: Sat Aug 15 12:30:09 2015 +0200 Cygwin: Try to fix potential data corruption in pipe write

[newlib-cygwin] Cygwin: Improve 2.2.1 release notes

2015-08-15 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b5f56ec2864f07e346b5df012b2ac238bf76b2c3 commit b5f56ec2864f07e346b5df012b2ac238bf76b2c3 Author: Corinna Vinschen Date: Sat Aug 15 13:32:31 2015 +0200 Cygwin: Improve 2.2.1 release notes Signed-off-by: Corinna Vinschen

[newlib-cygwin] Support cpb and eff_freq_ro power mgmt flags in /proc/cpuinfo

2015-08-17 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=861a27db66fa86e3c745a5b4234063037c67ddf9 commit 861a27db66fa86e3c745a5b4234063037c67ddf9 Author: Corinna Vinschen Date: Mon Aug 17 10:04:33 2015 +0200 Support cpb and eff_freq_ro power mgmt flags in /proc/cpuinfo

[newlib-cygwin] mkglobals_h: Handle CRLF earlier.

2015-08-17 Thread Corinna Vinschen
endings, winsup.h is not removed, and compilation fails for duplicate definitions. Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/ChangeLog | 4 winsup/cygwin/mkglobals_h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b

[newlib-cygwin] Fix /proc/cpuinfo topology info on newer AMD CPUs

2015-08-17 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=37b6936f8b6860cda5881127b8ac272ed528ac34 commit 37b6936f8b6860cda5881127b8ac272ed528ac34 Author: Corinna Vinschen Date: Mon Aug 17 16:35:41 2015 +0200 Fix /proc/cpuinfo topology info on newer AMD CPUs

[newlib-cygwin] Try harder to avoid LDAP access for RFC2307 mapping

2015-08-17 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=88dce3abd82c49ef879e6babcd91c1977dc212d9 commit 88dce3abd82c49ef879e6babcd91c1977dc212d9 Author: Corinna Vinschen Date: Mon Aug 17 20:24:49 2015 +0200 Try harder to avoid LDAP access for RFC2307 mapping

[newlib-cygwin] Don't call LsaLookupSids if we're not utilizing Windows account DBs

2015-08-17 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4cb24051f4dc5080dfc7f5cf4acb778a79744f45 commit 4cb24051f4dc5080dfc7f5cf4acb778a79744f45 Author: Corinna Vinschen Date: Mon Aug 17 22:45:02 2015 +0200 Don't call LsaLookupSids if we're not utilizing Windows a

[newlib-cygwin] exceptions.cc: Drop including ucontext.h.

2015-08-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f9f3d44f27008154b83c088b62ab82cc4168f5ac commit f9f3d44f27008154b83c088b62ab82cc4168f5ac Author: Corinna Vinschen Date: Tue Aug 18 11:09:25 2015 +0200 exceptions.cc: Drop including ucontext.h. Signed-off-by: Corinna

[newlib-cygwin] Cygwin: Return port number from getservent in network byte order

2015-08-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=cb2ab5fd01265b2aa4a40865e4bd244f789328ff commit cb2ab5fd01265b2aa4a40865e4bd244f789328ff Author: Corinna Vinschen Date: Tue Aug 18 13:12:07 2015 +0200 Cygwin: Return port number from getservent in network byte order

[newlib-cygwin] Created tag cygwin-2_2_1-release

2015-08-20 Thread Corinna Vinschen
The signed tag 'cygwin-2_2_1-release' was created pointing to: a669484... Manuals failing to build on Ubuntu LTS 14.04 Tagger: Corinna Vinschen Date: Thu Aug 20 11:33:11 2015 +0200 Cygwin 2.2.1 release

[newlib-cygwin] Bump Cygwin DLL minor number.

2015-08-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=986069c7e33029281cc6971d103850e2fa90f127 commit 986069c7e33029281cc6971d103850e2fa90f127 Author: Corinna Vinschen Date: Mon Aug 24 18:35:49 2015 +0200 Bump Cygwin DLL minor number. Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin] Fix hang stracing forking processes but not following child

2015-08-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=dbc1cae5c50e358fa820fd3bff41e0990943054f commit dbc1cae5c50e358fa820fd3bff41e0990943054f Author: Corinna Vinschen Date: Mon Aug 24 18:37:53 2015 +0200 Fix hang stracing forking processes but not following child

[newlib-cygwin] Sigproc.cc: Fix copyright.

2015-08-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a396499757fdc554a4006b6347016957e1c95cc5 commit a396499757fdc554a4006b6347016957e1c95cc5 Author: Corinna Vinschen Date: Mon Aug 24 19:09:16 2015 +0200 Sigproc.cc: Fix copyright. Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin] Updated copyright notice

2015-08-25 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8c665d189b072ea75609c1b6d5cff319d0bf026f commit 8c665d189b072ea75609c1b6d5cff319d0bf026f Author: Andre Vieira Date: Fri Aug 21 09:24:39 2015 +0100 Updated copyright notice Update the ARM copyright notice to include 2015.

[newlib-cygwin] mmap.cc: Fix some comments

2015-08-25 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=70b02101ca6b5175c3e0b09757064f2aed8c3a35 commit 70b02101ca6b5175c3e0b09757064f2aed8c3a35 Author: Corinna Vinschen Date: Tue Aug 25 22:02:35 2015 +0200 mmap.cc: Fix some comments Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin] autload.cc: Avoid clobbering return address in noload on i686

2015-08-25 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=859c10beeeaaf1e0a1964118973aca1bc0460a51 commit 859c10beeeaaf1e0a1964118973aca1bc0460a51 Author: Corinna Vinschen Date: Tue Aug 25 22:15:22 2015 +0200 autload.cc: Avoid clobbering return address in noload on i686

[newlib-cygwin] winsup.h: Claim Windows 10 support

2015-08-25 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7f3efa3b65e50b35d4e9f895e625e0878edc196a commit 7f3efa3b65e50b35d4e9f895e625e0878edc196a Author: Corinna Vinschen Date: Tue Aug 25 22:23:01 2015 +0200 winsup.h: Claim Windows 10 support * winsup.h (_WIN32_WINNT

[newlib-cygwin] autoload.cc: Drop using full paths for system DLLs

2015-08-25 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4b104ce07070e32363a217a554441a8b4df69d12 commit 4b104ce07070e32363a217a554441a8b4df69d12 Author: Corinna Vinschen Date: Tue Aug 25 22:17:03 2015 +0200 autoload.cc: Drop using full paths for system DLLs System DLLs

[newlib-cygwin] fhandler_proc.cc: Only request group relation information

2015-08-26 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9074b9b8ad6cc2b352973f183b962dbe91973a72 commit 9074b9b8ad6cc2b352973f183b962dbe91973a72 Author: Corinna Vinschen Date: Wed Aug 26 18:39:53 2015 +0200 fhandler_proc.cc: Only request group relation information

[newlib-cygwin] Implement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for newer OSes

2015-08-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=35d5d87540c3262c341c35e974d0d3a53ce30684 commit 35d5d87540c3262c341c35e974d0d3a53ce30684 Author: Corinna Vinschen Date: Thu Aug 27 13:34:10 2015 +0200 Implement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for newer OSes

[newlib-cygwin] Allow sysconf to return CPU cache information

2015-08-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=38fd7ddb790609db3e91540d183fb8b62250d969 commit 38fd7ddb790609db3e91540d183fb8b62250d969 Author: Corinna Vinschen Date: Sat Aug 29 09:16:47 2015 +0200 Allow sysconf to return CPU cache information * include/sys

[newlib-cygwin] sysconf.cc: Fix compiler warning.

2015-08-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8fb2a011880256c31b2698450a79ca753674d757 commit 8fb2a011880256c31b2698450a79ca753674d757 Author: Corinna Vinschen Date: Sat Aug 29 09:32:00 2015 +0200 sysconf.cc: Fix compiler warning. Signed-off-by: Corinna Vinschen

[newlib-cygwin] cygcheck.cc: Fix downlevel DLL handling

2015-08-30 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e2ae671ce13872ab535a7c50c70bc57bfa53a1bb commit e2ae671ce13872ab535a7c50c70bc57bfa53a1bb Author: Corinna Vinschen Date: Sun Aug 30 21:32:56 2015 +0200 cygcheck.cc: Fix downlevel DLL handling * cygcheck.cc

[newlib-cygwin] cygcheck.cc: Fix debugger problem

2015-08-30 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e3de6b0a4d7fc1f00b5961edc9e8e5a7a9e0a09e commit e3de6b0a4d7fc1f00b5961edc9e8e5a7a9e0a09e Author: Corinna Vinschen Date: Sun Aug 30 21:35:23 2015 +0200 cygcheck.cc: Fix debugger problem * cygcheck.cc (load_cygwin

[newlib-cygwin] cygcheck.cc: Handle W10/2016 sysinfo

2015-08-30 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6fbb37b3fa329c8bd5bf55302e0c5ab790d438a8 commit 6fbb37b3fa329c8bd5bf55302e0c5ab790d438a8 Author: Corinna Vinschen Date: Sun Aug 30 21:34:24 2015 +0200 cygcheck.cc: Handle W10/2016 sysinfo * cygcheck.cc

[newlib-cygwin] cygcheck.cc: Fix missing commas in products array

2015-08-30 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5a3d536ce12474de24e5f9054cb4d2ba6f87fe38 commit 5a3d536ce12474de24e5f9054cb4d2ba6f87fe38 Author: Corinna Vinschen Date: Sun Aug 30 21:46:58 2015 +0200 cygcheck.cc: Fix missing commas in products array * cygcheck.cc

[newlib-cygwin] Deleted branch cygwin-acl

2015-08-31 Thread Corinna Vinschen
s. commit bd0f211ca0e97bafce9bb50a418294dda5ad7c14 Author: Corinna Vinschen Date: Wed Jun 24 11:52:29 2015 +0200 Reapply POSIX ACL changes. - New, unified implementation of POSIX permission and ACL handling. The new ACLs now store the POSIX ACL MASK/CLASS_OBJ permission

[newlib-cygwin] Created branch 'cygwin-acl'

2015-08-31 Thread Corinna Vinschen
The branch 'cygwin-acl' was created pointing to: ca84d9b... * sec_acl.cc (get_posix_access): Fix class_perm in !new_sty

[newlib-cygwin/cygwin-acl] Reapply POSIX ACL changes.

2015-08-31 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5f1386dceb39da4de2d7d0e7bf68bb3916f0c805 commit 5f1386dceb39da4de2d7d0e7bf68bb3916f0c805 Author: Corinna Vinschen Date: Wed Jun 24 11:52:29 2015 +0200 Reapply POSIX ACL changes. - New, unified implementation of POSIX

[newlib-cygwin/cygwin-acl] * sec_acl.cc (get_posix_access): Fix class_perm in !new_style case.

2015-08-31 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ca84d9b08f815f5c5c25a612c4c247e55ba42b50 commit ca84d9b08f815f5c5c25a612c4c247e55ba42b50 Author: Corinna Vinschen Date: Mon Aug 31 16:56:14 2015 +0200 * sec_acl.cc (get_posix_access): Fix class_perm in !new_style case. Diff

[newlib-cygwin/cygwin-acl] Add Authz class to compute exact POSIX user perms in a security descriptor

2015-08-31 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b72d8c63228ae47060398b1f211152e95e8e868f commit b72d8c63228ae47060398b1f211152e95e8e868f Author: Corinna Vinschen Date: Mon Aug 17 18:29:24 2015 +0200 Add Authz class to compute exact POSIX user perms in a security descriptor

[newlib-cygwin/cygwin-acl] * sec_acl.cc (getacl): Use Authz to fetch correct user permissions.

2015-08-31 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f0968d83c19a7fc4dea3a6d5e437efe2186f5f8f commit f0968d83c19a7fc4dea3a6d5e437efe2186f5f8f Author: Corinna Vinschen Date: Mon Aug 31 11:34:38 2015 +0200 * sec_acl.cc (getacl): Use Authz to fetch correct user permissions. Diff

[newlib-cygwin/cygwin-acl] Fix up POSIX permission handling

2015-09-01 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=974123cddb8c1dbb51cf53f290e71c5adaa01cca commit 974123cddb8c1dbb51cf53f290e71c5adaa01cca Author: Corinna Vinschen Date: Tue Sep 1 22:23:59 2015 +0200 Fix up POSIX permission handling * fhandler_disk_file.cc

[newlib-cygwin/cygwin-acl] Fix permission evaluation for !new_style ACLs

2015-09-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=269d2c61bb0e2d50b30a6c382295680c2680904c commit 269d2c61bb0e2d50b30a6c382295680c2680904c Author: Corinna Vinschen Date: Wed Sep 2 00:05:46 2015 +0200 Fix permission evaluation for !new_style ACLs * security.h

[newlib-cygwin/cygwin-acl] setfacl: Allow to combine -b and -k options

2015-09-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e2284200d477b65091e68e5e5addb91e94882e01 commit e2284200d477b65091e68e5e5addb91e94882e01 Author: Corinna Vinschen Date: Wed Sep 2 12:23:09 2015 +0200 setfacl: Allow to combine -b and -k options * setfacl.c (action_t

[newlib-cygwin/cygwin-acl] Fix file type mode bit handling on object security.

2015-09-03 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f1c298977e1078a7ad23970f34c3bd56ce863df0 commit f1c298977e1078a7ad23970f34c3bd56ce863df0 Author: Corinna Vinschen Date: Thu Sep 3 19:29:55 2015 +0200 Fix file type mode bit handling on object security

[newlib-cygwin/cygwin-acl] faq-using.xml: Replace makewhatis with mandb

2015-09-07 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=dda109016897a18147589dfb1b010555ba725fbe commit dda109016897a18147589dfb1b010555ba725fbe Author: Corinna Vinschen Date: Mon Sep 7 13:55:21 2015 +0200 faq-using.xml: Replace makewhatis with mandb * faq-using.xml

[newlib-cygwin/cygwin-acl] flock.cc: Fix stack allocation from callee used in caller

2015-09-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=51d38004b2f51ac659f7ccc663c222f5ffe24b80 commit 51d38004b2f51ac659f7ccc663c222f5ffe24b80 Author: Corinna Vinschen Date: Tue Sep 8 10:57:54 2015 +0200 flock.cc: Fix stack allocation from callee used in caller

[newlib-cygwin] flock.cc: Fix stack allocation from callee used in caller

2015-09-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=44e0f5a7036ef0d40a46d01d868e6db62d1a8cbb commit 44e0f5a7036ef0d40a46d01d868e6db62d1a8cbb Author: Corinna Vinschen Date: Tue Sep 8 10:57:54 2015 +0200 flock.cc: Fix stack allocation from callee used in caller

[newlib-cygwin] faq-using.xml: Replace makewhatis with mandb

2015-09-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6d85fc4143c92f7aa3285d058bb05f73a95c5590 commit 6d85fc4143c92f7aa3285d058bb05f73a95c5590 Author: Corinna Vinschen Date: Mon Sep 7 13:55:21 2015 +0200 faq-using.xml: Replace makewhatis with mandb * faq-using.xml

[newlib-cygwin] Cygwin 2.3.0: Add missing release message

2015-09-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=36da3f961ce7f1b209842b8d883bf1c018466fe8 commit 36da3f961ce7f1b209842b8d883bf1c018466fe8 Author: Corinna Vinschen Date: Tue Sep 8 22:53:54 2015 +0200 Cygwin 2.3.0: Add missing release message Signed-off-by: Corinna

[newlib-cygwin] Fix compiler errors/warnings when compiling with -O3

2015-10-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=67364cbfd92058a32e11331702255e8bec835e37 commit 67364cbfd92058a32e11331702255e8bec835e37 Author: Corinna Vinschen Date: Tue Oct 20 12:33:13 2015 +0200 Fix compiler errors/warnings when compiling with -O3

[newlib-cygwin] * winsup/doc/faq-using.xml (faq.using.same-with-permissions): New entry.

2015-10-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=215dbf05fe1d8164280d669f6ccdc081085943bb commit 215dbf05fe1d8164280d669f6ccdc081085943bb Author: Ken Brown Date: Tue Oct 6 16:31:05 2015 -0400 * winsup/doc/faq-using.xml (faq.using.same-with-permissions): New entry. Diff: --- wi

[newlib-cygwin] Fix EIO error accessing certain (OS X SMB?) drives

2015-10-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=713161b28b85b7ce05c27a46c52b0780b96047ce commit 713161b28b85b7ce05c27a46c52b0780b96047ce Author: Corinna Vinschen Date: Wed Oct 21 12:01:11 2015 +0200 Fix EIO error accessing certain (OS X SMB?) drives * path.cc

[newlib-cygwin] Fix memory leak in pthread_getattr_np

2015-10-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c0345822e502f45b412ab595e14c51dfdae5aaef commit c0345822e502f45b412ab595e14c51dfdae5aaef Author: Corinna Vinschen Date: Wed Oct 21 12:46:32 2015 +0200 Fix memory leak in pthread_getattr_np * thread.cc

[newlib-cygwin] Fix length returned from sys_cp_wcstombs in case nwc > # of wchars

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ef75017378c2b6ae62cb8bdb196a4d188302f930 commit ef75017378c2b6ae62cb8bdb196a4d188302f930 Author: Corinna Vinschen Date: Thu Oct 22 14:22:07 2015 +0200 Fix length returned from sys_cp_wcstombs in case nwc > # of wch

[newlib-cygwin] Avoid SEGV when handling SIDs with 0 subauthorities

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e01381afde33020522fe692e0a1a791c99b6f049 commit e01381afde33020522fe692e0a1a791c99b6f049 Author: Corinna Vinschen Date: Thu Oct 22 15:38:42 2015 +0200 Avoid SEGV when handling SIDs with 0 subauthorities

[newlib-cygwin] Add release message for previous Cygwin patch

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6599fad55dfa08882ff07f11132e772af5f152b3 commit 6599fad55dfa08882ff07f11132e772af5f152b3 Author: Corinna Vinschen Date: Thu Oct 22 15:35:46 2015 +0200 Add release message for previous Cygwin patch Diff: --- winsup/cygwin

[newlib-cygwin] Export aligned_alloc, at_quick_exit, quick_exit.

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6b457615e6bee7d88da6e5b88428d2fc58cdf1be commit 6b457615e6bee7d88da6e5b88428d2fc58cdf1be Author: Corinna Vinschen Date: Thu Oct 22 16:21:17 2015 +0200 Export aligned_alloc, at_quick_exit, quick_exit. * common.din

[newlib-cygwin/cygwin-acl] Cygwin 2.3.0: Add missing release message

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bbabe37840f73a0c15a40f4abaddafc67b514d7c commit bbabe37840f73a0c15a40f4abaddafc67b514d7c Author: Corinna Vinschen Date: Tue Sep 8 22:53:54 2015 +0200 Cygwin 2.3.0: Add missing release message Signed-off-by: Corinna

[newlib-cygwin/cygwin-acl] Fix EIO error accessing certain (OS X SMB?) drives

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=77df52e5fc07ceece2dfe590a25f8f80a0bf9fe2 commit 77df52e5fc07ceece2dfe590a25f8f80a0bf9fe2 Author: Corinna Vinschen Date: Wed Oct 21 12:01:11 2015 +0200 Fix EIO error accessing certain (OS X SMB?) drives * path.cc

[newlib-cygwin/cygwin-acl] Export aligned_alloc, at_quick_exit, quick_exit.

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b3e27da5a5fda36aade790a50f94a430b2971a05 commit b3e27da5a5fda36aade790a50f94a430b2971a05 Author: Corinna Vinschen Date: Thu Oct 22 16:21:17 2015 +0200 Export aligned_alloc, at_quick_exit, quick_exit. * common.din

[newlib-cygwin/cygwin-acl] Avoid SEGV when handling SIDs with 0 subauthorities

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=57f2c5983f785c63c7a29af0cfcc29f6b46e1315 commit 57f2c5983f785c63c7a29af0cfcc29f6b46e1315 Author: Corinna Vinschen Date: Thu Oct 22 15:38:42 2015 +0200 Avoid SEGV when handling SIDs with 0 subauthorities

[newlib-cygwin/cygwin-acl] Add release message for previous Cygwin patch

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4eb7f4d94cf0f364c93ec7ac12fb4522d1f819b4 commit 4eb7f4d94cf0f364c93ec7ac12fb4522d1f819b4 Author: Corinna Vinschen Date: Thu Oct 22 15:35:46 2015 +0200 Add release message for previous Cygwin patch Diff: --- winsup/cygwin

[newlib-cygwin/cygwin-acl] Fix compiler errors/warnings when compiling with -O3

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f0b05fadb5bca889457862a74b4fc990ffd93d4f commit f0b05fadb5bca889457862a74b4fc990ffd93d4f Author: Corinna Vinschen Date: Tue Oct 20 12:33:13 2015 +0200 Fix compiler errors/warnings when compiling with -O3

[newlib-cygwin/cygwin-acl] * winsup/doc/faq-using.xml (faq.using.same-with-permissions): New entry.

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f15f539e7006ca8f84c07b19c354da136075a94c commit f15f539e7006ca8f84c07b19c354da136075a94c Author: Ken Brown Date: Tue Oct 6 16:31:05 2015 -0400 * winsup/doc/faq-using.xml (faq.using.same-with-permissions): New entry. Diff: --- wi

[newlib-cygwin/cygwin-acl] Fix memory leak in pthread_getattr_np

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c173cb0805b81b20a4b2c5efe271e2f3f9ac61fb commit c173cb0805b81b20a4b2c5efe271e2f3f9ac61fb Author: Corinna Vinschen Date: Wed Oct 21 12:46:32 2015 +0200 Fix memory leak in pthread_getattr_np * thread.cc

[newlib-cygwin/cygwin-acl] Fix length returned from sys_cp_wcstombs in case nwc > # of wchars

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=56a9888b02c8781713b66ff720157dc38739bd82 commit 56a9888b02c8781713b66ff720157dc38739bd82 Author: Corinna Vinschen Date: Thu Oct 22 14:22:07 2015 +0200 Fix length returned from sys_cp_wcstombs in case nwc > # of wch

[newlib-cygwin] Clear pending signals targeting exiting thread

2015-10-23 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=cf51db8baafb5c642f8c976f479a9af9e6f52fd3 commit cf51db8baafb5c642f8c976f479a9af9e6f52fd3 Author: Corinna Vinschen Date: Fri Oct 23 14:30:40 2015 +0200 Clear pending signals targeting exiting thread * cygtls.cc

[newlib-cygwin] strftime: Add support for %s (seconds since epoch)

2015-10-27 Thread Corinna Vinschen
/strftime.c (__strftime): add support for %s (seconds from Unix epoch). Fix whitespaces. Signed-off-by: Corinna Vinschen Diff: --- newlib/ChangeLog| 5 ++ newlib/libc/time/strftime.c | 124 +++- winsup/cygwin/release/2.3.0 | 2

[newlib-cygwin/cygwin-acl] strftime: Add support for %s (seconds since epoch)

2015-10-27 Thread Corinna Vinschen
/strftime.c (__strftime): add support for %s (seconds from Unix epoch). Fix whitespaces. Signed-off-by: Corinna Vinschen Diff: --- newlib/ChangeLog| 5 ++ newlib/libc/time/strftime.c | 124 +++- winsup/cygwin/release/2.3.0 | 2

[newlib-cygwin/cygwin-acl] Clear pending signals targeting exiting thread

2015-10-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=68b4238f4a1276a1f6f18430580b62dfa0420ffd commit 68b4238f4a1276a1f6f18430580b62dfa0420ffd Author: Corinna Vinschen Date: Fri Oct 23 14:30:40 2015 +0200 Clear pending signals targeting exiting thread * cygtls.cc

[newlib-cygwin/cygwin-acl] winsup/utils: add CPU cache variables to getconf(1)

2015-10-27 Thread Corinna Vinschen
--- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2015-10-22 Yaakov Selkowitz + + * getconf.c (conf_table): Add LEVEL*_CACHE_* variables. + 2015-08-30 Corinna Vinschen * cygcheck.cc (dump_sysinfo): Fix missing commas in products array. diff --git a

[newlib-cygwin] Check for correct funtion entry address in munge_threadfunc

2015-10-29 Thread Corinna Vinschen
(munge_threadfunc): Check that we're actually replacing the correct original function address on the stack. * ntdll.h (enum _THREADINFOCLASS): Add ThreadQuerySetWin32StartAddress. Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/ChangeLog | 6 ++ w

[newlib-cygwin] Fix sigwait and pthread_kill return values in case of error

2015-10-30 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8f97c045b8e65784071fd097fc32a1f16b855b3b commit 8f97c045b8e65784071fd097fc32a1f16b855b3b Author: Corinna Vinschen Date: Fri Oct 30 16:05:43 2015 +0100 Fix sigwait and pthread_kill return values in case of error

[newlib-cygwin] Avoid double unlock of TLS mutex

2015-10-30 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4a407e9037b476febcda43eba568f610107d84e6 commit 4a407e9037b476febcda43eba568f610107d84e6 Author: Corinna Vinschen Date: Fri Oct 30 17:21:30 2015 +0100 Avoid double unlock of TLS mutex * exceptions.cc (sigpacket

[newlib-cygwin] Workaround bug in LocaleNameToLCID on Windows 10

2015-10-30 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=677eea00a63a1dbf187aafa88576c792d4a4f100 commit 677eea00a63a1dbf187aafa88576c792d4a4f100 Author: Corinna Vinschen Date: Fri Oct 30 20:13:26 2015 +0100 Workaround bug in LocaleNameToLCID on Windows 10 * nlsfuncs.cc

[newlib-cygwin] Add support for Parallels Desktop FS (prlfs)

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=df6206aa56a3ef34f8444fee7c777593eddedbbe commit df6206aa56a3ef34f8444fee7c777593eddedbbe Author: Corinna Vinschen Date: Mon Nov 2 12:08:25 2015 +0100 Add support for Parallels Desktop FS (prlfs) * mount.h (enum

[newlib-cygwin] Fix incorrect implementation to clear per-thread pending signals

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=90b9303f0b43de0568606677cda779e781464a00 commit 90b9303f0b43de0568606677cda779e781464a00 Author: Corinna Vinschen Date: Mon Nov 2 13:53:25 2015 +0100 Fix incorrect implementation to clear per-thread pending signals

[newlib-cygwin/cygwin-acl] Fix sigwait and pthread_kill return values in case of error

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d7a156418fbca7c6bc84061dd7d9f460bcd95eaa commit d7a156418fbca7c6bc84061dd7d9f460bcd95eaa Author: Corinna Vinschen Date: Fri Oct 30 16:05:43 2015 +0100 Fix sigwait and pthread_kill return values in case of error

[newlib-cygwin/cygwin-acl] Avoid double unlock of TLS mutex

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b5fe9309b27a3ee0e208738a41cabf83343a326d commit b5fe9309b27a3ee0e208738a41cabf83343a326d Author: Corinna Vinschen Date: Fri Oct 30 17:21:30 2015 +0100 Avoid double unlock of TLS mutex * exceptions.cc (sigpacket

[newlib-cygwin/cygwin-acl] Add support for Parallels Desktop FS (prlfs)

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=dad28a9a17a862605b3b5a5ed2c1918f8d6d6793 commit dad28a9a17a862605b3b5a5ed2c1918f8d6d6793 Author: Corinna Vinschen Date: Mon Nov 2 12:08:25 2015 +0100 Add support for Parallels Desktop FS (prlfs) * mount.h (enum

[newlib-cygwin/cygwin-acl] Remove spurious execute permissions from some Cygwin source and text files

2015-11-02 Thread Corinna Vinschen
-startup-shutdown-works.txt: Ditto. + * include/arpa/nameser.h: Ditto. + * include/arpa/nameser_compat.h: Ditto. + * include/fenv.h: Ditto. + * include/resolv.h: Ditto. + * libstdcxx_wrapper.cc: Ditto. + 2015-10-23 Corinna Vinschen * cygtls.cc (_cygtls::remove

[newlib-cygwin/cygwin-acl] Fix incorrect implementation to clear per-thread pending signals

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=93efa5f273d963649da6ab31ef0b8c5c5071a6e9 commit 93efa5f273d963649da6ab31ef0b8c5c5071a6e9 Author: Corinna Vinschen Date: Mon Nov 2 13:53:25 2015 +0100 Fix incorrect implementation to clear per-thread pending signals

[newlib-cygwin/cygwin-acl] Check for correct funtion entry address in munge_threadfunc

2015-11-02 Thread Corinna Vinschen
(munge_threadfunc): Check that we're actually replacing the correct original function address on the stack. * ntdll.h (enum _THREADINFOCLASS): Add ThreadQuerySetWin32StartAddress. Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/ChangeLog | 6 ++ w

[newlib-cygwin/cygwin-acl] Workaround bug in LocaleNameToLCID on Windows 10

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=018ab22dfdf64b40027f1f9cbb65088fe3cddafb commit 018ab22dfdf64b40027f1f9cbb65088fe3cddafb Author: Corinna Vinschen Date: Fri Oct 30 20:13:26 2015 +0100 Workaround bug in LocaleNameToLCID on Windows 10 * nlsfuncs.cc

[newlib-cygwin] Define MAX_IPOPTLEN

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7321662bb0db3bb14e9f0214a663cf013330c248 commit 7321662bb0db3bb14e9f0214a663cf013330c248 Author: Corinna Vinschen Date: Mon Nov 2 15:42:30 2015 +0100 Define MAX_IPOPTLEN * include/netinet/ip.h (MAX_IPOPTLEN): Define

[newlib-cygwin/cygwin-acl] Define MAX_IPOPTLEN

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8631a3bb8d6d48e05e06db6c936fc6142c4945cf commit 8631a3bb8d6d48e05e06db6c936fc6142c4945cf Author: Corinna Vinschen Date: Mon Nov 2 15:42:30 2015 +0100 Define MAX_IPOPTLEN * include/netinet/ip.h (MAX_IPOPTLEN): Define

<    1   2   3   4   5   6   7   8   9   10   >