Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-10 | Remove unsigned comparison < 0. | Brad Smith | |
Pointed out by LLVM. ok fgsch@ | |||
2013-07-10 | struct bintime is only used inside the kernel, while struct clockinfo is | Philip Guenther | |
only used with the BSD-specific sysctl(), so put them behind the proper #if conditionals. ports scan sthen@ ok matthew@ kettenis@ | |||
2013-07-10 | match linux and call i915_gem_object_wait_rendering__nonblocking | Jonathan Gray | |
in the set domain ioctl. ok kettenis@ | |||
2013-07-09 | pay attention to the #ifdef | Theo de Raadt | |
2013-07-09 | back out the cache flipper temporarily to work out of tree. | Bob Beck | |
will come back soon. ok deraadt@ | |||
2013-07-09 | move AHCI_DEBUG stuff into ahci.c so we can build with it enabled again | Jonathan Matthew | |
ok dlg@ | |||
2013-07-09 | Add basic support for digitisers with pens in uhts(4). | Edd Barrett | |
With help from matthieu@ and mpi@. OK mpi@ | |||
2013-07-09 | Fix a pair of aesthetic nits in dev/rnd.c: | Bret Lambert | |
fix language (feed -> fed) in a comment 16 -> MD5_DIGEST_LENGTH for legibility No change to resulting object file. ok djm@ | |||
2013-07-08 | make use of udelay to reduce the diff to linux | Jonathan Gray | |
2013-07-08 | add inline versions of udelay/mdelay | Jonathan Gray | |
2013-07-08 | add DRM_IOCTL_MODE_CURSOR2 definition from libdrm 2.4.46 | Jonathan Gray | |
2013-07-07 | Fix pmap_extract() to actually only return TRUE for mappings which have the | Miod Vallat | |
valid bit set; can't believe this went unnoticed for so long. This fixes uvm_km_pgremove_intrsafe panics when pool_put()'ing items in pools for larger-than-a-page-items at shutdown time. | |||
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 | |
Pointed out by LLVM. ok kettenis@ | |||
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 | |
ok kettenis@ | |||
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 | |
be declared as PANEL or SYNAPTICS it doesn't implement GCALIBCOORDS for the moment. This makes ws(4) happier as it can now uses the touchpad directly wich in turn makes my touchpad usable if the bluetooth HID mouse is not detected or ums(4) is disable. | |||
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 | |
like it was before r1.36, to correct the adb* lines in the dmesg. | |||
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 | |
Just Fine | |||
2013-07-05 | Add submatch function for use with config_found_sm(9). | Mark Kettenis | |
ok miod@ | |||
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 | |
ok deraadt@ | |||
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther | |
type definitions that are the same across all archs from <machine/_types.h> to <sys/_types.h> ok deraadt@ kettenis@ otto@ | |||
2013-07-05 | bring back pflow v10; broken in previous commit, sorry. | Florian Obser | |
ok benno@ | |||
2013-07-05 | Collect and display 'match' counters for pf tables. | Bret Lambert | |
While here, fix pf table displays to fit within 80 chars. Manpage input jmc@ ok henning@ reyk@ | |||
2013-07-05 | Provide a forward declaration of struct device. | Mark Kettenis | |
ok deraadt@ | |||
2013-07-05 | Correctly abort and free the pipe when detaching the device. Found the | Martin Pieuchot | |
hard way by otto@ | |||
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 | |
but the value passed forward throughout the ioctl handler otherwise is an unsigned value. Pointed out by LLVM. bktr_core.c:1737:13: error: comparison of unsigned expression < 0 is always false bktr_core.c:1779:13: error: comparison of unsigned expression < 0 is always false bktr_core.c:2063:16: error: comparison of unsigned expression < 0 is always false ok krw@ | |||
2013-07-05 | Tweak calculations of resid to avoid unsigned vs signed comparison and | Kenneth R Westerback | |
make code clearer. Pointed out by brad@ and his friend llvm. | |||
2013-07-04 | format string fixes: size_t and signedness | Stefan Fritsch | |
ok bluhm@ | |||
2013-07-04 | format string fixes: size_t and uint16_t | Stefan Fritsch | |
ok bluhm@ | |||
2013-07-04 | format string fix | Stefan Fritsch | |
ok kettenis@ | |||
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 | |
f_count is long ok kettenis@ Change esm_sensor_map.arg to int ok deraadt@ | |||
2013-07-04 | Format string fix: %x instead of %p for int | Stefan Fritsch | |
ok deraadt@ | |||
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek | |
breakage lurking; ok kettenis@ | |||
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 |