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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Septepber -> September
tjr
2004-09-01
1
-1
/
+1
*
Back out the previous change. glob() still does use strcmp() to order
tjr
2004-09-01
1
-4
/
+4
*
Per Ruslan, bsd.lib.mk already has support for dynamically-generated
kientzle
2004-09-01
1
-17
/
+11
*
Enter the autofs.
alfred
2004-08-31
4
-0
/
+820
*
Start the de-orbital burn of our previous FreeBSD version compat libs
obrien
2004-08-29
1
-3
/
+1
*
Add cross-reference to ftw(3).
tjr
2004-08-29
1
-0
/
+1
*
Remove the misleading description of the 'key' argument to
roam
2004-08-27
1
-17
/
+1
*
Cache uid-from-uname and gid-from-gname lookups during extraction.
kientzle
2004-08-27
1
-17
/
+84
*
Correct a denial-of-service vulnerability in zlib.
nectar
2004-08-26
2
-0
/
+6
*
Don't forget to va_end() the va_list we get from va_copy().
des
2004-08-26
2
-0
/
+2
*
Don't edit permissions of pre-existing directories during extract.
kientzle
2004-08-26
1
-1
/
+1
*
It is not legal to re-use a va_list variable. This caused
kientzle
2004-08-26
1
-1
/
+4
*
Add missing brackets. It was committed from wrong tree.
davidxu
2004-08-26
2
-2
/
+2
*
gcc -O2 cleanup. tested for a long time.
davidxu
2004-08-25
4
-8
/
+8
*
Make profiling actually work. The gcc compiler emits a call to the
marcel
2004-08-25
2
-4
/
+79
*
note that it is the caller's responsibility to free any buffer passed
alfred
2004-08-24
1
-0
/
+5
*
Replace the current implementations of ftw() and nftw() with the OpenBSD
tjr
2004-08-24
3
-193
/
+208
*
struct tm.tm_year is listed as 'years since 1900', and is signed. On
peter
2004-08-24
1
-0
/
+3
*
Make sure we allocate at least enough space for the TCB for variant I TLS.
dfr
2004-08-23
1
-0
/
+2
*
Update documentation to match reality: glob() sorts its result according
tjr
2004-08-23
1
-4
/
+4
*
Pull debug symbols in for statically linked binary.
davidxu
2004-08-21
2
-0
/
+8
*
Back out the call to _init_tls() - something is broken there and it
dfr
2004-08-21
1
-2
/
+0
*
Re-word warning about the UTF2 encoding, taking care to use the word
tjr
2004-08-21
1
-3
/
+3
*
Bump document date for previous.
tjr
2004-08-21
2
-2
/
+2
*
Re-word warning about the rune interface, taking care to use the word
tjr
2004-08-21
2
-12
/
+10
*
Change "deprecated" in link-time warnings about various rune functions
tjr
2004-08-21
4
-8
/
+8
*
Re-word compatibility section, taking care to use the word "obsolete" to
tjr
2004-08-21
14
-54
/
+64
*
Document when this function came into FreeBSD.
obrien
2004-08-21
1
-1
/
+3
*
build libthr on amd64.
davidxu
2004-08-19
1
-2
/
+1
*
Adjust code to support AMD64, on AMD64, thread needs to set fsbase by
davidxu
2004-08-19
3
-7
/
+31
*
Add AMD64 support code.
davidxu
2004-08-19
2
-0
/
+106
*
Reword recent addition about memory moving.
alfred
2004-08-19
1
-5
/
+4
*
Bring ia64 back from the dead. After a call one needs to restore the
marcel
2004-08-18
1
-1
/
+1
*
Clarify that realloc and reallocf may move the memory allocation.
alfred
2004-08-18
1
-3
/
+7
*
Always allocate a TLS area even if its empty - libpthread relies on
dfr
2004-08-18
1
-7
/
+4
*
/me kicks cvs update
trhodes
2004-08-17
1
-7
/
+1
*
Fix incorrect code in an example. The previous example would produce
trhodes
2004-08-17
1
-2
/
+8
*
Fix compile, s/tp_dtv/tp_tdv/g.
davidxu
2004-08-16
7
-7
/
+7
*
Fix alpha build and add __FBSDID.
dfr
2004-08-16
1
-1
/
+4
*
Bring PPC up to date with latest TLS changes.
grehan
2004-08-16
4
-6
/
+6
*
Plug a memory leak in error case.
davidxu
2004-08-16
1
-1
/
+3
*
1. Use libpthread's exported symbols to calcuate offset in data structure
davidxu
2004-08-16
3
-130
/
+130
*
1. Add macro DTV_OFFSET to calculate dtv offset in tcb.
davidxu
2004-08-16
18
-3
/
+40
*
Add a file to collection all symbols will be needed by debugger.
davidxu
2004-08-16
2
-0
/
+120
*
Add rtld-elf to the include path for the rtld to pthread TLS interface.
dfr
2004-08-15
1
-0
/
+1
*
Add TLS support for i386 and amd64.
dfr
2004-08-15
20
-66
/
+84
*
Add TLS support for libthr on i386.
dfr
2004-08-15
2
-74
/
+29
*
Add support for TLS in statically linked programs.
dfr
2004-08-15
21
-8
/
+490
*
Avoid using void pointers in additive expressions.
stefanf
2004-08-14
3
-3
/
+6
*
Fix outgoing ICMP on global instance.
phk
2004-08-14
1
-5
/
+5
[next]