summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Under ELF, this must be linked against libcrypt.markm1999-01-241-3/+3
* Support 'O MaxHeaderLines=' to override the default header count and linepeter1999-01-242-0/+2
* Fix symlinking. Without the -f "force" option, the wrong versionmarkm1999-01-242-9/+9
* Merge changes from vendor branch into our versionpeter1999-01-242-0/+8
* This commit was generated by cvs2svn to compensate for changes in r43148,peter1999-01-244-1/+72
|\
| * Check the patch obtained from sendmail.org for the header denial-of-servicepeter1999-01-246-1/+80
* | Drop outdated FreeBSD version number from test script.rnordier1999-01-241-1/+1
* | Undo last commit - not a bug, just duplicate code. PG_MAPPED anddillon1999-01-241-2/+1
* | Backed out most of previous commit to go with backing out support forbde1999-01-241-4/+6
* | 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
* | Add the texinfo'ed docs to the build/install.markm1999-01-233-9/+11
* | Replace DEBUG by PLIP_DEBUG optionnsouch1999-01-232-7/+6
* | Add various documented ppbus optionsnsouch1999-01-233-6/+33
* | Fix wrong exit code.rnordier1999-01-231-1/+1
* | Remove a workaround for the alpha port using an outdated version of syscons.dfr1999-01-231-6/+1
* | Update the alpha port to use the new syscons.dfr1999-01-2328-9906/+3632
* | I may have forgotten to upgrade this value, but that will never happeneivind1999-01-231-6/+8
* | Fix a dot too many in path.rnordier1999-01-233-6/+6
* | Remove imm.4, merged with vpo.4nsouch1999-01-236-70/+75
* | 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
* | __FreeBSD__ is also used here.jhay1999-01-231-1/+3
* | Suppress warnings when compiling LINT. No functional change.yokota1999-01-231-1/+7
* | - Remove reference to obsolete options.yokota1999-01-235-30/+47
* | More broken crypt(3) backout.markm1999-01-231-1/+6
* | Back out the new crypt(3) stuff untill we can go through an independantmarkm1999-01-232-154/+31
* | The new crypt code broke "make world". Back it out.markm1999-01-2315-1667/+149
OpenPOWER on IntegriCloud