index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Recognize "--" as end of options in alias builtin.
jilles
2013-08-25
2
-3
/
+9
*
drm: Import drm_pcie_get_speed_cap_mask() in drm_pci.c
dumbbell
2013-08-25
2
-0
/
+67
*
Add the frame information to cpu_switch to allow us to unwind out of it,
andrew
2013-08-25
1
-0
/
+5
*
Add the unwind information to irq_entry so we can pass through it when
andrew
2013-08-25
1
-0
/
+1
*
Bump FreeBSD_version after the struct mbuf changes in r254780,
andre
2013-08-25
1
-1
/
+1
*
sh: Disallow empty simple commands.
jilles
2013-08-25
2
-8
/
+7
*
Give (*ext_free) an int return value allowing for very sophisticated
andre
2013-08-25
16
-39
/
+53
*
drm: Import list_for_each_entry_safe_from() macro
dumbbell
2013-08-25
1
-0
/
+5
*
drm: Use DRM_IF_MAJOR & DRM_IF_MINOR from drm_core.h
dumbbell
2013-08-25
1
-4
/
+1
*
drm: In drm_gem_name_create(), verify argument before acquiring lock
dumbbell
2013-08-25
1
-3
/
+3
*
drm: Call "gem_close_object" driver callback from drm_gem_object_release_hand...
dumbbell
2013-08-25
1
-1
/
+9
*
drm: Support gem_open_object() and gem_close_object() callbacks
dumbbell
2013-08-25
2
-4
/
+22
*
drm: Fix typo in KASSERT message: s/Dandling/Dangling/
dumbbell
2013-08-25
1
-1
/
+1
*
For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits.
andre
2013-08-25
2
-2
/
+2
*
drm: Import Linux commit cd004b3f4cd4169815c82bf9e424fda06978898a
dumbbell
2013-08-25
1
-1
/
+14
*
Change m->pkthdr.header to m->pkthdr.PH_loc.ptr after r254804
andre
2013-08-25
1
-2
/
+2
*
Remove unnecessary setup of the m->pkthdr.header pointer.
andre
2013-08-25
2
-2
/
+0
*
Adjust socow_iodone() after r254799.
andre
2013-08-25
1
-2
/
+2
*
Export a PERIODIC environment variable from periodic(8). This will
jlh
2013-08-25
1
-0
/
+1
*
Bugfix: The endpoint profile should only be checked in device mode when
hselasky
2013-08-25
2
-15
/
+17
*
Move daily_status_security_noamd next to 200.chkmounts's variables.
jlh
2013-08-25
1
-1
/
+1
*
Remove EOL whitespace.
joel
2013-08-25
1
-1
/
+1
*
mdoc fixes.
joel
2013-08-25
1
-1
/
+2
*
Update the MEM_UOP_RETIRED PMC operation for sandy bridge and sandy
adrian
2013-08-25
2
-24
/
+35
*
Remove the #ifdef OFED from the 20 byte mac in struct llentry.
alfred
2013-08-25
1
-2
/
+0
*
drm: In drm_mmap_single, try ttm_bo_mmap_single() before drm_gem_mmap_single()
dumbbell
2013-08-25
2
-5
/
+5
*
drm: Fix cleanup if device initialization fails
dumbbell
2013-08-25
1
-3
/
+19
*
drm: Use driver-provided "use_msi" callback to determine if MSI is blacklisted
dumbbell
2013-08-25
2
-10
/
+24
*
drm: Don't delete already deleted iicbus child from drm_iic_dp_aux
dumbbell
2013-08-24
1
-17
/
+1
*
drm: Move definition of EREMOTEIO to drmP.h
dumbbell
2013-08-24
2
-3
/
+5
*
drm: Import drm_dp_helper.c from Linux 3.8-rc3
dumbbell
2013-08-24
4
-11
/
+268
*
Fix BUGS section after botched modify in r254772.
andre
2013-08-24
1
-2
/
+1
*
After r254779 "error" must always be present in mb_ctor_pack(),
andre
2013-08-24
1
-4
/
+1
*
Rename the kld_unload event handler to kld_unload_try, and add a new
markj
2013-08-24
9
-98
/
+84
*
Remove unused m_free_fast(). The difference to m_free() is only
andre
2013-08-24
2
-14
/
+1
*
Set things up so that linker_file_lookup_set() is always called with the
markj
2013-08-24
1
-12
/
+20
*
Remove the kld lock macros and just use the sx(9) API. Add locking in
markj
2013-08-24
1
-67
/
+62
*
Do not use "Enable Implied Seek" on enhanced floppy controllers. This
joerg
2013-08-24
1
-8
/
+3
*
Remove some code that has been commented out since it was added in 2000.
markj
2013-08-24
1
-20
/
+0
*
Compact m_hdr by packing the type and flags fields into one uint32_t.
andre
2013-08-24
1
-12
/
+22
*
sh: Reject ++ and -- in arithmetic.
jilles
2013-08-24
2
-0
/
+10
*
Add mtodo(m, o) macro taking an additional offset into the mbuf data section.
andre
2013-08-24
1
-0
/
+2
*
Restructure the mbuf pkthdr to make it fit for upcoming capabilities and
andre
2013-08-24
15
-102
/
+173
*
Change local variable tso_segsz to tsosegsz to avoid mbuf.h macro conflicts.
andre
2013-08-24
2
-13
/
+13
*
Fix a printf format warning on 32-bit mips and powerpc.
ken
2013-08-24
1
-2
/
+2
*
Remove unnecessary setup of the m->pkthdr.header pointer.
andre
2013-08-24
2
-2
/
+0
*
Add an mbuf pointer parameter to (*ext_free) to give the external
andre
2013-08-24
11
-23
/
+23
*
drm: Fix leak of connector->edid_blob_ptr
dumbbell
2013-08-24
1
-0
/
+5
*
drm: Const'ify the 1st "drm_display_mode" passed to "mode_fixup" callbacks
dumbbell
2013-08-24
11
-15
/
+15
*
drm/i915: Import Linux commit 71244653a8fb0f46bc12ae421f1d5f72af6a75da
dumbbell
2013-08-24
1
-7
/
+2
[next]