aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rewrite iscsi.conf(5) to better match iscsictl(8).Edward Tomasz Napierala2015-04-021-121/+87
* Remove unused code.Edward Tomasz Napierala2015-04-021-21/+1
* Ensure the cross assembler, linker and objcopy are used for the build32Dimitry Andric2015-04-0210-18/+20
* - Make interrupt resource optional: some upstream FDT blobs (e.g. TI's) doOleksandr Tymoshenko2015-04-021-8/+13
* Handle multiple "gpio-leds"-compatible nodesOleksandr Tymoshenko2015-04-021-8/+9
* Use ^[[m mode-ending (as-in screen.4th `me') versus ^[[37mDevin Teske2015-04-021-16/+16
* Eliminate literal escape sequences from *.4thDevin Teske2015-04-028-93/+154
* Use fg/b/me from screen.4th instead of literalsDevin Teske2015-04-022-11/+7
* Try to unbreak the build after r280971 by providing the missingBjoern A. Zeeb2015-04-021-0/+1
* o Use new function ip_fillid() in all places throughout the kernel,Gleb Smirnoff2015-04-0118-102/+131
* Prior to aborting due to an instruction emulation error, it is alwaysTycho Nightingale2015-04-011-7/+12
* Make changes to busdma code in tx/rx path similar to the ones made in r257541.Eric Joyner2015-04-011-4/+3
* Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case.Konstantin Belousov2015-04-012-3/+9
* Fix integer truncation bug in malloc(9)Ryan Stone2015-04-0114-35/+40
* pf: Deal with runt packetsKristof Provost2015-04-011-4/+4
* Preserve IPv6 fragment IDs accross reassembly and refragmentationKristof Provost2015-04-013-5/+13
* multiboot: fix error codesRoger Pau Monné2015-04-011-4/+4
* multiboot: zero mod list arrayRoger Pau Monné2015-04-011-0/+7
* Add the arm64 parts of libthread_db.Andrew Turner2015-04-011-0/+96
* Add the arm64 defines for cddl code.Andrew Turner2015-04-012-1/+43
* Move the efi loaders to be under sys/boot/efi. This will help us addAndrew Turner2015-04-0126-96/+92
* Refine r280308. Do not completely disable timestamping of devfs nodesKonstantin Belousov2015-04-011-7/+25
* Migrate the TL-WR1043nd v2 to use the new map based MAC hints mechanism.Adrian Chadd2015-04-011-2/+19
* Don't use a private copy of the ANI definitions - use the HAL definitions.Adrian Chadd2015-04-011-33/+6
* Use the HAL API for returning ar5212AniState, rather than just dumpingAdrian Chadd2015-04-012-3/+24
* Expose the ANI state / statistics using the public ANI function, rather thanAdrian Chadd2015-04-013-4/+29
* Start the process of migrating the ANI statistics out of the HALs and intoAdrian Chadd2015-04-014-4/+48
* Whoops! "arc commit --revision" != "arc diff --update"Devin Teske2015-04-014-48/+7
* Add "GELI Passphrase:" prompt to boot loader.Devin Teske2015-04-014-7/+48
* Solve dreaded "dictionary full" issue by segregating words into newDevin Teske2015-04-0110-254/+329
* When forced to draw ASCII lines/boxen, use `=' for the horizontal lineDevin Teske2015-04-011-1/+6
* Securely overwrite (zero) user input when we finish password checks.Devin Teske2015-04-011-5/+14
* Add remainder of supported ANSI escape sequences.Devin Teske2015-04-011-0/+12
* Move beastie to logo-*.4th; brands to brand-*.4thDevin Teske2015-04-019-229/+333
* Update elftoolchain to upstream revision 3179Ed Maste2015-04-0178-240/+255
|\
| * Import ELF toolchain rev 3179vendor/elftoolchain/elftoolchain-r3179Ed Maste2015-03-31102-307/+308
* | Comments. No functional change.Devin Teske2015-04-011-1/+1
* | Fix overflow bugs in and remove obsolete limit from kernel RPCGarrett Wollman2015-04-012-26/+26
* | Fix "MOVS" instruction memory to MMIO emulation. Currently updates toTycho Nightingale2015-04-016-35/+68
* | Add code for creating an EC2 AMI.Colin Percival2015-04-012-0/+46
* | Whitespace and cleanup. No functional change(s).Devin Teske2015-03-311-24/+16
* | Optimize bootmsg to use fg/bg/me from screen.4thDevin Teske2015-03-311-7/+6
* | Comments. No functional change(s).Devin Teske2015-03-3111-18/+71
* | Whitespace. No functional change(s).Devin Teske2015-03-312-28/+11
* | Change contents of the exec variable in loader.conf to be friendly to bothDevin Teske2015-03-311-1/+1
* | Fix typo in a comment.Devin Teske2015-03-311-1/+1
* | sh: Add more tests for exotic IFS splitting.Jilles Tjoelker2015-03-313-0/+13
* | wordexp: Explicitly pass along IFS.Jilles Tjoelker2015-03-311-1/+4
* | Add limited to the default restrictions.Xin LI2015-03-311-2/+2
* | Fix build.Cy Schubert2015-03-311-2/+2