Commit Graph

225346 Commits

Author SHA1 Message Date
matt
69e3c65933 Fix inverted test MKCOMPATMODULES 2014-03-09 19:58:43 +00:00
martin
8ee703cd67 Comment an unused variable 2014-03-09 19:55:48 +00:00
christos
cf96d463d6 Temporarily add a -S flag to limit the number of threads. 2014-03-09 19:14:15 +00:00
christos
e946daf13f XXX: use only thread for ctfmerge 2014-03-09 19:10:01 +00:00
christos
e7afef90f3 bump libelf and libdwarf 2014-03-09 18:12:57 +00:00
christos
282742d04b add SHLIB_MINOR 2014-03-09 18:11:37 +00:00
christos
1242d4e5d5 Elide ctfmerge bug. 2014-03-09 18:01:06 +00:00
christos
199409cf03 let's see if the new dwarf library can handle dwarf 4 2014-03-09 18:00:51 +00:00
christos
e6e27ba6dd Add more definitions, needed by the new elf toolchain. 2014-03-09 17:59:19 +00:00
christos
e0b5ed6688 mention elftoolchain 2014-03-09 17:16:09 +00:00
christos
c20b670602 switch to the new libelf and libdwarf 2014-03-09 17:12:03 +00:00
christos
9b48ab4fda switch to the new libdwarf 2014-03-09 17:10:38 +00:00
christos
482608c0a5 switch to the new libelf 2014-03-09 17:10:12 +00:00
christos
0c84150c90 switch to the elftoolchain code. 2014-03-09 17:09:20 +00:00
christos
e3afac50d3 fix constant name 2014-03-09 17:07:46 +00:00
martin
09a506f4af Fix variable name, so BUGURL gets properly defined 2014-03-09 17:06:30 +00:00
christos
7016e57516 use merged ctf rules 2014-03-09 17:05:23 +00:00
christos
abe7c4c08a Merge ctf build rules. 2014-03-09 17:05:01 +00:00
christos
381ca28d6d sync with freebsd 2014-03-09 17:04:00 +00:00
christos
e81373b450 put back our changes, RCSIDs, and build glue 2014-03-09 16:58:03 +00:00
tsutsui
7dbadedea5 Remove an instruction for nonexistent 060 branch prediction error accounting.
It's amiga and atari specific and copied from amiga/locore.s
to mac68k/locore.s in rev 1.80, then pasted into other ports.
Note this is harmless because all these ports don't have 68060 variants
(i.e. it's inside #if defined(M68060) block) and mvme68k (which has 68060)
has removed it since the initial import.
2014-03-09 16:28:43 +00:00
christos
9dd9d0cfdb import elftoolchain from FreeBSD head. 2014-03-09 16:25:59 +00:00
riastradh
0766111859 Fix subword atomic_cas.
- Don't loop forever on failure.
- Don't shift away the result and return zero on success.

Evidently we lack automatic tests for these!
2014-03-09 16:19:14 +00:00
tsutsui
8627c8a745 Remove unused m68k_fault_addr, which is required only on mac68k for SBC.
It looks hp300 one was copied from mac68k in rev 1.75
and then it was pasted to other ports again and again.
2014-03-09 16:18:00 +00:00
tsutsui
9e3919efaa Remove trailing spaces and tabs. 2014-03-09 14:53:52 +00:00
blymn
e6b1826ec3 Removed MD veriexec entry this was changed to MI a long time ago.
Thanks to Maxime Villard for spotting this.
2014-03-09 13:26:08 +00:00
martin
81c2ca139a Remove an unused variable and fix a copy&pasto (I think) 2014-03-09 10:33:23 +00:00
mrg
f1823084d1 disable TRANSFER_FROM_TRAMPOLINE for now. 2014-03-09 10:18:30 +00:00
christos
736fcb9065 fix unused 2014-03-09 07:01:42 +00:00
christos
31641c3398 WARNS=6 is impossible for this code :-) 2014-03-09 07:00:52 +00:00
christos
76cc06c46c proper include 2014-03-09 06:57:58 +00:00
mrg
297c460378 add ia64-netbsd support. 2014-03-09 05:51:26 +00:00
agc
c741b30f89 get rid of the old reachover directory 2014-03-09 00:41:41 +00:00
agc
ac7f7113d1 Put hkpd in the right place in the reachover infrastructure 2014-03-09 00:40:30 +00:00
agc
9624f25caf Move hkpc and hkpd into the correct place in the reachover insfrastructure 2014-03-09 00:39:31 +00:00
agc
da39824b72 Move netpgpkeys into the correct place in the reachover insfrastructure 2014-03-09 00:33:50 +00:00
agc
394c4afedd Install the binary in the correct location 2014-03-09 00:27:54 +00:00
agc
9e49a71f17 Move the netpgp directory (for the executable) under the bin reachover
directory
2014-03-09 00:24:47 +00:00
agc
6ea7b9ad15 Clean up the reachover infrastructure - the programs now live under the
bin subdirectory
2014-03-09 00:18:29 +00:00
agc
e6b8b580e4 Add the config.h file as part of the reachover infrastructure 2014-03-09 00:17:28 +00:00
agc
25f78d9123 Bring over the standalone netpgpverify sources from
pkgsrc/security/netpgpverify.

No functional change.
2014-03-09 00:15:45 +00:00
hkenken
4297b62627 add NETWALKER_INSTALL 2014-03-08 23:38:52 +00:00
jdc
3db3d1f929 Restore lost break. 2014-03-08 20:51:20 +00:00
martin
7077fb4b4a Kill the "throw()" on a forward declaration for posix_memalign (it does
not match our base declaration and may cause warnings).
Ok: joerg
2014-03-08 19:15:32 +00:00
skrll
9180e146dc Remove unused variables 2014-03-08 18:08:48 +00:00
skrll
223a3b6777 Fix a bug found by gcc 4.8 2014-03-08 18:08:16 +00:00
skrll
5b6224b9c8 Hide unused variables in #ifdef FIXME 2014-03-08 18:07:39 +00:00
tsutsui
b9c4fe5c83 Misc cosmetic changes to reduce diffs from other m68k ports.
- replace magic numbers with macro via genassym.cf
- include opt_fpu_emulate.h at the top
- use C-style comments
- add register '%' prefix in comments
- sync several comments
- indent adjustments etc.

No text binary changes. (only .global _KERNEL_OPT_FPU_EMULATE is moved)
2014-03-08 17:44:37 +00:00
martin
d97ddb2687 no NaN tests for vax 2014-03-08 17:05:47 +00:00
skrll
88252f7deb Remove unused variable 2014-03-08 17:05:08 +00:00