index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libkse
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
WARNS=3'ify.
deischen
2007-11-30
1
-2
/
+1
*
To reduce the impact of possible removal of the syscalls required by
brooks
2007-11-29
1
-3
/
+6
*
These are the things that the tinderbox has problems with because it
jb
2007-11-20
1
-0
/
+1
*
For 7.0 make the shared lib "version" '3'.
obrien
2007-10-10
1
-1
/
+1
*
Repo copy libpthreads to libkse.
obrien
2007-10-09
1
-5
/
+5
*
Always install libpthread.* symlinks if at least one of
ru
2007-10-01
1
-2
/
+3
*
Bump library versions in preparation for 7.0.
deischen
2007-05-21
1
-1
/
+1
*
Fix a logic bug I re-introduced in my patch I sent to Daniel
ru
2007-05-18
1
-1
/
+1
*
Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf.
deischen
2007-05-17
1
-4
/
+4
*
Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.
deischen
2007-05-13
1
-11
/
+16
*
Remove alpha left-overs.
ru
2006-08-22
1
-1
/
+1
*
Install shared libpthread library into /lib; needed by some
ru
2006-04-12
1
-0
/
+1
*
Bring libpthread up to WARNS level 2.
des
2006-03-29
1
-1
/
+1
*
Suuply the name of the version map and let bsd.lib.mk supply
deischen
2006-03-16
1
-3
/
+7
*
Add compatibility symbol maps. libpthread (.so.1 and .so.2)
deischen
2006-03-13
1
-1
/
+4
*
Bump the shared library version number of all libraries that have not
kensmith
2005-07-22
1
-1
/
+1
*
For variables that are only checked with defined(), don't provide
ru
2004-10-24
1
-1
/
+1
*
1. Add macro DTV_OFFSET to calculate dtv offset in tcb.
davidxu
2004-08-16
1
-0
/
+1
*
Now that libpthread is the default threading library, remove the
marcel
2004-01-31
1
-12
/
+0
*
Change libkse back to libpthread and make it the default
deischen
2004-01-30
1
-0
/
+4
*
Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse.
marcel
2003-09-27
1
-0
/
+12
*
Rethink the way thr_libc.So is generated. Relying on GCC to extract
kan
2003-09-02
1
-6
/
+0
*
o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it
davidxu
2003-07-17
1
-0
/
+4
*
Take thr_support.c out of SRCS so that it does not end up in libraries.
ru
2003-07-02
1
-0
/
+6
*
Unbreak "make checkdpadd".
ru
2003-07-01
1
-1
/
+1
*
Axe AINC.
ru
2003-07-01
1
-1
/
+0
*
Move the machine specific files from sys/Makefile.inc and put them
marcel
2003-06-23
1
-2
/
+3
*
Attempt to eliminate PLT relocations from rwlock aquire/release
kan
2003-05-30
1
-0
/
+5
*
Remove the %gs restoring hack (already commented out).
deischen
2003-04-25
1
-6
/
+1
*
Remove the i386-specific hack (well, we only run on i386 anyways)
deischen
2003-04-23
1
-4
/
+4
*
Add an i386-specifc hack to always set %gs. There still seems
deischen
2003-04-21
1
-1
/
+6
*
Sorry folks; I accidentally committed a patch from what I was working
deischen
2003-04-18
1
-1
/
+1
*
Comment out the addition of -g to CFLAGS. This snuck in from
deischen
2003-04-18
1
-1
/
+1
*
Revamp libpthread so that it has a chance of working in an SMP
deischen
2003-04-18
1
-3
/
+5
*
For now, build and install this as libkse instead of libpthread.
deischen
2002-12-08
1
-2
/
+2
*
Zap now-unused SHLIB_MINOR
peter
2002-09-28
1
-1
/
+0
*
Mechanically change all libc_r references to libpthread.
mini
2002-09-16
1
-1
/
+1
*
Make the changes needed for libpthread to compile in its new home.
mini
2002-09-16
1
-4
/
+4
*
Sync SCM ID comments with libc.
obrien
2002-04-15
1
-7
/
+9
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-17
/
+0
*
Bump the shared lib version. There seems to have been an incompatible
obrien
2000-11-14
1
-1
/
+1
*
Enable _PTHREADS_INVARIANTS until the recent libc_r changes are
deischen
2000-10-13
1
-1
/
+1
*
Add wrapper for kevent() syscall
jlemon
2000-08-07
1
-1
/
+2
*
Remove DEBUG_FLAGS=-g3, which never should have been committed.
jasone
2000-07-05
1
-2
/
+0
*
Add a wrapper for the sendfile() system call.
jasone
2000-04-27
1
-1
/
+3
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-1
/
+1
*
Fix some minor POSIX/SUSv2 compliance nits.
jasone
1999-12-18
1
-0
/
+1
*
add pthread_cancel, obtained from OpenBSD.
alfred
1999-11-28
1
-3
/
+7
*
Add sigsuspend.o and sigpending.o to HIDDEN_SYSCALLS as well.
marcel
1999-10-14
1
-2
/
+2
*
Add sigprocmask to HIDDEN_SYSCALLS. This renames the syscall to
marcel
1999-09-30
1
-1
/
+2
[next]