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
*
Add unwind annotations to the asm part of crt1 on i386. Terminate the
kib
2010-06-18
1
-1
/
+8
*
Much closer approximation of the kernel's calculation of this value.
sbruno
2010-06-18
1
-1
/
+6
*
Merge jmallett@'s n64 work into HEAD - changeset 2
jchandra
2010-06-16
7
-40
/
+117
*
Merge jmallett@'s n64 work into HEAD - changeset 1.
jchandra
2010-06-16
20
-521
/
+510
*
libedit: Reduce surprising behaviour with filename completion some more:
jilles
2010-06-15
1
-3
/
+7
*
libedit: Allow simple quoting in filename completion.
jilles
2010-06-15
2
-11
/
+137
*
libedit: Fix a bug that could make completion listings incomplete.
jilles
2010-06-15
1
-3
/
+2
*
Add a new column to the output of vmstat -z to indicate the number
sbruno
2010-06-15
4
-0
/
+12
*
Remove even two more unneeded files from libllvmsupport.
ed
2010-06-15
1
-8
/
+7
*
Remove unneeded files from the build.
ed
2010-06-15
12
-51
/
+46
*
Unbreak Clang on PowerPC.
ed
2010-06-14
1
-1
/
+6
*
Separate _posix1e_acl_id_to_name() into a separate file, to
kientzle
2010-06-14
3
-55
/
+101
*
libedit: Add basic filename completion code from NetBSD.
jilles
2010-06-13
3
-1
/
+588
*
Disable usage of posix_spawn() inside LLVM.
ed
2010-06-13
2
-2
/
+2
*
* Improve compatibility with existing application code by permitting the
kaiw
2010-06-13
2
-13
/
+19
*
Merge from tbemd:
imp
2010-06-13
8
-17
/
+7
*
In threaded processes, destroy the mutex atexit_mutex when we've
cperciva
2010-06-13
1
-0
/
+3
*
Introduce __isnanf() as an alias for isnanf(), and make the isnan()
das
2010-06-12
3
-2
/
+10
*
Do the branding right this time.
ed
2010-06-12
1
-1
/
+2
*
Detect bit endianness through machine/endian.h. This fixes xz on big-endian
delphij
2010-06-11
1
-0
/
+7
*
sctp_recvmsg returns the number of bytes received, not sent.
brucec
2010-06-11
1
-1
/
+1
*
mdoc: stop abusing -column lists and use .Bl -tag instead
uqs
2010-06-11
1
-19
/
+21
*
mdoc nitpicking: the title argument shall be uppercase
uqs
2010-06-11
8
-8
/
+8
*
Disable usage of __DATE__.
ed
2010-06-10
1
-1
/
+1
*
Brand our Clang binary.
ed
2010-06-10
1
-1
/
+2
*
Hook clang into the build on i386/amd64/powerpc.
rdivacky
2010-06-09
1
-1
/
+6
*
Import the build makefiles for clang/LLVM.
rdivacky
2010-06-09
115
-0
/
+1811
*
mdoc: spell out theta, the Unicode glyph is hard to read for terminal fonts
uqs
2010-06-09
1
-8
/
+2
*
mdoc: remove literal tabs where they don't belong
uqs
2010-06-08
14
-23
/
+23
*
Fix memory leak on error.
fabient
2010-06-05
1
-1
/
+3
*
Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t).
trasz
2010-06-05
1
-5
/
+5
*
Don't forget to free the string in error case.
trasz
2010-06-03
1
-0
/
+1
*
_posix1e_acl_sort() never returns anything other than 0; change its
trasz
2010-06-03
4
-55
/
+15
*
Fix usage of uninitialized variable.
trasz
2010-06-03
1
-1
/
+1
*
The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.
trasz
2010-06-03
1
-2
/
+1
*
The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.
trasz
2010-06-03
1
-1
/
+1
*
mdoc: spell macros correctly, there's no need for the backslash escape
uqs
2010-06-02
3
-7
/
+7
*
mdoc cleanup
uqs
2010-06-02
2
-3
/
+1
*
mdoc: Use mdoc macro for the (R) symbol
uqs
2010-05-27
1
-8
/
+8
*
mdoc: Garbage collect unused/unneeded macros
uqs
2010-05-27
1
-3
/
+0
*
Change the current working directory to be inside the jail created by
cperciva
2010-05-27
1
-1
/
+8
*
Improve the documentation for PT_LWPINFO. Note that some features are
kib
2010-05-24
1
-3
/
+58
*
Coalesce one more broken line.
deischen
2010-05-24
1
-2
/
+1
*
Coalesce a couple of broken lines since they can fit within 80
deischen
2010-05-24
1
-4
/
+2
*
These features will first appear in 8.1, soon to be released
uqs
2010-05-24
1
-1
/
+1
*
Make acl_get_perm_np(3) work with NFSv4 ACLs.
trasz
2010-05-23
2
-24
/
+18
*
With r208341 in place WARNS can be increased.
marius
2010-05-20
1
-1
/
+1
*
Update to a config.h created by a file 5.03 configure script. This causes
marius
2010-05-20
1
-38
/
+57
*
mdoc: consistently spell our email addresses <foo@FreeBSD.org>
uqs
2010-05-19
23
-23
/
+23
*
Retry reads that fail with EINTR. This fixes a problem
kientzle
2010-05-18
2
-12
/
+20
[next]