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
/
usr.bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change my given name from "Garrett" to "Ngie"
ngie
2016-06-13
1
-1
/
+1
*
install: When preserving timestamps, also copy the nanoseconds part.
jilles
2016-06-09
2
-17
/
+20
*
Add support for truss'ing Linux/x86_64 binaries under amd64.
jhb
2016-06-09
2
-0
/
+105
*
Merge bmake-20160606
sjg
2016-06-08
2
-4
/
+7
*
Fix a (false positive?) Argument cannot be negative coverity defect.
truckman
2016-06-08
1
-5
/
+2
*
indent(1): Fix typo.
pfg
2016-06-06
1
-1
/
+1
*
Use the in-tree sys/elf_common.h
bdrewery
2016-06-05
1
-0
/
+13
*
Import bmake-20160604
sjg
2016-06-05
1
-2
/
+2
*
Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"
trasz
2016-06-05
1
-0
/
+4
*
Document getent(1)'s ability to enumerate netgroup members.
markj
2016-06-04
2
-2
/
+4
*
DIRDEPS_BUILD: Connect new directories and update dependencies.
bdrewery
2016-06-03
3
-0
/
+61
*
Fix two types which resulted in setting the address long wrong
tuexen
2016-06-02
1
-2
/
+2
*
sed(1): Fix a mismatch and sync with the OpenBSD's commit.
pfg
2016-06-01
1
-5
/
+6
*
mkimg: Indicate that input file pages are unlikely to be reused.
markj
2016-06-01
1
-0
/
+3
*
Add "iscsictl -e". Among other things, it makes it possible to perform
trasz
2016-05-31
6
-10
/
+94
*
Make iscsictl(8) error messages more consistent.
trasz
2016-05-31
1
-24
/
+22
*
Fix with external GCC after r300886.
bdrewery
2016-05-29
1
-1
/
+10
*
Do libxo cleanup even in case of errors.
trasz
2016-05-26
1
-2
/
+3
*
Make iscsictl(8) actually report non-zero status on errors. The "failed"
trasz
2016-05-26
1
-1
/
+1
*
Make code compile when basename() is POSIX compliant.
ed
2016-05-26
1
-1
/
+6
*
Avoid buffer overflow when copying the input file name and appending .dat.
truckman
2016-05-26
1
-3
/
+9
*
sed: convert sed to use REG_STARTEND more explicitly.
pfg
2016-05-25
1
-16
/
+22
*
Send whois queries for gov.uk names to JANET.
fanf
2016-05-25
1
-0
/
+1
*
Fix humanized decoding of struct stat with respect to .st_mtim
ngie
2016-05-22
1
-1
/
+1
*
Add the density code for LTO-7 to libmt and the mt(1) man page.
ken
2016-05-20
1
-1
/
+2
*
Merge bmake-20160512
sjg
2016-05-20
1
-2
/
+2
*
Make code compile when basename() is POSIX compliant.
ed
2016-05-19
1
-2
/
+2
*
Don't repeat the the word 'the'
eadler
2016-05-17
1
-1
/
+1
*
swprintf() and apparently wcsftime() want the their output buffer size
truckman
2016-05-17
1
-3
/
+3
*
Use != 0 to be clear
sjg
2016-05-17
1
-1
/
+1
*
Allow -f - to read from stdin.
sjg
2016-05-17
1
-2
/
+3
*
Fix off by one error that overflowed the rep_len array when doing
truckman
2016-05-16
1
-1
/
+1
*
Increase size of argv[] array to avoid running off the end.
truckman
2016-05-16
1
-1
/
+1
*
install: Revert utimensat usage (r299850).
jilles
2016-05-16
2
-20
/
+17
*
Use NULL instead of 0 for pointers.
araujo
2016-05-16
3
-6
/
+6
*
install: When preserving timestamps, also copy the nanoseconds part.
jilles
2016-05-15
2
-17
/
+20
*
Always return either a dynamically allocated string or NULL from
truckman
2016-05-13
1
-2
/
+2
*
Instead of ignoring the EEXIST from link(), unconditionally unlink
truckman
2016-05-13
1
-2
/
+4
*
Simplify some overly complex code so that both humans and Coverity
truckman
2016-05-13
1
-5
/
+6
*
If fchdir() fails, call err() instead of warn().
truckman
2016-05-12
1
-1
/
+1
*
Avoid Coverity NUL termination warning about strncpy() by using
truckman
2016-05-12
1
-3
/
+8
*
MFV r299425:
mm
2016-05-12
8
-4
/
+173
*
Use strlcpy() instead of strncpy() when copying date and subj
truckman
2016-05-12
1
-3
/
+3
*
Use strlcpy() instead of strncpy() when copying the encoding value
truckman
2016-05-12
1
-1
/
+1
*
rpcgen(1): Tag crash() routine as __dead2 for static analyzers
cem
2016-05-12
2
-2
/
+2
*
chat(8): use NULL instead of zero for initializing a pointer.
pfg
2016-05-12
1
-1
/
+1
*
random(6): Fix double-close
cem
2016-05-11
1
-2
/
+5
*
whois(1): Fix potential double-close and logic mistakes
cem
2016-05-11
1
-3
/
+9
*
whois(1): Pull out async multiple host connection code into a routine
cem
2016-05-11
1
-12
/
+22
*
Fix buffer overrun in gcore(1) NT_PRPSINFO
cem
2016-05-11
1
-2
/
+2
[next]