summaryrefslogtreecommitdiffstats
path: root/sys/nwfs/nwfs_subr.c
Commit message (Collapse)AuthorAgeFilesLines
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedbp2001-03-101-1/+1
| | | | | vnodes which represent volumes (before it was done via strcmp()). Turn n_refparent into bit in the n_flag field.
* Synch with changes in the NCP requester.bp2001-03-101-178/+223
|
* Get rid from the legacy __P() macro. Remove 'register' keywords.bp2000-10-021-2/+2
|
* Try to obtain timezone offset from an environment of mount program.bp2000-04-051-10/+10
| | | | This helps in cases where CMOS clock set to UTC time.
* Remove unnessary includes.bp1999-10-121-3/+0
|
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+669
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud