summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Simplify TAILQ usage and avoid additional memory allocations.glebius2013-03-052-87/+30
| | * | | | | | | | Only set the barrier flag if the feature was negotiatedbryanv2013-03-051-8/+41
| | * | | | | | | | Fix a small, but important bug, a task drain was mistakenlyjfv2013-03-041-1/+1
| | * | | | | | | | First, sync to internal shared code, and thenjfv2013-03-0419-292/+1005
| | * | | | | | | | - Bump __FreeBSD_version after recent callout(9) changes.davide2013-03-042-1/+7
| | * | | | | | | | Fix assertion failure when using userland DTrace probes fromgibbs2013-03-041-2/+7
| | * | | | | | | | Complete r247813:davide2013-03-041-8/+8
| | * | | | | | | | Add quirk to enable headphones redirection on Lenovo X220.mav2013-03-042-0/+8
| | * | | | | | | | Re-enable CTL in GENERIC on i386 and amd64, but turn on the CTL disableken2013-03-045-2/+24
| | * | | | | | | | Use C99 'bool' rather than Machish 'boolean_t'.davide2013-03-041-2/+2
| | * | | | | | | | MFcalloutng:davide2013-03-046-15/+136
| | * | | | | | | | Do not suddenly fail on some rulesets if -n (syntax check only) is specifiedmelifaro2013-03-041-4/+13
| | * | | | | | | | Merge upstream r634:646: correctly parse mixed quoted / unquoted text.des2013-03-043-12/+22
| | * | | | | | | | MFcalloutng:davide2013-03-041-53/+29
| | * | | | | | | | MFcalloutng:davide2013-03-041-47/+36
| | * | | | | | | | MFcalloutng (r244251 with minor changes):davide2013-03-041-3/+6
| | * | | | | | | | MFcalloutng (r236314 by mav):davide2013-03-041-3/+4
| | * | | | | | | | MFcalloutng (r244255 by mav, with minor changes):davide2013-03-041-12/+11
| | * | | | | | | | MFcalloutng:davide2013-03-041-23/+23
| | * | | | | | | | Fix build with DIAGNOSTIC/CALLOUT_PROFILING options turned on.davide2013-03-041-9/+9
| | * | | | | | | | MFcalloutng (r244249, r244306 by mav):davide2013-03-042-28/+32
| | * | | | | | | | Modernize some portions of the ports man page.eadler2013-03-041-12/+2
* | | | | | | | | | Improve comments.attilio2013-03-071-9/+9
* | | | | | | | | | Merge from vmcontentionattilio2013-03-04215-606/+77522
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | MFCattilio2013-03-04216-609/+77527
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Merge from vmcontention:attilio2013-03-041-4/+5
| | * | | | | | | | MFcalloutng:davide2013-03-045-35/+54
| | * | | | | | | | MFcalloutng:davide2013-03-042-15/+26
| | * | | | | | | | Style fix: remove useless braces. Sorry, my bad.davide2013-03-041-1/+1
| | * | | | | | | | MFcalloutng:davide2013-03-042-3/+8
| | * | | | | | | | Fix VERBOSE reporting on results when removing _PATH_LOCALTIME for UTC option.dteske2013-03-041-0/+5
| | * | | | | | | | Import libyaml as libbsdyml (private brand name)bapt2013-03-04180-0/+76486
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Import libyaml 0.1.4 into vendorbapt2013-03-03175-0/+76377
| | | / / / / / / /
| | * | | | | | | | MFcalloutng (r244355):davide2013-03-042-12/+4
| | * | | | | | | | - Make callout(9) tickless, relying on eventtimers(4) as backend fordavide2013-03-0412-505/+893
| | * | | | | | | | If we're using a PIPT L2 cache, only merge 2 segments if both the virtualcognet2013-03-041-0/+3
| | * | | | | | | | add a method to set/clear the VMF field in the TX descriptor.adrian2013-03-045-2/+19
| | * | | | | | | | Remove check for NULL prior to free(9) and m_freem(9).eadler2013-03-043-10/+5
| | * | | | | | | | devd: Correct typo in comment.eadler2013-03-041-1/+1
| | * | | | | | | | devd: Use simpler dst += *x instead of str.append(x, 1).eadler2013-03-041-6/+6
| | * | | | | | | | devd: Use string::empty() instea of string::length() == 0.eadler2013-03-041-1/+1
| | * | | | | | | | devd: Remove unnecessary empty default constructors.eadler2013-03-041-2/+0
| | * | | | | | | | devd: Remove empty virtual destructor from class, which has noch subclasses.eadler2013-03-041-1/+0
| | * | | | | | | | devd: Avoid unnecessary temporary objects (and simplify the code) when handli...eadler2013-03-041-3/+3
| | * | | | | | | | devd: Use the standard constructor of std::string instead of string("").eadler2013-03-041-1/+1
| | * | | | | | | | devd: Simplify while (1) { if (x) break; } to while (!x) {}.eadler2013-03-041-3/+1
| | * | | | | | | | devd: Remove call to _exit() from signal handler, which also sets a stop flag.eadler2013-03-041-1/+0
| | * | | | | | | | devd: Use volatile sig_atomic_t for the flag set by a signal handler.eadler2013-03-041-2/+2
| | * | | | | | | | Fix typo ('1' != 'l')eadler2013-03-041-1/+1
| | * | | | | | | | Due to calendar(1)'s abuse of the C preprocessor "unix" gets expanded toeadler2013-03-041-0/+1
OpenPOWER on IntegriCloud