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
/
newfs_msdos
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix leak in mkfs_msdos(..) by initializing img to NULL and free'ing at the end
ngie
2015-12-06
1
-40
/
+47
*
Use netbsd usage() implementation in newfs_msdos
emaste
2015-11-27
1
-27
/
+14
*
mkfs_msdos: sync with NetBSD
emaste
2015-11-27
1
-3
/
+8
*
newfs_msdos: rework error handling for eventual use in makefs
emaste
2015-11-23
2
-98
/
+191
*
Update $NetBSD$ ID
emaste
2015-11-23
1
-1
/
+1
*
newfs_msdos: use NetBSD's mkfs_msdos.h verbatim for makefs compatibility
emaste
2015-10-20
1
-42
/
+50
*
newfs_msdos: prefer snprintf to sprintf
emaste
2015-10-16
1
-1
/
+1
*
newfs_msdos: move mkfs_msdos to separate file for later use in makefs
emaste
2015-10-15
4
-835
/
+918
*
newfs_msdos: rework option parsing to match NetBSD
emaste
2015-10-15
1
-125
/
+162
*
It's 2015, and some people are still trying to use fdisk and then
trasz
2015-09-02
1
-3
/
+1
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+18
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
2
-22
/
+20
|
|
\
|
|
/
|
/
|
|
*
Merge from head@274682
sjg
2014-11-19
1
-1
/
+1
|
|
\
|
*
\
Merge head from 7/28
sjg
2014-08-19
1
-1
/
+1
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
|
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
|
Merge from head
sjg
2014-05-08
1
-31
/
+31
|
|
\
\
\
|
*
\
\
\
Merge head
sjg
2014-04-28
1
-5
/
+5
|
|
\
\
\
\
|
*
\
\
\
\
Merge head@256284
sjg
2013-10-13
1
-3
/
+3
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge head
sjg
2013-09-11
1
-2
/
+2
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
|
|
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
|
|
|
|
Sync with HEAD.
obrien
2013-02-08
1
-4
/
+4
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+19
*
|
|
|
|
|
|
|
|
Update documented OEM string in newfs_msdos(8).
pfg
2015-04-09
1
-2
/
+2
*
|
|
|
|
|
|
|
|
Remove old ioctl use and support, once and for all.
imp
2015-01-06
1
-20
/
+18
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Use "NO NAME" as the default unnamed label.
pfg
2014-08-13
1
-1
/
+1
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
use .Mt to mark up email addresses consistently (part1)
bapt
2014-06-20
1
-1
/
+1
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Small cleanup: mostly whitespace vs. tabs.
pfg
2014-04-30
1
-31
/
+31
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Correct min/max cluster counts for FAT12/16/32
emaste
2014-04-24
1
-5
/
+5
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Sweep man pages replacing ad -> ada.
pluknet
2013-10-01
1
-3
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
newfs_msdos: fix inaccurate comments.
pfg
2013-09-07
1
-2
/
+2
|
|
/
|
/
|
*
|
newfs_msdos: cosmetical cleanups
pfg
2013-01-19
1
-4
/
+4
|
/
*
Globally replace u_int*_t from (non-contributed) man pages.
ed
2012-02-12
1
-18
/
+18
*
Many style fixes.
pfg
2011-12-20
2
-77
/
+97
*
Use __packed to prevent alignment from taking place, which otherwise may
delphij
2011-11-11
1
-5
/
+5
*
Use NULL instead of 0 for third argument of sigaction(2).
ae
2011-07-12
1
-1
/
+1
*
Add SIGINFO handler.
ae
2011-07-12
1
-0
/
+24
*
MFtbemd:
imp
2010-08-23
1
-1
/
+2
*
Clarify that the "number of bytes per sector"-range in the
bcr
2010-07-25
1
-2
/
+2
*
Rename variables to match msdosfs headers.
kib
2010-02-14
2
-249
/
+250
*
Some cleanups from NetBSD:
kib
2010-02-14
2
-20
/
+23
*
Switch the default WARNS level for sbin/ to 6.
ru
2009-10-19
1
-2
/
+0
*
Style fixes to the newfs_msdos manpage.
ed
2009-04-11
1
-8
/
+9
*
Update documentation (forgotten in r190929).
ed
2009-04-11
1
-4
/
+5
*
Do not prepend /dev/ when -C is used.
ed
2009-04-11
2
-5
/
+7
*
When using -C, do not warn when the file is not a character device, but warn ...
ed
2009-04-11
1
-2
/
+7
*
Fix a bug in r185587.
ed
2009-04-11
1
-2
/
+3
*
Use ftruncate() instead of lseek()+write()+lseek() to set the created
ed
2009-04-11
1
-5
/
+1
[next]