aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert part of the r211149 as I erroneously ported the logical_cpus fromAttilio Rao2010-08-192-6/+6
* '\0' -> 0Edwin Groothuis2010-08-191-2/+2
* Eliminate the ambiguous queue setting logic forJack F Vogel2010-08-191-2/+2
* Remove unused KTRACE includes.John Baldwin2010-08-199-41/+0
* There isn't really a need to hold the ktrace mutex just to read the valueJohn Baldwin2010-08-191-6/+0
* Call dev_rel() in error paths.Jaakko Heinonen2010-08-191-0/+3
* Fix a whitespace nit and remove a questioning comment. STAILQ_CONCAT()John Baldwin2010-08-191-2/+2
* Migrate if_arge to use the PLL cpuops.Adrian Chadd2010-08-192-30/+10
* Implement PLL generalisation in preparation for use in if_arge.Adrian Chadd2010-08-193-3/+96
* add the PLL set functions to cpuopsAdrian Chadd2010-08-191-0/+10
* Remove an unused macro. exit1() invokes ktrprocexit() directly.John Baldwin2010-08-191-4/+0
* Remove unneeded casts in inline assembly in contrib/gcc/longlong.h,Rui Paulo2010-08-191-22/+22
* Fix mistaken indenting.Adrian Chadd2010-08-191-5/+5
* Add some initial AR724X chipset support.Adrian Chadd2010-08-196-0/+228
* Add initial Atheros AR91XX support.Adrian Chadd2010-08-195-0/+236
* MFp4: anchie_soc2009 branch:Ana Kukec2010-08-1910-14/+612
* expand_number(3) takes a uint64_t * now; intmax_t was never correctDag-Erling Smørgrav2010-08-191-1/+1
* expand_number(3) takes a uint64_t * now.Dag-Erling Smørgrav2010-08-191-1/+1
* Add missing licence.Adrian Chadd2010-08-191-0/+26
* style(9) pick from imp@ .Adrian Chadd2010-08-191-3/+2
* UTFize my name.Dag-Erling Smørgrav2010-08-196-6/+6
* This patch to pc-sysinstall allows the setting of a new configWarner Losh2010-08-192-7/+97
* Added "-m" option to "disk-list" to list memory disks along withWarner Losh2010-08-193-5/+22
* Simple patch to add support zpool virtual devices that are notWarner Losh2010-08-191-13/+6
* Some cleanup, changed some echo's to echo_log, check for PROGDIR soWarner Losh2010-08-193-7/+26
* Updates to pc-sysinstall that allow FTP installation of FreeBSD.Warner Losh2010-08-194-39/+224
* Various updates to support new pc-sysinstall directiveWarner Losh2010-08-1912-35/+358
* First cut at mips n64 ABI supportWarner Losh2010-08-191-0/+20
* Unbreak the LINT kernel on powerpc64. Note that the LINT kernelNathan Whitehorn2010-08-193-1/+9
* Remove now unused 'reg'.Adrian Chadd2010-08-191-1/+0
* Initialise the USB system using cpuops rather than the AR71XX specific method.Adrian Chadd2010-08-191-16/+1
* Migrate the CPU reset path to use the new cpuops.Adrian Chadd2010-08-191-3/+1
* Remove the now-unused DDR flush register value.Adrian Chadd2010-08-191-1/+0
* Make the PCI initialisation path use the new cpuops rather than directlyAdrian Chadd2010-08-191-8/+4
* Make if_arge use the new cpuops rather than hard coding the DDR flush registers.Adrian Chadd2010-08-191-22/+8
* Preparation work for supporting the AR91xx and AR724x.Adrian Chadd2010-08-1910-32/+417
* Check return value of dup(), it could be -1 when the system is runningXin LI2010-08-191-1/+8
* More tests.Pawel Jakub Dawidek2010-08-1815-135/+120
* sh: Add a test for break from a trap action.Jilles Tjoelker2010-08-182-0/+13
* If a TCP connection has been idle for one retransmit timeout or moreAndre Oppermann2010-08-182-15/+28
* - Refactor file reading code to use pure syscalls and an internal bufferGabor Kovesdan2010-08-184-174/+153
* Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debugAndre Oppermann2010-08-183-5/+29
* Remove bintime_cmp() function, unused since r200086.Alexander Motin2010-08-181-15/+0
* MIPS n64 support - continued...Jayachandran C.2010-08-184-233/+213
* For some setups sending data in 128kB chunks makes communication very slow. NoPawel Jakub Dawidek2010-08-181-2/+1
* When calculating the expected memory size for userspace, also take theBjoern A. Zeeb2010-08-181-1/+1
* Revert r211436; it was a good idea, but not fully thought out.Dag-Erling Smørgrav2010-08-181-9/+2
* Add a DDR flush function, inspired by both Linux and if_arge.c.Adrian Chadd2010-08-181-0/+10
* Add a further register definition for USB device initialisation.Adrian Chadd2010-08-181-0/+2
* Bring over the first cut of the Atheros-specific SoC operations.Adrian Chadd2010-08-181-0/+108