summaryrefslogtreecommitdiffstats
path: root/sys/nwfs
Commit message (Expand)AuthorAgeFilesLines
* 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