summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sh: Recognize "--" as end of options in alias builtin.jilles2013-08-252-3/+9
* drm: Import drm_pcie_get_speed_cap_mask() in drm_pci.cdumbbell2013-08-252-0/+67
* Add the frame information to cpu_switch to allow us to unwind out of it,andrew2013-08-251-0/+5
* Add the unwind information to irq_entry so we can pass through it whenandrew2013-08-251-0/+1
* Bump FreeBSD_version after the struct mbuf changes in r254780,andre2013-08-251-1/+1
* sh: Disallow empty simple commands.jilles2013-08-252-8/+7
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-2516-39/+53
* drm: Import list_for_each_entry_safe_from() macrodumbbell2013-08-251-0/+5
* drm: Use DRM_IF_MAJOR & DRM_IF_MINOR from drm_core.hdumbbell2013-08-251-4/+1
* drm: In drm_gem_name_create(), verify argument before acquiring lockdumbbell2013-08-251-3/+3
* drm: Call "gem_close_object" driver callback from drm_gem_object_release_hand...dumbbell2013-08-251-1/+9
* drm: Support gem_open_object() and gem_close_object() callbacksdumbbell2013-08-252-4/+22
* drm: Fix typo in KASSERT message: s/Dandling/Dangling/dumbbell2013-08-251-1/+1
* For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits.andre2013-08-252-2/+2
* drm: Import Linux commit cd004b3f4cd4169815c82bf9e424fda06978898adumbbell2013-08-251-1/+14
* Change m->pkthdr.header to m->pkthdr.PH_loc.ptr after r254804andre2013-08-251-2/+2
* Remove unnecessary setup of the m->pkthdr.header pointer.andre2013-08-252-2/+0
* Adjust socow_iodone() after r254799.andre2013-08-251-2/+2
* Export a PERIODIC environment variable from periodic(8). This willjlh2013-08-251-0/+1
* Bugfix: The endpoint profile should only be checked in device mode whenhselasky2013-08-252-15/+17
* Move daily_status_security_noamd next to 200.chkmounts's variables.jlh2013-08-251-1/+1
* Remove EOL whitespace.joel2013-08-251-1/+1
* mdoc fixes.joel2013-08-251-1/+2
* Update the MEM_UOP_RETIRED PMC operation for sandy bridge and sandyadrian2013-08-252-24/+35
* Remove the #ifdef OFED from the 20 byte mac in struct llentry.alfred2013-08-251-2/+0
* drm: In drm_mmap_single, try ttm_bo_mmap_single() before drm_gem_mmap_single()dumbbell2013-08-252-5/+5
* drm: Fix cleanup if device initialization failsdumbbell2013-08-251-3/+19
* drm: Use driver-provided "use_msi" callback to determine if MSI is blacklisteddumbbell2013-08-252-10/+24
* drm: Don't delete already deleted iicbus child from drm_iic_dp_auxdumbbell2013-08-241-17/+1
* drm: Move definition of EREMOTEIO to drmP.hdumbbell2013-08-242-3/+5
* drm: Import drm_dp_helper.c from Linux 3.8-rc3dumbbell2013-08-244-11/+268
* Fix BUGS section after botched modify in r254772.andre2013-08-241-2/+1
* After r254779 "error" must always be present in mb_ctor_pack(),andre2013-08-241-4/+1
* Rename the kld_unload event handler to kld_unload_try, and add a newmarkj2013-08-249-98/+84
* Remove unused m_free_fast(). The difference to m_free() is onlyandre2013-08-242-14/+1
* Set things up so that linker_file_lookup_set() is always called with themarkj2013-08-241-12/+20
* Remove the kld lock macros and just use the sx(9) API. Add locking inmarkj2013-08-241-67/+62
* Do not use "Enable Implied Seek" on enhanced floppy controllers. Thisjoerg2013-08-241-8/+3
* Remove some code that has been commented out since it was added in 2000.markj2013-08-241-20/+0
* Compact m_hdr by packing the type and flags fields into one uint32_t.andre2013-08-241-12/+22
* sh: Reject ++ and -- in arithmetic.jilles2013-08-242-0/+10
* Add mtodo(m, o) macro taking an additional offset into the mbuf data section.andre2013-08-241-0/+2
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-2415-102/+173
* Change local variable tso_segsz to tsosegsz to avoid mbuf.h macro conflicts.andre2013-08-242-13/+13
* Fix a printf format warning on 32-bit mips and powerpc.ken2013-08-241-2/+2
* Remove unnecessary setup of the m->pkthdr.header pointer.andre2013-08-242-2/+0
* Add an mbuf pointer parameter to (*ext_free) to give the externalandre2013-08-2411-23/+23
* drm: Fix leak of connector->edid_blob_ptrdumbbell2013-08-241-0/+5
* drm: Const'ify the 1st "drm_display_mode" passed to "mode_fixup" callbacksdumbbell2013-08-2411-15/+15
* drm/i915: Import Linux commit 71244653a8fb0f46bc12ae421f1d5f72af6a75dadumbbell2013-08-241-7/+2
OpenPOWER on IntegriCloud