Commit Graph

218225 Commits

Author SHA1 Message Date
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
rkujawa
ca819ab5ac Add support for STMicro M25PX64 and Numonyx N25Q128.
Obtained from Marvell, Semihalf.
2013-04-21 08:38:16 +00:00
isaki
89a2e05aa5 Enable rc_configured=YES in sysinst.
The problem that sed was not contained in ramdisk was already gone.
analized by tsutsui@.
XXX Only hp300 and mvme68k seem to have the same problem.
2013-04-21 06:24:42 +00:00
dholland
f2458c3ff1 add missing spec_whiteout 2013-04-21 04:55:40 +00:00
kiyohara
2cce0817b5 Support little endian makestamp. 2013-04-21 04:28:05 +00:00
isaki
77f57d5580 M68010 -> __mc68010__, pointed out by tsutsui@ 2013-04-21 02:50:48 +00:00
uebayasi
38d7d2cac5 Whitespace. 2013-04-21 02:44:15 +00:00
christos
ea4869ad3c revert previous, you can run on mips 64 bit binaries with a 32 bit kernel. 2013-04-20 22:28:58 +00:00
christos
a33513dc62 don't attempt to create interfaces that exist and don't hide errors. 2013-04-20 18:24:18 +00:00
christos
c91b1193e7 don't attempt to load elf64 on 32 bit machines 2013-04-20 18:04:41 +00:00