aboutsummaryrefslogtreecommitdiff
path: root/stand/common/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* stand: create common set_currdevWarner Losh2023-01-241-0/+17
* stand: Move dev_cleanup into libsaWarner Losh2023-01-241-11/+0
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-241-0/+16
* loader: implement mount/unmount rootfsToomas Soome2022-01-131-0/+22
* zalloc_malloc:Free hexdump preceeding buffer when we detect overflowSimon J. Gerraty2020-08-291-40/+0
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-081-5/+5
* loader: alloc_pread() should set errno if malloc failsToomas Soome2020-02-231-0/+1
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-131-2/+2
* There's no tainted data here, tag it as such to avoid the slew ofWarner Losh2018-01-231-0/+1
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+219