aboutsummaryrefslogtreecommitdiff
path: root/stand/common/dev_net.c
Commit message (Expand)AuthorAgeFilesLines
* Add DEBUG_PRINTF to stand.hSimon J. Gerraty2025-07-171-40/+17
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+2
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-221-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* stand: Use c99 structure initialization for network deviceWarner Losh2022-07-241-9/+9
* loader: net_open() should not replace f->f_devdataToomas Soome2021-10-191-3/+5
* loader: dev_net.c should use __func__ with printfToomas Soome2021-09-241-14/+16
* stand: dev_net: correct net_open's interpretation of paramsKyle Evans2019-02-151-3/+5
* Revert r333365Warner Losh2018-05-101-0/+4
* We don't use f_devdata, so don't set it. Should that need to changeWarner Losh2018-05-081-4/+0
* net_parse_rootpath() has no parametersToomas Soome2017-11-221-1/+1
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+435