summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Rule memory garbage collecting in new pf scans only states that are onglebius2012-12-061-5/+7
* | Close possible races between state deletion and sent being sent outglebius2012-12-061-3/+4
* | Remove extra PFSYNC_LOCK() in pfsync_bulk_update() which lead to lockglebius2012-12-061-2/+0
* | Revert erroneous r242693. A state may have PFTM_UNLINKED being on theglebius2012-12-061-10/+0
* | Eliminate superfluous code.davidxu2012-12-061-1/+0
* | Add the Programmer Dvorak Keyboard Layouteadler2012-12-063-2/+121
* | Change the default to 'cru' for speed reasons.eadler2012-12-061-1/+1
* | Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS ineadler2012-12-0627-52/+55
* | Prefer the use of initalizer lists to ctor assignment.eadler2012-12-062-3/+2
* | Avoid the creation of a temporary object by using the prefix operatoreadler2012-12-061-9/+9
* | Constify where possibleeadler2012-12-062-7/+7
* | Fixup r243901:attilio2012-12-051-9/+12
* | Don't write-back the cachelines if we really just want to invalidate them.cognet2012-12-051-1/+1
* | Fix an old bug in devd, where it uses std::sort() to sort the variousdim2012-12-051-1/+1
* | remove redundant yyparse declarationsbapt2012-12-053-3/+0
* | Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothingjimharris2012-12-051-13/+15
* | - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-056-121/+73
* | The softclock_call_cc() is executing with the callout already removedkib2012-12-051-29/+32
* | Check for lockmgr recursion in case of disown and downgrade and panicattilio2012-12-051-2/+19
* | Use Bernard Baruch's full name.eadler2012-12-051-2/+2
* | Simplify string duplication: use strdup instead of malloc + strcpyeadler2012-12-051-6/+5
* | Avoid overflowing the file buffereadler2012-12-051-1/+1
* | Use strdup instead of malloc + strcpyeadler2012-12-051-6/+4
* | Avoid overflow of file buffereadler2012-12-051-1/+1
* | Remove useless check for NULL prior to free.eadler2012-12-052-4/+2
* | Remove hack to emulate effective uid and just use the EUID's name in theeadler2012-12-052-8/+2
* | Remove pointless check for the existence of /usr/bin/less which existseadler2012-12-051-13/+1
* | Add ability to mergemaster to permit the user to typeeadler2012-12-051-0/+5
* | Connect organization.dot to the buildeadler2012-12-051-1/+2
* | if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records andbapt2012-12-054-9/+222
* | Mechanically substitute flags from historic mbuf allocator withglebius2012-12-05178-593/+582
* | Remove dead code that clang refuses to compile.rpaulo2012-12-051-10/+0
* | Fix a race between kern_setitimer() and realitexpire(), where thekib2012-12-043-5/+2
* | Do not allocate buffer of the 255 bytes length on the stack.kib2012-12-041-3/+6
* | Fix fallout from r243019, which broke parsing of shortened networkglebius2012-12-041-0/+7
* | - Fix LOR in sa6_recoverscope() in rt_msg2()[1].hrs2012-12-043-41/+45
* | libc: Use the new 'e' fopen() mode option to simplify fstab.c.jilles2012-12-041-11/+1
* | Use absolute path for /usr/libexec/ld-elf.so.1 symlink.pjd2012-12-041-2/+2
* | Fix typo.kib2012-12-041-1/+1
* | Do not change entire BINDIR, it might be needed later, just changepjd2012-12-041-2/+2
* | Change /usr/libexec/ld-elf.so.1 to point at ../../libexec/ld-elf.so.1pjd2012-12-041-1/+1
* | Flush stdout after RTM_IFANNOUNCE message.glebius2012-12-041-0/+1
* | No need to be root when running with -t or -d.glebius2012-12-041-2/+2
* | Document that bind(2) can fail with EAFNOSUPPORT.kevlo2012-12-041-0/+2
* | Mechanically substitute flags from historic mbuf allocator withglebius2012-12-04133-389/+389
* | Remove superfluous paragraph macro.joel2012-12-041-1/+0
* | Remove snapshots.jp.freebsd.org. It stopped working years ago.joel2012-12-041-1/+0
* | replace bit shifting loop with 1<<fls(n), improve comments.alfred2012-12-041-6/+4
* | - Move EXAMPLES descriptions to before the actual commandbdrewery2012-12-041-12/+9
* | Fix typos in the previous commit.jkim2012-12-041-2/+2
OpenPOWER on IntegriCloud