summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ld80/s_expl.c:kargl2012-09-232-9/+6
* Fix whitespace issue.kargl2012-09-231-1/+1
* * ld80/s_expl.c:kargl2012-09-232-13/+17
* Always use RC_CONFS when set, even if NULL. Previously only used if non-NULL.dteske2012-09-231-3/+3
* Address a race condition that was introduced in r238212. Unless the pagealc2012-09-231-1/+1
* * Update the lookup table to use 53-bit high and low values.kargl2012-09-231-131/+134
* Move the prototype for savectx from cpu.h to pcb.h, as it is on othernwhitehorn2012-09-232-3/+1
* DWC OTG host mode improvements. Add support for the 3-strikes and you arehselasky2012-09-233-458/+627
* Correct driver name.hselasky2012-09-231-1/+1
* MFi386: revision 237445nyan2012-09-231-4/+11
* MFi386: revision 240637nyan2012-09-231-20/+6
* Fix a typo in a Broadcom initarm debug printfandrew2012-09-231-1/+1
* Cosmetic changes.nyan2012-09-231-6/+6
* Remove unused variable ma.kevlo2012-09-231-2/+0
* Avoid NULL dereferencekevlo2012-09-231-2/+4
* Whitespace change.tuexen2012-09-231-2/+1
* Declare a static function as such.tuexen2012-09-231-1/+1
* Pull out the SoC specific parts of initarm into separate functionsandrew2012-09-235-28/+118
* Update different versions of physmap_init to be identical in preparationandrew2012-09-234-13/+53
* Reduce the diff between the FDT implementations of initarm.andrew2012-09-225-20/+25
* jilles accurately advises that, in the context of shell redirection, the `:'dteske2012-09-221-1/+1
* Fix a bug related to handling Re-config chunks. It is not true thattuexen2012-09-221-17/+0
* Remove some duplicated advice.eadler2012-09-221-9/+3
* EBUSY is a better reply for refusing to unload pf(4) or pfsync(4).glebius2012-09-222-2/+2
* Use M_NOWAIT in wtab_alloc(), too. Convert panic() toglebius2012-09-221-6/+9
* Add rounddown2() macro similar to the roundup2() macro.pjd2012-09-221-0/+1
* Add libsbuf.pjd2012-09-221-0/+1
* Make the example a bit more pretty.pjd2012-09-221-5/+6
* zfs: allow a zvol to be used as a pool vdev, againavg2012-09-221-15/+33
* Fix an obvious typo.pjd2012-09-221-1/+1
* As in r226967, r226987 and r232401 changes to UFS and TMPFS remove cachepjd2012-09-221-0/+3
* * Use ENTERI() and RETURNI() to toggle the rounding precision ifkargl2012-09-223-6/+21
* * Make STRICT_ALIGN() work for doubles as well as for floats. Thiskargl2012-09-221-2/+2
* Small cleanups. No functional change.tuexen2012-09-222-53/+18
* sh: Add some tests for aliasing a utility to itself.jilles2012-09-222-0/+8
* Convert more M_WAITOK malloc() to M_NOWAIT.glebius2012-09-223-8/+8
* Use O_CLOEXEC for open instead of separate fcntl(2) call.pjd2012-09-221-3/+1
* Use the topology lock to protect list of providers while withering them.pjd2012-09-221-1/+4
* kdump: Pretty-print signal codes.jilles2012-09-222-5/+57
* Do not skip two elements of the tid_buffer when reusing the bufferkib2012-09-221-1/+1
* When connection rate hits and we overload a source to a table,glebius2012-09-222-81/+109
* In pfr_insert_kentry() return ENOMEM if memory allocation failed.glebius2012-09-221-1/+1
* Fix fallout from r236397 in pfr_update_stats(), that was missedglebius2012-09-221-1/+3
* Apply some more casting.hselasky2012-09-221-5/+5
* Improve the check for p4 opened files.rpaulo2012-09-221-2/+2
* Apply correct casting.hselasky2012-09-221-2/+2
* Since UMA_ZONE_NOFREE is specified when l2zone and l2table_zone are created,alc2012-09-222-86/+36
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-2216-197/+39
* Replace "( : ${var?} )" syntax with better "[ ${var+set} ]" syntax.dteske2012-09-225-11/+7
* Spelling and whitespace corrections.dteske2012-09-224-8/+8
OpenPOWER on IntegriCloud