summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #ifdef out a printf on !NetBSD that causes the testcase to fail when comparingngie2014-11-161-0/+2
* Add pthread_np.h #include and initialize the pthread attribute on FreeBSDngie2014-11-161-0/+7
* Expect :pthread_detach to fail with EINVAL instead of ESRCH on FreeBSDngie2014-11-161-0/+4
* Only expect timeouts on powerpc with NetBSDngie2014-11-161-0/+12
* Use _exit instead of exit so the file descriptors aren't flushed twice in thengie2014-11-161-0/+8
* Only compare visitation counters if they've both been set for the currentmarkj2014-11-161-1/+1
* Remove an incorrect optimization. The type IDs of each member of a struct ormarkj2014-11-161-11/+3
* Fix a couple of bugs around the handling of structs and unions of size zero.markj2014-11-161-2/+8
* prevent doing filter ops locking for staticly compiled filter ops...jmg2014-11-162-17/+40
* MFV of 274557,tzdata{2014j}edwin2014-11-166-115/+121
* Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the defaultalc2014-11-156-50/+107
* Fix END()s for fueword and fueword64, match the name in END() withkib2014-11-151-2/+2
* Change LDFLAGS to LDADD in order to allow static builds. This is moresbruno2014-11-151-2/+4
* wpa_cli does not use libedit anymore since version 1.0bapt2014-11-151-3/+3
* 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
OpenPOWER on IntegriCloud