summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-07-04now that free(null) is safe, delete checksTed Unangst
2013-07-04permit free(NULL) to work. ok deraadtTed Unangst
2013-07-04Format string fixes:Stefan Fritsch
2013-07-04Format string fix: %x instead of %p for intStefan Fritsch
2013-07-04backout previous; off_t must be signed and there might be other C++ APIOtto Moerbeek
2013-07-04Fall back to bit banging mode for DVO transmitter detectionJonathan Gray
2013-07-04Fixup Oops in the pipe config computationJonathan Gray
2013-07-04ensure single initialization and cleanup of backlight deviceJonathan Gray
2013-07-04set CPT FDI RX polarity bits based on VBTJonathan Gray
2013-07-04Workaround incoherence between fences and LLC across multiple CPUsJonathan Gray
2013-07-04These functions are only used in debug code, so put them underMartin Pieuchot
2013-07-04Fix SDVO connector and encoder get_hw_state functionsJonathan Gray
2013-07-04Add no-lvds quirk for Fujitsu Esprimo Q900Jonathan Gray
2013-07-04Fix sdvo connector get_hw_state functionJonathan Gray
2013-07-04Fix some netbsd-specific things to make this driver work in OpenBSD.Raphael Graf
2013-07-04Rewrite the function used to determine if we do proxy ARP for one ofMartin Pieuchot
2013-07-04To ease future changes, move several internal type definitions that arePhilip Guenther
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
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
2013-07-03cast time_t to long long, time_t is signed, tv_nsec is longStefan Fritsch
2013-07-03don't use empty format stringStefan Fritsch
2013-07-03add support for %td for ptrdiff_t in kernel printfStefan Fritsch
2013-07-03The ipmi threshold value may be negative. Respect the sign bitAlexander Bluhm
2013-07-03Fix CIRCLEQ_REPLACE. From Michael Piszczek (mpiszczek_at_ddn_dot_com).Federico G. Schwindt
2013-07-03(Re)define the quota file format to be independent of time_t; changingPhilip Guenther
2013-07-03Switch times in the SLIP softc to time_t and reorder slightlyPhilip Guenther
2013-07-02Rearrange the inequalities.Brad Smith
2013-07-02If after processing an SCI event the SCI_EVT is no longer sent, we're doneMark Kettenis
2013-07-02change splvm to splbio, missed in r1.4Stefan Fritsch
2013-07-02some trivial format string fixesStefan Fritsch
2013-07-02Lower IPL to IPL_BIO for the interrupt.Stefan Fritsch
2013-07-02Revert previous: sizeof(time_t) != sizeof(long) on LP64, so there wasPhilip Guenther
2013-07-02Use time_t for storing and returning time_t values, and cast to time_tPhilip Guenther
2013-07-02Cast to time_t before the final multiplication to prevent overflow inPhilip Guenther
2013-07-02Use time_t for storing time_t values. No change to the underlyingPhilip Guenther
2013-07-02Use time_t for storing time_t values, duhPhilip Guenther
2013-07-01Pass ioctl() calls to parent uhidev() device first, to be able toMatthieu Herrb
2013-07-01The fast scrolling code causes random page table errors on older hardware.Mark Kettenis
2013-07-01Replace magic number in USRPTSIZE with the proper computation based uponMiod Vallat
2013-07-01sync comment with it's intended meaning.Jasper Lievisse Adriaanse
2013-07-01Do not access queue fields directly, use FOREACH() macro instead.Alexander Bluhm
2013-07-01Use the LIST_FOREACH() macro when looping over advertising routers.Alexander Bluhm
2013-07-01When an I/O error occurs on a softraid chunk, only take it offline if theJoel Sing
2013-07-01The reverse parameter of in_pcblookup_listen() is a boolean and notAlexander Bluhm
2013-07-01Make the acpi global lock functions actually work. Luckily these functionsMark Kettenis
2013-07-01Make the acpi global lock functions actually work. Luckily these functionsMark Kettenis
2013-07-01Remove vaddr_t casts in bktr_mmap().Brad Smith
2013-07-01Within ns_to_timeval() change the rem field type from unsigned to signed.Brad Smith