summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Link everything against libcrypt. ELF builds complain without it.Mark Murray1999-01-2518-63/+80
* Correct a typo and an unparseable sentence.Joseph Koshy1999-01-251-6/+4
* Play with MFS size a little.Jordan K. Hubbard1999-01-251-2/+3
* Introduce rc script for BOOTP 'diskless' boot. Well, not quite disklessMatthew Dillon1999-01-251-1/+12
* Force the order of the setdefs* so that make -jN doesn't build thePeter Wemm1999-01-253-3/+9
* Fix swap radix tree dump formatting ( pstat -ss ), it was printing theMatthew Dillon1999-01-251-4/+4
* NO_LKM is no longer an option. LKM support is an option itself.Peter Wemm1999-01-254-17/+4
* gethostbyname2() was broken for lookups via NIS on FreeBSD/alphaAndrew Gallatin1999-01-251-4/+7
* Fix an aout-to-elf upgrade failure. Don't let the kernel MakefilePeter Wemm1999-01-251-2/+3
* SMBus support for the Intel PIIX4 power management unit. See smbus(4),Nicolas Souchu1999-01-242-0/+866
* 'Nother place where libcrypt needs to be linked.Mark Murray1999-01-241-3/+3
* Replace a bunch of "ln foo bar"'s with "ln -f foo bar".Mark Murray1999-01-242-84/+84
* More libcrypt backout.Mark Murray1999-01-241-8/+2
* Fix logic surrounding the noconn option.David E. O'Brien1999-01-241-5/+9
* Under ELF, this must be linked against libcrypt.Mark Murray1999-01-241-3/+3
* Support 'O MaxHeaderLines=' to override the default header count and linePeter Wemm1999-01-242-0/+2
* Fix symlinking. Without the -f "force" option, the wrong versionMark Murray1999-01-242-9/+9
* Merge changes from vendor branch into our versionPeter Wemm1999-01-242-0/+8
* This commit was generated by cvs2svn to compensate for changes in r43148,Peter Wemm1999-01-244-1/+72
|\
| * Check the patch obtained from sendmail.org for the header denial-of-servicevendor/sendmail/8.9.2-headerPeter Wemm1999-01-246-1/+80
* | Drop outdated FreeBSD version number from test script.Robert Nordier1999-01-241-1/+1
* | Undo last commit - not a bug, just duplicate code. PG_MAPPED andMatthew Dillon1999-01-241-2/+1
* | Backed out most of previous commit to go with backing out support forBruce Evans1999-01-241-4/+6
* | Go back to only supporting revoke() for bdevs and cdevs. It is veryBruce Evans1999-01-242-2/+10
* | From the PR:Mike Smith1999-01-243-6/+145
* | Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALLMatthew Dillon1999-01-247-32/+30
* | Bleh. Missing 'unit =' doesn't help legacy num_ide_disks code.Mike Smith1999-01-241-2/+2
* | vm_map_split() used to dirty the page manually after callingMatthew Dillon1999-01-241-4/+13
* | From the PR:Mike Smith1999-01-241-11/+7
* | Add vm_page_dirty() inline with PQ_CACHE sanity checkMatthew Dillon1999-01-241-1/+20
* | Correct #include in vinumioctl.c to compile correctlyGreg Lehey1999-01-241-2/+2
* | Addendum: The original code that the last commit 'fixed' actually didMatthew Dillon1999-01-241-1/+1
* | vm_pager_put_pages() is passed an rcval array to hold per-page returnMatthew Dillon1999-01-247-33/+31
* | Clear PG_MAPPED as well as PG_WRITEABLE when a page is moved to theMatthew Dillon1999-01-241-3/+3
* | Added warning printf ( needs INVARIANTS ) when busy cache page is foundMatthew Dillon1999-01-241-1/+4
* | Add comment indicating that the vinum pseudo-device is experimental,Greg Lehey1999-01-243-3/+15
* | There was a situation where sendfile() might attempt to initiate I/OMatthew Dillon1999-01-241-32/+35
* | It is possible for a page in the cache to be busy. vm_pageout.c was notMatthew Dillon1999-01-241-1/+5
* | Add invariants to vm_page_busy() and vm_page_wakeup() to check forMatthew Dillon1999-01-241-1/+12
* | Clear PG_WRITEABLE in vm_page_cache(). This may or may not be a bug,Matthew Dillon1999-01-241-2/+7
* | Depreciate vm_object_pmap_copy() - nobody uses it. Everyone usesMatthew Dillon1999-01-241-2/+14
* | Get rid of unused old_m in vm_fault. Add INVARIANTS to test whetherMatthew Dillon1999-01-241-4/+13
* | Don't try to calculate B_CACHE for an NFS related bp that has aMatthew Dillon1999-01-241-2/+5
* | Document root_disk_unitMike Smith1999-01-241-0/+12
* | biosdisk.cMike Smith1999-01-244-13/+32
* | Fill in the bi_bios_dev field in the bootinfo struct; the loader doesn'tMike Smith1999-01-242-2/+4
* | Move kernel-only declarations to within #ifdef KERNELArchie Cobbs1999-01-231-4/+9
* | Add the texinfo'ed docs to the build/install.Mark Murray1999-01-233-9/+11
* | Replace DEBUG by PLIP_DEBUG optionNicolas Souchu1999-01-232-7/+6
* | Add various documented ppbus optionsNicolas Souchu1999-01-233-6/+33