summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make it possible to do "iscsictl -Rt xxx -p yyy", to remove a sessiontrasz2014-11-151-7/+2
* Whitespace and comment tweaks, no functional changes.ian2014-11-151-17/+21
* Add a test for locking and unlocking user accountsbrd2014-11-152-1/+23
* When doing busdma sync ops for BUSDMA_COHERENT memory, there is no needian2014-11-151-1/+11
* MFi386: r274398nyan2014-11-151-7/+7
* Use the standard powerof2() macro from param.h instead of a local one.ian2014-11-151-4/+2
* Convert the callouts back to using mutexes.adrian2014-11-151-10/+4
* Remove mostly obsolete hint to disable LAPIC timers.mav2014-11-141-12/+4
* Automate options INET/INET6 turning into MK_$opt_SUPPORTimp2014-11-142-7/+12
* Cleanup trailing newlines noticed while looking for other issues.imp2014-11-147-14/+0
* Reference uefi(8) from i386 boot(8)emaste2014-11-141-2/+8
* Use ${SYSDIR} as the reference pointer instead of specifying relative path di...delphij2014-11-141-1/+1
* Even better indent struct pagerops.glebius2014-11-141-6/+6
* Constantly indent struct pagerops.glebius2014-11-141-7/+7
* sh(1): Add/improve information about exit status of commands.jilles2014-11-141-10/+24
* - Use NULL to compare a pointer.glebius2014-11-141-4/+2
* Merge from projects/sendfile:glebius2014-11-141-3/+1
* Add OBJDUMP to sys.mk. The EFI loader uses it however without this it canandrew2014-11-141-0/+2
* Fix mdoc warning.trasz2014-11-141-0/+1
* In vfs_write_suspend_umnt(), if suspension cannot be established, dokib2014-11-141-1/+3
* Fix mdoc warning by removing empty lines.trasz2014-11-142-2/+0
* Add missing commas to .Xr.trasz2014-11-141-3/+3
* There should not be zero length mbufs in socket buffers. The code comesglebius2014-11-141-7/+0
* Migrate the callouts from using mutex locks to being mpsafe withadrian2014-11-141-9/+23
* Correct a typo to fix chown(2). It was broken since r274476.jkim2014-11-131-1/+1
* Add more static binaries to the native-xtools target. These help speedsbruno2014-11-131-0/+11
* Extend earlier addition of stack frames to most of support.S. This makesscottl2014-11-132-4/+61
* - Use the existing driver lock in cdevsw methods and remove D_NEEDGIANT.jhb2014-11-133-33/+21
* Lock iir(4) and mark it MPSAFE.jhb2014-11-134-373/+253
* filedesc: oops.. commit missing change to filedesc.hmjg2014-11-131-1/+1
* Fix typo in ARM GIC device_printf()zbb2014-11-131-1/+1
* The fix imported into llvm in r274442 contains some C++11 constructs,dim2014-11-132-2/+75
* filedesc: fixup fdinit to lock fdp and preapare files conditinallymjg2014-11-133-9/+13
* Drop mention of ISA cards. Note that I have no idea what to cull from thejhb2014-11-131-4/+1
* Remove dpt_isa.c and commented out references to it. It was never connectedjhb2014-11-132-269/+0
* Remove reference to sys/dev/dpt/dpt_control.c. It was removed back in 2001 a...jhb2014-11-131-1/+0
* Fix assertion, &uc->uc_busy is never zero, the intent is to test thekib2014-11-131-2/+1
* Fix check for vendor-specific peripheral qualifier.mav2014-11-131-1/+1
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-1323-326/+185
* Regen test cases for yacc(1) after r274460. YYINT is int now.jkim2014-11-1329-29/+29
* Do not try to dereference thread pointer when the value is not a pointer.kib2014-11-131-3/+8
* Remove fossil. It has been present in 4.4Lite2, but its use waskib2014-11-131-5/+0
* Bump FreeBSD_version for r274462 - add ppoll() system call.dchagin2014-11-131-1/+1
* Count statistics for the specific address family.ae2014-11-131-1/+2
* Strip IP header only when we act in tunnel mode.ae2014-11-131-29/+30
* Remove redundant ip6_plen initialization.ae2014-11-131-3/+0
* Regen for r274462.dchagin2014-11-1311-12/+103
* Add the ppoll() system call.dchagin2014-11-139-35/+220
* iw_cxgbe: don't forget to close the socket in c4iw_connect if soconnectnp2014-11-131-1/+3
* Increase MAXTABLE to the maxmimum possible value. The default value is toojkim2014-11-131-3/+4
OpenPOWER on IntegriCloud