summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - 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
* A default route learned from the RAs could be deleted manuallyqingli2011-11-114-3/+45
* In r191367 the need for if_free_type() was removed and a new memberbrooks2011-11-117-11/+12
* - add a missing "be" and "in"eadler2011-11-115-5/+5
* - add support for CP-104EL-A and CP-104JU to puceadler2011-11-111-0/+27
* Use __packed to prevent alignment from taking place, which otherwise maydelphij2011-11-111-5/+5
* Added myself to committers-src.dottheraven2011-11-111-0/+4
* To send a frame, controller requires a prepended TX header andyongari2011-11-111-9/+8
* Fix false positive EADDRINUSE that could be returned by bind, due totrociny2011-11-111-1/+1
* Reword a sentence in the HARDWARE section a little to make it more suitablebrueffer2011-11-111-2/+2
* struct timespec32: change types of tv_sec and tv_nsec fields to signedpluknet2011-11-111-2/+2
* Style.kib2011-11-111-2/+1
* Guard against the unlikely case of the alias path containing the '%' symbols.kib2011-11-111-1/+1
* Weaken the part of assertions added in the r227394. Only check that thekib2011-11-112-2/+2
* Correct the types of the arguments to return probes of the syscallrstone2011-11-116-10/+6028
* Converting int to wint_t leads to broekn comparison of raw charkevlo2011-11-111-8/+8
* Correct device id comments.adrian2011-11-111-2/+2
* Revert this previous commit for now - although this override unfortunatelyadrian2011-11-101-2/+0
* Remove dead ifdef. Driver should always check raised interrupt isyongari2011-11-101-3/+0
* style.yongari2011-11-101-63/+44
* On i386, fbt probes are implemented by writing an invalid opcode overrstone2011-11-101-3/+3
* The generated Makefile for the kernel was not running ctfconvert onrstone2011-11-101-3/+8
* Revert r227403 for now. Since the cross-tools stage purposefullydim2011-11-101-6/+10
* Add a missing reference to AR9287.adrian2011-11-101-1/+1
OpenPOWER on IntegriCloud