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
skrll
ad5fe86d03
Make db_validate_address compile under 4.8
2014-03-08 16:55:38 +00:00
martin
4765e08d28
Fix wrong variable name, PR bin/48647 from Jim Bernard.
2014-03-08 16:36:24 +00:00
skrll
42399a445e
Remove unused variables.
2014-03-08 15:46:20 +00:00
ozaki-r
81f1fa87b7
Mark a variable __diagused
2014-03-08 12:18:04 +00:00
ozaki-r
959d62341c
Prepare dtrace_isa.c for build
...
- Tidy up header file inclusions
- Replace curcpu with cpu_number()
- Fix argument of dtrace_getreg
- Tweak for gcc 4.8
Note that the file is still not buildable.
2014-03-08 11:46:01 +00:00
isaki
8ff9f27f29
Unused variable, for GCC4.8.
2014-03-08 03:20:24 +00:00
mrg
aca3e771de
create a fake libgcc_tm.h.
2014-03-08 02:02:22 +00:00
mrg
07c916cf9f
crtstuff.c moved into libgcc.
2014-03-08 01:58:11 +00:00
nakayama
33d3876a9f
Redo previous.
2014-03-08 01:51:58 +00:00
christos
ed1a42bd3d
allow AAAA filtering (from John Baker)
2014-03-07 23:22:26 +00:00
nakayama
cb8a58c771
Mark as __diagused to variables used only in KASSERT.
2014-03-07 22:51:27 +00:00
skrll
62a29c0742
No need to provide a Scrt0.o for PIE as crt0.o is PIC
2014-03-07 21:15:49 +00:00