Age | Commit message (Expand) | Author |
2013-12-13 | regen | Yojiro Uo |
2013-12-13 | add FUJITSU component FX-5251WB | Yojiro Uo |
2013-12-13 | add SACOM USB485BL | Yojiro Uo |
2013-12-13 | regen | Yojiro Uo |
2013-12-13 | add vendor SACOM (0ba0h) | Yojiro Uo |
2013-12-13 | Rewrite receive filter handling and ioctl bits. | Brad Smith |
2013-12-12 | Remove the scatter/gather dma implementation as it is no longer used. | Mark Kettenis |
2013-12-12 | Add db_vprintf(), and then use it in ACPI's db_disprint() instead of | Philip Guenther |
2013-12-12 | printf(variable) --> printf("%s", variable) | Philip Guenther |
2013-12-12 | bcmp -> memcmp | Ted Unangst |
2013-12-12 | replace old bcopy/bzero with standard functions. ok kettenis | Ted Unangst |
2013-12-12 | Fix invalid size to memcmp() in rn_lexobetter() introduced when the | Todd C. Miller |
2013-12-12 | Set the d_off member as getdents() expects in ntfs_readdir() | Philip Guenther |
2013-12-11 | Fix typo; that teaches me to steal other people's diffs! | Mark Kettenis |
2013-12-11 | Make obj->pages a simple array instead of an array of bus_dma_segment_t's. | Mark Kettenis |
2013-12-11 | Better bus error diagnostics (this really only affects IP28). Also, do what | Miod Vallat |
2013-12-11 | Revert change to sha256: ramdisks don't build with this and the obvious | Philip Guenther |
2013-12-11 | Use an u_int32_t instead of an unsigned long to store the magic number | Jeremie Courreges-Anglas |
2013-12-11 | update a few RC4 references to ChaCha. thanks sthen | Ted Unangst |
2013-12-11 | do not include empty (and already removed) files; ok syl@ | Christian Weisgerber |
2013-12-11 | remove empty files; ok syl@ | Christian Weisgerber |
2013-12-11 | md5 smells bad. switch to sha256. ok deraadt matthew mikeb | Ted Unangst |
2013-12-11 | Clean up the ioctl handler to be in line with most of the other | Brad Smith |
2013-12-10 | dead assignment; from david hill, ok claudio | Mike Belopuhov |
2013-12-10 | Add infrastructure to create un-biglocked task queues. Stolen from blambert@ | Mark Kettenis |
2013-12-10 | Unset fuse_mnt in fusefs_unmount after vflushing and freeing fbufs in use. | pelikan |
2013-12-09 | Bring i915_gem_mmap_ioctl a bit closer to the Linux code. | Mark Kettenis |
2013-12-09 | At resume, do not spin flushing characters in from the chip. There shouldn't | Theo de Raadt |
2013-12-09 | Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTT | Mark Kettenis |
2013-12-09 | use new com.c bus-independent suspend/resume code, rather than trying to | Theo de Raadt |
2013-12-09 | initialize staterr, no functional change; from david hill | Mike Belopuhov |
2013-12-09 | At suspend/resume time cope with timeouts, DTR on resume in a bus | Theo de Raadt |
2013-12-09 | use a separate task queue for sensors; | Mike Belopuhov |
2013-12-09 | Don't keep removed files (B_INVAL bufs) in the buffer cache. Free buffers | Bob Beck |
2013-12-09 | Fix crash on urndis(4) detach | Paul Irofti |
2013-12-09 | replace workq_task_add with a task. stash teh struct in the ata xfer thing | David Gwynne |
2013-12-09 | forgot to say: aobj grow/shrink tweaks are mostly from Pedro Martelletto, | Marc Espie |
2013-12-09 | timeout_del unconditionally | Theo de Raadt |
2013-12-09 | Mark a few functions with __unused. | Brad Smith |
2013-12-08 | allow aobj to shrink grow, for tmpfs support | Marc Espie |
2013-12-08 | Fix rtsx_read_cfg() return value check in rtsx_attach(). Diff from dhill. | Stefan Sperling |
2013-12-08 | remove the final vestiges of the stty(), gtty(), and ftime() compatibility | Christian Weisgerber |
2013-12-08 | simplify activate function | Theo de Raadt |
2013-12-08 | remove case that does nothing | Theo de Raadt |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-12-08 | Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of the | Miod Vallat |
2013-12-08 | Enable rum(4) for armv7. Committing through it on pandaboard. | Martynas Venckus |
2013-12-08 | add static back to the ttm functions | Jonathan Gray |
2013-12-08 | Remove unsigned comparison < 0. | Brad Smith |
2013-12-07 | Some cleaning up of the ioctl handling bits to bring things in line | Brad Smith |