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
...
*
Fix udp entry of `netstat -TW'.
ume
2015-11-25
1
-0
/
+2
*
Correct alignment of the addresses in the `netstat -aW' output.
ume
2015-11-24
1
-12
/
+21
*
Add myself (lidl) to the calendar.freebsd file.
lidl
2015-11-24
1
-0
/
+1
*
Add missing error check after xo_parse_args() in netstat(8).
ume
2015-11-24
1
-0
/
+2
*
Remove unneeded libutil dependency for sendmail.
bdrewery
2015-11-24
1
-1
/
+0
*
bc(1): Fix memory corruption issues
pfg
2015-11-24
1
-9
/
+14
*
Compute the median of the data set as the midpoint between the two middle
araujo
2015-11-24
1
-2
/
+4
*
bc: sync with OpenBSD
pfg
2015-11-22
4
-13
/
+14
*
Add a missing brace to fix vmstat -s output.
markj
2015-11-21
1
-1
/
+1
*
Revert a modification that crept in and should not
bapt
2015-11-21
1
-1
/
+1
*
Synchronize m4(1) with OpenBSD
bapt
2015-11-21
6
-45
/
+15
*
colldef(1) does not need the libc's internal collate.h header anymore
bapt
2015-11-21
2
-2
/
+3
*
Reintegrate colldef(1) and mklocale(1)
bapt
2015-11-20
14
-0
/
+2485
*
Don't truncate an interface name when -W option is specified.
ume
2015-11-20
1
-1
/
+5
*
Avoid core dump when output style is html.
ume
2015-11-20
1
-10
/
+8
*
install: do not follow symlinks
bapt
2015-11-20
1
-11
/
+5
*
Convert vmstat to use libxo.
rodrigc
2015-11-20
3
-193
/
+339
*
Use print as a function for Python 3 [PEP 3105]
rodrigc
2015-11-19
1
-1
/
+1
*
Remove unneeded libmd from bootstrap-tools (reverting r246784).
bdrewery
2015-11-18
1
-2
/
+0
*
JSON doesn't permit a hexadecimal notation of an integer.
ume
2015-11-17
1
-1
/
+1
*
Rename META_MODE option to DIRDEPS_BUILD
sjg
2015-11-14
1
-1
/
+1
*
There is no more point in indexing /var/db/freebsd-update than there is in
des
2015-11-13
2
-2
/
+2
*
Add some basic tests that exercise cputime limits with limits(1)
ngie
2015-11-09
3
-0
/
+76
*
lower again the warnings and remove the pragmas unsupported by gcc 4.2.1
bapt
2015-11-08
4
-16
/
+1
*
Eliminate some gcc pragmas
bapt
2015-11-08
2
-17
/
+7
*
Fix build of localedef(1) on arm where wchar_t is an unsigned int
bapt
2015-11-07
3
-5
/
+5
*
Rewrite the histoty part
bapt
2015-11-07
1
-8
/
+13
*
Improve localedef(1) manpage
bapt
2015-11-07
1
-89
/
+113
*
Bump warning level
bapt
2015-11-07
1
-1
/
+1
*
Use const where needed instead of using pragmas to work around the warnings
bapt
2015-11-07
2
-11
/
+6
*
Make bsd declaration static
bapt
2015-11-07
1
-1
/
+1
*
Fix an off by one due to bad conversion from avl(3) to tree(3)
bapt
2015-11-07
1
-3
/
+2
*
Run memset only after having checked the return of malloc
bapt
2015-11-07
1
-1
/
+1
*
Workaround an issue on i386 to unbreak the build until the real issue is tracked
bapt
2015-11-07
1
-1
/
+2
*
Fix build on arm64
bapt
2015-11-07
1
-1
/
+1
*
Add missing header
bapt
2015-11-07
1
-0
/
+1
*
Fix typo
bapt
2015-11-07
1
-1
/
+2
*
Merge from head r290483
bapt
2015-11-07
11
-82
/
+122
|
\
|
*
Improve soelim(1) manpages
bapt
2015-11-07
1
-14
/
+19
|
*
Do not truncate addresses when printing in encoded format.
ume
2015-11-06
1
-10
/
+11
|
*
- Fix alignment for padding link address.
ume
2015-11-06
1
-2
/
+2
|
*
Fix compiling netstat after r290367 by substituting sys/types.h for
ngie
2015-11-06
1
-1
/
+1
|
*
Add SUBDIR_PARALLEL.
bdrewery
2015-11-06
1
-0
/
+1
|
*
Make rctl(8) use more reasonable buffer size for retrieving the rules.
trasz
2015-11-05
1
-1
/
+1
|
*
Fix markup in rctl(8) - the 'rule' or 'filter' arguments are not optional.
trasz
2015-11-05
1
-5
/
+5
|
*
Give enough room for addresses when -W option is specified.
ume
2015-11-05
1
-11
/
+25
|
*
Fix alignment of `Drop' header.
ume
2015-11-05
1
-1
/
+1
|
*
Use returned network name from getnetbyaddr() correctly.
ume
2015-11-05
1
-6
/
+5
|
*
Revert previous workaround. This problem was fixed
ume
2015-11-05
1
-4
/
+0
|
*
Since sa->sa_len doesn't match sizeof(struct sockaddr_dl),
ume
2015-11-04
1
-0
/
+4
[prev]
[next]