index
:
ports
2014Q1
2014Q2
2014Q3
2014Q4
2015Q1
2015Q2
2015Q3
2015Q4
2016Q1
2016Q2
2016Q3
2016Q4
2017Q1
2017Q2
2017Q3
2017Q4
2018Q1
2018Q2
2018Q3
2018Q4
2019Q1
2019Q2
2019Q3
2019Q4
2020Q1
2020Q2
2020Q3
2020Q4
2021Q1
2021Q2
2021Q3
2021Q4
2022Q1
2022Q2
2022Q3
2022Q4
2023Q1
2023Q2
2023Q3
2023Q4
2024Q1
2024Q2
main
FreeBSD ports tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
devel
/
linuxthreads
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Fix conditionals for ancient make(1)
Pav Lucistnik
2005-09-10
1
-2
/
+2
*
Catch up with shared library version bump in FreeBSD >= 6.0.
Tor Egge
2005-07-25
1
-1
/
+6
*
Check for NO_PIC and NO_PROFILE on FreeBSD >= 6.0.
Tor Egge
2005-07-22
1
-13
/
+44
*
BROKEN on FreeBSD >= 6.0: Does not compile
Kris Kennaway
2005-07-20
1
-0
/
+4
*
Align stack address for new threads.
Tor Egge
2004-11-22
1
-1
/
+1
*
Stop wrapping gethost* functions on 5.2-CURRENT.
Tor Egge
2004-03-21
1
-1
/
+2
*
Add option to ignore posix priority scheduling.
Tor Egge
2004-02-27
1
-2
/
+20
*
Restore gethostbyaddr_r wrapper and remove getpw{nam,uid}_r wrappers for
Tor Egge
2003-07-14
1
-1
/
+1
*
Add new experimental option, LINUXTHREADS_WRAP_API, that adds wrapper
Tor Egge
2003-06-09
1
-2
/
+30
*
Add _spinunlock() to keep up with libc change in 5.0-CURRENT.
Tor Egge
2003-03-27
1
-1
/
+1
*
Clear moonlight beckons.
Ade Lovett
2003-03-07
1
-0
/
+1
*
Make detection of unsafe calls to exit() optional and not default.
Tor Egge
2003-02-25
1
-1
/
+11
*
Fix build failure on 5.0-CURRENT by including necessary headers.
Tor Egge
2002-11-19
1
-1
/
+1
*
Bump port revision to reflect memory leak fix.
Tor Egge
2002-09-06
1
-1
/
+1
*
Register PIC archives when INSTALL_PIC_ARCHIVE has been defined.
Tor Egge
2002-06-18
1
-1
/
+14
*
Reduce number of portlint errors/warnings.
Tor Egge
2002-06-08
1
-20
/
+19
*
Build linuxthreads version of libstdc++ and libsupc++ under 5.0-CURRENT.
Tor Egge
2002-06-08
1
-8
/
+85
*
Fix hang caused by a thread calling exit():
Tor Egge
2002-04-22
1
-1
/
+1
*
Document that FreeBSD source code is needed to build linuxthreads port.
Tor Egge
2002-03-10
1
-2
/
+10
*
Handle internal race that caused pthread_cond_timedwait() to block
Tor Egge
2001-09-13
1
-1
/
+1
*
Add an optional experimental patch that reduce the number of context
Tor Egge
2001-09-09
1
-1
/
+20
*
Backout library major number bump. It wasn't needed. Additionally,
Tor Egge
2001-07-01
1
-3
/
+1
*
Update from version 2.1.3 to 2.2.3 of LinuxThreads.
Tor Egge
2001-06-14
1
-3
/
+5
*
Initialize attributes for new threads with default values when a NULL
Tor Egge
2001-02-20
1
-6
/
+7
*
Take over linuxthreads port maintainership.
Tor Egge
2001-02-18
1
-1
/
+1
*
Massive style enforcement - use ^I instead of spaces for variables identation.
Maxim Sobolev
2001-01-16
1
-1
/
+1
*
Use the correct pthread.h when compiling liblgcc_r. Allow thread stacks
Jason Evans
2000-11-06
1
-3
/
+5
*
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
Satoshi Asami
2000-10-08
1
-2
/
+2
*
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
Satoshi Asami
2000-09-25
1
-3
/
+1
*
Update from version 2.1.2 to 2.1.3 of LinuxThreads.
Jason Evans
2000-05-24
1
-1
/
+2
*
portlint - mostly moving around variables.
Michael Haro
2000-04-16
1
-1
/
+0
*
PORTNAME/PORTVERSION update
Michael Haro
2000-04-11
1
-8
/
+8
*
Require a more recent OSVERSION, since linuxthreads uses dllockinit(),
Jason Evans
2000-02-01
1
-1
/
+1
*
Mark linuxthreads as requiring at least FreeBSD 4.0 and only working on
Jason Evans
2000-01-29
1
-1
/
+10
*
Back out changes to lock functions passed to dllockinit().
Jason Evans
2000-01-29
1
-5
/
+5
*
Don't use the pthreads rwlock implementation for dllockinit(), since it
Jason Evans
2000-01-25
1
-3
/
+4
*
Commit the updated Makefile too. I'm baffled as to how 'fcvs com' has
Jason Evans
2000-01-04
1
-4
/
+4
*
Somehow, I missed the Makefile when committing the updated linuxthreads
Jason Evans
1999-12-28
1
-21
/
+16
*
New documentation from Richard and Russell.
Julian Elischer
1999-12-04
1
-1
/
+2
*
Submitted by: "Russell L. Carter" <rcarter@consys.com>
Julian Elischer
1999-12-02
1
-0
/
+9
*
Mark as only x86
Julian Elischer
1999-12-01
1
-0
/
+1
*
Smarter WRKSRC definition.
Bill Fumerola
1999-11-30
1
-1
/
+1
*
Reviewed by: Russell Carter
Julian Elischer
1999-11-30
1
-0
/
+47