aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/stand.h
Commit message (Expand)AuthorAgeFilesLines
* loader: implement mount/unmount rootfsToomas Soome2021-09-081-0/+4
* loader: open file list should be dynamicToomas Soome2021-08-101-2/+6
* libsa: Add support for timestamp logging (tslog)Colin Percival2021-06-211-0/+9
* zalloc_malloc:Free hexdump preceeding buffer when we detect overflowSimon J. Gerraty2020-08-291-0/+3
* Declare time()Warner Losh2020-08-281-0/+5
* libsa: make env_discard() publicToomas Soome2020-08-191-0/+1
* loader: use #elif defined() in stand.hToomas Soome2020-03-291-1/+1
* loader: add knob to build with user mallocToomas Soome2020-03-281-1/+8
* Create ptov() function.Warner Losh2020-02-201-0/+5
* Add support for hypervisor check on x86Simon J. Gerraty2019-10-241-0/+2
* loader: add memalign() to libsaToomas Soome2019-09-171-0/+4
* loader: stand.h should define reallocf as ReallocfToomas Soome2019-09-171-3/+3
* Remove NAND and NANDFS supportWarner Losh2019-06-251-1/+0
* loader: add HTTP support using UEFIRebecca Cran2019-06-241-0/+1
* ficl pfopen: verify fileSimon J. Gerraty2019-05-241-0/+1
* libsa: add asprintf()Toomas Soome2019-01-171-0/+1
* Make the v*printf() functions in libsa return int instead of void.Ian Lepore2018-06-051-3/+3
* Add vsnprintf() to libsa. Alpha-sort the printf prototypes in stand.h.Ian Lepore2018-06-051-1/+2
* Remove d_type from devdesc. It's not needed as we can fetch it fromWarner Losh2018-03-121-1/+0
* Minor cosmetic changes.Warner Losh2018-03-121-8/+7
* liblua: Implement write supportKyle Evans2018-02-241-0/+3
* libsa: Change write(2)-alike prototype to match definitionConrad Meyer2018-02-241-1/+1
* libsa: Const-ify buffer argument of write(2) analogConrad Meyer2018-02-231-2/+2
* Implement strcoll as strcmp.Warner Losh2018-02-021-0/+1
* Update stand.h for changes for strto*lWarner Losh2018-01-311-2/+4
* abort() should be marked __dead2 since it won't return.Warner Losh2018-01-261-1/+1
* Provide abs form stdlib.h.Warner Losh2018-01-261-0/+1
* Implement abort() as a call to panic.Warner Losh2018-01-261-0/+3
* Split panic routineWarner Losh2018-01-261-2/+2
* Move getsecs() prototype to stand.h from net.h so it can be usedWarner Losh2018-01-121-0/+1
* Add a validbcd() routine that uses the bcd2bin_data[] array and returns aIan Lepore2017-12-311-0/+1
* Remove the 'mini libstand in libstand' that util.[ch] provided. TheseWarner Losh2017-12-151-7/+1
* 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-081-0/+3
* 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-061-1/+1
* Fix random() and srandom() prototypes to match the standard.Warner Losh2017-12-021-1/+1
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+426