summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added "flags" argument to msync, and implemented MS_ASYNC and MS_INVALIDATE.dg1995-03-251-14/+11
* Added a third "flags" argument to msync() ...as other systems have.dg1995-03-252-3/+3
* Added flags definitions for msync().dg1995-03-251-1/+7
* Add more compatibility cruft:bde1995-03-252-38/+138
* Removed an old VMIO #ifdef and made the type of b_pages 'struct vm_page *'.dg1995-03-252-10/+2
* Implemented cnt.v_reactivated and moved vm_page_activate() routine todg1995-03-251-39/+41
* Removed (almost) meaningless "object cache lookups/hits" statistic. Indg1995-03-252-7/+3
* Removed cnt.v_nzfod: In our current scheme of things it is not possibledg1995-03-252-5/+2
* Do a printf("\n") after all conditional printfs have been done so thatswallace1995-03-252-8/+10
* 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
* Don't delete clones if they are PINNED.wollman1995-03-241-2/+2
* Bring in the new non-GPL'd driver from Mikael Hybsch. This version isjkh1995-03-244-0/+3376
* scd driver now lives in non-GPL land.jkh1995-03-242-4/+4
* The "DISTNAME" is now configured here too.phk1995-03-241-2/+3
* in_var.h: in_multi structures now form a queue(3)-style LIST structurewollman1995-03-232-17/+109
* radix.c: correct exit condition in rn_walktree_from()wollman1995-03-232-6/+29
* Support disk slices. This involves mainly replacing inline code withbde1995-03-231-279/+116
* Deleted bogus DIAGNOSTIC "nfs_fsync: dirty" message. This can and doesdg1995-03-232-8/+2
* Change MAX_SLOTS -> EISA_MAX_SLOTS and correct comments. Add this torgrimes1995-03-233-16/+25
* aha1742.c:gibbs1995-03-234-8/+8
* Do not install libkern into /usr/lib, blank target install: added.rgrimes1995-03-231-1/+3
* Patches from Serge Babkin to fix interrupt handling bugs.dg1995-03-234-16/+56
* Restore my changes to initialize the kdc_shutdown routine pointer. Stefandg1995-03-232-8/+10
* Fixed warning caused by returning a value in a void function (introduceddg1995-03-231-3/+3
* Correct pcibus_setup() to return as soon as one test succeeds.se1995-03-226-6/+18
* Delete PCI PCI bridge simulator code ...se1995-03-226-540/+6
* Set request sense data size from xp->req_sense_length if != 0.se1995-03-221-16/+24
* Removed unused fifth argument to vm_object_page_clean(). Fixed bug withdg1995-03-223-35/+40
* Remove use of unitialised variable xp->req_sense_length.se1995-03-221-3/+2
* Remove spurious declaration of printf().se1995-03-226-18/+6
* Fixed potential sleep/wakeup race conditional with splhigh().dg1995-03-221-2/+6
* Fixes and improvements from John Dyson:dg1995-03-222-46/+149
* Added a check for wrong object size; print a warning, but deal with itdg1995-03-221-1/+9
* Fixed bug in vm_mmap() where the object that is created in some casesdg1995-03-221-2/+2
* Removed unused variable declaration missed in previous commit.dg1995-03-211-2/+1
* Removed do-nothing VOP_UPDATE() call.dg1995-03-211-3/+1
* New ISA specific PCI code.se1995-03-216-882/+1254
* Completely new PCI code:se1995-03-218-1261/+2329
* Stylistic changes. Update Wolfgang's e-mail address.se1995-03-211-13/+12
* Silence "gcc -Wall".se1995-03-211-1/+15
* Cosmetic changes.se1995-03-213-15/+22
* Major cleanup: Stylistic changes, 386BSD specific code removed.se1995-03-211-336/+217
* Protocol-cloned routes should gain a reference to their parents to makewollman1995-03-211-2/+9
* Set it so you can add and remove line disciplines without replicatingdufault1995-03-213-3/+72
* Julian's suport of compressed tape drives.dufault1995-03-211-6/+13
* cd.c: Julian's CD audio cleanupdufault1995-03-218-185/+362
* Disallow non page-aligned file offsets in vm_mmap(). We don't support thisdg1995-03-211-1/+12
* Added a new version of trap_pfault() that disallows kernel page faultsdg1995-03-213-3/+363
* Changed some #ifdef DIAGNOSTIC code that I added to be #ifdef DEBUG.dg1995-03-213-6/+6
OpenPOWER on IntegriCloud