summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Undo last commit - not a bug, just duplicate code. PG_MAPPED anddillon1999-01-241-2/+1
* Go back to only supporting revoke() for bdevs and cdevs. It is verybde1999-01-242-2/+10
* From the PR:msmith1999-01-243-6/+145
* Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALLdillon1999-01-247-32/+30
* Bleh. Missing 'unit =' doesn't help legacy num_ide_disks code.msmith1999-01-241-2/+2
* vm_map_split() used to dirty the page manually after callingdillon1999-01-241-4/+13
* From the PR:msmith1999-01-241-11/+7
* Add vm_page_dirty() inline with PQ_CACHE sanity checkdillon1999-01-241-1/+20
* Correct #include in vinumioctl.c to compile correctlygrog1999-01-241-2/+2
* Addendum: The original code that the last commit 'fixed' actually diddillon1999-01-241-1/+1
* vm_pager_put_pages() is passed an rcval array to hold per-page returndillon1999-01-247-33/+31
* Clear PG_MAPPED as well as PG_WRITEABLE when a page is moved to thedillon1999-01-241-3/+3
* Added warning printf ( needs INVARIANTS ) when busy cache page is founddillon1999-01-241-1/+4
* Add comment indicating that the vinum pseudo-device is experimental,grog1999-01-243-3/+15
* There was a situation where sendfile() might attempt to initiate I/Odillon1999-01-241-32/+35
* It is possible for a page in the cache to be busy. vm_pageout.c was notdillon1999-01-241-1/+5
* Add invariants to vm_page_busy() and vm_page_wakeup() to check fordillon1999-01-241-1/+12
* Clear PG_WRITEABLE in vm_page_cache(). This may or may not be a bug,dillon1999-01-241-2/+7
* Depreciate vm_object_pmap_copy() - nobody uses it. Everyone usesdillon1999-01-241-2/+14
* Get rid of unused old_m in vm_fault. Add INVARIANTS to test whetherdillon1999-01-241-4/+13
* Don't try to calculate B_CACHE for an NFS related bp that has adillon1999-01-241-2/+5
* Document root_disk_unitmsmith1999-01-241-0/+12
* biosdisk.cmsmith1999-01-244-13/+32
* Fill in the bi_bios_dev field in the bootinfo struct; the loader doesn'tmsmith1999-01-242-2/+4
* Move kernel-only declarations to within #ifdef KERNELarchie1999-01-231-4/+9
* Replace DEBUG by PLIP_DEBUG optionnsouch1999-01-232-7/+6
* Add various documented ppbus optionsnsouch1999-01-233-6/+33
* Update the alpha port to use the new syscons.dfr1999-01-2328-9906/+3632
* Fix a dot too many in path.rnordier1999-01-233-6/+6
* Added detection of Hauppauge IR remote control.roger1999-01-232-104/+412
* Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>roger1999-01-232-4/+8
* Suppress warnings when compiling LINT. No functional change.yokota1999-01-231-1/+7
* - Remove reference to obsolete options.yokota1999-01-235-30/+47
* Fix an expression parenthesization typo in a conditional. It should notdillon1999-01-231-2/+10
* Reenable John Dyson's low-memory VM_WAIT code for page reactivations outdillon1999-01-231-7/+13
* Update userref handling after discussion with submitter of previouspeter1999-01-231-4/+4
* Make the -I paths closer to what happens when compiling as part of thepeter1999-01-231-2/+2
* Minor tweak to fix 'pseudo-device vinum'. One of these got lost before,peter1999-01-232-6/+6
* Add vinumdaemon.c; sort vinum entries.peter1999-01-231-6/+7
* Oops, got my #ifdef's mixed up. Fix an unused variable warning.peter1999-01-231-1/+3
* Remove stray Makefile that Greg initially imported.peter1999-01-231-26/+0
* Add EXCEPTION word set.msmith1999-01-2213-58/+339
* bootstrap.hmsmith1999-01-226-141/+87
* Convert ccd to a proper module vs. something started by PSEUDO_SET().peter1999-01-222-28/+60
* add LEGSUP to uhci_dumpregsn_hibma1999-01-221-4/+7
* Fix extraneous free() on error.rnordier1999-01-221-2/+1
* Fix read error not being detected.rnordier1999-01-221-1/+2
* Don't forward unicast packets received via link-layer multicast.wollman1999-01-221-2/+2
* Multicast code isn't quite correct. The RealTek wants the upper six bitswpaul1999-01-221-5/+5
* Push version numbers up to 1.00. This is just intended to reflectrnordier1999-01-224-10/+10
OpenPOWER on IntegriCloud