aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for the DesignWare USB 2.0 OTG controller chipset.Hans Petter Selasky2012-01-213-0/+3248
* Replace the beerware license on mdconfig(8) with standard 2-clause BSD.Edward Tomasz Napierala2012-01-211-8/+25
* Revert r230390.Andreas Tobler2012-01-211-5/+2
* Fix the hwmp code to handle nodes in a "line" topology.Adrian Chadd2012-01-211-39/+99
* Change the hwmp debugging to use %6D rather than ether_sprintf().Adrian Chadd2012-01-211-35/+36
* Use separate buffer for global path to avoid overflow of path buffer.Martin Matuska2012-01-211-3/+11
* We use port_index field of struct octusb_qh to reference USB stateOleksandr Tymoshenko2012-01-202-16/+25
* Add one more copyright line accidentially removed in r228103Martin Matuska2012-01-201-0/+1
* When creating the jails /dev/log symlink, do it by full path to avoidBrooks Davis2012-01-201-4/+1
* Add accidentially removed copyright lines in r228103Martin Matuska2012-01-202-0/+2
* Replace GPLd headers from the Maestro3 driver with BSD licensedPedro F. Giffuni2012-01-206-385/+542
* This commit adds profiling support for powerpc64. Now we can do applicationAndreas Tobler2012-01-209-22/+44
* Prevent an error resulting from signed/unsigned comparison on systemsNathan Whitehorn2012-01-202-3/+3
* By default turn off prefetch when listing snapshots.Pawel Jakub Dawidek2012-01-201-1/+7
* Remove another unused token.Pawel Jakub Dawidek2012-01-201-1/+1
* Remove unused token 'port'.Pawel Jakub Dawidek2012-01-202-2/+1
* Close a race in NFS lookup processing that could result in stale name cacheJohn Baldwin2012-01-209-139/+172
* Pull in r148240 from upstream llvm trunk:Dimitry Andric2012-01-201-1/+1
* Map foreign architecture names to FreeBSD naming convention.Robert Millan2012-01-201-0/+17
* Add the .opd section, this is helps booting a profiled kernel.Andreas Tobler2012-01-201-8/+8
* Disable GUPROF on archs other than i386/amd64 since the fine details are notAndreas Tobler2012-01-201-2/+5
* /etc/netstart: remove invocation of dhclientEygene Ryabinkin2012-01-201-1/+0
* dhclient: don't use syslog for logging non-DHCP interface errorsEygene Ryabinkin2012-01-201-2/+2
* Remove a superfluous INET6 check (no opt_inet6.h included anyway).Bjoern A. Zeeb2012-01-201-1/+1
* Conditionalize the __floatunsisf and __floatunsidf functions, added inDavid Schultz2012-01-201-0/+4
* Fix a problem when using the CBAPI.Michael Tuexen2012-01-201-2/+1
* Don't print the nmount(2) provided error message if it is empty.Jaakko Heinonen2012-01-201-1/+4
* If we're booting there is no need to waste time determining if the serviceDoug Barton2012-01-201-1/+1
* Change mount_fs() to not exit on error. The "failok" mount optionJaakko Heinonen2012-01-201-6/+5
* - Clean up checkpath().Jaakko Heinonen2012-01-201-8/+5
* Fix a small nit noted by bde: exp_x should be of type float, not double.David Schultz2012-01-201-1/+1
* Add a change I missed in r230367 (don't inline arm's fenv.h functions).David Schultz2012-01-201-1/+0
* Remove an errant `#define dprintf printf'. It seems to be leftoverDavid Schultz2012-01-201-2/+0
* These tests check whether the compiler evaluates floating-pointDavid Schultz2012-01-203-0/+293
* Don't inline fenv.h functions on arm for now. Inlining makes sense:David Schultz2012-01-204-13/+33
* Add parentheses where required. Without them, `sizeof LDBL_MAX'David Schultz2012-01-204-15/+15
* Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't theDavid Schultz2012-01-2019-16/+555
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-3/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-4/+0
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-5/+0
* Fix a variety of warnings when compiling with gcc46Eitan Adler2012-01-201-10/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-4/+0
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-4/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1