summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs/nwfs_subr.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not dereference dvp pointer before doing a NULL check.kan2005-05-111-1/+2
| | | | Noticed by: Coverity Prevent analysis tool.
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
|
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
| | | | | | | | | | prevent the compiler from optimizing assignments into byte-copy operations which might make access to the individual fields non-atomic. Use the individual fields throughout, and don't bother locking them with Giant: it is no longer needed. Inspired by: tjr
* Add a missing #include <sys/lockmgr.h>.iedowse2002-09-011-0/+1
|
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
| | | | also don't use ANSI string concatenation.
* KSE Milestone 2julian2001-09-121-33/+33
| | | | | | | | | | | | | | Note ALL MODULES MUST BE RECOMPILED make the kernel aware that there are smaller units of scheduling than the process. (but only allow one thread per process at this time). This is functionally equivalent to teh previousl -current except that there is a thread associated with each process. Sorry john! (your next MFC will be a doosie!) Reviewed by: peter@freebsd.org, dillon@freebsd.org X-MFC after: ha ha ha ha
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-3/+3
| | | | - /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
* 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