summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only use the CROSS_BINUTILS_PREFIX tool if it exists.andrew2015-04-021-1/+2
* Extend fixes made in r278103 and r38754 by copying the complete packethselasky2015-04-021-7/+13
* Provide better debugging information in tcp_timer_activate() andjch2015-04-021-2/+2
* Provide a comment explaining issues with the counter(9) trick, so thatglebius2015-04-021-0/+14
* Add articles, avoid use of "you", simplify a few sentences.wblock2015-04-021-16/+15
* Stop including machine/fdt.h, it's not needed.andrew2015-04-021-1/+0
* We may not be using gcc to compile this.andrew2015-04-021-1/+1
* Add the generic timer registers to sysreg.h and cpu-v6.h, and use theandrew2015-04-023-28/+80
* Add IPv6 example to iscsi.conf(5) and tweak ordering.trasz2015-04-021-3/+9
* Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INITtrasz2015-04-021-3/+3
* Rewrite iscsi.conf(5) to better match iscsictl(8).trasz2015-04-021-121/+87
* Remove unused code.trasz2015-04-021-21/+1
* Ensure the cross assembler, linker and objcopy are used for the build32dim2015-04-0210-18/+20
* - Make interrupt resource optional: some upstream FDT blobs (e.g. TI's) dogonzo2015-04-021-8/+13
* Handle multiple "gpio-leds"-compatible nodesgonzo2015-04-021-8/+9
* Use ^[[m mode-ending (as-in screen.4th `me') versus ^[[37mdteske2015-04-021-16/+16
* Eliminate literal escape sequences from *.4thdteske2015-04-028-93/+154
* Use fg/b/me from screen.4th instead of literalsdteske2015-04-022-11/+7
* Try to unbreak the build after r280971 by providing the missingbz2015-04-021-0/+1
* o Use new function ip_fillid() in all places throughout the kernel,glebius2015-04-0118-102/+131
* Prior to aborting due to an instruction emulation error, it is alwaystychon2015-04-011-7/+12
* Make changes to busdma code in tx/rx path similar to the ones made in r257541.erj2015-04-011-4/+3
* Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case.kib2015-04-012-3/+9
* Fix integer truncation bug in malloc(9)rstone2015-04-0114-35/+40
* pf: Deal with runt packetskp2015-04-011-4/+4
* Preserve IPv6 fragment IDs accross reassembly and refragmentationkp2015-04-013-5/+13
* multiboot: fix error codesroyger2015-04-011-4/+4
* multiboot: zero mod list arrayroyger2015-04-011-0/+7
* Add the arm64 parts of libthread_db.andrew2015-04-011-0/+96
* Add the arm64 defines for cddl code.andrew2015-04-012-1/+43
* Move the efi loaders to be under sys/boot/efi. This will help us addandrew2015-04-0126-96/+92
* Refine r280308. Do not completely disable timestamping of devfs nodeskib2015-04-011-7/+25
* Migrate the TL-WR1043nd v2 to use the new map based MAC hints mechanism.adrian2015-04-011-2/+19
* Don't use a private copy of the ANI definitions - use the HAL definitions.adrian2015-04-011-33/+6
* Use the HAL API for returning ar5212AniState, rather than just dumpingadrian2015-04-012-3/+24
* Expose the ANI state / statistics using the public ANI function, rather thanadrian2015-04-013-4/+29
* Start the process of migrating the ANI statistics out of the HALs and intoadrian2015-04-014-4/+48
* Whoops! "arc commit --revision" != "arc diff --update"dteske2015-04-014-48/+7
* Add "GELI Passphrase:" prompt to boot loader.dteske2015-04-014-7/+48
* Solve dreaded "dictionary full" issue by segregating words into newdteske2015-04-0110-254/+329
* When forced to draw ASCII lines/boxen, use `=' for the horizontal linedteske2015-04-011-1/+6
* Securely overwrite (zero) user input when we finish password checks.dteske2015-04-011-5/+14
* Add remainder of supported ANSI escape sequences.dteske2015-04-011-0/+12
* Move beastie to logo-*.4th; brands to brand-*.4thdteske2015-04-019-229/+333
* Update elftoolchain to upstream revision 3179emaste2015-04-0178-240/+255
* Comments. No functional change.dteske2015-04-011-1/+1
* Fix overflow bugs in and remove obsolete limit from kernel RPCwollman2015-04-012-26/+26
* Fix "MOVS" instruction memory to MMIO emulation. Currently updates totychon2015-04-016-35/+68
* Add code for creating an EC2 AMI.cperciva2015-04-012-0/+46
* Whitespace and cleanup. No functional change(s).dteske2015-03-311-24/+16
OpenPOWER on IntegriCloud