summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-03-02Accept deroff's -m flags too.Todd C. Miller
2002-03-02No more writable strings in -b mode.Todd C. Miller
2002-03-02Kill JOB_REMIGRATE.Marc Espie
2002-03-02Document PORTHOME.Marc Espie
2002-03-02more logical order of operations, caveatsMichael Shalayeff
2002-03-02Add machine specific commands to the bootblocks, to let the user displayMiod Vallat
2002-03-02Add a strcmp() prototype, which will be needed shortly.Miod Vallat
2002-03-02Merge the useful bits of the 4.4BSD src/share/dict/README andTodd C. Miller
2002-03-02document tcp.ackonpushNiels Provos
2002-03-02disable immediate ack on TH_PUSH. make behaviour sysctl tuneable.Niels Provos
2002-03-02kill #ifdef REMOTE stuff that only obfuscates issues.Marc Espie
2002-03-01reassignMichael Shalayeff
2002-03-01fix a few irq assignmentsMichael Shalayeff
2002-03-01remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead.Niels Provos
2002-03-01Sort -df, not sort -fTodd C. Miller
2002-03-01spell command from 4.4BSD, now freed by Caldera.Todd C. Miller
2002-03-01From NetBSD, noticed by Alexander YurchenkoChris Cappuccio
2002-03-01Change a config(8) reference to a more appropriate boot_config(8) reference.Miod Vallat
2002-03-01disable undo until it is fixed to be (1) correct and (2) not crash like it do...Theo de Raadt
2002-03-01Update to reflect recent changes in DH group handling. Remove BUGSHakan Olsson
2002-03-01Change DH group handling in the pre-generated parts of theHakan Olsson
2002-03-01this is needed tooMarc Espie
2002-03-01undo the 'delay hostname lookup' changeMarkus Friedl
2002-03-01Kill hand-made memory allocation code, that is definitely buggy.Marc Espie
2002-03-01fp doesn't necessarily have to be set when we do the early FRELE.Artur Grabowski
2002-03-01sync with KAMEKenjiro Cho
2002-03-01sync with KAMEKenjiro Cho
2002-03-01mac68k syncMiod Vallat
2002-03-01sync with KAMEKenjiro Cho
2002-03-01document cryptodevallowsoftNiels Provos
2002-03-01sysctl for cryptodevallowsoft - /dev/crypto will allow the software engineNiels Provos
2002-03-01remove CRYPTO_BUF_CONTIG and convert to handle iovs. okay deraadt@Niels Provos
2002-03-01helper functions for uio (cuio_apply and cuio_getptr) okay deraadt@Niels Provos
2002-03-01#!/bin/sh not cshMiod Vallat
2002-03-01Fix an err() that should really be errx()Todd C. Miller
2002-03-01Add a big CAVEATS section that explains the volatile environment whenArtur Grabowski
2002-02-28Remove the ifconfig line again, it's in pflog(4), which is now linked,Daniel Hartmeier
2002-02-28Document ethernet layer expressions.Daniel Hartmeier
2002-02-28Up the pflog0 interface. alphabetize xrefs and add pflog(4)Kjell Wooding
2002-02-28forgot viper_hpaMichael Shalayeff
2002-02-28change the text following the preprocessor directives '#else' andDan Harnett
2002-02-28hide proto from locoreMichael Shalayeff
2002-02-28All the -m options were not being displayed, use .Oo and .Oc toTodd C. Miller
2002-02-28merge mod_ssl 2.8.7Brad Smith
2002-02-28log user not allowed details, from dwd@bell-labs.com; ok markus@Kevin Steves
2002-02-28-u0 DNS for user@hostKevin Steves
2002-02-28no, that error message was bad.Bob Beck
2002-02-28DenyUsers allows user@host pattern alsoKevin Steves
2002-02-28Some new servers return the hostname as type XBob Beck
2002-02-28delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsersKevin Steves