aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* add support for MosChip MCS9922... This is found on an ExpressCard..John-Mark Gurney2014-06-221-0/+2
* fd: replace fd_nfiles with fd_lastfile where appropriateMateusz Guzik2014-06-224-9/+9
* do_dup: plug redundant adjustment of fd_lastfileMateusz Guzik2014-06-221-2/+0
* Allow creation of SDT probes from a module in which no providers areMark Johnston2014-06-211-16/+17
* No need to check if devd is running before posting an event.Justin Hibbits2014-06-212-14/+9
* Hide a harmless "QUEUE FULL EVENT" message behind bootverbose.Hiren Panchasara2014-06-201-2/+5
* Consider the total number of descriptors available (and not just thoseNavdeep Parhar2014-06-201-3/+4
* Fix a bug which incorrectly allowed two listening SCTP sockets onMichael Tuexen2014-06-201-21/+20
* Fix a bug in the setsockopt()-handling of the SCTPMichael Tuexen2014-06-201-3/+3
* Honor jails for unbound SCTP sockets when selecting source addresses,Michael Tuexen2014-06-206-20/+336
* Restore the ABI of the cpuctl(4) ioctl request CPUCTL_CPUID, useKonstantin Belousov2014-06-202-8/+19
* Remove /etc/gnats from here, too.Gavin Atkinson2014-06-201-2/+0
* Assert that the new entry is inserted into the right location in theKonstantin Belousov2014-06-201-0/+9
* Increment the pending packets more aggressively for TSOBryan Venteicher2014-06-201-3/+3
* Handle multiple calls to rxq_eof for single packet completionBryan Venteicher2014-06-202-2/+18
* Remove an unnecessary kick of the host at the end of transmittingBryan Venteicher2014-06-201-21/+2
* Set target->sbp field to valid value when sbp device is created.Alexander Kabaev2014-06-201-1/+1
* Following comments in r242565 add the possibility to specify ecx whenAttilio Rao2014-06-192-5/+22
* Eliminate a pointless call to vm_map_clip_start() from vm_map_growstack().Alan Cox2014-06-191-3/+0
* Trust the state of a power resource that get from a working _STA methodJohn Baldwin2014-06-191-13/+4
* When MAP_STACK_GROWS_{DOWN,UP} are passed to vm_map_insert() set theAlan Cox2014-06-191-10/+14
* Execute task management request directly in ctl_queue() context.Alexander Motin2014-06-192-234/+110
* Add some more CTL_FLAG_ABORT check points.Alexander Motin2014-06-192-7/+10
* Increase CTL_DEVID_LEN from 16 to 64 bytes.Alexander Motin2014-06-193-56/+38
* Don't denounce peripherals on system shutdown. Together with r267321,Marius Strobl2014-06-191-3/+3
* Add iSCSI Target Name ID descriptor to VPD 83h.Alexander Motin2014-06-191-15/+33
* Fix case where fastroute or "to interface" is used with incorrect FIB.Cy Schubert2014-06-191-1/+1
* Initialize sysctl OID structure by record.Hans Petter Selasky2014-06-191-13/+10
* Fix GCC compile warning: Variable(s) can be used uninitialized.Hans Petter Selasky2014-06-191-2/+4
* Fix compile warning: Remove duplicate external declaration.Hans Petter Selasky2014-06-191-2/+0
* Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED,Konstantin Belousov2014-06-194-1/+8
* Suspend vt(4) initialization if "kern.vt.disable" kenv is set.Aleksandr Rybalko2014-06-183-0/+15
* Allow to disable syscons(4) if "hw.syscons.disable" kenv is set.Aleksandr Rybalko2014-06-182-0/+7
* syscons(4) and vt(4) can be built together now.Aleksandr Rybalko2014-06-181-5/+0
* Remove stale link to deleted vt(4) xboxfb driver.Aleksandr Rybalko2014-06-181-1/+0
* Rename vt(4) vga module to dismiss interference with syscons(4) vga module.Aleksandr Rybalko2014-06-183-2/+2
* Implement redirection handling in initiator.Edward Tomasz Napierala2014-06-182-13/+71
* Rework session termination in iSCSI target to actually waitEdward Tomasz Napierala2014-06-181-8/+30
* xen: fix out-of-bounds access to ipi_handleRoger Pau Monné2014-06-181-1/+1
* cxgbe(4): Fix bug in the fast rx buffer recycle path. In some cases rxNavdeep Parhar2014-06-182-10/+18
* Different versions of the ARM processor use different registers.Michael Tuexen2014-06-172-1/+26
* Don't bother clearing maps for static DMA allocations to NULL. Instead,John Baldwin2014-06-178-13/+0
* Fix various bugs with freeing static DMA allocations in sound drivers:John Baldwin2014-06-1711-82/+97
* Fix teardown of static DMA allocations in various NIC drivers:John Baldwin2014-06-176-60/+87
* Do not reference native_lapic_ipi_*() functions in the UP build.Konstantin Belousov2014-06-171-0/+2
* Make cs_terminating a bool; no functional changes.Edward Tomasz Napierala2014-06-172-5/+3
* In msdosfs_setattr(), add a check for result of the utimes(2)Konstantin Belousov2014-06-178-63/+48
* Revert r266925 as it can lead to instant panic at fexecve():Dmitry Chagin2014-06-174-34/+4
* Bring an overly enthusiastic KASSERT inline with the Intel SDM.Tycho Nightingale2014-06-161-2/+18
* Add comment explaining a potential problem with just added LUN ID.Edward Tomasz Napierala2014-06-161-0/+4