summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-07-13my loathing for gcc runneth over: another case where a bitfield isn'tJason Wright
2003-07-13Install zdiff.1; noted by marc@Todd C. Miller
2003-07-13betterBrad Smith
2003-07-13make this compile on big endian systems.Brad Smith
2003-07-12alphabetical sort is cool.Marc Espie
2003-07-12clean and thorough description of distpatch/patch.Marc Espie
2003-07-12Document pre,do,post hooks.Marc Espie
2003-07-12remove zdiff now that compress has its ownTodd C. Miller
2003-07-12Add zdiffTodd C. Miller
2003-07-12Document INTERACTIVE, HOMEPAGE, FULLPKGPATH.Marc Espie
2003-07-12remove the description of concurrent from SEPARATE_BUILD, this is onlyMarc Espie
2003-07-12Document CDIAGFLAGS, CXXDIAGFLAGS, CXXFLAGS, DESTDIR, FAKE_TARGET.Marc Espie
2003-07-12Distinguish some User settings variables.Marc Espie
2003-07-12Remove two htons(), which were meant as ntohs(), and are wrong sinceDaniel Hartmeier
2003-07-12Prevent u_int16_t variable from overflowing and get rid of the compilerDaniel Hartmeier
2003-07-12try the supported immediate asi's, too.Jason Wright
2003-07-12flip through a few %asi values to make sure the right stuff is generatedJason Wright
2003-07-12grr. 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/stqfaJason Wright
2003-07-12cleaning and prototypesJason Wright
2003-07-12cleaning and prototypesJason Wright
2003-07-12simplistic regression tests for ldq/stqJason Wright
2003-07-12add reg test properlyJason Wright
2003-07-12almost full emulation of stq(a)/ldq(a):Jason Wright
2003-07-11license oops; from teduTheo de Raadt
2003-07-11Set pcb_onfault earlier in 386 version of copyout and clean upArtur Grabowski
2003-07-11don't hardcode the default linker emulation type.Brad Smith
2003-07-11debug only; mickey okTheo de Raadt
2003-07-11fix some displays;Jason McIntyre
2003-07-11stop groff trying to expand %B and %D;Jason McIntyre
2003-07-11fix some lists and macros;Jason McIntyre
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