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
*
This seems like a very trivial bug that should have been squashed a long
sobomax
2016-01-30
2
-0
/
+98
*
Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions.
jhb
2016-01-30
3
-19
/
+19
*
Add implementations of sendmmsg(3) and recvmmsg(3) functions which
kib
2016-01-29
8
-20
/
+303
*
Use intptr_t note ptrdiff_t when storing flags in the bottom bits of
brooks
2016-01-29
2
-6
/
+6
*
Declare bt_devenum() to match the definition.
brooks
2016-01-29
1
-1
/
+1
*
Fix fatal warn when compiling under GCC 5.2.0
dteske
2016-01-27
1
-2
/
+2
*
Add pthread MD part for RISC-V.
br
2016-01-27
1
-0
/
+92
*
Add the RISC-V MD parts of libthread_db.
br
2016-01-27
1
-0
/
+104
*
Fix a crash if `-D' is used without `-t title'
dteske
2016-01-27
1
-0
/
+7
*
Remove unused function prototype
dteske
2016-01-27
1
-1
/
+0
*
Convert rman to use rman_res_t instead of u_long
jhibbits
2016-01-27
2
-8
/
+8
*
Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.
bdrewery
2016-01-27
1
-8
/
+3
*
nslexer.c does not depend on nsparser.h.
bdrewery
2016-01-27
1
-1
/
+1
*
Remove excess whitespace
bdrewery
2016-01-27
1
-1
/
+1
*
Bump copyrights
dteske
2016-01-27
3
-3
/
+3
*
Add keep_tite configuration option
dteske
2016-01-26
4
-3
/
+9
*
Add support to libsysdecode for decoding system call names.
jhb
2016-01-26
5
-2
/
+217
*
Add fenv.c for RISC-V. Copied from MIPS.
br
2016-01-26
1
-0
/
+52
*
Restore flushing of output for revoke(2) again. Document revoke()'s
kib
2016-01-26
1
-2
/
+6
*
Replace .CURDIR with SRCTOP to respect LIBC_SRCTOP feature.
bdrewery
2016-01-25
1
-5
/
+5
*
Style.
br
2016-01-25
1
-1
/
+2
*
Do build libproc and librtld_db for RISC-V as well.
br
2016-01-25
1
-1
/
+1
*
sctp_sendx() needs to provide the assoc_id back.
tuexen
2016-01-24
1
-2
/
+7
*
Fix bug in the readpassphrase(3) function, which can be exposed
sobomax
2016-01-24
1
-8
/
+16
*
sctp_sendv() needs to fill in the association id on return.
tuexen
2016-01-24
1
-0
/
+7
*
Add support for RISC-V ISA.
br
2016-01-24
2
-0
/
+11
*
Use MAN= to specify that no man page is provided
emaste
2016-01-22
1
-1
/
+1
*
Add a standards compliance note for strtok_r as suggested by cpercival.
wblock
2016-01-22
1
-1
/
+6
*
sem: Don't free nameinfo that is still in list when open() fails.
jilles
2016-01-22
1
-1
/
+3
*
Replace the last non-optional use of sbrk() in the tree with mmap().
brooks
2016-01-21
1
-11
/
+4
*
Fix the implementations of PSEUDO_NOERROR and PSEUDO.
brooks
2016-01-21
1
-7
/
+21
*
Disable -mlong-calls for the clang libraries for now, it increases the
andrew
2016-01-21
1
-1
/
+2
*
Add .NOMETA missed in r291320.
bdrewery
2016-01-20
1
-1
/
+1
*
Update for API changes in OpenSSH 6.8p1.
jhb
2016-01-20
1
-7
/
+6
*
Test for /etc/ssl/cert.pem existence to avoid masking SSL_CA_CERT_PATH
bapt
2016-01-19
1
-3
/
+10
*
Update elftc version to 3272M, imported in r292120
emaste
2016-01-18
1
-1
/
+1
*
mdoc: sort Xr
joel
2016-01-18
1
-1
/
+1
*
Fix compilation on MIPS (typo introduced in r294227).
br
2016-01-18
1
-1
/
+1
*
utimensat(2): Correct description of [EINVAL] error.
jilles
2016-01-17
1
-3
/
+6
*
Bring in initial libc and libstand support for RISC-V.
br
2016-01-17
29
-13
/
+1401
*
Add mmu format info into ARM vmcore.
skra
2016-01-15
2
-9
/
+28
*
Improvements to the MDXFileChunk() template function:
jtl
2016-01-14
1
-29
/
+31
*
Set -mlong-calls where needed to get a static clang and lldb 3.8.0
andrew
2016-01-14
2
-0
/
+7
*
Fix building with GCC since PAGE_MASK is signed on i386.
jhb
2016-01-14
1
-1
/
+1
*
Remove an unneeded assignment of the return value.
ed
2016-01-14
1
-1
/
+0
*
Default to en_US.ISO8859-1 if no locale
dteske
2016-01-14
2
-0
/
+9
*
- Add the 'restrict' type qualifier to match function prototype.
kevlo
2016-01-14
1
-4
/
+3
*
libthr: const-ify two variables
vangyzen
2016-01-13
1
-2
/
+3
*
Avoid reading pass the end of the source buffer when it is not NUL
brooks
2016-01-13
1
-1
/
+1
*
Avoid reading pass the end of the source buffer when it is not NUL
brooks
2016-01-13
1
-1
/
+1
[next]