aboutsummaryrefslogtreecommitdiff
path: root/stand/userboot/test
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* userboot: support environment and symlinks in test applicationStephen J. Kiernan2024-04-301-35/+161
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* test_diskread(): detect end of the diskToomas Soome2022-06-191-0/+5
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-211-2/+23
* Fix pkgfs stat so it satisfies libsecurebootSimon J. Gerraty2020-03-251-6/+11
* loader: userboot/test should accept more than one diskToomas Soome2019-11-031-13/+13
* userboot/test should use PRIx64 as one would expect from prefix 0xToomas Soome2019-10-241-1/+1
* Centralize several variables.Warner Losh2018-02-021-4/+0
* Make putenv and getenv match the userland definition of theseWarner Losh2017-12-061-2/+2
* Don't inherit CFLAGS. This a specialized test program, and can beWarner Losh2017-12-051-1/+1
* Undefine _STANDALONE since this is test code. This is unsastifying,Warner Losh2017-12-021-1/+1
* Mark the func pointer as __dead2. It looks up loader_main, whichWarner Losh2017-11-241-1/+1
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-143-0/+506