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
...
*
libgeom: plug memory leak in EndElement.
pfg
2015-04-22
1
-0
/
+1
*
computematchjumps(): fix allocator sizeof operand mismatch.
pfg
2015-04-22
1
-2
/
+2
*
_pthread_cleanup_push: fix allocator sizeof operand mismatch
pfg
2015-04-22
1
-1
/
+1
*
Support file verification in MAC.
rodrigc
2015-04-22
1
-0
/
+4
*
Fix improbable memory leak in _citrus_prop_read_str().
pfg
2015-04-20
1
-1
/
+3
*
Minor mdoc fixes.
joel
2015-04-20
2
-2
/
+1
*
Remove code to support the top of the stack layout for FreeBSD 1.x/2.x
kib
2015-04-20
1
-37
/
+36
*
The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and
kib
2015-04-18
21
-459
/
+9
*
Implement hwpmc(4) for Freescale e500 core.
jhibbits
2015-04-18
1
-2
/
+22
*
Make wait6(2), waitid(3) and ppoll(2) cancellation points. The
kib
2015-04-18
7
-1
/
+160
*
compiler_rt: add floatunsitf for arm64
emaste
2015-04-16
1
-0
/
+1
*
Remove the const qualifier from iconv(3) to comply with POSIX:
tijl
2015-04-15
33
-72
/
+69
*
Remove obsolete bits about maximum number of file systems.
pluknet
2015-04-12
1
-6
/
+1
*
For reasons that I am not understand yet, using the libmd version of
delphij
2015-04-10
3
-5
/
+12
*
Fix overlinking in bhyve:
bapt
2015-04-09
1
-0
/
+2
*
Convert mt(1) and libmt to LIBADD
bapt
2015-04-09
1
-2
/
+1
*
MFV r281278:
delphij
2015-04-09
3
-13
/
+414
*
compiler-rt: include 128-bit quad precision fp support only on arm64
emaste
2015-04-08
1
-15
/
+19
*
Fix powerpc setjmp FPR saving/restoring.
jhibbits
2015-04-08
3
-108
/
+108
*
compiler-rt: add floatditf and floatunditf
emaste
2015-04-07
1
-0
/
+2
*
compiler-rt: Implement multc3 - quad-precision complex multiplication
emaste
2015-04-07
1
-0
/
+1
*
Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKED
takawata
2015-04-07
7
-2
/
+10
*
Add the start of libc and libstand for arm64. Not all of the machine
andrew
2015-04-07
25
-4
/
+1026
*
vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via the
jhb
2015-04-06
1
-2
/
+2
*
Update reported elftoolchain version to 3179
emaste
2015-04-06
1
-1
/
+1
*
Stop including if_var.h from userland.
glebius
2015-04-06
2
-2
/
+0
*
Make strlcpy/strlcat slightly easier to read.
pfg
2015-04-06
2
-43
/
+42
*
Add support for the MIPS74K SoC family performance counters events.
adrian
2015-04-05
1
-0
/
+21
*
fts: Don't return FTS_SLNONE if it's not a symlink (if race).
jilles
2015-04-04
1
-5
/
+6
*
libc: Eliminate duplicate copies of __vdso_gettc.c
emaste
2015-04-02
10
-197
/
+5
*
Add stub functions to build libkvm. There will be added, but we need them
andrew
2015-04-02
1
-0
/
+64
*
Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INIT
trasz
2015-04-02
1
-3
/
+3
*
Ensure the cross assembler, linker and objcopy are used for the build32
dim
2015-04-02
1
-2
/
+2
*
Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case.
kib
2015-04-01
2
-3
/
+9
*
Add the arm64 parts of libthread_db.
andrew
2015-04-01
1
-0
/
+96
*
Fix "MOVS" instruction memory to MMIO emulation. Currently updates to
tychon
2015-04-01
2
-0
/
+14
*
wordexp: Explicitly pass along IFS.
jilles
2015-03-31
1
-1
/
+4
*
Add the fe* symbols to libm for arm64.
andrew
2015-03-31
1
-0
/
+56
*
Add pthread_md.h for arm64.
andrew
2015-03-30
1
-0
/
+84
*
Correct mrs_fpcr and mrs_fpsr macros in arm64 fenv.h
emaste
2015-03-30
1
-21
/
+22
*
compiler-rt: Build additional quad precision floating point builtins
emaste
2015-03-30
1
-0
/
+6
*
Make kevent(2) a cancellation point.
kib
2015-03-29
6
-2
/
+106
*
Add an SCTP symbol which was missed in
tuexen
2015-03-28
1
-0
/
+1
*
setmode(): Use sysctl kern.proc.umask instead of umask() if possible.
jilles
2015-03-26
1
-9
/
+33
*
Make GEOM_PART work in presence of previous withered self.
mav
2015-03-26
1
-3
/
+12
*
Remove defunct SSLv2 support from fetch(1) and fetch(3).
jkim
2015-03-25
2
-9
/
+3
*
Add the missing manual page link to the recently added function.
loos
2015-03-20
1
-0
/
+1
*
Start to import support for the AArch64 architecture from ARM. This change
andrew
2015-03-19
8
-0
/
+481
*
We won't support a.out on arm64/aarch64. As such there will be no need to
andrew
2015-03-18
1
-0
/
+3
*
Add LIB_CXX so that C++ libraries will use CXX to link.
bdrewery
2015-03-17
1
-1
/
+1
[prev]
[next]