Age | Commit message (Expand) | Author |
2004-01-08 | add dirhash sysctls | Ted Unangst |
2004-01-07 | document syn cache sysctl; ok deraadt, jmc, itojun | Markus Friedl |
2004-01-07 | Better diagnostic message if we can't open the external MBR file | Tom Cosgrove |
2004-01-07 | Sync fdisk's internal master boot record with the recent changes | Tom Cosgrove |
2004-01-06 | small typos fixed. | Hans-Joerg Hoexer |
2004-01-06 | Remove redundant test for file types. Noted by Stefan Paletta. | Hans-Joerg Hoexer |
2004-01-05 | few off by ones in strlcpy overflow check; Patrick Latifi | Henning Brauer |
2004-01-05 | 0K == -273.15C and sync computation with drivers; ok grange | Markus Friedl |
2004-01-05 | include path fixes for gcc3. | Marc Espie |
2004-01-04 | don't ignore "!" on "binat on !foo". ok mcbride@ | Cedric Berger |
2004-01-03 | Be more careful with INITIAL-CONTACT and do not delete SPIs when getting | Hakan Olsson |
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 |