reinoud
|
c55e926ff1
|
Add minimum UDF version specification to makefs(8) -t udf.
|
2013-08-06 12:47:21 +00:00 |
|
reinoud
|
a1f170f537
|
Allow for the logical volume label to be specified as well as the physical
volume label. Also allow the volumeset name to be specified if desired. The
syntax follows the newfs_udf(8) syntax.
|
2013-08-06 12:19:34 +00:00 |
|
wiz
|
5d1c7f9125
|
Fix article.
|
2013-08-06 12:15:20 +00:00 |
|
wiz
|
b37178189d
|
Sort sections. Remove superfluous Ed.
|
2013-08-06 12:14:43 +00:00 |
|
wiz
|
3e9c1afce6
|
New sentence, new line.
|
2013-08-06 12:12:51 +00:00 |
|
reinoud
|
67b0bef892
|
Clarify volumeset name restrictions when specifying it in newfs_udf(8)
|
2013-08-06 11:57:25 +00:00 |
|
reinoud
|
933037aa09
|
Fix misplaced BUGS section and fix layout
|
2013-08-06 11:38:51 +00:00 |
|
reinoud
|
19751c1514
|
Update makefs(8) man page to reflect the selection of default sector and disc
sizes based on the disc type.
|
2013-08-06 09:43:41 +00:00 |
|
reinoud
|
f7be5947bb
|
Implement auto-setting of sector size and disc size when specifying
-oT=<devtype> to one of the supported disk types.
While here, also fix where the -s size argument would be overriden by the
calculated size.
|
2013-08-06 09:32:23 +00:00 |
|
reinoud
|
ef2095d848
|
Fix assert() on allocation type by masking it with the flag allocation bit
mask. Fixes internal allocation writing in nodes with suid/sgid/sticky
accessnode.
|
2013-08-06 08:24:56 +00:00 |
|
reinoud
|
3551bde30d
|
Fix memory leaks found by Coverity and fix memoryleaks in the new code
|
2013-08-06 08:18:08 +00:00 |
|
skrll
|
83aae2008c
|
Make a comment match the code.
|
2013-08-06 07:57:49 +00:00 |
|
skrll
|
002023654f
|
Whitespace
|
2013-08-06 07:10:52 +00:00 |
|
skrll
|
84a9dadb6b
|
Implement DIR17R. All the module tests pass now.
|
2013-08-06 07:10:04 +00:00 |
|
skrll
|
930cccd7c4
|
Split the reloc evaluation from the value encoding part. Several relocs
can share the value encoding part.
Fixes the SEGREL32 relocs while here.
|
2013-08-06 07:07:53 +00:00 |
|
skrll
|
753ac589dd
|
Re-order relocation in switch statement. No functional change.
|
2013-08-06 06:40:43 +00:00 |
|
matt
|
9d3398a303
|
Add PMFE_SPEED_CHANGED
|
2013-08-06 06:10:57 +00:00 |
|
skrll
|
b88df2aff1
|
Add -mlong-calls to hppa module builds.
|
2013-08-06 06:08:39 +00:00 |
|
matt
|
7732e16eb9
|
Simply and deal with all the various earm MACHINE_ARCH variants
|
2013-08-06 05:57:37 +00:00 |
|
christos
|
aef0332e31
|
CID 1060853: Negative array index read (REVERSE_NEGATIVE)
|
2013-08-06 05:48:39 +00:00 |
|
matt
|
ebaa4f9b26
|
Use earmv4 for ecats enetwinder eshark
Add evbearm variants for earmv{4,5}{,eb} earmv7{,hf} earmv6{,hf}{,eb}
|
2013-08-06 05:47:58 +00:00 |
|
matt
|
7239678e01
|
Add GNU_ARCH for earmv4eb, earmv5, earmv5eb, earmv6, earmv6hf, earmv6eb,
earmv6hfeb, earmv7, earmv7hf
|
2013-08-06 05:46:26 +00:00 |
|
christos
|
eca938ae97
|
CID 1060854: Wrong sizeof argument (SIZEOF_MISMATCH)
|
2013-08-06 05:42:43 +00:00 |
|
matt
|
3dc76db13e
|
gcc configury for earmv4, earmv6, earmv6hf, earmv7, earmv7hf
|
2013-08-06 05:41:38 +00:00 |
|
matt
|
c02c0d70e0
|
Use armv[4-7] to be consistent
|
2013-08-06 05:36:42 +00:00 |
|
matt
|
0d76fcf318
|
Use armv[4-7] to be consistend
|
2013-08-06 05:35:56 +00:00 |
|
matt
|
b6fc3edfec
|
Add LOADADDRESS (don't make it implicit)
|
2013-08-06 00:28:52 +00:00 |
|
jmcneill
|
47ac6618bc
|
fix a bug in obiosdhc_bus_clock where SYSCTL_CEN bit wasnt being cleared or set properly, from Rui Paulo
|
2013-08-05 21:55:47 +00:00 |
|
reinoud
|
950c47822d
|
Fix newfs(8) to compile again.
|
2013-08-05 20:52:08 +00:00 |
|
reinoud
|
c27eed8f4f
|
Note that i added the UDF support to makefs(8) and bump data
|
2013-08-05 18:49:58 +00:00 |
|
reinoud
|
e71a2d553c
|
Document adding makefs(8) support for UDF
|
2013-08-05 18:47:58 +00:00 |
|
reinoud
|
8f48418536
|
Cleanup makefile for makefs
|
2013-08-05 18:45:00 +00:00 |
|
reinoud
|
2b17bd9a06
|
Revert joergs patch and make it compile in both the normal as in the tools
environment by providing the MMC datastructures separately for compat.
|
2013-08-05 18:44:16 +00:00 |
|
joerg
|
9656a3f6dc
|
Allow building UDF parts of makefs on !NetBSD.
|
2013-08-05 17:12:04 +00:00 |
|
joerg
|
45b48fe34b
|
Support tools build.
|
2013-08-05 17:02:54 +00:00 |
|
reinoud
|
94ec67ed92
|
Fix memset() arguments to use the right type for sizeof() and streamline its
use of sizeof() to allways use the right type.
|
2013-08-05 16:44:58 +00:00 |
|
reinoud
|
62e9bc7cdb
|
Make memset() usage consequent in using the right types
|
2013-08-05 16:43:46 +00:00 |
|
joerg
|
3dcc4e8c7d
|
The linker script is the argument of -T, so keep them together.
|
2013-08-05 16:00:57 +00:00 |
|
matt
|
c5d26c67ea
|
Simplify the earm tests
|
2013-08-05 15:33:07 +00:00 |
|
wiz
|
c93932c41e
|
Sort. Improve table formatting.
|
2013-08-05 14:50:32 +00:00 |
|
reinoud
|
e2036ad8da
|
Implement `makefs -t udf'.
Formatting options may be enhanced to make it more in line with newfs_udf on
say labeling.
|
2013-08-05 14:41:57 +00:00 |
|
wiz
|
43ccd8ccbb
|
Sort.
|
2013-08-05 14:28:48 +00:00 |
|
reinoud
|
1b03698582
|
Adjust newfs_udf to be sharing code with the new `makefs -t udf' to be
comitted.
|
2013-08-05 14:11:30 +00:00 |
|
matt
|
64e75f2480
|
Alpha needs crtfm.o for USE_COMPILERCRTSTUFF=no
|
2013-08-05 13:38:35 +00:00 |
|
pooka
|
e9135fd815
|
Also check if root vnode is busy when unmounting.
|
2013-08-05 11:48:22 +00:00 |
|
pooka
|
229e946bdc
|
Only free file data we've allocated.
|
2013-08-05 11:14:00 +00:00 |
|
msaitoh
|
58e9d85563
|
One more Gb/s -> GT/s fix.
|
2013-08-05 07:53:31 +00:00 |
|
matt
|
dc121a0d2a
|
earmv7eb gcc configury
|
2013-08-05 03:36:48 +00:00 |
|
matt
|
c75f20af22
|
Use GMP_MACHINE_ARCH which is MACHINE_ARCH with arm substituted for armv[467].
|
2013-08-05 03:22:45 +00:00 |
|
msaitoh
|
a9bc5a63ec
|
Add some device support for bge(4) and brgphy(4).
|
2013-08-05 03:06:51 +00:00 |
|