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