| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix string buffer overflow when preparing the line of output. | kib | 2012-04-18 | 1 | -2/+2 |
* | Some improvements to GEOM MULTIPATH: | mav | 2012-04-18 | 3 | -29/+140 |
* | Alike to SCSI make adaclose() to not return error if device gone. | mav | 2012-04-18 | 1 | -3/+2 |
* | Fix typo in ".PATH" | pluknet | 2012-04-18 | 1 | -1/+1 |
* | Remove KASSERTS, they do not add any value here since the pointer is about to | thompsa | 2012-04-18 | 1 | -6/+2 |
* | Import jemalloc b57d3ec571c6551231be62b7bf92c084a8c8291c (dev branch, | jasone | 2012-04-17 | 7 | -18/+66 |
* | Drop export of vdestroy() function from kern/vfs_subr.c as it is | mckusick | 2012-04-17 | 2 | -103/+85 |
* | Update directions on how to disable malloc debugging. | jasone | 2012-04-17 | 1 | -2/+4 |
* | Add an UPDATING entry for the contrib/jemalloc import. | jasone | 2012-04-17 | 1 | -0/+9 |
* | Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL. | mckusick | 2012-04-17 | 15 | -212/+178 |
* | Fix bug where NFSv4 ACL enforcement code wouldn't unconditionally | trasz | 2012-04-17 | 1 | -0/+3 |
* | Stop treating system processes as special. This fixes panics | trasz | 2012-04-17 | 2 | -48/+1 |
* | Fix panic, triggered like this: "int main() { thr_exit(); }" | trasz | 2012-04-17 | 1 | -1/+1 |
* | Enforce upper bound on the input buffer length. | trasz | 2012-04-17 | 1 | -0/+3 |
* | Add some more SCSI mode pages from SPC-4 spec. | mav | 2012-04-17 | 1 | -1/+24 |
* | Fix panic at boot with SD/MMC readers with no media present, introduced | trasz | 2012-04-17 | 1 | -1/+3 |
* | Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, | jasone | 2012-04-17 | 72 | -7185/+19016 |
* | Run the fatal proc as a proc, rather than where it currently is. | adrian | 2012-04-17 | 2 | -1/+3 |
* | Fix the RX free list locking creation and destruction to be consistent | adrian | 2012-04-17 | 1 | -2/+8 |
* | Add missing #include | adrian | 2012-04-17 | 1 | -0/+1 |
* | Style(9) and white space fixes. | adrian | 2012-04-17 | 1 | -31/+26 |
* | Protect the PCI space registers behind a mutex. | adrian | 2012-04-17 | 1 | -1/+22 |
* | Add x2apic MSR definitions | grehan | 2012-04-17 | 1 | -1/+35 |
* | Fix a Clang warning. | jkim | 2012-04-16 | 1 | -1/+1 |
* | Regen for r234359. | jkim | 2012-04-16 | 10 | -14/+14 |
* | Correct an argument type of iopl syscall for Linuxulator. This also fixes | jkim | 2012-04-16 | 2 | -2/+2 |
* | Regen for r234357. | jkim | 2012-04-16 | 10 | -62/+32 |
* | Correct arguments of stat64, fstat64 and lstat64 syscalls for Linuxulator. | jkim | 2012-04-16 | 2 | -12/+12 |
* | Work around an issue on 32-bit PowerPC, where clang executable can get | dim | 2012-04-16 | 3 | -1/+9 |
* | Bump __FreeBSD_version due to the import of a new clang 3.1 prerelease | dim | 2012-04-16 | 1 | -1/+1 |
* | Regen for r234352. | jkim | 2012-04-16 | 10 | -20/+54 |
*-. | Upgrade our copy of llvm/clang to trunk r154661, in preparation of the | dim | 2012-04-16 | 2267 | -121373/+249085 |
|\ \ |
|
| | * | Vendor import of clang trunk r154661: | dim | 2012-04-14 | 2685 | -52286/+181022 |
| | * | Vendor import of clang 3.0 final release: | dim | 2011-12-09 | 37 | -882/+1113 |
| * | | Vendor import of llvm trunk r154661: | dim | 2012-04-14 | 3870 | -103774/+237477 |
* | | | - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27 | jkim | 2012-04-16 | 8 | -49/+72 |
* | | | - Use _PATH_TMP instead of hardcoded /tmp | bapt | 2012-04-16 | 2 | -95/+100 |
* | | | - When interrupt is not requested for VM86 call, make a fake exit point and | jkim | 2012-04-16 | 1 | -9/+14 |
* | | | Sync with Bryan Venteicher's virtio git repo: | grehan | 2012-04-16 | 1 | -1/+3 |
* | | | Turn on PREEMPTION by default. After fixing several bugs over time, the | marius | 2012-04-16 | 1 | -1/+1 |
* | | | Sync tmpfs_chflags() with the recent changes to UFS: | jh | 2012-04-16 | 1 | -13/+13 |
* | | | tmpfs: Allow update mounts only for certain options. | jh | 2012-04-16 | 2 | -6/+15 |
* | | | VMware environment is frequent nowadays. Add VMFS id. | marck | 2012-04-16 | 1 | -0/+1 |
* | | | Add myself to committers-ports | sperber | 2012-04-16 | 1 | -0/+5 |
* | | | When we receive an ICMP unreach need fragmentation datagram, we take | glebius | 2012-04-16 | 4 | -19/+32 |
* | | | #include <net/vnet.h> is no longer needed here. | zec | 2012-04-16 | 1 | -1/+0 |
* | | | zfsboot: honor -q if it's present in boot.config | avg | 2012-04-16 | 1 | -2/+8 |
* | | | intpm: add ATI IXP400 pci id | avg | 2012-04-16 | 1 | -0/+3 |
* | | | Replace the C implementation of __aeabi_read_tp with an assembly version. | andrew | 2012-04-16 | 4 | -14/+16 |
* | | | Fix typo miror -> mirror | mm | 2012-04-16 | 1 | -1/+1 |