aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the probe to what was intended: attach to devices withMarcel Moolenaar2015-06-221-2/+1
* Rewrite port database handling for target mode.Alexander Motin2015-06-212-119/+128
* Install version.4th.8 againAntoine Brodin2015-06-211-1/+2
* Garbage collect comments and a macro which related to the pre-r284296Colin Percival2015-06-211-12/+2
* Garbage collect comments which related to the pre-r284296 support for aColin Percival2015-06-211-69/+3
* Move the bus_dma_tag creation and per-transaction data allocation fromColin Percival2015-06-211-48/+48
* If we fail to allocate memory, pass ENOMEM as the error code, not theColin Percival2015-06-211-1/+1
* Avoid pmap_is_modified() on pages that can't be mapped.Alan Cox2015-06-211-3/+5
* Simplified implementation of bxe_set_mc_list()David C Somayajulu2015-06-201-54/+25
* Fix REPORT LUNS command output for the case when same LUN mapped to sameAlexander Motin2015-06-201-2/+6
* Bring per-port LUN enable/disable code up to date:Alexander Motin2015-06-209-114/+102
* Introduce separate lock for tokens to reduce ctl_lock scope.Alexander Motin2015-06-202-13/+19
* Remove some dead and duplicate LUN enabling code.Alexander Motin2015-06-202-80/+1
* Add EPOLLRDHUP support.Dmitry Chagin2015-06-202-1/+5
* Use ofw_bus_find_child_device_by_phandle to see if the child we'reWarner Losh2015-06-201-0/+8
* Add ofw_bus_find_child_by_phandle, a helper routine to find a device_tWarner Losh2015-06-202-0/+44
* Add support for the Intel Atom E3800 series SoC (aka Bay Trail).Marcel Moolenaar2015-06-201-1/+6
* Remove device queue freeze handling and replace it with dummy.Alexander Motin2015-06-201-30/+14
* Refactor xbd_queue_cb, extracting the code which converts bus_dma segmentsColin Percival2015-06-201-38/+43
* change the KASSERT so it is meaningful, var is unsigned, so evenJohn-Mark Gurney2015-06-191-1/+1
* Minor clean up to xbd_queue_cb:Colin Percival2015-06-191-4/+4
* Provide bug4bug workaround for certain dumbiness of the u-boot's API_env_enumMaxim Sobolev2015-06-191-1/+1
* Fix two KTRACE related bugs.Michael Tuexen2015-06-191-0/+8
* Fix typo in baudrate initialization that was causing ixl to be seen asAndrew Gallatin2015-06-191-1/+1
* Remove uneeded NULL check since malloc the malloc is now M_WAITOKSean Bruno2015-06-191-4/+0
* Must have one of either M_WAITOK or M_NOWAIT, read the man page bruno.Sean Bruno2015-06-191-1/+1
* Feedback from commit r284535Sean Bruno2015-06-191-3/+2
* sx_sunlock for sx_slockSimon J. Gerraty2015-06-191-2/+2
* filemon_pid_check needs to hold proctree_lockSimon J. Gerraty2015-06-191-3/+9
* Fix bug in the ubldr introduced in the rev.283035. The new codeMaxim Sobolev2015-06-191-0/+7
* Fix fallouts from r284590Baptiste Daroussin2015-06-196-0/+6
* When setting the primary address, return an error whenever it fails.Michael Tuexen2015-06-191-9/+16
* Restore the td_cookie value for the tmpfs directory entry which was aKonstantin Belousov2015-06-191-0/+1
* MFV r284412: 5911 ZFS "hangs" while deleting fileAndriy Gapon2015-06-195-33/+89
* Add USB gold driver to default kernel build.Hans Petter Selasky2015-06-193-1/+4
* illums compat: use flsl/flsll for highbit/highbit64Andriy Gapon2015-06-191-0/+11
* Install loader(8) and zfsloader(8) only onceBaptiste Daroussin2015-06-194-5/+13
* First cut at attempting to buffer frames until we see a beacon.Adrian Chadd2015-06-192-0/+151
* Add in library routines not supplied by gcc-4.9 but required by the kernel.Adrian Chadd2015-06-191-0/+2
* Synaptics: fix a problem with trackpoint passthrough.Rui Paulo2015-06-191-5/+22
* Merge ACPICA 20150619.Jung-uk Kim2015-06-18147-784/+1647
|\
* | Fix off-by-one error in fstyp(8) and geom_label(4) that made them useEdward Tomasz Napierala2015-06-184-18/+19
* | Fix possible use after free in encap[46]_input().Andrey V. Elsukov2015-06-181-19/+30
* | Add missing driver for TDA19988 HDMI framerOleksandr Tymoshenko2015-06-181-0/+810
* | Fix yet another comment typo in NetBSD rev. 1.16, missed when mergingMarius Strobl2015-06-181-1/+1
* | Remove duplicate defines.Ruslan Bukin2015-06-181-4/+0
* | Change ATIO/INOT counting to prevent periph destruction while requestsAlexander Motin2015-06-181-33/+28
* | In case of target mode disable at least ISP2532 return invalid zeroAlexander Motin2015-06-181-0/+8
* | Restructure memory allocation in bhyve to support "devmem".Neel Natu2015-06-1810-306/+702
* | This change replaces the mutex with a sx lock for the interpreter list toSean Bruno2015-06-181-40/+40