aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/stand.h
Commit message (Expand)AuthorAgeFilesLines
* libsa: isprint()kpowkitty12 days1-0/+5
* Add DEBUG_PRINTF to stand.hSimon J. Gerraty2025-07-171-0/+13
* stand: Narrow the 'signal emulation' we provideWarner Losh2024-11-201-2/+7
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-221-2/+0
* loader: provide a features table for binary compatibility advertisementKyle Evans2023-12-081-0/+15
* stand: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* stand: Separate base and cli parts of nvstoreWarner Losh2023-01-131-0/+29
* stand: Move dev_cleanup into libsaWarner Losh2023-01-111-0/+1
* stand: Allow stand.h to be included in C++ programsWarner Losh2023-01-071-1/+6
* stand: Make ioctl declaration consistentWarner Losh2022-12-131-0/+1
* stand: Add dv_matchWarner Losh2022-11-301-0/+1
* stand: create devinitWarner Losh2022-11-301-0/+1
* stand: Introduce devparse to parse device / path stringsWarner Losh2022-11-301-0/+1
* stand: Introduce new dv_parsedev routineWarner Losh2022-11-301-0/+1
* stand: Update comment about devdescWarner Losh2022-11-051-3/+8
* stand: Add dv_devfmt to return a string represenation of the deviceWarner Losh2022-08-111-0/+5
* stand: Small comment correctionWarner Losh2022-07-271-1/+1
* stand: Create DEV_NAMLEN for the length of a device nameWarner Losh2022-07-271-1/+2
* stand: s/libstand/libsa/g to catch up with renameWarner Losh2022-04-301-2/+2
* loader: tslog: Add more log for module loadingEmmanuel Vadot2022-01-111-0/+1
* loader: Add preload operation to fs_opsEmmanuel Vadot2021-12-161-0/+2
* 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