martin
cd0bb19b28
Add fmodf and fmodl
2013-11-21 10:48:11 +00:00
blymn
0eefb0f72f
Correct the allocation for the reformat buffer, thanks to mlelstv for
...
the fix.
2013-11-21 09:40:19 +00:00
degroote
0809f57592
Expose properly vfwscanf and friends for POSIX_SOURCE >= 200112L
2013-11-21 09:09:52 +00:00
rmind
884c21d51e
v7fs: replace malloc(9) with kmem(9), fix a memory leak and few missing
...
mutex destruction cases in the error path.
2013-11-20 23:44:23 +00:00
martin
acdd726fe5
PR 48384: reorganize struct ieee_ext for sparc64 to only use a high/low
...
part for the mantissa.
Adjust arch specific code accordingly.
2013-11-20 22:22:20 +00:00
martin
42e0203237
Make it compile on archs with implicit NBIT
2013-11-20 21:12:30 +00:00
jruoho
de32156f36
Don't be so pessimistic.
2013-11-20 18:13:16 +00:00
msaitoh
66501cca1f
- Add some AMD Fn80000001 extended features %ecx bits definitions from
...
the document (AMD64 Architecture ProgrammerVolume 3: General-Purpose and
System Instructions. Document revision 3.20)
- "s/MXX/MMXX/" because this bit is "MMX eXtention".
2013-11-20 17:50:39 +00:00
kleink
7f9d164c04
Explicitly include <stdint.h> for uintmax_t; from Eitan Adler.
2013-11-20 17:19:14 +00:00
jruoho
3649cbb139
Allow 4-bit range for MSR_THERM_CONTROL.
2013-11-20 13:52:30 +00:00
jruoho
c41db882ba
As discussed with bouyer@, fix a too eager T-state validation check to
...
accomodate new Intel CPUs.
2013-11-20 13:39:59 +00:00
kiyohara
4d2dd5e114
Rename marvell_system_reset_old from marvell_system_reset.
...
And add reset function for ArmadaXP. It named marvell_system_reset.
2013-11-20 12:59:21 +00:00
kiyohara
d0eef02cbd
Initialize mvTclk in SOC_getclks() before call consinit().
...
And more fast call set_cpufuncs().
2013-11-20 12:52:24 +00:00
kiyohara
65b3a9e3e1
Add defines for MISC registers.
2013-11-20 12:36:16 +00:00
joerg
f1faa48b8c
Fix operand order.
2013-11-20 12:29:13 +00:00
kiyohara
933c9e9b08
Support __HAVE_PIC_SET_PRIORITY for Armada XP.
2013-11-20 12:16:47 +00:00
joerg
f20cb70dbc
Long double conditional.
2013-11-20 11:39:00 +00:00
wiz
00996309f7
shrunk.
2013-11-20 08:11:36 +00:00
jnemeth
0a08058311
Add a resize command. This command was inspired by FreeBSD's gpart(8),
...
but the code was written by myself.
2013-11-20 08:08:47 +00:00
skrll
03ee7fc3bc
If dlopen of the dynamic linker is requested, e.g. by rump in
...
rumpuser_dl_bootstrap, then return &_rtld_objself as the handle and do
not create a duplicate mapping.
The handle is mostly useless as _rtld_objself doesn't appear on
_rtld_objlist.
This fixes a problem on earm platforms where ld.elf_so (currently) has
an init_array section. Calling this caused binaries to segv.
2013-11-20 07:18:23 +00:00
jnemeth
49ca570b23
delete an errant where it is obvious what the code is doing
2013-11-19 22:41:43 +00:00
joerg
f63f9867dd
Add cbrtl(3) and sqrtl(3), from FreeBSD.
2013-11-19 19:24:33 +00:00
jnemeth
477692ee49
When setting a label on the new partition, be sure to set the label
...
in the secondary partition table as well.
2013-11-19 19:10:29 +00:00
christos
8216c37c22
CID 1129614: dereference after null
2013-11-19 17:01:45 +00:00
christos
c2f6282df9
CID 1129615: close argument can't be negative
2013-11-19 16:58:16 +00:00
christos
ff19ecf77c
For the purposes of static analysis, this never returns.
2013-11-19 16:56:21 +00:00
christos
12768cae83
CVE 1129617: negative arg
2013-11-19 16:42:16 +00:00
joerg
4281b1a8f9
Report correct exception for fmodl.
2013-11-19 14:04:24 +00:00
joerg
af35a9928f
Alias to fmod for platforms with double == long double
2013-11-19 14:02:59 +00:00
kiyohara
725fdb27e9
Fix IPL for cascading pic to HIGH.
2013-11-19 12:46:43 +00:00
kiyohara
1fc0e558b2
Add smsc to ibm4xx and booke.
2013-11-19 12:07:06 +00:00
macallan
a98db642b2
get rid of junk variable
2013-11-19 10:49:00 +00:00
skrll
33e89ce9f4
Zeroise the whole urb including the iso_descs array
2013-11-19 10:07:11 +00:00
mbalmer
8bbb1276fe
fix bad free
2013-11-19 07:51:56 +00:00
skrll
ab5615267b
Correct the interval assignment for isoc and intr transfers.
2013-11-19 07:50:01 +00:00
skrll
7ed47d18d5
Use PRIxBUSADDR in DPRINTF. Problem pointed out by kiyohara.
2013-11-19 07:45:42 +00:00
macallan
c905a4b299
(hopefully) shut up warnings about set-but-unused variables.
2013-11-19 06:37:42 +00:00
jnemeth
a3d649686c
update synopsis for add subcommand
2013-11-19 05:07:40 +00:00
jnemeth
650728b4e3
Add two new options to the "add" subcommand:
...
-a alignment -- attempt to align the start and size of the partition
-l label -- supply a label for the partition
These options were inspired by FreeBSD's gpart(8) command, but the
code was written by me.
2013-11-19 05:03:41 +00:00
chs
6aed52509c
regen
2013-11-19 03:53:09 +00:00
chs
e3ea522918
add the *at() syscalls.
2013-11-19 03:52:07 +00:00
rmind
d116583e69
Simplify parsing of npf.conf elements, create the npfvar_t when a value is
...
parsed (to be used as a general structured for variables and inlined values),
few misc improvements.
2013-11-19 00:28:41 +00:00
rmind
3fb1890bf5
Rename some tokens, use more accurate names (the current ones are incorrect
...
or missleading) and add few comments in the parser code.
2013-11-18 21:39:03 +00:00
joerg
2786173415
Use an empty string, not a null pointer for nullname.
2013-11-18 20:51:03 +00:00
joerg
815896355e
Change content of string, don't overwrite the newly allocated pointer.
2013-11-18 20:03:02 +00:00
joerg
eb3bd1d5f0
Spell NULL pointer as NULL.
2013-11-18 19:55:59 +00:00
joerg
5d70299db9
NUL != NULL, so use the correct literal
2013-11-18 19:55:29 +00:00
christos
ae496e1598
Regen
2013-11-18 19:23:35 +00:00
christos
35ec66cc18
Fix extended attribute syscalls to use the proper types and call their netbsd32
...
counterparts for now.
2013-11-18 19:23:27 +00:00
njoly
41f9717ed2
Do lwp0 initialisation as early as possible, right after
...
rumpuser_init(). This makes rump applications work again when
RUMP_LOCKDEBUG is enabled.
ok pooka.
2013-11-18 18:45:29 +00:00