summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-07-11Illegal table definitions.Cedric Berger
2003-07-11More complete table definition.Cedric Berger
2003-07-11Better parsing and -v support for tables:Cedric Berger
2003-07-11fix mdoc syntaxDavid Krause
2003-07-11No longer need to assume -g when reading from stdin.Todd C. Miller
2003-07-11Move magic number checking into main.c and make it work whenTodd C. Miller
2003-07-10unlock on error condition. from Tim Wiess. ok csapuntz@ millert@Ted Unangst
2003-07-10in statfs, cast disk size to int64_t to prevent overflow on large disks.Ted Unangst
2003-07-10Add sigmask testMarco S Hyman
2003-07-10Add test to ensure that a masked signal with a default action ofMarco S Hyman
2003-07-10sync usage with manpage, add missing -RMarkus Friedl
2003-07-10vlan tag is 12-bits, not 16-bitsAnil Madhavapeddy
2003-07-10unifdef -UNEW_FPSTATE in attempt to make it more clearJason Wright
2003-07-10small bit of cleaningJason Wright
2003-07-10restore grep -v semantics, print lines that don't match any (mismatch all)Daniel Hartmeier
2003-07-10Use a logical comparison (unsigned) for pointers. ok drahn@Thierry Deval
2003-07-10Properly determine the capacity for LBA48 drives and also removeAlexander Yurchenko
2003-07-10grep should exit(2) on error, not exit(1) (1 means no matches found).Todd C. Miller
2003-07-10knfTheo de Raadt
2003-07-10Fix parsing of -NUMBER. We now do things a digit at a time andTodd C. Miller
2003-07-10A matching diff3 from 32V w/ some UCB changes. I cleaned this up a bitTodd C. Miller
2003-07-10- working emulation for POPC instructionJason Wright
2003-07-10unbreakJason Wright
2003-07-10extremely simplistic registered popc testJason Wright
2003-07-10Try to ensure that ftp gets install sets from the same directory itKenneth R Westerback
2003-07-10ids and copyrightJason Wright
2003-07-10the 2^(blocksize*2) rekeying limit is too expensive for 3DES,Markus Friedl
2003-07-10regression for emulation of POPC instruction (currently only the signJason Wright
2003-07-10Ensure that the install/upgrade process is not troubled by any ulimitKenneth R Westerback
2003-07-10more instructions in type 3, op=2Jason Wright
2003-07-10fix some lists and macros;Jason McIntyre
2003-07-10trivial protosTheo de Raadt
2003-07-10simplify and cleanup examples; we now only setup flows forMarkus Friedl
2003-07-10put a xdr_ypresp_all_seq proto hereTheo de Raadt
2003-07-105 missing protosTheo de Raadt
2003-07-10get rid of config.h; ok miod@, millert@, deraadt@Markus Friedl
2003-07-10correct another incorrect comparison in ip6 normalization.Jun-ichiro itojun Hagino
2003-07-10Fix merging of host lists.Cedric Berger
2003-07-10- add some missing .Xr's and kill some dead onesJason McIntyre
2003-07-10wrong comparison of IPv6 packetsizeJun-ichiro itojun Hagino
2003-07-10Prevent getopts from interpreting +X as -X; avoid the need for a hack.Todd C. Miller
2003-07-10add missing includesDavid Krause
2003-07-10add missing includesDavid Krause
2003-07-10add missing includesDavid Krause
2003-07-10add missing includesDavid Krause
2003-07-09part of infrastructure to deal with emulated stqf/ldqf:Jason Wright
2003-07-09check if m->m_pkthdr.len is too shortJun-ichiro itojun Hagino
2003-07-09don't check exact ip6_plen and m->m_pkthdr.len match, as ip6_input()Jun-ichiro itojun Hagino
2003-07-09do not flip ip_len/ip_off in netinet stack. deraadt ok.Jun-ichiro itojun Hagino
2003-07-09open() is not ANSI;Jason McIntyre