Age | Commit message (Expand) | Author |
2013-07-04 | now that free(null) is safe, delete checks | Ted Unangst |
2013-07-04 | permit free(NULL) to work. ok deraadt | Ted Unangst |
2013-07-04 | Format string fixes: | Stefan Fritsch |
2013-07-04 | Format string fix: %x instead of %p for int | Stefan Fritsch |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | Fall back to bit banging mode for DVO transmitter detection | Jonathan Gray |
2013-07-04 | Fixup Oops in the pipe config computation | Jonathan Gray |
2013-07-04 | ensure single initialization and cleanup of backlight device | Jonathan Gray |
2013-07-04 | set CPT FDI RX polarity bits based on VBT | Jonathan Gray |
2013-07-04 | Workaround incoherence between fences and LLC across multiple CPUs | Jonathan Gray |
2013-07-04 | These functions are only used in debug code, so put them under | Martin Pieuchot |
2013-07-04 | Fix SDVO connector and encoder get_hw_state functions | Jonathan Gray |
2013-07-04 | Add no-lvds quirk for Fujitsu Esprimo Q900 | Jonathan Gray |
2013-07-04 | Fix sdvo connector get_hw_state function | Jonathan Gray |
2013-07-04 | Fix some netbsd-specific things to make this driver work in OpenBSD. | Raphael Graf |
2013-07-04 | Rewrite the function used to determine if we do proxy ARP for one of | Martin Pieuchot |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
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 |
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 |
2013-07-03 | cast time_t to long long, time_t is signed, tv_nsec is long | Stefan Fritsch |
2013-07-03 | don't use empty format string | Stefan Fritsch |
2013-07-03 | add support for %td for ptrdiff_t in kernel printf | Stefan Fritsch |
2013-07-03 | The ipmi threshold value may be negative. Respect the sign bit | Alexander Bluhm |
2013-07-03 | Fix 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; changing | Philip Guenther |
2013-07-03 | Switch times in the SLIP softc to time_t and reorder slightly | Philip Guenther |
2013-07-02 | Rearrange the inequalities. | Brad Smith |
2013-07-02 | If after processing an SCI event the SCI_EVT is no longer sent, we're done | Mark Kettenis |
2013-07-02 | change splvm to splbio, missed in r1.4 | Stefan Fritsch |
2013-07-02 | some trivial format string fixes | Stefan Fritsch |
2013-07-02 | Lower IPL to IPL_BIO for the interrupt. | Stefan Fritsch |
2013-07-02 | Revert previous: sizeof(time_t) != sizeof(long) on LP64, so there was | Philip Guenther |
2013-07-02 | Use time_t for storing and returning time_t values, and cast to time_t | Philip Guenther |
2013-07-02 | Cast to time_t before the final multiplication to prevent overflow in | Philip Guenther |
2013-07-02 | Use time_t for storing time_t values. No change to the underlying | Philip Guenther |
2013-07-02 | Use time_t for storing time_t values, duh | Philip Guenther |
2013-07-01 | Pass ioctl() calls to parent uhidev() device first, to be able to | Matthieu Herrb |
2013-07-01 | The fast scrolling code causes random page table errors on older hardware. | Mark Kettenis |
2013-07-01 | Replace magic number in USRPTSIZE with the proper computation based upon | Miod Vallat |
2013-07-01 | sync comment with it's intended meaning. | Jasper Lievisse Adriaanse |
2013-07-01 | Do not access queue fields directly, use FOREACH() macro instead. | Alexander Bluhm |
2013-07-01 | Use the LIST_FOREACH() macro when looping over advertising routers. | Alexander Bluhm |
2013-07-01 | When an I/O error occurs on a softraid chunk, only take it offline if the | Joel Sing |
2013-07-01 | The reverse parameter of in_pcblookup_listen() is a boolean and not | Alexander Bluhm |
2013-07-01 | Make the acpi global lock functions actually work. Luckily these functions | Mark Kettenis |
2013-07-01 | Make the acpi global lock functions actually work. Luckily these functions | Mark Kettenis |
2013-07-01 | Remove vaddr_t casts in bktr_mmap(). | Brad Smith |
2013-07-01 | Within ns_to_timeval() change the rem field type from unsigned to signed. | Brad Smith |