Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-04 | Fall back to bit banging mode for DVO transmitter detection | Jonathan Gray | |
from linux 3.8.13 | |||
2013-07-04 | Fixup Oops in the pipe config computation | Jonathan Gray | |
from linux 3.8.13 | |||
2013-07-04 | ensure single initialization and cleanup of backlight device | Jonathan Gray | |
from linux 3.8.13 | |||
2013-07-04 | set CPT FDI RX polarity bits based on VBT | Jonathan Gray | |
from linux 3.8.13 | |||
2013-07-04 | Workaround incoherence between fences and LLC across multiple CPUs | Jonathan Gray | |
from linux 3.8.13 this does not currently do the ipi to run wbinvd() on all processors | |||
2013-07-04 | These functions are only used in debug code, so put them under | Martin Pieuchot | |
ifdef ENCDEBUG to make sure we don't use them elsewhere. | |||
2013-07-04 | Fix SDVO connector and encoder get_hw_state functions | Jonathan Gray | |
from linux 3.8.13 | |||
2013-07-04 | Add no-lvds quirk for Fujitsu Esprimo Q900 | Jonathan Gray | |
from linux 3.8.13 | |||
2013-07-04 | Fix sdvo connector get_hw_state function | Jonathan Gray | |
from linux 3.8.13 | |||
2013-07-04 | Fix some netbsd-specific things to make this driver work in OpenBSD. | Raphael Graf | |
ok bmercer@, patrick@ | |||
2013-07-04 | add some missing prototypes; ok guenther@ | Otto Moerbeek | |
2013-07-04 | Rewrite the function used to determine if we do proxy ARP for one of | Martin Pieuchot | |
our addresses to reuse arplookup() and do only one list iteration. Looks ok to claudio@, ok mikeb@ | |||
2013-07-04 | somehow a return; was removed | Gilles Chehade | |
spotted by David Hill and Maxime Villard | |||
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther | |
the same across all archs from <machine/_types.h> to <sys/_types.h> ok deraadt@ | |||
2013-07-04 | Add support for the GCC binary integer constants extension. | Jonathan Gray | |
From Joerg Wunsch in GCC PR 23479, under the GPLv2. This is required to build the i965 backend with newer versions of mesa. ok kettenis@ espie@ miod@ | |||
2013-07-04 | Fix two errors: | Lawrence Teo | |
- DIOCSETSTATUSIF uses struct pfioc_iface, not pfioc_if. The definition of pfioc_iface is already listed under DIOCIGETIFACES, so move the description of DIOCSETSTATUSIF below DIOCIGETIFACES. - DIOCKILLSRCNODES uses struct pfioc_src_node_kill, not pfioc_iface. Add the definition of pfioc_src_node_kill while here. ok henning jmc mikeb | |||
2013-07-04 | Merge rev 1.16 of cl.c: time_t is not long | Philip Guenther | |
2013-07-04 | Re-commit: use time_t for storing time_t values. This is an ABI | Philip Guenther | |
change for pf, but that's fine at this time. You'll need to rebuild pf userland after updating your kernel. change to 'since' member ok henning@ rest ok henning@ deraadt@ | |||
2013-07-03 | For consistency, move the functions that aren't generated at build-time | Philip Guenther | |
from mksubr to kdump.c ok otto@ millert@ | |||
2003-11-29 | Import gcc-3.3.2. Only the compiler. ada frontend removed for space | Marc Espie | |
considerations. | |||
2013-07-03 | Do not scribble to a page after uvm_pagefree()'ing it. | Miod Vallat | |
2013-07-03 | fix: cast void * to char *, fix format args for (u)int64_t, | Stefan Fritsch | |
tc_frequency is unsigned ok kettenis@ | |||
2013-07-03 | cast time_t to long long, time_t is signed, tv_nsec is long | Stefan Fritsch | |
ok deraadt@ | |||
2013-07-03 | don't use empty format string | Stefan Fritsch | |
this is necessary to enable -Wformat or -Wno-error=format ok deraadt@ | |||
2013-07-03 | add support for %td for ptrdiff_t in kernel printf | Stefan Fritsch | |
this also adds support in gcc 4.x kprintf format checks ok kettenis@ | |||
2013-07-03 | The ipmi threshold value may be negative. Respect the sign bit | Alexander Bluhm | |
when checking wether an ipmi sensor is critial. From Matthias Pitzl; OK deraadt@ | |||
2013-07-03 | Fix CIRCLEQ_REPLACE. From Michael Piszczek (mpiszczek_at_ddn_dot_com). | Federico G. Schwindt | |
guenther@ otto@ ok | |||
2013-07-03 | reorganize NOIEEE_SRCS so that files not compiled on vax because | Marc Espie | |
of assembly version are obvious. Move cproj/cprojf to the PURE club, as the asm support code provides copysignf okay martynas@ | |||
2013-07-03 | Use WAIT_* for the first argument to wait4(), and otherwise treat it (and | Philip Guenther | |
the first argument to kill) as signed 32bit ints. ok millert@ otto@ | |||
2013-07-03 | (Re)define the quota file format to be independent of time_t; changing | Philip Guenther | |
the layout calls for some conversion assistance and can be deferred until the other big time_t issues are resolved ok deraadt@ | |||
2013-07-03 | with DBL vs LDBL fixed, tedu some source in noieee which is actually the | Marc Espie | |
same as code in generic src. introduce PURE_SRCS for completely MI math code. okau martynas@ | |||
2013-07-03 | test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53. | Marc Espie | |
-> test becomes meaningful on vax No actual change, no bump okay martynas@ | |||
2013-07-03 | cpio and ustar formats store times in octal fields that are 11 characters | Philip Guenther | |
wide, so they support up to 33bits. Take advantage of the extra bits by no longer forcing them into 32bit ints before the time_t conversion. This gets us another 204 years of range once time_t changes type ok deraadt@ tedu@ | |||
2013-07-03 | Switch times in the SLIP softc to time_t and reorder slightly | Philip Guenther | |
ok mpi@ deraadt@ | |||
2013-07-02 | Rearrange the inequalities. | Brad Smith | |
Pointed out by LLVM. if_axe.c:1059:29: error: comparison of unsigned expression < 0 is always false if_smsc.c:1250:28: error: comparison of unsigned expression < 0 is always false ok jsg@ mikeb@ | |||
2013-07-02 | Most CFLAGS should be CPPFLAGS, so fix that. | Antoine Jacoutot | |
Remove non existent LDAP* variables. ok robert@ | |||
2013-07-02 | If after processing an SCI event the SCI_EVT is no longer sent, we're done | Mark Kettenis | |
and shouldn't do another SCI query. Such a spurious SCI query blocks on certain HP laptops, which in turn blocks the acpi thread. tested by many ok mlarkin@ | |||
2013-07-02 | change splvm to splbio, missed in r1.4 | Stefan Fritsch | |
noticed by Alexey Suslikov | |||
2013-07-02 | Long passwords could not be replaced completely with shorter | Alexander Bluhm | |
passwords. ioctl(SIOCGVH) fills the carpr_key with the old value. strlcpy() overwrites only the beginning of the key. Add a bzero() to clear the rest. Testing Jan Klemkow; OK florian@ mpf@ | |||
2013-07-02 | add missing library dependencies | Markus Friedl | |
2013-07-02 | remove extra whitespace | Markus Friedl | |
2013-07-02 | document variable name change in java.port.mk | Marc Espie | |
2013-07-02 | some trivial format string fixes | Stefan Fritsch | |
2013-07-02 | Lower IPL to IPL_BIO for the interrupt. | Stefan Fritsch | |
There is no reason to use IPL_VM and it breaks with the recent IPL_MPSAFE changes. discussed with kettenis@ | |||
2013-07-02 | Revert previous: sizeof(time_t) != sizeof(long) on LP64, so there was | Philip Guenther | |
an ABI change involved. | |||
2013-07-02 | Use time_t for storing and returning time_t values, and cast to time_t | Philip Guenther | |
before the last multiplication that might take it past 2^31 secounds. ok deraadt@ miod@ | |||
2013-07-02 | Cast to time_t before the final multiplication to prevent overflow in | Philip Guenther | |
2038. This'll last for another 4083 years or so... ok deraadt@ | |||
2013-07-02 | Use time_t for storing time_t values. No change to the underlying | Philip Guenther | |
type**, so no ABI change. ok henning@ deraadt@ ** ...yet | |||
2013-07-02 | Use time_t for storing time_t values, duh | Philip Guenther | |
ok deraadt@ | |||
2013-07-01 | sync | Theo de Raadt | |