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.sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
bsdinstall: fix static address assignment for protected wireless networks.
avos
2016-05-02
1
-1
/
+1
*
rpcbind: use our roundup() macro when available through <sys/param.h>.
pfg
2016-05-02
1
-1
/
+1
*
quot: make use of our rounddown() macro when <sys/param.h> is available.
pfg
2016-05-02
1
-2
/
+2
*
Use MIN macro from sys/param.h.
araujo
2016-05-02
1
-1
/
+1
*
Use MIN/MAX macros from sys/param.h.
araujo
2016-05-02
1
-3
/
+2
*
Use MIN macro from sys/param.h.
araujo
2016-05-02
1
-1
/
+1
*
Use MAX macro from sys/param.h.
araujo
2016-05-02
1
-1
/
+1
*
typo
jamie
2016-05-01
1
-1
/
+1
*
usr.sbin: minor spelling fixes on comments.
pfg
2016-05-01
10
-12
/
+12
*
pmcstat: minor spelling fixes.
pfg
2016-05-01
2
-2
/
+2
*
usr.sbin/bsdconfig: minor spelling fixes on comments.
pfg
2016-05-01
9
-22
/
+22
*
bluetooth: minor spelling fixes.
pfg
2016-05-01
2
-2
/
+2
*
Clarify when happens when there is a "depend" parameter in jail.conf,
jamie
2016-04-30
1
-4
/
+5
*
Fix including Kyuafile in packaged base system.
gjb
2016-04-29
1
-1
/
+2
*
Use a better idiom for finding UTC prefixed timezones
ngie
2016-04-28
1
-3
/
+4
*
Add PACKAGE fields to usr.sbin/extattr/tests/Makefile
asomers
2016-04-28
1
-0
/
+4
*
Merge ACPICA 20160422.
jkim
2016-04-27
3
-45
/
+54
*
Add 'devctl delete' that calls device_delete_child().
jhb
2016-04-27
2
-2
/
+54
*
Add a new rescan method to the bus interface.
jhb
2016-04-27
2
-1
/
+19
*
MFV r298691:
delphij
2016-04-27
10
-48
/
+130
*
For pointers use NULL instead of 0.
araujo
2016-04-27
2
-24
/
+24
*
Remove redundant word.
bhd
2016-04-26
1
-1
/
+1
*
Remove unportable calls to basename().
ed
2016-04-26
1
-10
/
+11
*
Remove a variable and three lines of code which I should have removed as
gad
2016-04-25
1
-5
/
+1
*
Encapsulate SYSV IPC objects in jails. Define per-module parameters
jamie
2016-04-25
1
-4
/
+27
*
Note the existence of module-specific jail paramters, starting with the
jamie
2016-04-25
1
-1
/
+27
*
Make jail(8) interpret escape codes in fstab the same as getfsent(3).
jamie
2016-04-25
1
-1
/
+8
*
Add a single example of adding a user that roughly corresponds with the
wblock
2016-04-23
1
-1
/
+13
*
Define which of the username options (-u/-U) to jexec(8) is the default.
bcr
2016-04-23
1
-1
/
+2
*
Fix looking for "UTC" at start of ptr by using strnmp instead of improperly
ngie
2016-04-23
1
-2
/
+2
*
Add ATF tests for usr.sbin/extattr
asomers
2016-04-22
3
-0
/
+301
*
Use MIN()/MAX() macros from sys/param.h.
araujo
2016-04-22
2
-3
/
+3
*
Don't try to free `string` (stack allocated char[])
ngie
2016-04-22
1
-2
/
+1
*
Don't use `entry` after free in the "already in lists" case
ngie
2016-04-22
1
-0
/
+1
*
Use macro MAX() from sys/param.h.
araujo
2016-04-22
1
-1
/
+1
*
Use macro MAX() from sys/param.h.
araujo
2016-04-22
1
-1
/
+1
*
Plug memory leak
bapt
2016-04-20
1
-0
/
+2
*
Plug various resources leak
bapt
2016-04-20
1
-1
/
+13
*
Plug leaks
bapt
2016-04-20
1
-0
/
+8
*
Don't use SYSDIR to avoid conflicts with existing usage.
grehan
2016-04-20
1
-2
/
+2
*
Update the bhyve(8) man page:
novel
2016-04-20
1
-1
/
+22
*
Always emit an error message on passthru configuration errors.
jhb
2016-04-19
1
-22
/
+34
*
Add a new installation type to bsdinstall/zfsboot: BIOS+UEFI
allanjude
2016-04-19
1
-16
/
+52
*
Reuse our roundup2() macro instead of reinventing the wheel.
pfg
2016-04-18
2
-6
/
+2
*
The malloc will return NULL if it can't allocate memory.
araujo
2016-04-18
1
-1
/
+1
*
Use nitems instead of 'sizeof(mapnames) / sizeof(mapnames[0]'.
araujo
2016-04-18
1
-2
/
+2
*
Use the SOCK_CLOEXEC flags in the socket(2) 'type' attribute instead of
bapt
2016-04-16
1
-8
/
+3
*
Use pipe2(2) to directly set the close-on-exec flags directly
bapt
2016-04-16
1
-6
/
+1
*
MFH
gjb
2016-04-16
21
-55
/
+143
|
\
|
*
Cleanup unnecessary semicolons from utilities we all love.
pfg
2016-04-15
8
-10
/
+10
[next]