Commit Graph

222939 Commits

Author SHA1 Message Date
lneto f4a57b49a2 put Lua auxlib and some stdlibs in lua(4) 2013-12-02 04:57:41 +00:00
lneto c4a02e0a12 changed lua_Number to int64_t 2013-12-02 04:39:10 +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 6b756a66db new file(1) 2013-12-01 20:02:43 +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
christos 8370a84a29 Put back the vnode changes I backed out yesterday; they were not the problem.
I've tested them with 2 -j 20 builds on an 8 cpu box. It crashed reliably
with the pcu changes present before.
2013-12-01 17:29:40 +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
martin eabaad824f Add a /var/shm directory (to be used for shm_open and friends) 2013-12-01 09:13:54 +00:00
skrll 04f7636d4c In ehci_check_qh_intr don't treat a short control transfer as done if the
status phase is still inflight.  Let the hardware complete it.

PR/48358: Repeated low-speed USB control transfers returning short data
	  fail on EHCI

PR/46696: uhub disables port where USB keyboard attached
2013-12-01 07:34:16 +00:00
skrll 144626538e Adjust KASSERT in device_ctrl_done to polling case.
PR/48213: ehci assertion failure during boot
2013-12-01 07:28:47 +00:00
joerg ac87a88380 remote_event_destroy is unused, mark it so. 2013-12-01 02:57:43 +00:00
joerg e768fe990b Use format string. 2013-12-01 02:54:53 +00:00
joerg bac960ac4d For load/store double, name the second register explicitly. 2013-12-01 02:54:33 +00:00
joerg d04bc3bcb2 Mark unused inline functions as such. 2013-12-01 02:53:46 +00:00
joerg f4495b9fbf Use format strings. 2013-12-01 02:53:07 +00:00
joerg 29a58f29eb Inform compiler that the volatile assignment will terminate the function. 2013-12-01 02:52:53 +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
christos f0ceb57840 revert fpu/pcu changes until we figure out what's wrong; they cause random
freezes
2013-12-01 01:05:16 +00:00
joerg a7e7f7e044 One const ought to be enough for every variable. 2013-12-01 01:05:15 +00:00
christos 2da727a2d8 Revert recent vnode changes per PR/48411, I still have deadlocks with
build -j 20 on an 8 cpu machine.
2013-12-01 00:59:34 +00:00
christos 115f51c7be add new internal functions 2013-12-01 00:23:11 +00:00
christos b605a13ba6 - centralize opening of regular and temp files to avoid code duplication
- don't cast malloc
- use malloc sizeof(*var) instead of sizeof(type)
2013-12-01 00:22:48 +00:00
christos 3bd4fc7233 These don't need count anymore. 2013-12-01 00:17:14 +00:00
wiz 43d5f031a4 Disable parentheses checks since libgmp doesn't pass them. 2013-11-30 23:45:05 +00:00
joerg 828e70428b fabsl alias. 2013-11-30 22:39:04 +00:00
joerg 5ce8d6df3c Use explicit form of register pair operations by specifying both. 2013-11-30 21:09:11 +00:00
joerg 2506d9eed7 Like asm.h r1.25, don't use (PLT) anymore. 2013-11-30 21:07:59 +00:00
joerg 526051f644 Use PLT_SYM. 2013-11-30 20:54:14 +00:00
joerg 96195b9815 Explicitly name the register pairs. 2013-11-30 20:43:53 +00:00
martin 8bbc6acbfe Avoid warning on sparc64 2013-11-30 20:30:22 +00:00
joerg d0dcd65c88 Use PLT_SYM. 2013-11-30 20:20:42 +00:00
matt 5623148b98 arm doesn't need to use (PLT) anymore. 2013-11-30 20:11:11 +00:00
jnemeth 925666ef9b Add two new options:
-g which shows the GUID for a partition
-i which shows all the gory details for a particular option

XXX the output format of -i is subject to change
2013-11-30 19:43:53 +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
skrll b3ef5c8ff0 unwind-arm-common.h is EABI specific. Mark it as such. 2013-11-30 13:23:57 +00:00
skrll 0d5c716ed8 Simplify 2013-11-30 12:16:14 +00:00
nakayama 605add88bb nvi has moved. 2013-11-30 08:27:17 +00:00
nakayama 1042b8dfbe pppd has moved. 2013-11-30 08:19:30 +00:00
wiz 4a591a0994 Wording improvements from Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com> 2013-11-29 23:58:23 +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
joerg ed478d1345 Mark usage as dead. 2013-11-29 23:01:05 +00:00