summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clarify hw.ti.%d.dac tunable.yongari2011-11-141-1/+1
* Document newly introduced a loader tunable and sysctl variables.yongari2011-11-141-1/+88
* Overhaul bus_dma(9) usage in driver:yongari2011-11-142-403/+604
* - add my co-mentorsrm2011-11-141-0/+2
* Temporary revert r227009 to fix freeze on UP systems without PREEMPTION.mav2011-11-141-27/+12
* Export sysctl node for various interrupt moderation parameters andyongari2011-11-141-14/+62
* Add DTS for the Freescale P1020RDB.marcel2011-11-141-0/+627
* Finish making 'wcommitsize' an NFS client mount option.jhb2011-11-144-2/+31
* Add DTS for the Freescale P3041DS.marcel2011-11-141-0/+753
* It's bad idea to allocate large memory, 4KB, from stack.yongari2011-11-142-29/+35
* Sync with the old NFS client: Remove an obsolete comment.jhb2011-11-141-2/+0
* Remove a few bits of FreeBSD 2.x compatibility code.rmh2011-11-143-10/+3
* - Split out a kern_posix_fadvise() from the posix_fadvise() system call sojhb2011-11-143-37/+39
* mdoc fix for r227499.andre2011-11-141-1/+2
* Remove mention of ss_fltsz and ss_fltsz_local which were retired in r226447.andre2011-11-141-18/+1
* Note the ip_len bug fixed in r226105 in the BUGS section.andre2011-11-141-1/+7
* Import upstream changesets for the output of the "zpool" command:mm2011-11-141-4/+41
* Constify args to copyiniov and copyinuio.alfred2011-11-142-4/+4
* Since NFSv4 byte range locking only works for regular files,rmacklem2011-11-141-0/+2
* Move the assignment of default values for some mount optionsrmacklem2011-11-131-3/+9
* - new sentence should start on new line.eadler2011-11-131-2/+2
* Hide some more macros that will break C++ when compiling in C++ mode.theraven2011-11-131-1/+3
* - fix duplicate "a a" in some commentseadler2011-11-138-8/+8
* - add "check" option to MD5 and friends to compare files against known hash.eadler2011-11-132-8/+40
* The spec says that FILE must be defined in wchar.h, but it wasn't. Ittheraven2011-11-132-20/+28
* Don't copy uninitialized memory. Also simplify the comparisontuexen2011-11-131-15/+5
* To limit amount of the kernel memory allocated, and to optimize thekib2011-11-131-3/+63
* Fix spelling of extract.alfred2011-11-131-2/+2
* Utilize shell's IFS instead of forking ~6 processes toalfred2011-11-131-48/+70
* The default setting, daily_accounting_compress="NO", was causingdougb2011-11-131-6/+12
* Return the correct value for the IPV6_MULTICAST_HOPS getsockopt() call.bz2011-11-131-1/+1
* Revert 227466:gjb2011-11-131-4/+0
* Bump date.adrian2011-11-121-1/+1
* Fix kernel build breakage after r227475. I had forgotten kernels aredim2011-11-121-8/+8
* Add documentation for the new quiet time IE options.adrian2011-11-121-0/+32
* Don't expose the wctype.h macros in C++ mode. They cause problems whentheraven2011-11-121-1/+3
* Expose all of the C99 limits.h stuff when we're in C++11 mode (or some approx...theraven2011-11-121-0/+11
* Fix SIGATOMIC_M{IN,AX} on x86-64. These are meant to be the minimum values t...theraven2011-11-121-2/+2
* Fix build on some archs after r227464.mav2011-11-121-3/+4
* Expose the unimplemented libm functions in the math.h header. This allows C+...theraven2011-11-121-13/+13
* Fix buildworld breakage due after r227464.dim2011-11-121-1/+1
* Report the amount of memory from smbios data if provided.emaste2011-11-121-1/+5
* Disable writing to the extension CYCPWR1 register.adrian2011-11-122-11/+0
* Fix the number of decimal digits used for Swiss Francs (0 -> 2). Found by th...theraven2011-11-121-2/+2
* Added mps(4) and mvs(4).brueffer2011-11-121-0/+4
* Grammar and mdoc cleanup.brueffer2011-11-121-5/+7
* Major GEOM MULTIPATH class rewrite:mav2011-11-124-218/+810
* - This patch adds custom IOCTLs to read and write the 4 GPIO pins on thehselasky2011-11-122-11/+86
* Enable power save mode for the USB storage device driver.hselasky2011-11-121-0/+3
* Style change.hselasky2011-11-1227-99/+106
OpenPOWER on IntegriCloud