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
*
Renove faith(4) and faithd(8) from base. It looks like industry
melifaro
2014-11-09
2
-53
/
+0
*
Re-enable dpv(1,3): Introduced via r274116; temporarily disabled
dteske
2014-11-06
1
-0
/
+2
*
Upon second-thought (following r274144), remove spurious (unused)
dteske
2014-11-06
1
-1
/
+0
*
Balance DPADD against LDADD for dpv(1,3).
dteske
2014-11-05
1
-2
/
+2
*
Fix code-typo; introduced by r267511
dteske
2014-11-05
1
-1
/
+1
*
Hook up OpenPAM's own unit tests to the build.
des
2014-11-05
2
-0
/
+23
*
Temporarily _disable_ compilation of dpv(3) and dpv(1).
dteske
2014-11-05
1
-1
/
+0
*
Fix buildworld by adding DPADD= to libdpv [dpv(3)] Makefile
dteske
2014-11-05
1
-2
/
+4
*
Make libdpv [dpv(3)] WARNS=6 clean for clang on -CURRENT.
dteske
2014-11-05
2
-3
/
+3
*
Fix build-error (pointy hat; didn't merge full up-to-date code)
dteske
2014-11-05
2
-59
/
+59
*
Add new libraries/utilities for data throughput visualization.
dteske
2014-11-04
22
-0
/
+4929
*
Commit missing header for sys/time.h compat on NetBSD to unbreak the amd64/i386
ngie
2014-11-04
1
-0
/
+65
*
Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approxim...
ngie
2014-11-04
29
-0
/
+769
*
Add pkg-config file for libarchive
mm
2014-11-02
2
-0
/
+18
*
MFV: Import atf-0.21.
jmmv
2014-11-01
8
-35
/
+23
*
<sys/param.h> is a superset of <sys/types.h> and must always come
des
2014-11-01
1
-2
/
+1
*
Update acl(3) to expand on NFSv4 ACL support.
trasz
2014-10-30
1
-5
/
+9
*
Make it clear that ACL flags are NFSv4-only.
trasz
2014-10-30
7
-14
/
+14
*
Fix a clang 3.5 warning about abs(3) being given an argument of type
dim
2014-10-29
1
-5
/
+5
*
Fix renaming a group via the gr_copy function
bapt
2014-10-28
1
-5
/
+12
*
Fix prototypes.
kevlo
2014-10-28
1
-3
/
+3
*
only install .pc files when we are not installing 32bit compat libs...
jmg
2014-10-27
2
-0
/
+4
*
fix typo, properly install a link to nv for nvlist_freev...
jmg
2014-10-27
1
-1
/
+1
*
getgrouplist(3) was reimplemented in terms of getgrent_r(3) in r174547, so
markj
2014-10-27
2
-23
/
+2
*
Use the __DECONST macro rather than hand rolling the same thing.
brooks
2014-10-24
1
-5
/
+1
*
Remove an unused variable that would be better spelled __func__.
brooks
2014-10-24
1
-1
/
+0
*
Eliminate conf_lock and instead rely on the NSS write lock to protect
markj
2014-10-24
1
-8
/
+5
*
The current POSIX semaphore implementation stores the _has_waiters flag
jhb
2014-10-24
1
-13
/
+14
*
Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores
jhb
2014-10-24
7
-14
/
+7
*
Hook libxo to the build.
marcel
2014-10-23
2
-0
/
+37
*
The NetBSD libc tests use several definitions/macros that aren't available in
ngie
2014-10-22
2
-0
/
+94
*
My previous commit exposed an issue as it fixed a different
imp
2014-10-22
1
-1
/
+3
*
When using an external gcc 4.8+ and not building libstdc++ then create in the...
bapt
2014-10-21
1
-0
/
+12
*
Add support for __cxa_throw_bad_array_new_length in libcxxrt
bapt
2014-10-21
1
-0
/
+9
*
Allow libkvm to get the kernel va to pa delta without the need for
andrew
2014-10-19
1
-10
/
+26
*
Update the ULE scheduler + thread and kinfo structs to use int for cpuid
adrian
2014-10-18
1
-0
/
+18
*
Remove duplicated code.
delphij
2014-10-16
2
-22
/
+1
*
Fix the type of pte_pa as when it is passed into _kvm_pa2off it is either
andrew
2014-10-16
1
-2
/
+2
*
Slightly improve grammar in EAGAIN description.
gavin
2014-10-15
1
-3
/
+3
*
As pointed out by several people, r273114 was incorrect: it unconditionally
des
2014-10-15
2
-15
/
+25
*
Drop support for SSLv3.
des
2014-10-15
1
-1
/
+1
*
Add support for the __aeabi_c*cmp* functions. These are similar to the
andrew
2014-10-14
8
-1
/
+337
*
Promote libevent to lib/ level and fold ftp-proxy into its parent Makefile.
delphij
2014-10-13
2
-0
/
+36
*
Fix compiler locking diagnostic warnings.
hselasky
2014-10-13
1
-46
/
+44
*
accept(2) may and can return EAGAIN, document it.
delphij
2014-10-10
1
-2
/
+2
*
Update dl_iterate_phdr(3) to follow r272842
emaste
2014-10-09
1
-2
/
+2
*
The value small=2**-(p+3), where p is the precision, can be determine from
kargl
2014-10-09
4
-120
/
+128
*
Fix problem on big endian systems introduced in r271579 - when we were
pjd
2014-10-09
4
-40
/
+40
*
Change the hardcoded default back from SHA512 to DES.
des
2014-10-09
1
-7
/
+10
*
1) Fix the case we have less arguments for format string than we expected.
ache
2014-10-07
1
-4
/
+3
[next]