| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make it possible to do "iscsictl -Rt xxx -p yyy", to remove a session | trasz | 2014-11-15 | 1 | -7/+2 |
* | Whitespace and comment tweaks, no functional changes. | ian | 2014-11-15 | 1 | -17/+21 |
* | Add a test for locking and unlocking user accounts | brd | 2014-11-15 | 2 | -1/+23 |
* | When doing busdma sync ops for BUSDMA_COHERENT memory, there is no need | ian | 2014-11-15 | 1 | -1/+11 |
* | MFi386: r274398 | nyan | 2014-11-15 | 1 | -7/+7 |
* | Use the standard powerof2() macro from param.h instead of a local one. | ian | 2014-11-15 | 1 | -4/+2 |
* | Convert the callouts back to using mutexes. | adrian | 2014-11-15 | 1 | -10/+4 |
* | Remove mostly obsolete hint to disable LAPIC timers. | mav | 2014-11-14 | 1 | -12/+4 |
* | Automate options INET/INET6 turning into MK_$opt_SUPPORT | imp | 2014-11-14 | 2 | -7/+12 |
* | Cleanup trailing newlines noticed while looking for other issues. | imp | 2014-11-14 | 7 | -14/+0 |
* | Reference uefi(8) from i386 boot(8) | emaste | 2014-11-14 | 1 | -2/+8 |
* | Use ${SYSDIR} as the reference pointer instead of specifying relative path di... | delphij | 2014-11-14 | 1 | -1/+1 |
* | Even better indent struct pagerops. | glebius | 2014-11-14 | 1 | -6/+6 |
* | Constantly indent struct pagerops. | glebius | 2014-11-14 | 1 | -7/+7 |
* | sh(1): Add/improve information about exit status of commands. | jilles | 2014-11-14 | 1 | -10/+24 |
* | - Use NULL to compare a pointer. | glebius | 2014-11-14 | 1 | -4/+2 |
* | Merge from projects/sendfile: | glebius | 2014-11-14 | 1 | -3/+1 |
* | Add OBJDUMP to sys.mk. The EFI loader uses it however without this it can | andrew | 2014-11-14 | 1 | -0/+2 |
* | Fix mdoc warning. | trasz | 2014-11-14 | 1 | -0/+1 |
* | In vfs_write_suspend_umnt(), if suspension cannot be established, do | kib | 2014-11-14 | 1 | -1/+3 |
* | Fix mdoc warning by removing empty lines. | trasz | 2014-11-14 | 2 | -2/+0 |
* | Add missing commas to .Xr. | trasz | 2014-11-14 | 1 | -3/+3 |
* | There should not be zero length mbufs in socket buffers. The code comes | glebius | 2014-11-14 | 1 | -7/+0 |
* | Migrate the callouts from using mutex locks to being mpsafe with | adrian | 2014-11-14 | 1 | -9/+23 |
* | Correct a typo to fix chown(2). It was broken since r274476. | jkim | 2014-11-13 | 1 | -1/+1 |
* | Add more static binaries to the native-xtools target. These help speed | sbruno | 2014-11-13 | 1 | -0/+11 |
* | Extend earlier addition of stack frames to most of support.S. This makes | scottl | 2014-11-13 | 2 | -4/+61 |
* | - Use the existing driver lock in cdevsw methods and remove D_NEEDGIANT. | jhb | 2014-11-13 | 3 | -33/+21 |
* | Lock iir(4) and mark it MPSAFE. | jhb | 2014-11-13 | 4 | -373/+253 |
* | filedesc: oops.. commit missing change to filedesc.h | mjg | 2014-11-13 | 1 | -1/+1 |
* | Fix typo in ARM GIC device_printf() | zbb | 2014-11-13 | 1 | -1/+1 |
* | The fix imported into llvm in r274442 contains some C++11 constructs, | dim | 2014-11-13 | 2 | -2/+75 |
* | filedesc: fixup fdinit to lock fdp and preapare files conditinally | mjg | 2014-11-13 | 3 | -9/+13 |
* | Drop mention of ISA cards. Note that I have no idea what to cull from the | jhb | 2014-11-13 | 1 | -4/+1 |
* | Remove dpt_isa.c and commented out references to it. It was never connected | jhb | 2014-11-13 | 2 | -269/+0 |
* | Remove reference to sys/dev/dpt/dpt_control.c. It was removed back in 2001 a... | jhb | 2014-11-13 | 1 | -1/+0 |
* | Fix assertion, &uc->uc_busy is never zero, the intent is to test the | kib | 2014-11-13 | 1 | -2/+1 |
* | Fix check for vendor-specific peripheral qualifier. | mav | 2014-11-13 | 1 | -1/+1 |
* | Remove the no-at variants of the kern_xx() syscall helpers. E.g., we | kib | 2014-11-13 | 23 | -326/+185 |
* | Regen test cases for yacc(1) after r274460. YYINT is int now. | jkim | 2014-11-13 | 29 | -29/+29 |
* | Do not try to dereference thread pointer when the value is not a pointer. | kib | 2014-11-13 | 1 | -3/+8 |
* | Remove fossil. It has been present in 4.4Lite2, but its use was | kib | 2014-11-13 | 1 | -5/+0 |
* | Bump FreeBSD_version for r274462 - add ppoll() system call. | dchagin | 2014-11-13 | 1 | -1/+1 |
* | Count statistics for the specific address family. | ae | 2014-11-13 | 1 | -1/+2 |
* | Strip IP header only when we act in tunnel mode. | ae | 2014-11-13 | 1 | -29/+30 |
* | Remove redundant ip6_plen initialization. | ae | 2014-11-13 | 1 | -3/+0 |
* | Regen for r274462. | dchagin | 2014-11-13 | 11 | -12/+103 |
* | Add the ppoll() system call. | dchagin | 2014-11-13 | 9 | -35/+220 |
* | iw_cxgbe: don't forget to close the socket in c4iw_connect if soconnect | np | 2014-11-13 | 1 | -1/+3 |
* | Increase MAXTABLE to the maxmimum possible value. The default value is too | jkim | 2014-11-13 | 1 | -3/+4 |