This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-15 14:29:58 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6318052d9e
opnsense-src
/
lib
/
libkse
/
test
/
guard_b.exp
5 lines
46 B
Text
Raw
Normal View
History
Unescape
Escape
Repo copy libpthreads to libkse. This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith)
2007-10-09 09:42:34 -04:00
# $FreeBSD$
Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to be malloc()ed, but they are now allocated using mmap(), just as the default-size stacks are. A separate cache of stacks is kept for non-default-size stacks. Collaboration with: deischen
2001-07-20 00:23:11 -04:00
Test begin
No overflow:
Overflow:
Reference in a new issue
Copy permalink