summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1998-03-12delete AFS thing; it was not tested at all obviouslyTheo de Raadt
1998-03-12build afslog only when AFS == "yes"Artur Grabowski
1998-03-12build with -DNO_AFS when AFS from bsd.own.mk != yes.Artur Grabowski
People that run AFS will now have some nice features.
1998-03-12repair tn3270Theo de Raadt
1998-03-12Variable to allow AFS support for certain utils and libs.Artur Grabowski
1998-03-12build afslogArtur Grabowski
1998-03-12utility to buy AFS-tokens if you happen to have AFS.Artur Grabowski
1998-03-12nicer and cleaner.Artur Grabowski
1998-03-12-g is not necessaryArtur Grabowski
1998-03-12formattingTheo de Raadt
1998-03-12prettyTheo de Raadt
1998-03-12OpenBSD ID (changed from NetBSD)Paul Janzen
1998-03-12OpenBSD ID and minor fixesPaul Janzen
1998-03-12OpenBSD rscid and proper gid revoke (again)Paul Janzen
1998-03-12a nice little spaceTheo de Raadt