aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* Attempt to unbreak buildworldAntoine Brodin2017-12-121-1/+1
* Revert part of 362772. It was causing problems for includes and makingWarner Losh2017-12-111-1/+1
* Fix regression with lua importWarner Losh2017-12-1111-31/+17
* Fix a comment to be more accurateWarner Losh2017-12-111-1/+1
* When building for arm arches, set PKGALIGN to the max cache line sizeIan Lepore2017-12-101-1/+8
* Save and restore r9 register in arm ubldr. In old gcc 4.2, r9 was a callee-Ian Lepore2017-12-101-13/+19
* This path belongs in ficl/Makefile, not the common defines for usersWarner Losh2017-12-082-2/+2
* boot1.c needs EFI_ZFS_BOOT too, so add it globally. Otherwise we'llWarner Losh2017-12-081-1/+1
* Create interp class.Warner Losh2017-12-085-376/+517
* Const poison a couple of interfaces.Warner Losh2017-12-083-5/+5
* Put the files we're copying over into a few variables and add them toWarner Losh2017-12-081-3/+10
* Provide implementations for iscntrl, ispunct and isgraph.Warner Losh2017-12-081-0/+16
* Remove _KERNEL hack now that errno.h does the right thing whenWarner Losh2017-12-081-3/+0
* Add partial support signal.h functioanlity. Pull in machine/signal.hWarner Losh2017-12-082-1/+4
* Avoid setting -Wno-tentative-definition-incomplete-type with gcc.Mark Johnston2017-12-071-5/+2
* dhcp_try_rfc1048() is not used any moreToomas Soome2017-12-062-13/+0
* Fix random() prototype to match the system.Warner Losh2017-12-061-1/+1
* Make putenv and getenv match the userland definition of theseWarner Losh2017-12-066-7/+7
* Now that we offer a semi-sane standards-ish set of #include files inWarner Losh2017-12-051-39/+4
* Stop building with the standard system headers.Warner Losh2017-12-052-0/+29
* Don't inherit CFLAGS. This a specialized test program, and can beWarner Losh2017-12-051-1/+1
* Prefer stdint.h to inttypes.h since the added prototypes form theWarner Losh2017-12-054-5/+5
* Make sure we include the right path for skein.h, as well only includeWarner Losh2017-12-051-3/+4
* Need to include skein in the include path so we don't get this fromWarner Losh2017-12-052-0/+2
* Use the kernel relative paths, rather than the userland relative pathsWarner Losh2017-12-051-2/+2
* No need to include the userland md5.h, the kernel one is just fine.Warner Losh2017-12-051-1/+1
* Include ficl.h before anything else and avoid including anything atWarner Losh2017-12-051-3/+3
* loader.efi: add note about iPXE into the efipart.cToomas Soome2017-12-041-0/+2
* increase maximum size of zfsbootAllan Jude2017-12-041-2/+2
* Switch to proper MK_LOADER_GELI tests.Warner Losh2017-12-042-2/+2
* Now it's safe to bump WARNS to 1.Warner Losh2017-12-031-1/+1
* Mark two things as unused (since they are only sometimes used) andWarner Losh2017-12-031-1/+1
* Provide a md_load64 prototype.Warner Losh2017-12-031-0/+2
* Cast void * pointer to char * so the arg matches the %s format.Warner Losh2017-12-031-1/+1
* Disconnet ps3 from the build. There's too many warnings to fix. Also,Warner Losh2017-12-031-3/+0
* Declare our strange brand of main().Warner Losh2017-12-031-0/+2
* e_entry can be smaller than a pointer. Cast it to an intptr_t beforeWarner Losh2017-12-031-1/+1
* Cast mdp (a vm_offset_t) to void * to match prototype.Warner Losh2017-12-032-2/+2
* Include machine/md_var to pick up __syncicache prototype.Warner Losh2017-12-033-2/+5
* Delcare md_load in libofw.h. Make all prototypes match for ofwWarner Losh2017-12-033-2/+5
* Const poison the propname. It's never set and we often pass it constWarner Losh2017-12-032-8/+8
* Fix all warnings related to geli and ZFS support on x86.Warner Losh2017-12-028-25/+41
* Tweaks to the beri boot loader so that it builds w/o warnings.Warner Losh2017-12-027-15/+9
* Undefine _STANDALONE since this is test code. This is unsastifying,Warner Losh2017-12-021-1/+1
* Fix random() and srandom() prototypes to match the standard.Warner Losh2017-12-023-8/+8
* Move geli to common DO32 stuffWarner Losh2017-12-021-11/+1
* We don't need both _STAND and _STANDALONE. There's more places thatWarner Losh2017-12-021-1/+0
* Cleanup CFALGS usage hereWarner Losh2017-12-022-4/+2
* Minor flags cleanupWarner Losh2017-12-024-54/+46
* Remove stale dependency on ufsread.cWarner Losh2017-12-024-8/+0