summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix from Doug Rabson: Don't try to release a pbuf we didn't get.dg1995-03-191-4/+5
* Removed unnecessary call to vnode_pager_uncache(). We automatically cleardg1995-03-191-2/+2
* Moved call to vnode_pager_uncache in rename() to before the VOP_RENAME.dg1995-03-192-12/+8
* Patch from Kirk McKusick to fix a bug introduced in the Poul's vfs_cachedg1995-03-191-2/+2
* Woops, add back that #define...it's used later in the file.dg1995-03-181-1/+8
* Fixed comments and removed b_cylinder #define.dg1995-03-181-13/+5
* Integrated change from 1.1.5: Fixed broken disksort to sort by pblknodg1995-03-181-13/+6
* Changed names of goaway routines into shutdown routines.dg1995-03-171-5/+5
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-1631-108/+57
* Fix support for extended partitions (forgot to release the buffer).bde1995-03-151-3/+7
* Special cased the handling of mb_map in the M_WAITOK case. kmem_malloc()dg1995-03-151-7/+16
* Finish the previous change. The device name got lost in diskerr().bde1995-03-121-2/+2
* Update a couple of counters.phk1995-03-121-1/+3
* Added a comment.dg1995-03-112-2/+10
* Added some additional DIAGNOSTIC code that makes sure that freeddg1995-03-111-2/+12
* Reorganized an if() expression for efficiency.dg1995-03-102-6/+6
* Whoops, back out that last change - I misread what Poul had done there.dg1995-03-101-2/+2
* Don't thrash the name cache while trying to fill up the object cache.dg1995-03-101-2/+2
* Removed some #include's of unnecessary include files.dg1995-03-101-4/+1
* Clean up and improve the namecache.phk1995-03-092-22/+48
* Clean up and improve the namecache.phk1995-03-091-105/+130
* Another little optimization to the nameicache.phk1995-03-081-14/+4
* Improve the quality of the hash used in the namei-cache.phk1995-03-081-3/+3
* Removed most of the special policy regarding the seperation of VMIO anddg1995-03-071-62/+13
* Put VAGE vnodes at the head of the free list.dg1995-03-072-10/+16
* Update vfs_cache.c to use the <sys/queue.h> macros. This makes it easierphk1995-03-061-113/+64
* Added some more of John's "anti-chatter" fixes - set the page activationdg1995-03-041-4/+11
* Support extended DOSpartitions.bde1995-03-041-51/+181
* Don't warn about missing labels for non-BSD slices.bde1995-03-041-13/+38
* Removed obsolete vtrace() remnants.dg1995-03-044-22/+2
* Fixes from John Dyson to work around vnode lock hang. Basically, removedg1995-03-031-8/+11
* Don't try to cluster busy buffers.dg1995-03-021-16/+35
* Various changes from John and myself that do the following:dg1995-03-011-6/+9
* No longer assume that a process's address space can be directly written to.dg1995-03-011-14/+23
* Workaround IXOFF bug when output queue is full && RTS control is onache1995-02-281-4/+16
* Do a vnode_pager_uncache after the VOP_RENAME to lose the remainingdg1995-02-282-4/+8
* Incorporate bde's code-review comments.pst1995-02-282-12/+15
* sameugen1995-02-272-9/+86
* Backed out previous change. I forgot (for about the fourth time) thatdg1995-02-272-6/+4
* Initialize v_rdev in getnewvnode() - it appears that some filesystemsdg1995-02-272-4/+6
* Eliminate my private type `bool_t'.bde1995-02-261-6/+3
* (a) remove the pointer to each driver's tty structure array from cdevswpst1995-02-254-130/+84
* Fixed thrashing buffer problem.dg1995-02-251-2/+2
* Clean a bunch of -Wall warnings.phk1995-02-241-0/+1
* Add releasing of input flow control intoache1995-02-241-1/+11
* Implemented mbstat.m_wait and mbstat.m_drops.dg1995-02-231-1/+9
* Add two IXOFF checks to not confuse with CRTS_IFLOW.ache1995-02-231-3/+5
* Revive hadrware input flow controlache1995-02-221-11/+9
* Use dsname() to get consistent names.bde1995-02-222-29/+25
* Fix initialization of the copy of the label passed to setdisklabel().bde1995-02-221-115/+120
OpenPOWER on IntegriCloud