summaryrefslogtreecommitdiffstats
path: root/sys/nwfs
Commit message (Expand)AuthorAgeFilesLines
* Add dependancy on libmchain module.bp2001-03-221-0/+1
* Do not kill vnodes after rename. This can cause deadlocks in the deadfs.bp2001-03-111-6/+2
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedbp2001-03-106-51/+45
* Synch with changes in the NCP requester.bp2001-03-103-192/+233
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+2
* A name of the file can change while its id stays the same. So, we havebp2001-03-062-15/+5
* Reviewed by: jlemonadrian2001-03-011-3/+0
* Change and clean the mutex lock interface.bmilekic2001-02-092-8/+8
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-042-3/+3
* 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-292-5/+2
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-042-7/+10
* Protect hash data with lock manager instead of home grown one.bp2000-10-024-71/+105
* Get rid from the legacy __P() macro. Remove 'register' keywords.bp2000-10-026-95/+99
* 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-262-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-2/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-053-0/+3
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* nwfs depends on ncppeter2000-04-291-0/+2
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+2
* Try to obtain timezone offset from an environment of mount program.bp2000-04-054-15/+16
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-202-2/+2
* Check if module was compiled without SMP support and running onbp2000-01-151-0/+9
* Add VT_NWFS tag.bp2000-01-151-4/+0
* Forward declare some structs so that this header is more self-suifficent.bde2000-01-142-0/+19
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-4/+4
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-33/+1
* Fix pointer problem for the Alphapeter1999-12-121-2/+2
* Bump local version number to 1.3.4.bp1999-12-121-1/+1
* Lock reporting and assertion changes.eivind1999-12-111-1/+1
* Remove abuse of struct nameidata.bp1999-11-271-7/+4
* Remove race condition under SMP.bp1999-11-211-2/+8
* Change structure field named 'toupper' to 'to_upper' to avoid conflictarchie1999-11-021-5/+5
* Bump version number to sync with ncplib 1.3.3bp1999-10-311-1/+1
* useracc() the prequel:phk1999-10-292-2/+0
* Under some condition vnode can reference itself.bp1999-10-142-1/+5
* Isolate old constant NCP_VOLNAME_LEN.bp1999-10-141-1/+3
* Remove unnessary includes.bp1999-10-126-32/+0
* Put back cn_namelen initialization. Removed by phk in rev 1.2.bp1999-10-071-0/+1
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-031-6/+1
* Import kernel part of ncplib: netncp and nwfsbp1999-10-0210-0/+3730
OpenPOWER on IntegriCloud