Commit Graph

221051 Commits

Author SHA1 Message Date
pooka
ff8534b0b9 Make it possible to omit libutil from the link. It's used only for
disklabel stuff, and is only harmful on platforms that don't currently
provide user namespace disklabel interfaces.
2013-09-10 18:22:55 +00:00
pooka
4e5f4292e3 Make this work on platforms without disklabels, modules, etc. 2013-09-10 17:59:52 +00:00
pooka
b3e8687dfb more platform-specific qualifiers 2013-09-10 17:58:39 +00:00
pooka
543084bf66 regen 2013-09-10 17:42:02 +00:00
pooka
cb7f5a8a3d "rumpuser_port.h" -> <rump/rumpuser_port.h> 2013-09-10 17:40:54 +00:00
pooka
4194c8cb75 -I../librumpuser is still required for sp_common.c 2013-09-10 17:39:10 +00:00
matt
988e1b8be5 MARCH note is conditional 2013-09-10 17:23:55 +00:00
pooka
56651ceb36 Do like the comment suggests and don't sanity-check the -c parameter here,
since we can't do it properly.
2013-09-10 17:13:29 +00:00
pooka
6a483aa182 +rump_server 2013-09-10 17:08:57 +00:00
pooka
0f188198a5 use <rump/rumpuser_port.h> 2013-09-10 16:53:06 +00:00
pooka
6cd40f3fba Install rumpuser_port.h 2013-09-10 16:51:24 +00:00
matt
b4939ef9a5 Add support for a NetBSD MARCH elf note to record the MACHINE_ARCH for
which a program was compiled.
2013-09-10 16:45:33 +00:00
matt
25193be039 For earm, emit a MARCH note. 2013-09-10 16:35:10 +00:00
matt
2b74ba5033 Add a NetBSD note variant for recording the machine_arch for which the
executable was built.  (currently only used by earm variants)
2013-09-10 16:24:02 +00:00
macallan
7823c23e84 update comment about which CPU uses what counter/timer 2013-09-10 16:03:48 +00:00
gsutre
403a135bbc Unbreak vax build (which still uses gcc 4.1). See PR lib/48131. 2013-09-10 12:54:14 +00:00
christos
b964869221 -D and -I are CPPFLAGS 2013-09-10 11:23:20 +00:00
jnemeth
051cef0f90 PR/48199 - David H. Gutteridge -- remove some vestiges left over from UUCP removal 2013-09-10 00:41:51 +00:00
christos
60baa80007 use intmax_t instead of long long. fixes wrong cast for time_t. 2013-09-09 23:27:43 +00:00
christos
4a5538bfa8 PR/48198: Peter Bex: Avoid kernel panic caused by setting a very small bpf
buffer size.
XXX: Pullup -6
2013-09-09 20:53:51 +00:00
pooka
2e16209595 Remove what looks like an outdated assert (there was something very sneaky
about this code, but my memory is fading ...)
2013-09-09 19:47:38 +00:00
riz
8dcf7f1af2 Add an item to the list (SIGINFO support). 2013-09-09 19:37:17 +00:00
pooka
8b99c7c824 Use 8 TCP/IP stacks instead of 16. That still gives us plenty crossping
testing for 1/4th of the cost.
2013-09-09 19:27:49 +00:00
christos
f812b4b441 Expand ep->host to contain the final string that we are going to print
before computing the width of the host column.
2013-09-09 19:20:38 +00:00
pooka
dcf10cb7c5 Fix minor bug in previous: make sure we come out of rump_init()
without a bound lwp set.
2013-09-09 19:18:08 +00:00
matt
d3628fd5ef Cleanup. Make KGDB work.
We now process the u-boot boot args.
2013-09-09 17:54:38 +00:00
matt
4f88b6a6f6 Make sure AWIN_PLL_CFG_BYPASS is cleared (it was but just being safe.) 2013-09-09 17:53:36 +00:00
matt
89d25dc1ce Add AWIN_AHCI_DMA
Do a little cleanup
2013-09-09 17:52:48 +00:00
prlw1
4b5976925c Add pkgpath.conf to /etc/defaults check. 2013-09-09 15:04:12 +00:00
joerg
4a9f992817 Add conditional entry for lld. 2013-09-09 13:04:57 +00:00
tron
1ad2891b6d Don't scrub the environment unless we are going to change it. This should
prevent crashes in applications which carefully and manually construct
a temporary environment and later restore the original environment
like Emacs 24.

Problem reported by Thomas Klausner on "pkgsrc-users" mailing list.
2013-09-09 10:21:28 +00:00
wiz
be79f6c038 Improvements from jmc@openbsd. 2013-09-09 09:02:25 +00:00
wiz
f743a71b8d Whitespace. 2013-09-09 08:23:54 +00:00
matt
47c1ea4ca3 Remove movw/movt due to linker problems.
Check for 0 divisor and __aeabi_idiv0 if needed (EABI && _LIBC only).
2013-09-09 07:33:54 +00:00
matt
4e222a409b s/__libc/_libc/ 2013-09-09 00:34:10 +00:00
jakllsch
6c1cfa38a7 use IPv6 Documentation Prefix (2001:db8::/32) instead of unallocated
d000🅰️:/32 prefix
2013-09-08 19:12:18 +00:00
matt
a50628ca37 Add CUBIEBOARD 2013-09-08 16:34:06 +00:00
rkujawa
8017a004f0 Note the new driver for MPL115A2. 2013-09-08 16:04:21 +00:00
rkujawa
3b7f8b823b Add mpl115a(4) man page to dist list. 2013-09-08 16:01:47 +00:00
rkujawa
0c3b693fd3 Add mpl115a(4) man page for the new MPL115A2 pressure sensor driver. 2013-09-08 15:57:39 +00:00
rkujawa
c7b0c56c96 Preliminary support for MPL115A2 pressure sensor. It works, but accurracy is
awful.

I should add presure as a new type of sensor to envsys at some point...
2013-09-08 14:59:42 +00:00
chs
4640275d2a revert making smc91cxx_idstrs static, it's referenced from
sys/dev/isa/if_sm_isa.c
2013-09-08 14:27:39 +00:00
mlelstv
6fa7c3413b Fix handling of NAME aliases in /etc/fstab. 2013-09-08 13:26:05 +00:00
matt
0e3a78e197 Support using hwdiv instructions if those are available.
But only for EABI.
2013-09-08 13:24:16 +00:00
matt
66ad0cf771 detect whether hw divide is present. 2013-09-08 13:15:53 +00:00
jmcneill
017bf683aa defparam ATADEBUG_MASK 2013-09-08 12:51:14 +00:00
matt
98efa985ed Detect presence of hardware divide. 2013-09-08 12:11:56 +00:00
matt
1529b1223b Set the ACHI port mask since the h/w is broken. 2013-09-08 11:47:50 +00:00
matt
2bf7a125b9 Allow the attachment to override ahci_ports.
Keep ACHI_PI cached in the softc.
2013-09-08 11:47:16 +00:00
matt
1efbdaa7a9 If there is only 1 port, don't say "1 ports".
Add a debug printf after reading the active ports.
2013-09-08 11:19:47 +00:00