Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-16 | small 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-16 | doc machine commands | Michael Shalayeff | |
1998-03-16 | .Nd | David Leonard | |
1998-03-16 | slightly improved SMC autodetection | Jason Downs | |
1998-03-16 | raise NKMEMCLUSTERS a bit to avoid kernel crashes due to kvm shortage | Thomas Graichen | |
on fat kerneles (often reported in the last time) | |||
1998-03-16 | "Take us to DDB!" | Per Fogelstrom | |
1998-03-16 | DDB. | 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-16 | please gcc (couldn't find any reference, so just deleted offending declaration) | Jason Downs | |
1998-03-16 | DDB for mips, first cut. Will add some machine dep commands and tune | Per 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-16 | Add the option SOFTWARE_SSTEP_EMUL. This is used with mips processors | Per 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-16 | sync | Theo de Raadt | |
1998-03-16 | Xr options 4 | Theo de Raadt | |
1998-03-16 | cleanup more | Theo de Raadt | |
1998-03-16 | Cosmetic: .Dq -> .It | brian | |
1998-03-16 | Regenerate pnpdevs.h | dgregor | |
1998-03-16 | PnP IDs are case-sensitive. Make them all uppercase | dgregor | |
1998-03-16 | Use fgetln(3) instead of fgets(3) so we can easily recognize lines | Todd C. Miller | |
that are too long and ignore them instead of corrupting later entries. | |||
1998-03-16 | Add FFS_SOFTUPDATES and change an occurrence of NFS to NFS_CLIENT. | Todd C. Miller | |
1998-03-16 | conditionalize afslog | Theo de Raadt | |
1998-03-16 | make it | Theo de Raadt | |
1998-03-16 | First 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 tricky | Todd 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-15 | fix possibility of null pointer deref when using make's "-j" option. | flipk | |
1998-03-15 | document FFS_SOFTUPDATES option and how to enable it. Also include | Todd C. Miller | |
the text of Kirk's license and mention that it will be free in the future. | |||
1998-03-15 | Make machine word size a factor in max_softdeps. Keeps alpha from | Todd C. Miller | |
panic'ing. | |||
1998-03-15 | please gcc 2.8.1 #ifdef DEBUG | Todd C. Miller | |
1998-03-15 | Add support for vfs.* from lite2 | Todd C. Miller | |
1998-03-15 | Update Berkeley sccsid since this includes the lite2 changes | Todd C. Miller | |
1998-03-15 | enable softupdates | Michael Shalayeff | |
1998-03-15 | Capitalize the title of Unix Password Security correctly. | gene | |
1998-03-15 | Fix %m, %I, %S, %y, %C, and %j conversions. Fixes by nakayosh@kcn.or.jp | Todd C. Miller | |
and myself. Some bugs noted by woods@most.weird.com. | |||
1998-03-15 | Add 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-14 | Changes necesary for new soft updates code. Doesn't affect old soft updates | Todd C. Miller | |
or kernels without soft updates... | |||
1998-03-14 | install helpfiles in locally. -moj | Mats O Jansson | |
1998-03-14 | lynx_help NOT lynx_html. -moj | Mats O Jansson | |
1998-03-14 | opps, needed /usr/share/doc/html/lynx_help/keystrokes too. -moj | Mats O Jansson | |
1998-03-14 | add support for /usr/share/doc/html. -moj | Mats O Jansson | |
1998-03-13 | drop right into install program | Theo de Raadt | |
1998-03-13 | Not shipping soft updates yet; deraadt@. | ryker | |
1998-03-13 | sync gcc 2.7.2.1 -> gcc 2.8.1 | ryker | |
1998-03-13 | Remove the check for char subscripts in -Wall again, somehow this | Todd C. Miller | |
got lost in the gcc 2.8.1 upgrade. | |||
1998-03-13 | Correct #ifdef for __FreeBSD__ < 3 | brian | |
1998-03-13 | Add missing include | brian | |
1998-03-13 | Add extraneous braces to stiffle warnings from gcc-2.8 | brian | |
1998-03-13 | Don't send LQRs when the peer has LCP REJ'd them. Send | brian | |
ECHO LQRs instead. | |||
1998-03-13 | sync | Theo de Raadt | |
1998-03-13 | activate that rpcauth manpage | Theo de Raadt | |
1998-03-12 | minor glitch | Theo de Raadt | |
1998-03-12 | explain security considerations in some detail | Theo de Raadt | |
1998-03-12 | Treat IDE as ESDI in -e mode just like we do in -E mode. | Todd C. Miller | |