summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Switch default cache type for ARMv6/ARMv7 from write-through togonzo2013-01-081-1/+1
* Fix cache-related issue with pmap for ARMv6/ARMv7:gonzo2013-01-081-10/+35
* Nuke ARM_WANT_TP_ADDRESS, it's not used anymore.cognet2013-01-071-3/+3
* - Identify more devices for OMAP4 SoC (up to OMAP4470)gonzo2013-01-072-30/+90
* Revert r244549.jimharris2013-01-071-2/+2
* Implement barriers for AMRv6 and ARMv7gonzo2013-01-071-3/+19
* - Add dashes before copyright notices.glebius2013-01-071-18/+8
* Only assign the environ in the startup code when environ is NULL.kib2013-01-078-29/+16
* Optimise the XHCI interrupt handling.hselasky2013-01-071-2/+6
* ext2fs: cleanup de dinode structure.pfg2013-01-071-20/+19
* Release version check for erratum 727915 workaround ingonzo2013-01-071-6/+2
* Update copyright following last commit.dteske2013-01-071-1/+1
* Add nonInteractive support to f_dialog_yesno/noyes().dteske2013-01-071-0/+7
* tmpfs: Replace directory entry linked list with RB-Tree.gleb2013-01-064-312/+538
* pw: free group returned by gr_addmjg2013-01-061-0/+1
* lockmgr: unlock interlock (if requested) when dealing with upgrade/downgrademjg2013-01-061-0/+2
* Mips Atheros AR71XX: make PCI base slot configurable through hints.monthadar2013-01-061-2/+15
* Not using the full domain was a really bad idea.peter2013-01-061-1/+1
* Update copyrights and dates following last commit.dteske2013-01-063-4/+4
* Protect the p->p_pgrp dereference with the process lock.kib2013-01-061-0/+2
* Juggle some internal symbols from our antique zlib (that originally camepeter2013-01-062-2/+9
* Set the correct relocation type for R_ARM_TARGET2 to R_ARM_GOT_PREL. Theandrew2013-01-062-0/+2
* Handle ps-poll data frame if_transmit() failure.adrian2013-01-061-1/+15
* Handle HWMP if_transmit() failure gracefully.adrian2013-01-061-1/+13
* Fix a signed/unsigned comparison when wchar_t is unsigned by casting theandrew2013-01-061-1/+1
* When WCHAR_MIN == 0 the check if a wchar_t value will always be true. Inandrew2013-01-061-1/+4
* Fix the build:andrew2013-01-061-11/+11
* Silence a clang warning by telling it we are only interested in leftandrew2013-01-061-1/+1
* Only work around errata when we are on a part where the erratum applies.andrew2013-01-062-19/+32
* Export board serial and board revision obtained from FDT blobgonzo2013-01-051-0/+19
* Add hw.board.serial and hw.board.revision for exporting board-specific infogonzo2013-01-052-2/+34
* Fix a segfault when bsdgrep -i is given an empty pattern string.markj2013-01-051-1/+1
* Use tabs for indentation.kib2013-01-051-5/+5
* Do not round up the size of the UFS filesystem to the fragment sizekib2013-01-051-5/+5
* Fix background color calculationgonzo2013-01-052-2/+2
* Shuffle the TX underrun to work the same way as the RX underrun,kientzle2013-01-051-23/+9
* Prefer the new NFS moduleskientzle2013-01-051-3/+3
* Teach the kernel to recognize that it is executing inside a bhyve virtualneel2013-01-051-0/+1
* Add quirk to indicate that the bhyve hostbridge is capable of supportingneel2013-01-051-0/+1
* While trying to track down the root cause forkientzle2013-01-052-24/+23
* - Fix handling of the case when multiple patterns are specified in a singlegabor2013-01-051-2/+12
* Add macros required to enable VMX operation on Intel processors.neel2013-01-051-0/+2
* Add support for scripting (sysinstall style).dteske2013-01-058-8/+393
* Grammar fixes and some wordsmithingbjk2013-01-051-11/+8
* Follow calloc convention in other code, this is functionally identicaldelphij2013-01-051-1/+1
* Fix some minor inaccuracies introduced in r243251.bjk2013-01-052-9/+9
* Constify arguments. While I'm there, also add a static for usage().delphij2013-01-041-3/+3
* Fix for "run0: wcid=xx out of range" error message.hselasky2013-01-041-4/+12
* Remove firewire devices missed in r244992.hrs2013-01-041-5/+0
* Revert revision 244760 because strncpy pads trailing space with zero,davidxu2013-01-041-3/+3
OpenPOWER on IntegriCloud