summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add my birth date/place to the calendar as new committer.dteske2012-04-181-0/+1
* Delete a no longer useful VNASSERT missed during changes in 234400.mckusick2012-04-181-2/+0
* Fix a memory leak of M_VNODE_MARKER introduced in 234386.mckusick2012-04-181-1/+1
* Add myself as a new committer.dteske2012-04-181-0/+2
* Compensate for the replacement of uart_cpu_{amd64|i386}.c withmarcel2012-04-181-4/+11
* Unbreak tinderbox.jpaetzel2012-04-183-27/+37
* Set SIGCANCEL to SIGTHR as part of some cleanup of DTrace code.gnn2012-04-181-1/+1
* o FreeBSD 8.3-RELEASE added.maxim2012-04-181-7/+9
* Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag becausejh2012-04-181-4/+1
* The part about exec atime no longer applies in the comment.jh2012-04-181-3/+2
* Style.trasz2012-04-181-2/+2
* Fix typo in commentthomas2012-04-181-1/+1
* VMware environments are not unusual now. Add VMware partitions recognitionmarck2012-04-186-0/+23
* Fix string buffer overflow when preparing the line of output.kib2012-04-181-2/+2
* Some improvements to GEOM MULTIPATH:mav2012-04-183-29/+140
* Alike to SCSI make adaclose() to not return error if device gone.mav2012-04-181-3/+2
* Fix typo in ".PATH"pluknet2012-04-181-1/+1
* Remove KASSERTS, they do not add any value here since the pointer is about tothompsa2012-04-181-6/+2
* Import jemalloc b57d3ec571c6551231be62b7bf92c084a8c8291c (dev branch,jasone2012-04-177-18/+66
* Drop export of vdestroy() function from kern/vfs_subr.c as it ismckusick2012-04-172-103/+85
* Update directions on how to disable malloc debugging.jasone2012-04-171-2/+4
* Add an UPDATING entry for the contrib/jemalloc import.jasone2012-04-171-0/+9
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-1715-212/+178
* Fix bug where NFSv4 ACL enforcement code wouldn't unconditionallytrasz2012-04-171-0/+3
* Stop treating system processes as special. This fixes panicstrasz2012-04-172-48/+1
* Fix panic, triggered like this: "int main() { thr_exit(); }"trasz2012-04-171-1/+1
* Enforce upper bound on the input buffer length.trasz2012-04-171-0/+3
* Add some more SCSI mode pages from SPC-4 spec.mav2012-04-171-1/+24
* Fix panic at boot with SD/MMC readers with no media present, introducedtrasz2012-04-171-1/+3
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,jasone2012-04-1772-7185/+19016
* Run the fatal proc as a proc, rather than where it currently is.adrian2012-04-172-1/+3
* Fix the RX free list locking creation and destruction to be consistentadrian2012-04-171-2/+8
* Add missing #includeadrian2012-04-171-0/+1
* Style(9) and white space fixes.adrian2012-04-171-31/+26
* Protect the PCI space registers behind a mutex.adrian2012-04-171-1/+22
* Add x2apic MSR definitionsgrehan2012-04-171-1/+35
* Fix a Clang warning.jkim2012-04-161-1/+1
* Regen for r234359.jkim2012-04-1610-14/+14
* Correct an argument type of iopl syscall for Linuxulator. This also fixesjkim2012-04-162-2/+2
* Regen for r234357.jkim2012-04-1610-62/+32
* Correct arguments of stat64, fstat64 and lstat64 syscalls for Linuxulator.jkim2012-04-162-12/+12
* Work around an issue on 32-bit PowerPC, where clang executable can getdim2012-04-163-1/+9
* Bump __FreeBSD_version due to the import of a new clang 3.1 prereleasedim2012-04-161-1/+1
* Regen for r234352.jkim2012-04-1610-20/+54
*-. Upgrade our copy of llvm/clang to trunk r154661, in preparation of thedim2012-04-162267-121373/+249085
|\ \
| | * Vendor import of clang trunk r154661:dim2012-04-142685-52286/+181022
| | * Vendor import of clang 3.0 final release:dim2011-12-0937-882/+1113
| * | Vendor import of llvm trunk r154661:dim2012-04-143870-103774/+237477
* | | - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27jkim2012-04-168-49/+72
* | | - Use _PATH_TMP instead of hardcoded /tmpbapt2012-04-162-95/+100
OpenPOWER on IntegriCloud