Age | Commit message (Expand) | Author |
2014-03-24 | replace bzero with memset | David Gwynne |
2014-03-24 | rework mpii to use tasks instead of scsi_tasks for sas event handling. | David Gwynne |
2014-03-24 | use htolemXX and lemtohXX in the scsi_cmd paths. | David Gwynne |
2014-03-24 | mpi scatter gather lists are 24 bytes long and next to each other in | David Gwynne |
2014-03-24 | The kernel isn't involved in times(3); <sys/times.h> should never be | Philip Guenther |
2014-03-24 | factor out the setting of the request context field so mpi_start does it | David Gwynne |
2014-03-24 | annotate some packed structures with the alignment the hardware | David Gwynne |
2014-03-24 | nothing after the irq ack posting relies on it being ordered. | David Gwynne |
2014-03-24 | Split the API: struct ucred remains the kernel internal structure while | Philip Guenther |
2014-03-23 | Unbreak after last commit. | Miod Vallat |
2014-03-23 | Initialize additional BATs (IBAT4-IBAT7 and DBAT4-IBAT7). The rb600 firmware | Mark Kettenis |
2014-03-23 | Fix uhidev_detach() when detaching a device which did not claimed for all | andre |
2014-03-23 | Revert audio key handling, requested by ratchov@ | Martin Pieuchot |
2014-03-23 | my bad, last commit was not ok deraadt, revert it. | Alexandre Ratchov |
2014-03-23 | Repair R5000SC and R4600SC external L2 cache setup, broken in previous | Miod Vallat |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-22 | <sys/agpio.h> is gone; this compiles fine without it | Philip Guenther |
2014-03-22 | Second draft of my attempt to workaround the infamous R4000 end-of-page errata, | Miod Vallat |
2014-03-22 | Shuffle tlblo-related defines, to better show which bits are software only, | Miod Vallat |
2014-03-21 | Rename db_inst_type() into classify_insn() and make that function available | Miod Vallat |
2014-03-21 | Keep the `clamp memory to what pmap can address' logic unconditional, and | Miod Vallat |
2014-03-21 | Fix missing brackets: longitude/latitude status set to critical every time | andre |
2014-03-21 | Rename the symbolic constants for the pmap-specific vm_pag pg_flags from | Miod Vallat |
2014-03-21 | Some knf, no functional changes. | andre |
2014-03-21 | Allow for two more pmap-specific bits in vm_page pg_flags. Define | Miod Vallat |
2014-03-21 | Global lists of addresses are species near extinction, even carp do | Martin Pieuchot |
2014-03-21 | rt_timer* spring cleanup. | Martin Pieuchot |
2014-03-21 | Split the magic to add a connected route for every new IPv4 address | Martin Pieuchot |
2014-03-21 | If a NA is received on a carp interface in BACKUP state and match one | Martin Pieuchot |
2014-03-21 | Correct the (normally ignored) argument to SLIST_HEAD_INITIALIZER() | Philip Guenther |
2014-03-20 | add USB_PRODUCT_ITUNER_USBLCD256x64 as UQ_BAD_HID so libusb can talk via | Aaron Bieber |
2014-03-20 | sync | Aaron Bieber |
2014-03-20 | Add ITUNER USBLCD256x64 | Aaron Bieber |
2014-03-20 | Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the address | Martin Pieuchot |
2014-03-20 | Add several devices we already have defined in usbdevs and are also known to be | andre |
2014-03-20 | *** empty log message *** | andre |
2014-03-20 | revert rev. 1.115 | Sebastian Benoit |
2014-03-20 | Kill NFS_BOOT_GATEWAY, ok deraadt@ | Martin Pieuchot |
2014-03-19 | When BatteryPresent flag is not set, invalidate battery-dependent sensors. | andre |
2014-03-19 | spacing | Theo de Raadt |
2014-03-19 | Since in{,6}_ifdetach() take care of removing the IPv4/6 addresses | Martin Pieuchot |
2014-03-19 | Removing devices supported by upd(4) from quirks. | andre |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
2014-03-19 | Enable upd(4) on three archs to get it tested, requested by deraadt@. | Martin Pieuchot |
2014-03-19 | Add a temporary hack to let a subdriver claim all the reportIDs of | Martin Pieuchot |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-19 | It's been a quarter century: pre-ANSI C is dead | Philip Guenther |
2014-03-19 | Pull in FreeBSD r37363 and r37887: | Philip Guenther |
2014-03-19 | Properly align the stack using _STACKALIGNBYTES, rather that the ALIGN() | Theo de Raadt |
2014-03-18 | - Fix clipping bounds in fill and blt operations; the lower-right corner is | Miod Vallat |