summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2016-06-20apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...knakahara
2016-06-10Avoid storing a pointer of an interface in a mbufozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-06-09Enable building of ipfilter code as a separately-loaded module.pgoyette
2016-05-30Reduce diff with mainstream.alnsn
2016-05-29Update sljit revision to r313 after the import.alnsn
2016-05-29Alloc/free macros in the new sljit version take two arguments.alnsn
2016-05-29Fix a pilot error in the manual conflict handling..alnsn
2016-05-29Resolve conflicts.alnsn
2016-05-29Import sljit version r313.alnsn
2016-05-25Apply patch https://github.com/acpica/acpica/commit/\christos
2016-05-13We now use cpu_intr_p() all the time.christos
2016-05-12Avoid taking locks during interrupts and explain why we are doing it this way.christos
2016-05-11Use bus_space_subregion to get fifo channels out of mmio registers.riastradh
2016-05-06usb is attached with config_interrupts so we can G/C the code to supportskrll
2016-05-04merge new acpicachristos
2016-05-0422 April 2016. Summary of changes for version 20160422:christos
2016-04-24Rework ttm tt swapin/swapout logic.riastradh
2016-04-23Make it clearer to Coverity that there's no array overrun.riastradh
2016-04-23Mark fallthrough with a comment to appease Coverity, CID 703385.riastradh
2016-04-23Merge nick-nhusbskrll
2016-04-22Mark intended fallthrough to suppress Coverity CID 201378.riastradh
2016-04-22Sanity-check that the encoder we found is not null.riastradh
2016-04-22Mark fallthrough to suppress Coverity complaints.riastradh
2016-04-22Avoid possible null pointer dereference.riastradh
2016-04-19revert rev 1.6. we don't have access to those files as normal filesmrg
2016-04-19Make sure rbtrees are empty on desctruction.riastradh
2016-04-13Exclude VRAM and FIFO regions from MMIO register mapping.riastradh
2016-04-13Provide reader/writer semantics with recursive readers.riastradh
2016-04-13Destroy the mutex before free.riastradh
2016-04-13Destroy spin locks appropriately.riastradh
2016-04-13Destroy the lock before caller frees memory.riastradh
2016-04-12Use only the low 32 bits of the bar object's vma offset as intended.riastradh
2016-04-04We don't need this in /current because packet processing does not happen inchristos
2016-04-03Comment out the mutex calls that protect against concurrent configurationchristos
2016-04-02Take a stab at implementing drm_idlelock_take/release.riastradh
2016-04-02Need to specify mmap_object operation here!riastradh
2016-03-26Make the softfloat variant compilemartin
2016-03-25No CRT_HAS_128BIT for pcc, which lacks attribute((mode(TI))).riastradh
2016-03-17Fix matching of ICMP queries when NAT'd through IPFkhorben
2016-03-06Non-x86 doesn't have AGP. This should really be handled by config logic.mlelstv
2016-03-05Make agp_i810 also depend on agp so that a 'no agp' build is possible.mlelstv
2016-03-04Fix infinite recursion caused by gcc lossage.christos
2016-02-27Add lint bits.christos
2016-02-27Synchronise with new components we are currently not interested in.joerg
2016-02-27Merge compiler-rt-259194.joerg
2016-02-27Import compiler-rt r259194. Primary changes are better support forjoerg
2016-02-25Missed this file in the linux_work move.skrll
2016-02-24Reduce diff to upstream by usingskrll
2016-02-24Trailing whitespaceskrll