Age | Commit message (Expand) | Author |
2004-01-02 | factor out dump.c from rtsol by -DSMALL | Jun-ichiro itojun Hagino |
2004-01-02 | unifdef for readability. req'ed by deraadt | Jun-ichiro itojun Hagino |
2004-01-02 | fix mount_mfs example: -N is only an option for newfs not mount_mfs | David Krause |
2004-01-01 | use warnx for ENXIO devices, so that it says "Device not configured". For | Theo de Raadt |
2003-12-31 | spacing. note this, cedric | Theo de Raadt |
2003-12-31 | Many improvements to the handling of interfaces in PF. | Cedric Berger |
2003-12-30 | fix TAILQ abuse. | Henning Brauer |
2003-12-30 | s/inadvertantly/inadvertently; | Jason McIntyre |
2003-12-29 | Add support for % and & units to indicate percent of total space and | Todd C. Miller |
2003-12-28 | zap bizarre log() prototype. | Marc Espie |
2003-12-27 | Remove extra \n from pf_print_state(). | Ryan Thomas McBride |
2003-12-23 | automagically create pseudo-network interfaces; ok deraadt@ | Markus Friedl |
2003-12-22 | use AES_BLOCK_SIZE only for USE_AES; report martti.kuparinen@iki.fi; ok ho@ | Markus Friedl |
2003-12-20 | make disklabel docs more readable: more logical SYNOPSIS; sort options; | Jason McIntyre |
2003-12-19 | i wrote much of these, assert my copyright | Henning Brauer |
2003-12-19 | document hw.{cpuspeed,setperf} sysctls; | Jason McIntyre |
2003-12-19 | assert copyright. i rewrite much of this | Theo de Raadt |
2003-12-18 | Mention the exchange name when giving up on a message. Suggested by | Hakan Olsson |
2003-12-17 | cosmetics, ok mcbride@ | Daniel Hartmeier |
2003-12-17 | Add support for -DSMALL that doesn't need -lkvm (no -g option) | Todd C. Miller |
2003-12-16 | quotes, spaces and bars do not need to be escaped within displays; | Jason McIntyre |
2003-12-16 | - s/recieve/receive | Jason McIntyre |
2003-12-16 | Document new pfsync options (syncif, -syncif and maxupd). | Ryan Thomas McBride |
2003-12-16 | Check that max-src-states and max-src-nodes are not being set to 0. | Ryan Thomas McBride |
2003-12-16 | hostid is stored in network byte order, print in host byte order. | Ryan Thomas McBride |
2003-12-15 | Support for groups modp2048, modp3072, modp4096, modp6144 and modp8192 (IDs 14 | Hans-Joerg Hoexer |
2003-12-15 | KNF here too | Henning Brauer |
2003-12-15 | Whitespace. | Ryan Thomas McBride |
2003-12-15 | Add initial support for pf state synchronization over the network. | Ryan Thomas McBride |
2003-12-15 | Add support to track stateful connections by source ip. This allows us | Ryan Thomas McBride |
2003-12-14 | Log the actual port for src and dst, don't assume it's always 500. | Hakan Olsson |
2003-12-14 | Make isakmpd work on big endian linux machines. From Sebastian Klemke. | Hakan Olsson |
2003-12-08 | make man page more closely match what's in /proc; | Jason McIntyre |
2003-12-08 | add IOCIFGCLONERS; ifconfig -C; from netbsd; ok henning, deraadt | Markus Friedl |
2003-12-07 | ANSI | Markus Friedl |
2003-12-07 | typo; lists-openbsd@2ls4agd.net | Theo de Raadt |
2003-12-06 | bit more flesh to the create and destroy; thanks jmc | Theo de Raadt |
2003-12-05 | Style nits | Hakan Olsson |
2003-12-05 | madvise() the mfs storage area as randomly accessed as mfs does it's own clus... | Michael Shalayeff |
2003-12-04 | Validate SPIs presented in DELETE messages of the informational exchange. | Hans-Joerg Hoexer |
2003-12-04 | Typos | Miod Vallat |
2003-12-04 | no, you cannot form a raid from wd0h and wd0h. | Henning Brauer |
2003-12-03 | add support for ifconfig clone; from netbsd; ok deraadt, henning | Markus Friedl |
2003-12-02 | UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) | Markus Friedl |
2003-11-29 | allow ':' (range including boundaries) to be used whereever '><' (range | Daniel Hartmeier |
2003-11-25 | - document interaction with SIGINFO, as observed by Franciszek Holop on misc@ | Jason McIntyre |
2003-11-22 | daniel stumbled over a broken regress test, and it turned out that I forgot | Henning Brauer |
2003-11-21 | - standard SYNOPSIS | Jason McIntyre |
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy |
2003-11-20 | use .Dv for AF_INET and AF_INET6 (kills ugly line break); | Jason McIntyre |