apb
3be9df0daa
If HAVE_SNPRINTB_M is defined, then do not define the snprintb() and
...
snprintb_m() functions. This should allow this file to be compiled
from a tools build regardless of whether or not the host defines these
functions.
2013-08-06 22:02:50 +00:00
apb
0c6780a550
declare snptintb_m() and snprintb() if HAVE_SNPRINTB is not defined.
2013-08-06 21:58:46 +00:00
apb
2ee0f9ee2f
regen, to pick up the test for snprintb_m.
2013-08-06 21:56:36 +00:00
apb
e39e332c37
Add a configure test for snprintb_m. We will assume that
...
the rpesence of snprintb_m implies the presence of snprintb.
2013-08-06 21:50:19 +00:00
apb
7788a0781f
Add the "-g -D__gnu__" flags when invoking M4 via CONFIGURE_ARGS
...
in tools/Makefile.gnuhost. This makes the tools version of m4
behave like GNU m4.
Remove similar code from tools/autoconf/Makefile, where it didn't
work because Makefile.gnuhost would previously have overridden it.
This fixes a problem in which the tools version of autoconf complained
"M4sugar requires GNU M4.
Install it before installing M4sugar or set the M4 environment variable to its path name."
2013-08-06 21:47:01 +00:00
uwe
543668cba8
db_stack_trace_print: support trace/[at], starting trace from switchframe.
2013-08-06 21:41:01 +00:00
matt
8b64a4fc92
Only use MACHINE_ARCH if !_STANDALONE and CPPFLAGS/CFLAGS/CPUFLAGS don't
...
contain -mcpu or -march
2013-08-06 20:49:15 +00:00
matt
1240752cc0
Select ldrex/strex if ${MACHINE_ARCH:Mearmv[67]*}
2013-08-06 20:37:22 +00:00
wiz
8eaee83f77
Fix another typo.
2013-08-06 20:18:31 +00:00
wiz
8e20e62ba9
New sentence, new line.
...
Use one list instead of two consecutive ones.
Add .El to end list.
2013-08-06 20:16:54 +00:00
soren
2d96a254f8
TRIM showed up sometime between ATA-7 and ATA-8.
2013-08-06 19:13:13 +00:00
snj
5789d095b7
Fix spelling.
2013-08-06 19:02:57 +00:00
matt
103be4d547
Need to separate BE MACHINE_ARCH so that armv7 can be excluded.
2013-08-06 17:53:55 +00:00
snj
81a7022f8e
Add a comma and fix a spelling error.
2013-08-06 17:33:29 +00:00
snj
9993ab7265
non-existant is a nonexistent word.
2013-08-06 17:32:30 +00:00
snj
c8659ccdb3
Improve wording.
2013-08-06 16:54:46 +00:00
matt
51863888cd
GCC configury for earmv4eb earmv6eb earmv6hfeb
2013-08-06 16:09:13 +00:00
soren
ff7e081f9e
Add driver for Nuvoton W83795G voltage/temp/fan/gpio monitoring device.
...
As used in the HP Microserver N36L/N40L/N54L:
w83795g* at iic? addr 0x2f
gpio* at gpiobus?
Note that the gpio and watchdog functionality appears to be useless on
the Microserver, as the gpio pins don't affect the LED's and a watchdog
trigger does not cause a reset. Perhaps the reset pin just isn't wired.
There are quite flexible fan control options as well as just monitoring,
but it is not clear to me how best to export that function to userspace.
2013-08-06 15:58:25 +00:00
reinoud
254934d244
Switch back program version to the version of the newfs_udf/makefs code.
...
While here, visit the 80 columns police :)
2013-08-06 13:15:30 +00:00
reinoud
fd80b116d5
Oops, forgot to export a_udf_version() that checks if the input string is a
...
valid UDF version notation.
2013-08-06 12:49:13 +00:00
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