Go to file
matt 0228ca2671 Add support for printing out messages about missing packet gaps. This is
done with the -v switch.  If -q is also given with -v, then only the
packet gap messages will be printed along with summary after each gap
message.
2002-08-12 18:24:53 +00:00
bin calloc() arg mistake. it's (nelem, size). from openbsd 2002-08-12 02:37:26 +00:00
crypto sync with 0.9.6g 2002-08-09 15:58:46 +00:00
dist resolver(5) -> resolv.conf(5). PR 17691 2002-07-23 22:43:08 +00:00
distrib use current values for start/size/bsize/fsize as defaults when editing 2002-08-12 02:45:17 +00:00
etc Add usb*, ugen* 2002-08-11 13:21:07 +00:00
games calloc() arg mistake. it's (nelem, size). from openbsd 2002-08-12 02:37:26 +00:00
gnu bitmask operation audit (s/&&/&/). from openbsd 2002-08-08 15:12:09 +00:00
include Add humanize_number.3 from Tomas Svensson in PR lib/15508. 2002-08-08 16:50:35 +00:00
lib Do not assume int64_t is printable with %qd - on 64 bit ports it isn't. 2002-08-12 09:06:59 +00:00
libexec If the peer closes the connection in ttloop() 2002-08-12 09:19:00 +00:00
regress Remove extraneous \n's in {err,warn}{,x}. 2002-08-09 10:01:53 +00:00
sbin Add support for printing out messages about missing packet gaps. This is 2002-08-12 18:24:53 +00:00
share Fix typo. 2002-08-12 17:35:15 +00:00
sys wi_keylen is kept in little-endian order, so le16toh() it before 2002-08-12 16:56:39 +00:00
tools
usr.bin calloc() arg mistake. it's (nelem, size). from openbsd 2002-08-12 02:40:20 +00:00
usr.sbin Minor mdoc nit. 2002-08-12 18:08:13 +00:00
build.sh
BUILDING Remove duplicate 'files'. From Ryo HAYASAKA in toolchain/17674. 2002-07-22 09:49:05 +00:00
BUILDING.mdoc Remove duplicate 'files'. From Ryo HAYASAKA in toolchain/17674. 2002-07-22 09:49:05 +00:00
Makefile Fix botch in previous. Actually do "build" for "distribution". 2002-07-10 23:44:54 +00:00
Makefile.inc
UPDATING