summaryrefslogtreecommitdiffstats
path: root/sys/nwfs/nwfs_node.c
Commit message (Expand)AuthorAgeFilesLines
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedbp2001-03-101-7/+38
* A name of the file can change while its id stays the same. So, we havebp2001-03-061-0/+4
* Change and clean the mutex lock interface.bmilekic2001-02-091-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* v_interlock is a mutex now, not simple lock.bp2000-11-041-1/+1
* Make malloc use M_ZERO in some more locations.dwmalone2000-10-291-2/+1
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
* Protect hash data with lock manager instead of home grown one.bp2000-10-021-57/+73
* Get rid from the legacy __P() macro. Remove 'register' keywords.bp2000-10-021-9/+16
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-2/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Try to obtain timezone offset from an environment of mount program.bp2000-04-051-2/+2
* useracc() the prequel:phk1999-10-291-1/+0
* Remove unnessary includes.bp1999-10-121-4/+0
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+321
OpenPOWER on IntegriCloud