Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-12 | Remove two htons(), which were meant as ntohs(), and are wrong since | Daniel Hartmeier | |
ip_ouput() flipped byte order. From Pyun YongHyeon. ok itojun@ | |||
2003-07-12 | Prevent u_int16_t variable from overflowing and get rid of the compiler | Daniel Hartmeier | |
warning. From Pyun YongHyeon. ok itojun@ | |||
2003-07-12 | try the supported immediate asi's, too. | Jason Wright | |
2003-07-12 | flip through a few %asi values to make sure the right stuff is generated | Jason Wright | |
2003-07-12 | grr. gcc has bugs in its bitfields, work around it. | Jason Wright | |
2003-07-12 | %asi is in tf_tstate... nail the last variant of ldqfa/stqfa | Jason Wright | |
2003-07-12 | cleaning and prototypes | Jason Wright | |
2003-07-12 | cleaning and prototypes | Jason Wright | |
2003-07-12 | simplistic regression tests for ldq/stq | Jason Wright | |
badfreg: attempts to execute invalid opcodes (invalid floating point regs) goodfreg: runs through all valid fp regs | |||
2003-07-12 | add reg test properly | Jason Wright | |
2003-07-12 | almost full emulation of stq(a)/ldq(a): | Jason Wright | |
- the only missing bit is the variant that uses %asi... explicit asi or implicit asi appears to work - also, a slightly improved popc loop based on a link from otto | |||
2003-07-11 | license oops; from tedu | Theo de Raadt | |
2003-07-11 | Set pcb_onfault earlier in 386 version of copyout and clean up | Artur Grabowski | |
some register handling. Based on NetBSD. Solves one of the problems on 386. toby@ ok. | |||
2003-07-11 | don't hardcode the default linker emulation type. | Brad Smith | |
ok drahn@ | |||
2003-07-11 | debug only; mickey ok | Theo de Raadt | |
2003-07-11 | fix some displays; | Jason McIntyre | |
2003-07-11 | stop groff trying to expand %B and %D; | Jason McIntyre | |
remove some unnecessary .Pp's; | |||
2003-07-11 | fix some lists and macros; | Jason McIntyre | |
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 | |
- remove the tableaddrs and tableaddr yacc production and reuse host_list instead. - produce better error messages. - do not load addresses from external file when it is not required (like with -R option). - store initializers in a new node_tinit linked list before putting them into the address buffer (see next point). - add a new print_tabledef() function, which makes "pfctl -nvf" print something useful for table definitions, which in turn makes it possible to write better regress tests (see first chunk of the diff) and bring table definition consistant with other parsed rules. ok dhartmei@ | |||
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 | |
decompressing from a pipe. Currently assumes that magic numbers are 2 bytes but this is relatively easy to change as needed in the future. Discussed w/ mickey@ | |||
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 | |
from Peter Galbavy | |||
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 | |
terminate process doesn't terminate the process. It will until a libpthread fix is verify and commited. | |||
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 | |
jason@ ok | |||
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 | |
patterns. ok tedu@, millert@ | |||
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 | |
the check for obsoleted bits in the identify word 0 since some drives put garbage there. Tested by Peter Galbavy <peter.galbavy@knowtion.net> and avsm@. | |||
2003-07-10 | grep should exit(2) on error, not exit(1) (1 means no matches found). | Todd C. Miller | |
deraadt@ OK | |||
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 | |
keep track of what the last char from getopt was as well as the previous value of optind so we know when a new number has started. | |||
2003-07-10 | A matching diff3 from 32V w/ some UCB changes. I cleaned this up a bit | Todd C. Miller | |
(KNF and -Wall) and rewrote the shell front-end. | |||
2003-07-10 | - working emulation for POPC instruction | Jason Wright | |
- good start are fully decoding LDQF(A)/STQF(A) | |||
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 | |
looked in to get the list of available sets. The list of available sets is obtained by connecting to the ftp server interactively and issuing the commands user <user> <pass> cd <dir> ls where <dir> is treated as a relative path unless the user enters an initial '/'. But the files are obtained by issuing the command ftp ftp://<user>:<pass>@<host>/<dir> and here <dir> is treated as an absolute path. When using non-anonymous ftp this difference in the treatment of <dir> could result in a) Unhelpful error messages and unsuccessfull transfers. b) Different sets than intended being installed. c) Incorrect lists of available sets being displayed. Now, the non-anonymous ftp transfer command with relative paths (i.e. no leading '/' or '~') will look like ftp ftp://<user>:<pass>@<host>/~/<dir> Problem reported by (amoung others) Sebastian Stark, Nick Holland, Steven Boothe, Sam Smith, Sergey Smitienko, Stephen Marley, Brad Ely. ok millert@. | |||
2003-07-10 | ids and copyright | Jason Wright | |
2003-07-10 | the 2^(blocksize*2) rekeying limit is too expensive for 3DES, | Markus Friedl | |
blowfish, etc, so enforce a 1GB limit for small blocksizes. | |||
2003-07-10 | regression for emulation of POPC instruction (currently only the sign | Jason Wright | |
extended immediate is tested)... register version in a bit. | |||
2003-07-10 | Ensure that the install/upgrade process is not troubled by any ulimit | Kenneth R Westerback | |
settings. Set them all to 'unlimited'. Problem with datasize limit vs fsck of large filesystem noted by millert@. ok millert@. | |||
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 | |