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