aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/nfs.c
Commit message (Expand)AuthorAgeFilesLines
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* stand: Use c99 structure initialization for nfs_fsopsWarner Losh2022-07-241-8/+8
* loader: net_open() should not replace f->f_devdataToomas Soome2021-10-191-1/+3
* Logging improvements to loader::nfsRavi Pokala2019-11-131-3/+4
* libsa: assignment to char * from u_char *Toomas Soome2018-08-011-1/+1
* Initialize variables we later free so they aren't usedWarner Losh2018-06-131-5/+4
* libsa: Const-ify buffer argument of write(2) analogConrad Meyer2018-02-231-11/+1
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+860