wiz
845c2955b6
Fix handling of nested double quotes.
...
From Ingo Schwarze <schwarze@usta.de> based on patch by enami@
in PR 48438.
2013-12-17 09:28:10 +00:00
lneto
5588522013
changed lua_Number and lua_Integer to intmax_t in lua(4)
...
*
2013-12-16 23:25:56 +00:00
christos
a2e4e15f91
PR/48448: David A. Holland: Avoid coredump by checking return code of
...
localtime(3)
2013-12-15 06:41:18 +00:00
mrg
d5944a5b77
update to reality for gcc 4.8.2.
2013-12-13 10:01:49 +00:00
matt
99de37ccf7
Don't define ptrdiff_t since that's done in the NetBSD <sys/types.h>
2013-12-12 18:20:49 +00:00
bouyer
0700bebfda
Fix bad cut'n'paste in previous commit.
...
This should fix the remaining loogson build issues.
2013-12-10 18:15:43 +00:00
christos
ef60a6a957
CID 1006982: Fix memory leak
2013-12-07 20:24:35 +00:00
joerg
1faba89d06
Update revision for import of r196603.
2013-12-06 23:21:31 +00:00
joerg
49d3a2eb83
Import LLVM 3.4 RC2 r196603.
...
Bug fixes, most noticable for inconsistencies in vectorized code.
2013-12-06 23:18:22 +00:00
joerg
1d57ee3e45
Import clang 3.4rc2 r196603.
...
Many bug fixes and improvements for the driver NetBSD/ARM EABI.
2013-12-06 23:16:49 +00:00
christos
1ea8a49a1d
CID 271284: Missing error check on open
2013-12-04 15:05:49 +00:00
mrg
c2447f5c30
add a couple of more things to worry about.
2013-12-04 11:43:52 +00:00
mrg
196f70e45c
repply the hacks from rev 1.2 to the gmp*.h files, and
...
make a note about it.
2013-12-04 01:03:15 +00:00
mrg
5f8d1ba0a4
make trialdivtab.h depend on the Makefile.
2013-12-04 00:57:21 +00:00
mrg
ad5c4fb9d3
consolidate the trialdivtab.h generation code.
2013-12-04 00:49:17 +00:00
joerg
95a24f0297
Split checkout target into two parts now that llvm and clang are
...
imported. Requested by matt@
2013-12-03 22:42:55 +00:00
martin
3c849f9e1c
remove accidently commited file
2013-12-03 08:49:09 +00:00
lneto
8e5c8a05b5
fixed lua(4) build (added _KERNEL guard into lstrlib.c to avoid double usage)
2013-12-02 23:06:35 +00:00
skrll
863426f493
Fix typo in secureplt support.
2013-12-02 13:16:49 +00:00
lneto
2421e2bfaa
merged luaconf.h of kernel and userspace Lua
2013-12-02 06:07:22 +00:00
lneto
f4a57b49a2
put Lua auxlib and some stdlibs in lua(4)
2013-12-02 04:57:41 +00:00
christos
a1f28fb37d
Handle more cases where a screen has not been fully initialized (inserted
...
into the scrq) by calling screen_fini() instead of screen_end() where
appropriate. Pointed out by chuq.
2013-12-01 21:48:33 +00:00
christos
398232367e
Finish version auto-setting.
2013-12-01 20:15:42 +00:00
christos
cc3f5f16a8
Get version from the configure script
2013-12-01 20:01:14 +00:00
christos
8dd459ccad
merge conflicts
2013-12-01 19:32:14 +00:00
christos
8df916c0a5
from ftp.astron.com, this is a bug fix release:
...
* always leave magic file loaded, don't unload for magic_check, etc.
* fix default encoding to binary instead of unknown which broke recently
* handle empty and one byte files, less specially so that
--mime-encoding does not break completely.
* fix erroneous non-zero exit code from non-existant file and message
* add CDF MSI file detection (Guy Helmer)
2013-12-01 19:28:08 +00:00
martin
5d372c84d4
Enable warnings on sparc64 again
2013-12-01 09:29:37 +00:00
martin
a2fc3339a7
Apply upstream fix for warnings seen on sparc64
2013-12-01 09:29:06 +00:00
christos
b4e9b749e1
Revert all previous TAILQ_NEXT() = NULL, changes, checks against
...
NULL vip's and removal of screens from queues. Instead introduce
a new screen_end1() function that can be used to clean screens that
are not associated with queues yet. Pointed out by chuq@
2013-12-01 02:34:54 +00:00
christos
d95058d03d
fix indentantion
2013-12-01 02:21:58 +00:00
joerg
a7e7f7e044
One const ought to be enough for every variable.
2013-12-01 01:05:15 +00:00
wiz
43d5f031a4
Disable parentheses checks since libgmp doesn't pass them.
2013-11-30 23:45:05 +00:00
martin
8bbc6acbfe
Avoid warning on sparc64
2013-11-30 20:30:22 +00:00
jnemeth
bd07cf4a8f
PR/48419 - Henning Petersen -- unbalanced parenthesis
2013-11-30 19:05:25 +00:00
christos
0481af84d9
Fix recovery mode, there were multiple issues:
...
1. the btree filename was not set so that we always used a transient
in-memory db for the data
2. we did not call sync after creation with R_RECNOSYNC so that the header
of the btree was never written
3. we did not call the right flavor of sync before copying the tree to the
preserved files
2013-11-30 14:54:29 +00:00
christos
0c38cb8432
Don't rebuild the header files all the time if they did not change
2013-11-30 14:52:40 +00:00
joerg
cfd496506e
Shut up a bunch of (valid) warnings from Clang.
2013-11-29 23:02:49 +00:00
joerg
616728154a
Fix format string use.
2013-11-29 23:02:26 +00:00
joerg
e4c0f6ad28
Allow gnueabi to be matched for the relevant cases as well.
2013-11-29 23:01:54 +00:00
christos
81e29e1a78
Bring back the compatibility db3->db1 code from the old vi.
...
This is selected with -DUSE_DB1 in the Makefile. By default
use use the db1 specific code from the current nvi which is
enabled using -DUSE_BUNDLED_DB. Unfortunately recovery seems
to be broken for both.
2013-11-29 22:56:19 +00:00
christos
c24e3e9954
make the debugging code work again.
2013-11-29 21:57:31 +00:00
christos
9e92fc9e98
fix tracing.
2013-11-29 16:37:35 +00:00
christos
fabe6cc1b9
fix compilation of log debugging
2013-11-29 16:36:11 +00:00
christos
770857d9f8
remove unused variable
2013-11-29 15:24:08 +00:00
martin
9e26225e44
Make warnings non-fatal on sparc64.
...
Warings reported upstream.
2013-11-29 14:51:36 +00:00
mrg
c8016f96cd
fix definition of __GMP_CC.
2013-11-29 13:48:15 +00:00
mrg
3fd6c8d025
clean up __GMP_CC, GMP_MPARAM_H_SUGGEST and CONFIG_TOP_SRCDIR.
2013-11-29 13:26:16 +00:00
mrg
0aff01013b
GMP 5.1.3 updates for armeb and earm.
2013-11-29 08:54:48 +00:00
mrg
e19c02daef
GMP 5.1.3 files for earmeb and mips64el.
2013-11-29 08:10:04 +00:00
mrg
65705a8482
updates for GMP 5.1.3, and new build files for most platforms.
2013-11-29 08:03:41 +00:00