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-03-18 00:25:50 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
492eea0dcd
opnsense-src
/
lib
/
libpthread
History
Marcel Moolenaar
492eea0dcd
Stop using the setcontext() syscall to restore an async context.
...
Instead use the break instruction with an immediate specially created for us.
2003-09-19 22:54:05 +00:00
..
arch
Stop using the setcontext() syscall to restore an async context.
2003-09-19 22:54:05 +00:00
man
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
support
The caller is expected to set up PIC register corectly before
2003-09-05 18:08:19 +00:00
sys
Don't assume sizeof(long) = sizeof(int) on x86; use int
2003-09-03 17:56:26 +00:00
test
Don't run verify directly as that would require the perl script to
2003-08-13 03:59:18 +00:00
thread
pthread api should return error code in return value, not in errno.
2003-09-18 12:19:28 +00:00
Makefile
Rethink the way thr_libc.So is generated. Relying on GCC to extract
2003-09-02 19:37:11 +00:00
pthread.map
Add code to support pthread spin lock.
2003-09-09 06:57:51 +00:00