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
*
Create a mechanism for providing fine-grained build order dependencies
ian
2014-06-15
1
-52
/
+63
*
Attach the CUSE library and kernel module to the default FreeBSD
hselasky
2014-06-13
1
-0
/
+5
*
iconv_open: initialise ci_ilseq_invalid field of _citrus_iconv_shared
tijl
2014-06-13
1
-2
/
+3
*
Replace malloc+memset with calloc.
tijl
2014-06-13
2
-5
/
+2
*
Replace malloc+memset with calloc.
tijl
2014-06-13
1
-4
/
+2
*
Fix path for zlib examples, this have no runtime effect and was
delphij
2014-06-11
1
-0
/
+2
*
Add a zlib pkg-config file (more and more ports requires it)
bapt
2014-06-11
2
-0
/
+18
*
Use Mt macro to properly format mailto links (patch from Franco Fichtner <fra...
bapt
2014-06-11
1
-12
/
+12
*
In some scenarios, when generating llvm/clang .inc.h files, multiple
dim
2014-06-10
1
-32
/
+43
*
siglongjmp(): Preserve floating point exception flags on i386 and amd64.
jilles
2014-06-09
2
-2
/
+0
*
In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.
bdrewery
2014-06-08
2
-0
/
+4
*
Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintained
neel
2014-06-07
2
-0
/
+8
*
Homogenize libatf-* version numbers with upstream.
jmmv
2014-06-06
2
-2
/
+2
*
Mdoc cleanup, typo and grammar fixes.
brueffer
2014-06-06
1
-157
/
+154
*
Add missing MLINKs.
brueffer
2014-06-06
1
-0
/
+5
*
When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS and
imp
2014-06-06
1
-2
/
+0
*
Add support for arbitrary http requests
bapt
2014-06-05
3
-2
/
+37
*
Remove unnecessary semicolons
bapt
2014-06-05
1
-4
/
+4
*
Use NULL instead of 0
bapt
2014-06-05
1
-2
/
+2
*
If HTTP_USER_AGENT is defined but empty, don't send User-Agent at all.
des
2014-06-05
2
-4
/
+10
*
Update reported libusb version to 1.0.13
emaste
2014-06-05
1
-1
/
+1
*
For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of the
kib
2014-06-04
1
-1
/
+45
*
- Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).
gahr
2014-06-02
2
-8
/
+18
*
Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doing
neel
2014-05-31
2
-1
/
+50
*
style(9) requires an empty line when function have no local variables.
hselasky
2014-05-30
1
-0
/
+2
*
Add support for snprintf() to libstand.
hselasky
2014-05-30
2
-6
/
+54
*
Minor mdoc fix
bjk
2014-05-30
1
-1
/
+1
*
Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.
pfg
2014-05-30
1
-2
/
+2
*
mdoc: add missing paragraph macro.
pluknet
2014-05-29
1
-0
/
+1
*
Don't break the legacy applications which set
ume
2014-05-28
1
-1
/
+5
*
Emphasis on 'do not' and 'complement' in the strcspn(3)
allanjude
2014-05-27
1
-5
/
+6
*
Fix issue with restarting an "insb/insw/insl" instruction because of a page
neel
2014-05-26
2
-32
/
+60
*
Merge strcspn.3 into strspn.3 and clarify the explaination of what they do
allanjude
2014-05-25
3
-98
/
+37
*
Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API
hselasky
2014-05-25
1
-0
/
+2
*
Change libatf-c and libatf-c++ to be private libraries.
jmmv
2014-05-25
4
-34
/
+2
*
Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and out
neel
2014-05-24
2
-0
/
+91
*
Right now, the rtld prefork hook locks the rtld bind lock in the read
kib
2014-05-24
2
-4
/
+30
*
Initial import of character device in userspace support for FreeBSD.
hselasky
2014-05-23
4
-0
/
+1354
*
Correct a typo.
rstone
2014-05-17
1
-1
/
+1
*
Look for root certificates in /usr/local/etc/ssl before /etc/ssl.
des
2014-05-17
1
-2
/
+8
*
Correct documentation of the limit on how much memory can be mlock()ed
bjk
2014-05-17
1
-7
/
+14
*
Revert r261296. This removes the WITHOUT_NCURSESW option.
brooks
2014-05-15
1
-7
/
+2
*
Remove dead files.
des
2014-05-15
1
-1
/
+0
*
Implement a PCI interrupt router to route PCI legacy INTx interrupts to
jhb
2014-05-15
2
-0
/
+16
*
Upgrade to latest ldns (1.6.17) and unbound (1.4.22).
des
2014-05-15
2
-12
/
+14
*
Use the new -d option that was added to tblgen between llvm/clang 3.3
dim
2014-05-14
1
-78
/
+93
*
Don't include the guest memory segments in the bhyve(8) process core dump.
neel
2014-05-13
2
-3
/
+18
*
Upgrade our copy of llvm/clang to 3.4.1 release. This release contains
dim
2014-05-12
4
-29
/
+15
*
libedit: add H_SAVE_FP which saves history to a file pointer.
eadler
2014-05-11
4
-9
/
+35
*
Invalidate the cache for the named posix semaphore when opened and
kib
2014-05-10
1
-29
/
+36
[next]