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
...
*
Whitespace fixes to consistently use spaces before }'s and
jhb
2015-08-06
1
-15
/
+25
*
Decode the arguments passed to the *at() family of system calls. This is
jhb
2015-08-06
2
-4
/
+118
*
Decode the arguments to mkfifo() and fix an off-by-one error in the arguments
jhb
2015-08-06
1
-1
/
+3
*
Don't mark the fcntl flag argument as an output parameter so that it is
jhb
2015-08-06
1
-1
/
+1
*
Add recently added values of various flags and enumerations including
jhb
2015-08-06
1
-12
/
+20
*
Fix shell injection vulnerability in patch(1) via ed(1) by
delphij
2015-08-05
2
-4
/
+16
*
find: Fix segfault with very long path in -exec/-ok ... {} \;.
jilles
2015-08-05
2
-15
/
+25
*
Rework get_string() to make it more robust when fetching strings of unknown
jhb
2015-08-05
1
-17
/
+29
*
Whitespace fix: remove some spurious spaces before commas.
jhb
2015-08-05
1
-11
/
+11
*
xargs now takes -P0, creating as many concurrent processes as possible
allanjude
2015-08-04
2
-3
/
+19
*
Get it closes to style(9).
araujo
2015-08-04
1
-20
/
+14
*
Revert r286144 leaving the original fix to the buffer overflow.
pfg
2015-08-04
1
-3
/
+2
*
Remove the 3rd clause of BSD LICENSE.
araujo
2015-08-04
1
-36
/
+41
*
Remove the 3rd clause of BSD LICENSE.
araujo
2015-08-04
1
-32
/
+48
*
Remove never used file
bapt
2015-08-03
1
-322
/
+0
*
Make image_copyout_zeroes() an interface function.
marcel
2015-08-03
2
-6
/
+7
*
- Add myself to the calendar.freebsd. (fix typo in r286160)
junovitch
2015-08-01
1
-1
/
+1
*
- Add myself to the committers-ports.dot and add my mentor relationship.
junovitch
2015-08-01
1
-0
/
+1
*
use : instead of true...
jmg
2015-08-01
1
-6
/
+6
*
Buffer overflow in wall(1).
pfg
2015-08-01
1
-2
/
+3
*
Use standard 'THE AUTHOR' license text
emaste
2015-07-31
1
-1
/
+1
*
Buffer overflow in wall(1).
pfg
2015-07-31
1
-2
/
+2
*
Use correct number of arguments to semctl() for IPC_RMID.
rodrigc
2015-07-30
1
-1
/
+1
*
Get function prototypes for msg, shm, sem functions
rodrigc
2015-07-30
1
-0
/
+3
*
Make some variables and functions static.
rodrigc
2015-07-30
1
-15
/
+8
*
Allow ELF Tool Chain elfcopy to be installed as objcopy
emaste
2015-07-29
1
-2
/
+10
*
ar: Fix deterministic mode default with options other than -q or -r
emaste
2015-07-29
1
-8
/
+18
*
ar: enable deterministic mode by default
emaste
2015-07-29
2
-0
/
+3
*
Compilers will complain the usage of obsolescent variable declarations.
araujo
2015-07-29
3
-6
/
+6
*
Fix shell injection vulnerability in patch(1) and drop SCCS
delphij
2015-07-28
2
-41
/
+65
*
Staticfy and constify some variables and clean up the code a bit to make it
araujo
2015-07-28
3
-7
/
+7
*
Rewrite scan procedure with a FSM. This improves code readability by
delphij
2015-07-27
1
-60
/
+129
*
Replace GNU RCS ident with a BSD license ident
bapt
2015-07-26
9
-0
/
+303
*
Bump GCC max-inline-insns-single in libiconv_modules and grep
pfg
2015-07-26
1
-0
/
+2
*
ar: add -U (unique) option to disable -D (deterministic) mode
emaste
2015-07-24
2
-7
/
+34
*
truss: follow pdfork()ed descendents with -f
emaste
2015-07-24
8
-0
/
+8
*
Add RISC-V ELF machine type definition
emaste
2015-07-24
1
-0
/
+1
*
inode should be different to actually mean mandocdb is in used
bapt
2015-07-24
1
-2
/
+2
*
Fix man -k with mandocdb
bapt
2015-07-24
1
-0
/
+4
*
Fix counter reads on platforms where sizeof(uint64_t) != sizeof(uint64_t *).
markj
2015-07-21
1
-6
/
+18
*
patch(1): Add -Vnone option to disable backup files
cem
2015-07-21
3
-9
/
+14
*
Unbreak "last reboot".
ed
2015-07-21
1
-0
/
+8
*
Fix some libxo format string errors in the pfkey stats code.
markj
2015-07-20
1
-2
/
+2
*
Move assignments around to avoid a false-positive uninitialized variable
des
2015-07-17
1
-2
/
+2
*
Add a -s option which adds a column listing the connection state if
des
2015-07-16
2
-8
/
+33
*
Fix trimming spaces writing at index -1 if an empty string is passed
bapt
2015-07-15
1
-2
/
+7
*
fix error message... errx since errno may not be set (if we didn't
jmg
2015-07-15
1
-1
/
+1
*
mdoc: add missing .El
joel
2015-07-14
1
-0
/
+1
*
Convert atoi(3) to stronum(3) which allows to arguments and report proper errors
bapt
2015-07-14
1
-6
/
+13
*
Widen the host field so that a full IPv6 address will be seen.
markm
2015-07-14
1
-1
/
+1
[prev]
[next]