| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some initial AR724X chipset support. | adrian | 2010-08-19 | 6 | -0/+228 |
* | Add initial Atheros AR91XX support. | adrian | 2010-08-19 | 5 | -0/+236 |
* | MFp4: anchie_soc2009 branch: | anchie | 2010-08-19 | 10 | -14/+612 |
* | expand_number(3) takes a uint64_t * now; intmax_t was never correct | des | 2010-08-19 | 1 | -1/+1 |
* | expand_number(3) takes a uint64_t * now. | des | 2010-08-19 | 1 | -1/+1 |
* | Add missing licence. | adrian | 2010-08-19 | 1 | -0/+26 |
* | style(9) pick from imp@ . | adrian | 2010-08-19 | 1 | -3/+2 |
* | UTFize my name. | des | 2010-08-19 | 6 | -6/+6 |
* | This patch to pc-sysinstall allows the setting of a new config | imp | 2010-08-19 | 2 | -7/+97 |
* | Added "-m" option to "disk-list" to list memory disks along with | imp | 2010-08-19 | 3 | -5/+22 |
* | Simple patch to add support zpool virtual devices that are not | imp | 2010-08-19 | 1 | -13/+6 |
* | Some cleanup, changed some echo's to echo_log, check for PROGDIR so | imp | 2010-08-19 | 3 | -7/+26 |
* | Updates to pc-sysinstall that allow FTP installation of FreeBSD. | imp | 2010-08-19 | 4 | -39/+224 |
* | Various updates to support new pc-sysinstall directive | imp | 2010-08-19 | 12 | -35/+358 |
* | First cut at mips n64 ABI support | imp | 2010-08-19 | 1 | -0/+20 |
* | Unbreak the LINT kernel on powerpc64. Note that the LINT kernel | nwhitehorn | 2010-08-19 | 3 | -1/+9 |
* | Remove now unused 'reg'. | adrian | 2010-08-19 | 1 | -1/+0 |
* | Initialise the USB system using cpuops rather than the AR71XX specific method. | adrian | 2010-08-19 | 1 | -16/+1 |
* | Migrate the CPU reset path to use the new cpuops. | adrian | 2010-08-19 | 1 | -3/+1 |
* | Remove the now-unused DDR flush register value. | adrian | 2010-08-19 | 1 | -1/+0 |
* | Make the PCI initialisation path use the new cpuops rather than directly | adrian | 2010-08-19 | 1 | -8/+4 |
* | Make if_arge use the new cpuops rather than hard coding the DDR flush registers. | adrian | 2010-08-19 | 1 | -22/+8 |
* | Preparation work for supporting the AR91xx and AR724x. | adrian | 2010-08-19 | 10 | -32/+417 |
* | Check return value of dup(), it could be -1 when the system is running | delphij | 2010-08-19 | 1 | -1/+8 |
* | More tests. | pjd | 2010-08-18 | 15 | -135/+120 |
* | sh: Add a test for break from a trap action. | jilles | 2010-08-18 | 2 | -0/+13 |
* | If a TCP connection has been idle for one retransmit timeout or more | andre | 2010-08-18 | 2 | -15/+28 |
* | - Refactor file reading code to use pure syscalls and an internal buffer | gabor | 2010-08-18 | 4 | -178/+157 |
* | Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debug | andre | 2010-08-18 | 3 | -5/+29 |
* | Remove bintime_cmp() function, unused since r200086. | mav | 2010-08-18 | 1 | -15/+0 |
* | MIPS n64 support - continued... | jchandra | 2010-08-18 | 4 | -234/+214 |
* | For some setups sending data in 128kB chunks makes communication very slow. No | pjd | 2010-08-18 | 1 | -2/+1 |
* | When calculating the expected memory size for userspace, also take the | bz | 2010-08-18 | 1 | -1/+1 |
* | Revert r211436; it was a good idea, but not fully thought out. | des | 2010-08-18 | 1 | -9/+2 |
* | Add a DDR flush function, inspired by both Linux and if_arge.c. | adrian | 2010-08-18 | 1 | -0/+10 |
* | Add a further register definition for USB device initialisation. | adrian | 2010-08-18 | 1 | -0/+2 |
* | Bring over the first cut of the Atheros-specific SoC operations. | adrian | 2010-08-18 | 1 | -0/+108 |
* | Make return statements style(9) compliant in MIPS pmap.c | jchandra | 2010-08-18 | 1 | -12/+15 |
* | Import initial AR91XX and AR724X CPU register definitions. | adrian | 2010-08-18 | 2 | -0/+164 |
* | Keep the process locked when calling ktrops() or ktrsetchildren() instead | jhb | 2010-08-17 | 1 | -12/+13 |
* | For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in | rpaulo | 2010-08-17 | 8 | -22/+22 |
* | Split kernel stage 3.2 (build everything) into 3.2 (build the kernel) | des | 2010-08-17 | 1 | -2/+9 |
* | Make `ping6 -I' work with net.inet6.ip6.use_defaultzone=1. | ume | 2010-08-17 | 1 | -2/+5 |
* | Now is as good a time as any to find out if we induce breakage | mjacob | 2010-08-17 | 1 | -2/+18 |
* | Ensure a minimum "slop" of 10 extra pcb structures when providing a | jhb | 2010-08-17 | 4 | -8/+9 |
* | Add s25sl064a, an 8mb SPI flash part. | adrian | 2010-08-17 | 1 | -0/+1 |
* | Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). This | jhb | 2010-08-17 | 10 | -55/+72 |
* | Make sure any -U CFLAGS are not filtered out when calling mkdep, as | rpaulo | 2010-08-17 | 1 | -6/+6 |
* | - The iMac9,1 needs the PAT workaround as well | gahr | 2010-08-17 | 2 | -2/+4 |
* | MFV of r211420, tzdata2010l | edwin | 2010-08-17 | 2 | -4/+17 |