summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-05-09Oops, correct import this time.Miod Vallat
2013-09-20Add support for root on nfs using v3. Code adapted from NetBSD.Federico G. Schwindt
2013-09-20Unify and document usbd_transfer(9).Martin Pieuchot
2013-09-20Use a working magic sequence to configure absolute mode for elantech v2.Stefan Sperling
2013-09-20Fix a panic bug in pipex. If pipex deletes a session by the idle-timerYASUOKA Masahiko
2013-09-20remove debug code. not sure how this lasted so long.Ted Unangst
2013-09-19Tweak types to keep daddr_t address and sector address separate.Kenneth R Westerback
2013-09-19Do no try to clear the endpoint, as it if has stalled, if theMartin Pieuchot
2013-09-19get ethernet working on the edgerouter liteJonathan Matthew
2013-09-18sync the execbuffer relocation code with linux 3.8.13Jonathan Gray
2013-09-18return after done in atascsi_disk_unmap.David Gwynne
2013-09-17size_t could not be < 0.Sylvestre Gallon
2013-09-17Add support for AMD Family 15h Models 10h-1Fh Processors.Mark Kettenis
2013-09-17regenMark Kettenis
2013-09-17Rename existing AMD Family 15h Models 00h-0Fh Processor entries and addMark Kettenis
2013-09-17Change vlan(4) detach procedure to not use a hook but a list of vlansMartin Pieuchot
2013-09-17Fix a misaligned backslashPhilip Guenther
2013-09-17KNF - extraneous blank line snuck in during last commitMike Larkin
2013-09-16work out phy addresses before attaching cnmac and pass them to mii_attachJonathan Matthew
2013-09-16Drop the ipl locator from syscon attachments, and have the syscon childrenMiod Vallat
2013-09-15cddump() takes a daddr_t parameter. Call that parameter 'blkno' and notKenneth R Westerback
2013-09-15Use DL_SECTOBLK() and DL_BLKTOSEC() to clarify code and removeKenneth R Westerback
2013-09-15Make it clearer that sc_wdc_bio.blkno is actuall a disk hardwareKenneth R Westerback
2013-09-15Replace a hardcoded delay() with ZS_DELAY() to make sun4c happierMiod Vallat
2013-09-14Eliminate the unused retval argument from dogetrusage()Philip Guenther
2013-09-14Correct the handling of I/O of >=2^32 bytes and the ktracing there ofPhilip Guenther
2013-09-14miod completed the ELF conversion (and didn't even use this compat bit),Philip Guenther
2013-09-14Disable COMPAT_LINUX until it can be fixed post-time_t changePhilip Guenther
2013-09-14regenPhilip Guenther
2013-09-14Snapshots for all archs have been built, so remove the T32 codePhilip Guenther
2013-09-13Don't send flows if flowsrc is not set. Packages had a brokenFlorian Obser
2013-09-13Fix sign of returned error code.Mark Kettenis
2013-09-13Initialize the variable guarding the clock interrupt routine afterMartin Pieuchot
2013-09-12typo; Eivind EvensenTheo de Raadt
2013-09-12sync drm_mm with linux 3.8.13Jonathan Gray
2013-09-12Enable the eMMC on the BeagleBone Black.Raphael Graf
2013-09-12Add basic support for eMMC memory.Raphael Graf
2013-09-12Store curpcb in cpu_info instead of a global variable, for SMP.Patrick Wildt
2013-09-12Rename cpu_info_store to cpu_info_primary. Create an array of cpu_infosPatrick Wildt
2013-09-12add a missing bus_dmamap_unload in the rx completion path.David Gwynne
2013-09-12Revert previous diff to always increment the interface index, tun_switch()Martin Pieuchot
2013-09-12allocate the pad for the short ethernet frames with dma_alloc instead ofDavid Gwynne
2013-09-12print version on attachDavid Gwynne
2013-09-12whitespace tweaksDavid Gwynne
2013-09-12use the amount of memory that was mapped to set the length of the packetDavid Gwynne
2013-09-12get rid of unused macrosDavid Gwynne
2013-09-12dont print out where the rx and tx descs are. noone cares.David Gwynne
2013-09-12rearrange cpsw_start() a bit.David Gwynne
2013-09-12sc_ih is unused.David Gwynne
2013-09-12more consistent whitespace for structs and function prototypes.David Gwynne