aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge from tbemd:Warner Losh2010-06-131-3/+5
* Though these libraries are disconnected from the build and don'tRuslan Ermilov2010-02-151-20/+0
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* Honor WITHOUT_INSTALLLIB in some places.Jung-uk Kim2009-02-131-0/+2
* Previous commit had a typo that resulted in symbol versioning beingDag-Erling Smørgrav2008-02-061-1/+1
* Give libkse the same treatment as libthr re. symbol versioning.Dag-Erling Smørgrav2008-02-061-1/+2
* WARNS=3'ify.Daniel Eischen2007-11-301-2/+1
* To reduce the impact of possible removal of the syscalls required byBrooks Davis2007-11-291-3/+6
* These are the things that the tinderbox has problems with because itJohn Birrell2007-11-201-0/+1
* For 7.0 make the shared lib "version" '3'.David E. O'Brien2007-10-101-1/+1
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-091-5/+5
* Always install libpthread.* symlinks if at least one ofRuslan Ermilov2007-10-011-2/+3
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
* Fix a logic bug I re-introduced in my patch I sent to DanielRuslan Ermilov2007-05-181-1/+1
* Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf.Daniel Eischen2007-05-171-4/+4
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.Daniel Eischen2007-05-131-11/+16
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-1/+1
* Install shared libpthread library into /lib; needed by someRuslan Ermilov2006-04-121-0/+1
* Bring libpthread up to WARNS level 2.Dag-Erling Smørgrav2006-03-291-1/+1
* Suuply the name of the version map and let bsd.lib.mk supplyDaniel Eischen2006-03-161-3/+7
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)Daniel Eischen2006-03-131-1/+4
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.David Xu2004-08-161-0/+1
* Now that libpthread is the default threading library, remove theMarcel Moolenaar2004-01-311-12/+0
* Change libkse back to libpthread and make it the defaultDaniel Eischen2004-01-301-0/+4
* Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse.Marcel Moolenaar2003-09-271-0/+12
* Rethink the way thr_libc.So is generated. Relying on GCC to extractAlexander Kabaev2003-09-021-6/+0
* o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now itDavid Xu2003-07-171-0/+4
* Take thr_support.c out of SRCS so that it does not end up in libraries.Ruslan Ermilov2003-07-021-0/+6
* Unbreak "make checkdpadd".Ruslan Ermilov2003-07-011-1/+1
* Axe AINC.Ruslan Ermilov2003-07-011-1/+0
* Move the machine specific files from sys/Makefile.inc and put themMarcel Moolenaar2003-06-231-2/+3
* Attempt to eliminate PLT relocations from rwlock aquire/releaseAlexander Kabaev2003-05-301-0/+5
* Remove the %gs restoring hack (already commented out).Daniel Eischen2003-04-251-6/+1
* Remove the i386-specific hack (well, we only run on i386 anyways)Daniel Eischen2003-04-231-4/+4
* Add an i386-specifc hack to always set %gs. There still seemsDaniel Eischen2003-04-211-1/+6
* Sorry folks; I accidentally committed a patch from what I was workingDaniel Eischen2003-04-181-1/+1
* Comment out the addition of -g to CFLAGS. This snuck in fromDaniel Eischen2003-04-181-1/+1
* Revamp libpthread so that it has a chance of working in an SMPDaniel Eischen2003-04-181-3/+5
* For now, build and install this as libkse instead of libpthread.Daniel Eischen2002-12-081-2/+2
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Mechanically change all libc_r references to libpthread.Jonathan Mini2002-09-161-1/+1
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-161-4/+4
* Sync SCM ID comments with libc.David E. O'Brien2002-04-151-7/+9
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-17/+0
* Bump the shared lib version. There seems to have been an incompatibleDavid E. O'Brien2000-11-141-1/+1
* Enable _PTHREADS_INVARIANTS until the recent libc_r changes areDaniel Eischen2000-10-131-1/+1
* Add wrapper for kevent() syscallJonathan Lemon2000-08-071-1/+2
* Remove DEBUG_FLAGS=-g3, which never should have been committed.Jason Evans2000-07-051-2/+0