aboutsummaryrefslogtreecommitdiff
path: root/sys/nwfs
Commit message (Expand)AuthorAgeFilesLines
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-2/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-2/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-053-0/+3
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* nwfs depends on ncpPeter Wemm2000-04-291-0/+2
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-2/+2
* Try to obtain timezone offset from an environment of mount program.Boris Popov2000-04-054-15/+16
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-202-2/+2
* Check if module was compiled without SMP support and running onBoris Popov2000-01-151-0/+9
* Add VT_NWFS tag.Boris Popov2000-01-151-4/+0
* Forward declare some structs so that this header is more self-suifficent.Bruce Evans2000-01-142-0/+19
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-4/+4
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-1/+2
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-33/+1
* Fix pointer problem for the AlphaPeter Wemm1999-12-121-2/+2
* Bump local version number to 1.3.4.Boris Popov1999-12-121-1/+1
* Lock reporting and assertion changes.Eivind Eklund1999-12-111-1/+1
* Remove abuse of struct nameidata.Boris Popov1999-11-271-7/+4
* Remove race condition under SMP.Boris Popov1999-11-211-2/+8
* Change structure field named 'toupper' to 'to_upper' to avoid conflictArchie Cobbs1999-11-021-5/+5
* Bump version number to sync with ncplib 1.3.3Boris Popov1999-10-311-1/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-292-2/+0
* Under some condition vnode can reference itself.Boris Popov1999-10-142-1/+5
* Isolate old constant NCP_VOLNAME_LEN.Boris Popov1999-10-141-1/+3
* Remove unnessary includes.Boris Popov1999-10-126-32/+0
* Put back cn_namelen initialization. Removed by phk in rev 1.2.Boris Popov1999-10-071-0/+1
* Before we start to mess with the VFS name-cache clean things up a little bit:Poul-Henning Kamp1999-10-031-6/+1
* Import kernel part of ncplib: netncp and nwfsBoris Popov1999-10-0210-0/+3730