1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00
Go to file
Jack Moffitt 1902634e50 Revert the stacksize work. It's stupid.
The original patch from Ben Laurie some years ago was needed because
FreeBSD's default stack size was < 8k and this wasn't acceptable.
Both Linux and Solaris had reasonable defaults for stacksize, or grew the
stack as needed to a reasonable size.

Testing today and consulting documentation shows that the default stack
sizes on FreeBSD, Linux, and Solaris are all acceptable.  Linux can grow
to 2MB, 32bit Solaris defaults to 1MB, 64bit Solaris defaults to 2MB, and
FreeBSD defaults to 64k.

In my opinion FreeBSD needs to get with the program and provide a
reasonable default.  64k is enough for us, but might not be for others.

svn path=/trunk/thread/; revision=2222
2001-10-21 02:04:27 +00:00
conf Include configuration files in 'make dist' 2001-09-10 02:55:41 +00:00
m4 Update shout.m4 to fix test for Solaris. This change has already been 2001-10-20 22:10:10 +00:00
src Revert the stacksize work. It's stupid. 2001-10-21 02:04:27 +00:00
.cvsignore Add .cvsignore 2001-09-10 02:56:53 +00:00
acinclude.m4 Initial revision 2001-09-10 02:21:46 +00:00
AUTHORS Initial revision 2001-09-10 02:21:46 +00:00
autogen.sh Initial revision 2001-09-10 02:21:46 +00:00
configure.in Add check for stdint.h, since Solaris doesn't have it. This is needed 2001-10-20 21:28:09 +00:00
COPYING Initial revision 2001-09-10 02:21:46 +00:00
HACKING Add HACKING file for instructions for building from CVS. 2001-09-10 03:26:04 +00:00
Makefile.am Include configuration files in 'make dist' 2001-09-10 02:55:41 +00:00
README Initial revision 2001-09-10 02:21:46 +00:00
TODO Updated the TODO file. 2001-10-20 07:59:01 +00:00

This is still experimental.