summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-04Fall back to bit banging mode for DVO transmitter detectionJonathan Gray
from linux 3.8.13
2013-07-04Fixup Oops in the pipe config computationJonathan Gray
from linux 3.8.13
2013-07-04ensure single initialization and cleanup of backlight deviceJonathan Gray
from linux 3.8.13
2013-07-04set CPT FDI RX polarity bits based on VBTJonathan Gray
from linux 3.8.13
2013-07-04Workaround incoherence between fences and LLC across multiple CPUsJonathan Gray
from linux 3.8.13 this does not currently do the ipi to run wbinvd() on all processors
2013-07-04These functions are only used in debug code, so put them underMartin Pieuchot
ifdef ENCDEBUG to make sure we don't use them elsewhere.
2013-07-04Fix SDVO connector and encoder get_hw_state functionsJonathan Gray
from linux 3.8.13
2013-07-04Add no-lvds quirk for Fujitsu Esprimo Q900Jonathan Gray
from linux 3.8.13
2013-07-04Fix sdvo connector get_hw_state functionJonathan Gray
from linux 3.8.13
2013-07-04Fix some netbsd-specific things to make this driver work in OpenBSD.Raphael Graf
ok bmercer@, patrick@
2013-07-04add some missing prototypes; ok guenther@Otto Moerbeek
2013-07-04Rewrite the function used to determine if we do proxy ARP for one ofMartin Pieuchot
our addresses to reuse arplookup() and do only one list iteration. Looks ok to claudio@, ok mikeb@
2013-07-04somehow a return; was removedGilles Chehade
spotted by David Hill and Maxime Villard
2013-07-04To ease future changes, move several internal type definitions that arePhilip Guenther
the same across all archs from <machine/_types.h> to <sys/_types.h> ok deraadt@
2013-07-04Add 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-04Fix 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-04Merge rev 1.16 of cl.c: time_t is not longPhilip Guenther
2013-07-04Re-commit: use time_t for storing time_t values. This is an ABIPhilip 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-03For consistency, move the functions that aren't generated at build-timePhilip Guenther
from mksubr to kdump.c ok otto@ millert@
2003-11-29Import gcc-3.3.2. Only the compiler. ada frontend removed for space Marc Espie
considerations.
2013-07-03Do not scribble to a page after uvm_pagefree()'ing it.Miod Vallat
2013-07-03fix: cast void * to char *, fix format args for (u)int64_t,Stefan Fritsch
tc_frequency is unsigned ok kettenis@
2013-07-03cast time_t to long long, time_t is signed, tv_nsec is longStefan Fritsch
ok deraadt@
2013-07-03don't use empty format stringStefan Fritsch
this is necessary to enable -Wformat or -Wno-error=format ok deraadt@
2013-07-03add support for %td for ptrdiff_t in kernel printfStefan Fritsch
this also adds support in gcc 4.x kprintf format checks ok kettenis@
2013-07-03The ipmi threshold value may be negative. Respect the sign bitAlexander Bluhm
when checking wether an ipmi sensor is critial. From Matthias Pitzl; OK deraadt@
2013-07-03Fix CIRCLEQ_REPLACE. From Michael Piszczek (mpiszczek_at_ddn_dot_com).Federico G. Schwindt
guenther@ otto@ ok
2013-07-03reorganize NOIEEE_SRCS so that files not compiled on vax becauseMarc Espie
of assembly version are obvious. Move cproj/cprojf to the PURE club, as the asm support code provides copysignf okay martynas@
2013-07-03Use WAIT_* for the first argument to wait4(), and otherwise treat it (andPhilip 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; changingPhilip 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-03with DBL vs LDBL fixed, tedu some source in noieee which is actually theMarc Espie
same as code in generic src. introduce PURE_SRCS for completely MI math code. okau martynas@
2013-07-03test 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-03cpio and ustar formats store times in octal fields that are 11 charactersPhilip 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-03Switch times in the SLIP softc to time_t and reorder slightlyPhilip Guenther
ok mpi@ deraadt@
2013-07-02Rearrange 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-02Most CFLAGS should be CPPFLAGS, so fix that.Antoine Jacoutot
Remove non existent LDAP* variables. ok robert@
2013-07-02If after processing an SCI event the SCI_EVT is no longer sent, we're doneMark 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-02change splvm to splbio, missed in r1.4Stefan Fritsch
noticed by Alexey Suslikov
2013-07-02Long passwords could not be replaced completely with shorterAlexander 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-02add missing library dependenciesMarkus Friedl
2013-07-02remove extra whitespaceMarkus Friedl
2013-07-02document variable name change in java.port.mkMarc Espie
2013-07-02some trivial format string fixesStefan Fritsch
2013-07-02Lower 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-02Revert previous: sizeof(time_t) != sizeof(long) on LP64, so there wasPhilip Guenther
an ABI change involved.
2013-07-02Use time_t for storing and returning time_t values, and cast to time_tPhilip Guenther
before the last multiplication that might take it past 2^31 secounds. ok deraadt@ miod@
2013-07-02Cast to time_t before the final multiplication to prevent overflow inPhilip Guenther
2038. This'll last for another 4083 years or so... ok deraadt@
2013-07-02Use time_t for storing time_t values. No change to the underlyingPhilip Guenther
type**, so no ABI change. ok henning@ deraadt@ ** ...yet
2013-07-02Use time_t for storing time_t values, duhPhilip Guenther
ok deraadt@
2013-07-01syncTheo de Raadt