matt
b469c1cb35
Don't assume that PT_PHDR is always first.
2013-04-25 13:14:41 +00:00
rkujawa
d0e53d93e6
Don't discard flags in ti_iic_exec when calling ti_iic_op. I'm not sure if
...
that's the correct solution. But it unbreaks the drivers when calling iic_exec
with I2C_F_POLL flag.
2013-04-25 13:04:27 +00:00
skrll
afe1984da4
Adjust exidx_start by relocbase
2013-04-25 12:28:59 +00:00
jdf
107d0467dd
Commit the file src.7 describing the source layout of the NetBSD src tree.
...
Written by Elvira Khabirova and Mingzhe Wang (the sys/ part) in the scope of
Google Code-In 2012/2013.
2013-04-25 12:05:54 +00:00
macallan
8b734aa316
map more register space on Shasta/K2, needed for SMU mailbox registers
2013-04-25 11:22:22 +00:00
skrll
d4d42c7f62
Handle PT_ARM_EXIDX when mapping objects.
2013-04-25 09:01:23 +00:00
matt
1c3095e278
If earm, include from lib/libexecinfo for unwind.h
2013-04-25 07:12:46 +00:00
matt
ecaf413acf
Remove weak_alias since that's now in the compat_putenv.c
2013-04-25 07:08:56 +00:00
matt
44eef346cd
Only include unwind.h if _RTLD_SOURCE
2013-04-25 06:37:40 +00:00
matt
79367e053c
Add CPPFLAGS+= -I${NETBSDSRCDIR}/sys for earm compat
2013-04-25 06:36:49 +00:00
skrll
016e91cef0
Style nit.
2013-04-25 04:45:33 +00:00
skrll
c14658041b
Trailing whitespace
2013-04-25 04:31:41 +00:00
macallan
9ab0014b38
make delay() work with _ARCH_PPC64
2013-04-25 00:11:35 +00:00
macallan
9c39c70523
we can read the timebase register as a 64bit chunk when _ARCH_PPC64 is defined,
...
not necessarily LP64
2013-04-25 00:08:48 +00:00
matt
5417f425b2
Add support for PT_ARM_EXIDX and __gnu_Unwind_Find_exidx for libgcc's support
...
of the ARM EHABI.
2013-04-24 22:37:20 +00:00
matt
866bfd9d17
Add PT_ARM_EXIDX
2013-04-24 22:35:23 +00:00
matt
e3feeaa73b
Add a ld.elf_so internals version of __gnu_Unwind_Find_exidx for that the
...
libgcc EHABI can find the exception tables for a supplied PC.
2013-04-24 22:32:29 +00:00
matt
63ebdd4153
Add #include <stdint.h>
2013-04-24 18:04:46 +00:00
msaitoh
485ad1f859
sbin/pdisk -> external/bsd/pdisk change. Fix build.
2013-04-24 08:04:18 +00:00
yamt
c0a3e99683
fix prototype
2013-04-24 00:56:14 +00:00
yamt
f0a3996216
fix return value
2013-04-24 00:51:58 +00:00
elric
a312c8b279
For pipe2(2), EINVAL won't be returned if the flag is O_NOSIGPIPE.
2013-04-23 23:39:13 +00:00
matt
f3837b01be
Add fenv.h
2013-04-23 05:43:25 +00:00
matt
3076a529e7
Install fenv.h
2013-04-23 05:42:23 +00:00
matt
cc281dbf4f
Move C99 fenv definitions to this file.
2013-04-23 05:41:12 +00:00
msaitoh
3dc68b4e55
regen.
2013-04-23 04:30:26 +00:00
msaitoh
cfa1bceb57
Add Intel I210 internal PHY.
2013-04-23 04:29:42 +00:00
riastradh
f85ea5612a
Move addition of -g to CSHLIBFLAGS later in bsd.lib.mk.
...
It is now past any conditionals where its emptiness or nonemptiness can
influence the decision of what objects get built.
Fixes MKDEBUG=yes build on vax (PR 47700).
2013-04-22 22:16:14 +00:00
joerg
728755b05a
C++11 no longer requires __STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS or
...
__STDC_FORMAT_MACROS to be set for the C headers to work.
2013-04-22 21:26:48 +00:00
christos
950567b45b
new t_mktemp
2013-04-22 21:06:26 +00:00
christos
42e0c394d3
new mktemp test
2013-04-22 21:05:12 +00:00
christos
a803d40076
PR/47757: Eric Radman: mktemp(3) mangles the pathname if not given an absolute
...
path
1. on error, gettemp() did not restore the path string
2. when emulating mktemp() it is not an error for the pattern not to represent
a real directory structure
XXX[1]: pullup-5, pullup-6
XXX[2]: the default pattern is the simplistic <pid><X> for mktemp.
2013-04-22 20:57:36 +00:00
joerg
6353e1f897
Add new line at the end.
2013-04-22 19:33:53 +00:00
rkujawa
e314032c94
Add forgotten block device number for spiflash in an attempt to unbreak evbarm build.
2013-04-22 16:49:14 +00:00
yamt
ef672e506a
fix user-after-free bug
2013-04-22 13:28:28 +00:00
yamt
6b3d697c3c
do setlocale so that we can print localized messages from libpq correctly.
2013-04-22 13:27:49 +00:00
yamt
8df556197c
make pg_config overridable
2013-04-22 13:27:08 +00:00
yamt
c7784f4d97
- make debug size check more strict
...
- add comments about debug features
2013-04-22 13:22:25 +00:00
yamt
470409eadf
whitespace
2013-04-22 13:13:20 +00:00
skrll
3a52d71d1b
Deal with earm*
2013-04-22 08:52:33 +00:00
matt
9eee8ba6dd
Add earm MACHINE_ARCH for __ARM_EABI__
2013-04-22 07:53:29 +00:00
msaitoh
1a2c729863
- Print PCIe 2.0 or higher capability registers.
...
- Print Link related registers only if the device is PCI Express Endpoint,
Legacy PCI Express Endpoint or Root Port of PCI Express Root Complex.
- Don't print Root related registers if the device is Root Complex
Integrated Endpoint and print if the device is Root Complex Event Collector.
- Not Gb/s but GT/s.
2013-04-21 23:54:44 +00:00
msaitoh
956c0afde5
- Add some PCIe 2.0 or higher capability register definitions.
...
- Rename some registers.
- Add comments.
- Indent.
2013-04-21 23:46:06 +00:00
msaitoh
4184db8f84
Delete "PCI_" from PCIX and PICE capability registers.
2013-04-21 19:59:39 +00:00
jakllsch
f8fc4eca22
Use LOG_ERR instead of LOG_EMERG, as LOG_EMERG causes syslogd to tell all
...
ttys.
2013-04-21 19:34:13 +00:00
joerg
e9c87d7728
__BEGIN_DECLS/__END_DECLS
2013-04-21 18:41:32 +00:00
joerg
e91cf89069
strftime_l is part of POSIX2008.
2013-04-21 17:54:56 +00:00
joerg
99fac95b50
Store time-specific locale data directly in the locale.
...
Ad dstrftime_l, strftime_lz and strptime_l.
2013-04-21 17:45:46 +00:00
kiyohara
cd4f72f266
Fix hangup to interrupt on cascading PIC.
...
tested on bebox and evbppc/OPENBLOCKS600.
2013-04-21 15:42:11 +00:00
isaki
261f2631c7
Add powerd=YES in default. It's recommended for a power switch on x68k.
2013-04-21 08:47:28 +00:00