summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2004-01-08add dirhash sysctlsTed Unangst
2004-01-07document syn cache sysctl; ok deraadt, jmc, itojunMarkus Friedl
2004-01-07Better diagnostic message if we can't open the external MBR fileTom Cosgrove
2004-01-07Sync fdisk's internal master boot record with the recent changesTom Cosgrove
2004-01-06small typos fixed.Hans-Joerg Hoexer
2004-01-06Remove redundant test for file types. Noted by Stefan Paletta.Hans-Joerg Hoexer
2004-01-05few off by ones in strlcpy overflow check; Patrick LatifiHenning Brauer
2004-01-050K == -273.15C and sync computation with drivers; ok grangeMarkus Friedl
2004-01-05include path fixes for gcc3.Marc Espie
2004-01-04don't ignore "!" on "binat on !foo". ok mcbride@Cedric Berger
2004-01-03Be more careful with INITIAL-CONTACT and do not delete SPIs when gettingHakan Olsson
2004-01-02factor out dump.c from rtsol by -DSMALLJun-ichiro itojun Hagino
2004-01-02unifdef for readability. req'ed by deraadtJun-ichiro itojun Hagino
2004-01-02fix mount_mfs example: -N is only an option for newfs not mount_mfsDavid Krause
2004-01-01use warnx for ENXIO devices, so that it says "Device not configured". ForTheo de Raadt
2003-12-31spacing. note this, cedricTheo de Raadt
2003-12-31Many improvements to the handling of interfaces in PF.Cedric Berger
2003-12-30fix TAILQ abuse.Henning Brauer
2003-12-30s/inadvertantly/inadvertently;Jason McIntyre
2003-12-29Add support for % and & units to indicate percent of total space andTodd C. Miller
2003-12-28zap bizarre log() prototype.Marc Espie
2003-12-27Remove extra \n from pf_print_state().Ryan Thomas McBride
2003-12-23automagically create pseudo-network interfaces; ok deraadt@Markus Friedl
2003-12-22use AES_BLOCK_SIZE only for USE_AES; report martti.kuparinen@iki.fi; ok ho@Markus Friedl
2003-12-20make disklabel docs more readable: more logical SYNOPSIS; sort options;Jason McIntyre
2003-12-19i wrote much of these, assert my copyrightHenning Brauer
2003-12-19document hw.{cpuspeed,setperf} sysctls;Jason McIntyre
2003-12-19assert copyright. i rewrite much of thisTheo de Raadt
2003-12-18Mention the exchange name when giving up on a message. Suggested byHakan Olsson
2003-12-17cosmetics, ok mcbride@Daniel Hartmeier
2003-12-17Add support for -DSMALL that doesn't need -lkvm (no -g option)Todd C. Miller
2003-12-16quotes, spaces and bars do not need to be escaped within displays;Jason McIntyre
2003-12-16- s/recieve/receiveJason McIntyre
2003-12-16Document new pfsync options (syncif, -syncif and maxupd).Ryan Thomas McBride
2003-12-16Check that max-src-states and max-src-nodes are not being set to 0.Ryan Thomas McBride
2003-12-16hostid is stored in network byte order, print in host byte order.Ryan Thomas McBride
2003-12-15Support for groups modp2048, modp3072, modp4096, modp6144 and modp8192 (IDs 14Hans-Joerg Hoexer
2003-12-15KNF here tooHenning Brauer
2003-12-15Whitespace.Ryan Thomas McBride
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
2003-12-15Add support to track stateful connections by source ip. This allows usRyan Thomas McBride
2003-12-14Log the actual port for src and dst, don't assume it's always 500.Hakan Olsson
2003-12-14Make isakmpd work on big endian linux machines. From Sebastian Klemke.Hakan Olsson
2003-12-08make man page more closely match what's in /proc;Jason McIntyre
2003-12-08add IOCIFGCLONERS; ifconfig -C; from netbsd; ok henning, deraadtMarkus Friedl
2003-12-07ANSIMarkus Friedl
2003-12-07typo; lists-openbsd@2ls4agd.netTheo de Raadt
2003-12-06bit more flesh to the create and destroy; thanks jmcTheo de Raadt
2003-12-05Style nitsHakan Olsson
2003-12-05madvise() the mfs storage area as randomly accessed as mfs does it's own clus...Michael Shalayeff