Commit Graph

237788 Commits

Author SHA1 Message Date
christos
0f81ab985e fix spl issues, found by brainy. 2015-09-12 19:31:41 +00:00
christos
011dd0b982 add missing splx() found by brainy 2015-09-12 19:21:50 +00:00
christos
d78ff1cbea missing splx() found by brainy 2015-09-12 19:19:11 +00:00
christos
57a7e81fe7 Add missing splx() found by brainy. 2015-09-12 19:18:24 +00:00
joerg
2bb600f982 Negating an integer and comparing it to 1 is a fancy way of checking for
0, which in this case would be DEVI_ORPHAN. That clearly can't be the
intention here, so switch to using != as operation without negation
instead.
2015-09-12 19:11:13 +00:00
christos
aa52694f67 use the unsigned char version of the input char in all cases "cap[uc]" to
avoid accessing cap[negative], found by Elliott Hughes
2015-09-12 19:08:47 +00:00
joerg
4d3d7e27e9 Avoid TYPE_MAXIMUM, it depends on undefined behavior. 2015-09-12 19:05:11 +00:00
joerg
664441867e Don't shift negative values. 2015-09-12 19:04:21 +00:00
joerg
963949fb1a Replace arithmetic using undefined behavior with exhaustive list of type
size limits.
2015-09-12 19:03:11 +00:00
christos
32627ea0ec gcc does not detect initialization correctly on all platforms (hpcsh) 2015-09-12 18:30:46 +00:00
christos
e56eaf6411 - preserve the error number returned from copyin.
- preserve the original pathname in ep_kname, because this is what gets passed
  to userland in exec_script.c
2015-09-12 17:04:57 +00:00
snj
42a95bd51a remove xf86 ctwm.debug entry. 2015-09-12 15:25:01 +00:00
christos
200d779b75 make error more informative. 2015-09-12 15:21:33 +00:00
joerg
7d8085e8a5 Typo 2015-09-12 13:50:55 +00:00
tron
e3923864ed Postfix 2.11.6 has been imported. 2015-09-12 09:49:21 +00:00
tron
3e47327b1e Resolve conflicts from last import 2015-09-12 08:23:23 +00:00
tron
f0dd1fac45 Import Postfix 2.11.6. Changes since version 2.11.4:
- Preparation for OpenSSL 1.2 API changes
- The sender_dependent_relayhost_maps feature ignored the relayhost setting
  in the case of a DUNNO lookup result. It would use the recipient domain
  instead.
- The default TLS settings no longer enable export-grade ciphers, and no
  longer enable the SSLv2 and SSLv3 protocols. These ciphers and protocols
  have little if any legitimate use today, and have instead become a
  vehicle for downgrade attacks.
2015-09-12 08:20:22 +00:00
macallan
7b2ed46289 - initialize sc_bg_cache and FFB_FBC_BG along with everything else so things
get redrawn properly when exiting X
- fix off by one in ffb_ras_erasecols(), no more artifacts when the screen
  is redrawn
2015-09-11 22:27:17 +00:00
nat
22a1d44f65 Fix splashscreen_image option to include splash_image.o
OK from christos@
2015-09-11 15:56:56 +00:00
pooka
fec583f48b Import libcxxrt e64e93fe5bba67a6d52cbe5a97f8770c054bfa65
Implements __cxa_throw_bad_array_new_length, which is generated by gcc
4.9 and later.  Also, some demangle support and fixes.
2015-09-11 11:19:58 +00:00
kamil
5169502213 Fix build with MKCATPAGES=yes
ctwm.0 is a part of X11R7 (xorg), not X11R6 (x11).
2015-09-11 10:35:44 +00:00
roy
f3b0c038a1 If, for whatever reason, a local interface route is removed and then
re-added, mark it as a local route.

