summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* c_iflag handling in setting compat modes now more close to V7ache1995-03-291-2/+4
* Oops, fix typing error in prev. commitache1995-03-291-2/+2
* Handle TTY_BI now instead of TTY_FE && c == 0ache1995-03-291-2/+2
* Move parmark 0377 double code after control chars processingache1995-03-291-6/+6
* Added a set of braces to make the compiler happy.dg1995-03-292-4/+6
* ttyinput() fixes:ache1995-03-281-4/+8
* Bug fixed:ache1995-03-281-3/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-282-5/+5
* Removed some redundant 'vmio' checks.dg1995-03-271-4/+4
* Removed third arg (vmio) to allocbuf() that was added with the originaldg1995-03-261-8/+7
* Added a third "flags" argument to msync() ...as other systems have.dg1995-03-252-3/+3
* Add more compatibility cruft:bde1995-03-251-19/+69
* Use 'p' rather than 'curproc' when appropriate.dg1995-03-251-3/+3
* Use NDINIT macro to initialize fields for namei.dg1995-03-251-13/+5
* Set it so you can add and remove line disciplines without replicatingdufault1995-03-211-1/+62
* Added a new version of trap_pfault() that disallows kernel page faultsdg1995-03-211-1/+121
* Changed some #ifdef DIAGNOSTIC code that I added to be #ifdef DEBUG.dg1995-03-211-2/+2
* Fixed vinvalbuf() to work like NFS wants it to. The previous code wouldn'tdg1995-03-212-20/+16
* Don't gain/lose a reference to the object when yanking its pages indg1995-03-202-24/+10
* Don't attempt to sync pages in the V_SAVE case of vinvalbuf; doing so candg1995-03-202-28/+34
* Fixed bug introduced in the previous commit - the lock must be held untildg1995-03-191-6/+7
* Lose the lock on the vnode. Changes to implement proper locking in thedg1995-03-191-4/+11
* Removed redundant newlines that were in some panic strings.dg1995-03-191-6/+4
* 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
OpenPOWER on IntegriCloud