| Commit message (Expand) | Author | Age | Files | Lines |
* | Add stub functions to build libkvm. There will be added, but we need them | andrew | 2015-04-02 | 1 | -0/+64 |
* | Exclude the floating-point functions from libgcc_s on arm64, they are | andrew | 2015-04-02 | 1 | -1/+1 |
* | Only use the CROSS_BINUTILS_PREFIX tool if it exists. | andrew | 2015-04-02 | 1 | -1/+2 |
* | Extend fixes made in r278103 and r38754 by copying the complete packet | hselasky | 2015-04-02 | 1 | -7/+13 |
* | Provide better debugging information in tcp_timer_activate() and | jch | 2015-04-02 | 1 | -2/+2 |
* | Provide a comment explaining issues with the counter(9) trick, so that | glebius | 2015-04-02 | 1 | -0/+14 |
* | Add articles, avoid use of "you", simplify a few sentences. | wblock | 2015-04-02 | 1 | -16/+15 |
* | Stop including machine/fdt.h, it's not needed. | andrew | 2015-04-02 | 1 | -1/+0 |
* | We may not be using gcc to compile this. | andrew | 2015-04-02 | 1 | -1/+1 |
* | Add the generic timer registers to sysreg.h and cpu-v6.h, and use the | andrew | 2015-04-02 | 3 | -28/+80 |
* | Add IPv6 example to iscsi.conf(5) and tweak ordering. | trasz | 2015-04-02 | 1 | -3/+9 |
* | Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INIT | trasz | 2015-04-02 | 1 | -3/+3 |
* | Rewrite iscsi.conf(5) to better match iscsictl(8). | trasz | 2015-04-02 | 1 | -121/+87 |
* | Remove unused code. | trasz | 2015-04-02 | 1 | -21/+1 |
* | Ensure the cross assembler, linker and objcopy are used for the build32 | dim | 2015-04-02 | 10 | -18/+20 |
* | - Make interrupt resource optional: some upstream FDT blobs (e.g. TI's) do | gonzo | 2015-04-02 | 1 | -8/+13 |
* | Handle multiple "gpio-leds"-compatible nodes | gonzo | 2015-04-02 | 1 | -8/+9 |
* | Use ^[[m mode-ending (as-in screen.4th `me') versus ^[[37m | dteske | 2015-04-02 | 1 | -16/+16 |
* | Eliminate literal escape sequences from *.4th | dteske | 2015-04-02 | 8 | -93/+154 |
* | Use fg/b/me from screen.4th instead of literals | dteske | 2015-04-02 | 2 | -11/+7 |
* | Try to unbreak the build after r280971 by providing the missing | bz | 2015-04-02 | 1 | -0/+1 |
* | o Use new function ip_fillid() in all places throughout the kernel, | glebius | 2015-04-01 | 18 | -102/+131 |
* | Prior to aborting due to an instruction emulation error, it is always | tychon | 2015-04-01 | 1 | -7/+12 |
* | Make changes to busdma code in tx/rx path similar to the ones made in r257541. | erj | 2015-04-01 | 1 | -4/+3 |
* | Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case. | kib | 2015-04-01 | 2 | -3/+9 |
* | Fix integer truncation bug in malloc(9) | rstone | 2015-04-01 | 14 | -35/+40 |
* | pf: Deal with runt packets | kp | 2015-04-01 | 1 | -4/+4 |
* | Preserve IPv6 fragment IDs accross reassembly and refragmentation | kp | 2015-04-01 | 3 | -5/+13 |
* | multiboot: fix error codes | royger | 2015-04-01 | 1 | -4/+4 |
* | multiboot: zero mod list array | royger | 2015-04-01 | 1 | -0/+7 |
* | Add the arm64 parts of libthread_db. | andrew | 2015-04-01 | 1 | -0/+96 |
* | Add the arm64 defines for cddl code. | andrew | 2015-04-01 | 2 | -1/+43 |
* | Move the efi loaders to be under sys/boot/efi. This will help us add | andrew | 2015-04-01 | 26 | -96/+92 |
* | Refine r280308. Do not completely disable timestamping of devfs nodes | kib | 2015-04-01 | 1 | -7/+25 |
* | Migrate the TL-WR1043nd v2 to use the new map based MAC hints mechanism. | adrian | 2015-04-01 | 1 | -2/+19 |
* | Don't use a private copy of the ANI definitions - use the HAL definitions. | adrian | 2015-04-01 | 1 | -33/+6 |
* | Use the HAL API for returning ar5212AniState, rather than just dumping | adrian | 2015-04-01 | 2 | -3/+24 |
* | Expose the ANI state / statistics using the public ANI function, rather than | adrian | 2015-04-01 | 3 | -4/+29 |
* | Start the process of migrating the ANI statistics out of the HALs and into | adrian | 2015-04-01 | 4 | -4/+48 |
* | Whoops! "arc commit --revision" != "arc diff --update" | dteske | 2015-04-01 | 4 | -48/+7 |
* | Add "GELI Passphrase:" prompt to boot loader. | dteske | 2015-04-01 | 4 | -7/+48 |
* | Solve dreaded "dictionary full" issue by segregating words into new | dteske | 2015-04-01 | 10 | -254/+329 |
* | When forced to draw ASCII lines/boxen, use `=' for the horizontal line | dteske | 2015-04-01 | 1 | -1/+6 |
* | Securely overwrite (zero) user input when we finish password checks. | dteske | 2015-04-01 | 1 | -5/+14 |
* | Add remainder of supported ANSI escape sequences. | dteske | 2015-04-01 | 1 | -0/+12 |
* | Move beastie to logo-*.4th; brands to brand-*.4th | dteske | 2015-04-01 | 9 | -229/+333 |
* | Update elftoolchain to upstream revision 3179 | emaste | 2015-04-01 | 78 | -240/+255 |
* | Comments. No functional change. | dteske | 2015-04-01 | 1 | -1/+1 |
* | Fix overflow bugs in and remove obsolete limit from kernel RPC | wollman | 2015-04-01 | 2 | -26/+26 |
* | Fix "MOVS" instruction memory to MMIO emulation. Currently updates to | tychon | 2015-04-01 | 6 | -35/+68 |