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