While here, if changing the route to go via the loopback interface
remove any inherited MTU value.
2015-09-11 10:33:32 +00:00
martin
4c5334afe3 Add two test cases that should cover PR 50228. 2015-09-11 09:25:52 +00:00
tron
e879e27efd XFree86 was removed from the source tree. 2015-09-11 08:02:20 +00:00
skrll
5cfbd3ac2e Trailing whitespace 2015-09-11 06:55:56 +00:00
skrll
daa8bb7f76 Trailing whitespace. 2015-09-11 06:55:45 +00:00
skrll
0363056b47 Fix up USBMODE registers in sc_vendor_init functions and not in the ehci
driver.
2015-09-11 06:51:43 +00:00
uebayasi
ba0b12db31 Libraries should be built in sub-make. libkern is polluting .PATH too much. 2015-09-11 02:26:22 +00:00
uebayasi
133a84bb3c Indent. 2015-09-11 01:40:52 +00:00
christos
c8bd35c1f3 On non absolute exec pathnames, prepend the working directory if
possible so that we can provide in most situations the absolute
pathname in the AUX vector so that $ORIGIN works. The following
are implementation issues:
    1. deep path execs still don't work (can't provide path to the AUX vector)
    2. the returned path is not normalized (cosmetic)
2015-09-11 01:23:37 +00:00
riz
caa8fbc640 Evil hack to ensure dtrace lockstat module builds on arm. 2015-09-10 19:57:48 +00:00
riz
3922b03876 include <sys/lwp.h> for curlwp. From ozaki-r. 2015-09-10 19:56:13 +00:00
sjg
0173eb921e Output Entering/Leaving messages for objdir when != srcdir and -w flag
This helps ensure Emacs can find source of error.

Reviewed by: christos
2015-09-10 17:15:11 +00:00
pooka
47ff0c720a regen 2015-09-10 16:21:48 +00:00
pooka
4e45dc4d2c Fix #define ERRNO EANOTHERRNO.
Was: #define RUMP_ERRNO EANOTHERRNO
Now: #define RUMP_ERRNO RUMP_EANOTHERRNO

pointed out by Sebastian Wicki on irc
2015-09-10 16:21:32 +00:00
pooka
fb48b34be8 regen 2015-09-10 16:16:35 +00:00
pooka
366a14d44d Ignore multiline IOC macros by default. 2015-09-10 16:14:22 +00:00
christos
ebe26a98ee namespace protect allocaddrinfo 2015-09-10 14:05:06 +00:00
uebayasi
a8bf1974db Fix dependency of *.d -> assym.h in `-S' mode. 2015-09-10 13:11:39 +00:00
wiz
6c66f8e126 Bump date for previous. 2015-09-10 12:30:08 +00:00
christos
37cb794041 mke allocaddrinfo static. 2015-09-10 11:33:27 +00:00
uebayasi
1214c2c69c Simplify the dependency line further. 2015-09-10 09:30:01 +00:00
he
84825b10fa Document frexpl() now that we have it as well. 2015-09-10 08:28:54 +00:00
skrll
575f73f90d Trailing whitespace. 2015-09-10 06:32:47 +00:00
hkenken
ebfb0c93bb USBMODE register's initialization should be done in sc_vendor_init() after sending EHCI_CMD_HCRESET command. 2015-09-10 04:00:32 +00:00
rjs
84b2125949 Regen. 2015-09-09 20:05:57 +00:00
rjs
27cc816172 Add some run(4) IDs from OpenBSD. 2015-09-09 20:03:48 +00:00
wiz
18373c2a42 New sentence, new line. Bump date for previous. 2015-09-09 17:42:35 +00:00
phx
d8d407e007 Tests showed that the sensor needs at least 30ms after a MR (measurement
request) to have valid data ready, so the driver didn't work very well.
Now the MR is sent in configurable intervals (hw.hythygtemp0.interval)
using callout(9), so that valid data is immediately available for
sysmon's sensor refresh. When the refresh comes too close after the last
MR, then the previous values are used.
2015-09-09 17:16:20 +00:00
skrll
62dbbeaaf2 Sync with OpenBSD. No functional change. 2015-09-09 11:56:53 +00:00