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
nakayama
1b088eaae2
Align explicitly to make kernels compiled by clang generate
...
properly aligned code.
2014-03-07 20:23:09 +00:00
christos
b8f0a3c0e7
change CC to HOST_CC to avoid trying to find <stdarg.h> in an unpopulated
...
DSTDIR.
2014-03-07 18:37:48 +00:00
matt
c2aa7a25ce
Adjust the VERBOSE_ARM_INIT printfs to always the status of both cpus and
...
the number of cpus, regardless of MULTIPROCESSOR.
2014-03-07 16:38:28 +00:00
matt
bbe1552068
Tell where the corrruption was encountered in the panic message.
2014-03-07 16:36:32 +00:00
skrll
fc20ebc3ec
Note arm switch to gcc 4.8
2014-03-07 16:23:42 +00:00
skrll
4aa91ecac7
Switch arm to gcc 4.8
...
OK matt@
2014-03-07 16:22:24 +00:00
skrll
0b4714ea41
Fix non-DIAGNOSTIC build
2014-03-07 13:19:26 +00:00
martin
1ecc2818f1
Vax does not do +/- INF.
2014-03-07 12:46:47 +00:00
hkenken
cf5baf63ad
modified NetWalker kernel config
...
* add ARM_HAS_VBAR, FPU_VFP etc.
2014-03-07 12:35:14 +00:00
martin
b6407fab71
Fix return value (typo, noticed by Nick Hudson)
2014-03-07 08:42:58 +00:00
martin
b8d03c50d4
Fix typo
2014-03-07 08:40:59 +00:00
martin
3412e5549c
Switch alpha over to gcc 4.8
2014-03-07 08:31:05 +00:00
martin
cac2c0dac4
Note alpha switched to gcc 4.8 (fix date for previous)
2014-03-07 08:28:13 +00:00
matt
1de2b6f186
This is no different from the 32bit powerpc one.
...
Remove the redundancy.
2014-03-07 07:26:42 +00:00
matt
2a0cd0801f
these are obsolete. Now using the common powerpc files in csu/arch/powerpc.
2014-03-07 07:23:49 +00:00