summaryrefslogtreecommitdiffstats
path: root/sys/modules/ubser
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314651,r318439,r318440:ngie2017-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | r314651: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 r318439: Normalize .PATH on SRCTOP This will help Jenkins dedupe 9 warnings between the static build and the module build of ipsec(4). Missed in SRCTOP conversion in r314651. MFC with: r314651 r318440: Normalize SYSDIR on SRCTOP instead of .CURDIR This is being done to simplify pathing for CFLAGS and source files.
* Fix this module so it at least builds. Note that it isn't hooked up tojhb2009-10-131-2/+2
| | | | | the build however, and ubser(4) is also not present in any kernel configs (including NOTES).
* We don't need to generate vnode_if.h anymoreimp2004-12-291-1/+1
|
* Add usbdevs.h and pccarddevs.h to the build list, as appropriate. This is ↵imp2004-06-271-1/+1
| | | | needed to build as part of world or in src/sys/modules.
* add driver for BWCT console management serialsticso2004-03-011-0/+9
OpenPOWER on IntegriCloud