summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-03-16small update for the pmax (first cut - more to follow)Thomas Graichen
note: i also changed the gcc numbering stuff for the arc where i ran at it
1998-03-16doc machine commandsMichael Shalayeff
1998-03-16.NdDavid Leonard
1998-03-16slightly improved SMC autodetectionJason Downs
1998-03-16raise NKMEMCLUSTERS a bit to avoid kernel crashes due to kvm shortageThomas Graichen
on fat kerneles (often reported in the last time)
1998-03-16"Take us to DDB!"Per Fogelstrom
1998-03-16DDB.Per Fogelstrom
Support for Algorithmics R5000/R10000 evaluation board. So far only the RM5260 is supported. RM5270 - RM7000 later. R5000 and R10000 depending on access to cpu modules. vm_machdep.c moved to arch/mips/mips.
1998-03-16please gcc (couldn't find any reference, so just deleted offending declaration)Jason Downs
1998-03-16DDB for mips, first cut. Will add some machine dep commands and tunePer Fogelstrom
up a little. Basically works. Still needs symbol table support. Load store counting does not handle branch likely situations. Also, some code moved into here as 'machine independent'.
1998-03-16Add the option SOFTWARE_SSTEP_EMUL. This is used with mips processorsPer Fogelstrom
together with SOFTWARE_SSTEP to do single stepping. We don't need the dual BP at branch since we always evaluate the correct next location.
1998-03-16syncTheo de Raadt
1998-03-16Xr options 4Theo de Raadt
1998-03-16cleanup moreTheo de Raadt
1998-03-16Cosmetic: .Dq -> .Itbrian
1998-03-16Regenerate pnpdevs.hdgregor
1998-03-16PnP IDs are case-sensitive. Make them all uppercasedgregor
1998-03-16Use fgetln(3) instead of fgets(3) so we can easily recognize linesTodd C. Miller
that are too long and ignore them instead of corrupting later entries.
1998-03-16Add FFS_SOFTUPDATES and change an occurrence of NFS to NFS_CLIENT.Todd C. Miller
1998-03-16conditionalize afslogTheo de Raadt
1998-03-16make itTheo de Raadt
1998-03-16First pass at updates: just spelling corrections and obvious grammar.gene
Real meat to come.
1998-03-15%C influences %y regardless of ordering. This becomes a bit trickyTodd C. Miller
due to recursion so we do all the work in _strptime which takes an extra flag specifying whether or not to initialize some statics.
1998-03-15fix possibility of null pointer deref when using make's "-j" option.flipk
1998-03-15document FFS_SOFTUPDATES option and how to enable it. Also includeTodd C. Miller
the text of Kirk's license and mention that it will be free in the future.
1998-03-15Make machine word size a factor in max_softdeps. Keeps alpha fromTodd C. Miller
panic'ing.
1998-03-15please gcc 2.8.1 #ifdef DEBUGTodd C. Miller
1998-03-15Add support for vfs.* from lite2Todd C. Miller
1998-03-15Update Berkeley sccsid since this includes the lite2 changesTodd C. Miller
1998-03-15enable softupdatesMichael Shalayeff
1998-03-15Capitalize the title of Unix Password Security correctly.gene
1998-03-15Fix %m, %I, %S, %y, %C, and %j conversions. Fixes by nakayosh@kcn.or.jpTodd C. Miller
and myself. Some bugs noted by woods@most.weird.com.
1998-03-15Add Kirk McKusick's soft update code. This is an implementation of:Todd C. Miller
http://www.ece.cmu.edu/~ganger/papers/CSE-TR-254-95/ This code currently has a restrictive copyright (for the time being) and so is not enabled by default; "option FFS_SOFTUPDATES" will enable it. Note that you will need to re-run config(8) as the old softdep stubs have moved to ffs_softdep_stub.c.
1998-03-14Changes necesary for new soft updates code. Doesn't affect old soft updatesTodd C. Miller
or kernels without soft updates...
1998-03-14install helpfiles in locally. -mojMats O Jansson
1998-03-14lynx_help NOT lynx_html. -mojMats O Jansson
1998-03-14opps, needed /usr/share/doc/html/lynx_help/keystrokes too. -mojMats O Jansson
1998-03-14add support for /usr/share/doc/html. -mojMats O Jansson
1998-03-13drop right into install programTheo de Raadt
1998-03-13Not shipping soft updates yet; deraadt@.ryker
1998-03-13sync gcc 2.7.2.1 -> gcc 2.8.1ryker
1998-03-13Remove the check for char subscripts in -Wall again, somehow thisTodd C. Miller
got lost in the gcc 2.8.1 upgrade.
1998-03-13Correct #ifdef for __FreeBSD__ < 3brian
1998-03-13Add missing includebrian
1998-03-13Add extraneous braces to stiffle warnings from gcc-2.8brian
1998-03-13Don't send LQRs when the peer has LCP REJ'd them. Sendbrian
ECHO LQRs instead.
1998-03-13syncTheo de Raadt
1998-03-13activate that rpcauth manpageTheo de Raadt
1998-03-12minor glitchTheo de Raadt
1998-03-12explain security considerations in some detailTheo de Raadt
1998-03-12Treat IDE as ESDI in -e mode just like we do in -E mode.Todd C. Miller