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
/
sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make fsck and fsck_msdosfs WARNS=6 clean
uqs
2012-10-21
8
-17
/
+16
*
sbin/fsck: s/perror/perr/ to avoid shadowing
uqs
2012-10-21
8
-79
/
+74
*
document acpi_cpu devd notification about _CST change
avg
2012-10-20
1
-0
/
+2
*
More -Wmissing-variable-declarations fixes.
ed
2012-10-19
5
-15
/
+16
*
Add missing const keywords.
ed
2012-10-19
1
-1
/
+1
*
Fix warnings found by -Wmising-variable-declarations.
ed
2012-10-19
7
-18
/
+13
*
Disconnect non-MPSAFE SMBFS from the build in preparation for dropping
attilio
2012-10-18
2
-3
/
+1
*
Disconnect non-MPSAFE NTFS from the build in preparation for dropping
attilio
2012-10-17
3
-4
/
+1
*
Disconnect non-MPSAFE NWFS from the build in preparation for dropping
attilio
2012-10-17
2
-3
/
+1
*
Disconnect non-MPSAFE PORTALFS from the build in preparation for dropping
attilio
2012-10-16
2
-3
/
+1
*
Fix minor nits:
eadler
2012-10-15
2
-3
/
+4
*
Remove trailing whitespace.
joel
2012-10-14
1
-8
/
+8
*
Minor mdoc and language fixes.
joel
2012-10-14
1
-11
/
+11
*
getopt_long() returns an int. Use the return value accordingly.
attilio
2012-10-14
1
-1
/
+1
*
Import a FreeBSD port of the FUSE Linux module.
attilio
2012-10-13
4
-0
/
+901
*
- Get rid of #ifdef __FreeBSD__.
glebius
2012-09-29
1
-21
/
+8
*
Fix some nearby type and style errors.
mdf
2012-09-28
3
-17
/
+14
*
Fix sbin/ build with a 64-bit ino_t.
mdf
2012-09-27
14
-66
/
+84
*
Fix fsck_ffs build with a 64-bit ino_t.
mdf
2012-09-27
8
-85
/
+103
*
Whitespace fixes
melifaro
2012-09-24
1
-13
/
+13
*
Permit table to be used as IPv6 address.
melifaro
2012-09-24
1
-2
/
+26
*
Use O_CLOEXEC for open instead of separate fcntl(2) call.
pjd
2012-09-22
1
-3
/
+1
*
Fix grammar in the portion about FIBs. Also, cross-reference
bjk
2012-09-18
1
-9
/
+11
*
mdoc: remove superfluous paragraph macro.
joel
2012-09-18
1
-1
/
+0
*
Whitespace cleanup for ipfw.8 -- start each sentence on a new line,
bjk
2012-09-18
1
-33
/
+58
*
Integrate nvmecontrol(8) into the amd64 and i386 builds.
jimharris
2012-09-17
2
-0
/
+2
*
Add nvmecontrol(8) source code and beginnings of a man page to the tree.
jimharris
2012-09-17
3
-0
/
+693
*
Minor mdoc fix.
joel
2012-09-14
1
-2
/
+2
*
o Create directory sys/netpfil, where all packet filters should
glebius
2012-09-14
25
-2261
/
+17366
*
Add global and per-module sysctls/tunables to enable/disable metadata taste.
mav
2012-09-13
1
-1
/
+5
*
- Fix a typo in debug message.
zont
2012-09-13
1
-1
/
+1
*
Remove needless (int) casts of write(2)'s 3rd argument.
obrien
2012-09-12
2
-5
/
+5
*
Simply printf-like strings and outdent strings so that it is easy to see
obrien
2012-09-12
1
-20
/
+18
*
Remove unused values
kevlo
2012-09-11
1
-3
/
+3
*
Rework all non-contributed files that use `struct timezone'.
ed
2012-09-01
1
-4
/
+1
*
Change the gptboot example so the boot partition is aligned on a 4 kB
des
2012-08-29
1
-2
/
+3
*
Don't overwrite the global default CFLAGS when setting include paths.
brooks
2012-08-28
1
-1
/
+1
*
Link ipfilter(4) and ipfilter(5) to the build to stop the wrong man page
issyl0
2012-08-28
1
-2
/
+2
*
Check the return value of sbuf_finish().
jh
2012-08-23
1
-2
/
+8
*
Revert r239356 and use an alternate algorithm.
jhb
2012-08-22
2
-6
/
+11
*
Avoid segfault in the 'smpphylist' subcommand.
pluknet
2012-08-20
1
-1
/
+1
*
Fix dhclient to properly exit and teardown the configured lease when
jhb
2012-08-17
1
-0
/
+7
*
Make sure the compiler knows g_gate_xvlog() and g_gate_xlog() do not
dim
2012-08-06
1
-2
/
+2
*
In sbin/camcontrol/camcontrol.c, function smpcmd(), initialize the
dim
2012-08-05
1
-1
/
+1
*
Document "destroy" as an alias for "stop".
jimharris
2012-08-03
1
-1
/
+8
*
New command "gmultipath prefer" to force selection of a specified
thomas
2012-08-03
2
-1
/
+34
*
fsck_ffs shall accept the configured journal size, and not refuse to
kib
2012-08-02
1
-1
/
+1
*
Restore a piece of BSD history.
des
2012-08-01
1
-3
/
+3
*
Teach md5(1) about sha512.
delphij
2012-08-01
3
-10
/
+36
*
remove the last __unused instance in sbin/ipfw.
luigi
2012-07-30
1
-1
/
+2
[next]