summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | - When interrupt is not requested for VM86 call, make a fake exit point andjkim2012-04-161-9/+14
* | | Sync with Bryan Venteicher's virtio git repo:grehan2012-04-161-1/+3
* | | Turn on PREEMPTION by default. After fixing several bugs over time, themarius2012-04-161-1/+1
* | | Sync tmpfs_chflags() with the recent changes to UFS:jh2012-04-161-13/+13
* | | tmpfs: Allow update mounts only for certain options.jh2012-04-162-6/+15
* | | VMware environment is frequent nowadays. Add VMFS id.marck2012-04-161-0/+1
* | | Add myself to committers-portssperber2012-04-161-0/+5
* | | When we receive an ICMP unreach need fragmentation datagram, we takeglebius2012-04-164-19/+32
* | | #include <net/vnet.h> is no longer needed here.zec2012-04-161-1/+0
* | | zfsboot: honor -q if it's present in boot.configavg2012-04-161-2/+8
* | | intpm: add ATI IXP400 pci idavg2012-04-161-0/+3
* | | Replace the C implementation of __aeabi_read_tp with an assembly version.andrew2012-04-164-14/+16
* | | Fix typo miror -> mirrormm2012-04-161-1/+1
OpenPOWER on IntegriCloud