Age | Commit message (Expand) | Author |
2013-07-07 | move to 5.4-beta | Theo de Raadt |
2013-07-07 | fix int vs long assumption; ok kettenis | Theo de Raadt |
2013-07-06 | Remove unsigned comparison < 0. | Brad Smith |
2013-07-06 | __clock_t is now defined in <sys/_types.h>; ok guenther@ | Christian Weisgerber |
2013-07-06 | Forgot to commit this file during the a.out->ELF transition. | Miod Vallat |
2013-07-06 | Use the write-only rasops code to speed up the console framebuffer. | Martin Pieuchot |
2013-07-06 | Add uhci* at cardbus, tested with a VIA VT83C572. | Martin Pieuchot |
2013-07-06 | Advertise utpms(4) as being a WSMOUSE_TYPE_USB because even if it could | Martin Pieuchot |
2013-07-06 | Use wsemuldisplaydevsubmatch. | Mark Kettenis |
2013-07-06 | s/wsemuldisplaysubmatch/wsemuldisplaydevsubmatch/g | Mark Kettenis |
2013-07-06 | Print the number of targets and the irq before looking for subdevices, | Martin Pieuchot |
2013-07-06 | Use a tab here to be consistent with the surrounding flags. | Brad Smith |
2013-07-05 | syncdelay is defined as int, not time_t, in kern/vfs_sync.c, and that's | Philip Guenther |
2013-07-05 | Add submatch function for use with config_found_sm(9). | Mark Kettenis |
2013-07-05 | VAX ELF boot block bits, and version crank. | Miod Vallat |
2013-07-05 | VAX ELF kernel bits. | Miod Vallat |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat |
2013-07-05 | Avoid truncation when calculating clock gain/loss | Philip Guenther |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-05 | bring back pflow v10; broken in previous commit, sorry. | Florian Obser |
2013-07-05 | Collect and display 'match' counters for pf tables. | Bret Lambert |
2013-07-05 | Provide a forward declaration of struct device. | Mark Kettenis |
2013-07-05 | Correctly abort and free the pipe when detaching the device. Found the | Martin Pieuchot |
2013-07-05 | make use of the drm_i915_private macro to reduce the diff to linux | Jonathan Gray |
2013-07-05 | Use tmp_int to be able to pass back the -1 upon error and check for it properly | Brad Smith |
2013-07-05 | Tweak calculations of resid to avoid unsigned vs signed comparison and | Kenneth R Westerback |
2013-07-04 | format string fixes: size_t and signedness | Stefan Fritsch |
2013-07-04 | format string fixes: size_t and uint16_t | Stefan Fritsch |
2013-07-04 | format string fix | Stefan Fritsch |
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 |