summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-07-19typoAlexander Yurchenko
2003-07-19Actually, this shows the problem.Cedric Berger
2003-07-19Verify that no skip step apply to theses rules for the source address.Cedric Berger
2003-07-19The last parameter to _dma_init for wdc code is flags, not read,Dale Rahn
2003-07-19Skip step optimization involving dynaddr, tables, no-route.Cedric Berger
2003-07-19Simplify struct pf_pooladdr to include struct pf_addr_wrap directlyCedric Berger
2003-07-19- sync with NetBSD or Niels' tarball where appropriateNikolay Sturm
2003-07-19redrew -> redraw;Jason McIntyre
2003-07-19Ericsson DCU-10 & DCU-11 is a simple USB->Serial device.Cedric Berger
2003-07-19syncCedric Berger
2003-07-19Ericsson DCU-10 & DCU-11, made by Susteen, Inc.Cedric Berger
2003-07-19regress test for sftp arguments with escaped quotes; ok markusDamien Miller
2003-07-19fix sftp filename parsing for arguments with escaped quotes. bz #517; ok markusDamien Miller
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-07-18add missing includesDavid Krause
2003-07-18add missing includesDavid Krause
2003-07-18caddr_t -> void *. ok millert@ tdeval@Ted Unangst
2003-07-18add missing includesDavid Krause
2003-07-18remove the extra / in pathDavid Krause
2003-07-18#include "http_main.h" for the chroot functionsDavid Krause
2003-07-18Previously, "cat" mode (ie: zcat) was set if no input file was specified,Todd C. Miller
2003-07-18Change "nosave" back into a boolean for improved grokability.Todd C. Miller
2003-07-18one time -h is enoughHenning Brauer
2003-07-18Document changes in the package repository area: no moreMarc Espie
2003-07-18document old RESTRICTED, CAT/MAN stuff.Marc Espie
2003-07-18check v_mount for NULL before using. ok art@Ted Unangst
2003-07-18Fix print if minor of library used is is less than requested. ok tdeval@Dale Rahn
2003-07-18remove #if 0 portionJun-ichiro itojun Hagino
2003-07-18Fix for builds with NOPROFILE set. PR3354, ok pval@.Matthieu Herrb
2003-07-18Simplify handling of flags (-R, -N...). Remove PFCTL_FLAG_ALL.Cedric Berger
2003-07-18syncAlexander Yurchenko
2003-07-18Add Intel 82801EB/ER SATA controller found in the dmesg from todd@.Alexander Yurchenko
2003-07-18remove junk; ok otto teduTheo de Raadt
2003-07-18userid is unsigned, but well, force it anyways; andrushock@korovino.netTheo de Raadt
2003-07-18unsigned uid; andrushock@korovino.netTheo de Raadt
2003-07-17cc -O2 -pipe -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DDYN_ALLOC -c ...Todd C. Miller
2003-07-17A set of regressions to test diff(1).Otto Moerbeek
2003-07-17note non-free parts that got yanked years ago; tom.cosgrove@arches-consulting...Theo de Raadt
2003-07-17two calls is less than a loop for two; millert@ okMichael Shalayeff
2003-07-17o implement -l, -n and -N (including setting outfile + mtime)Todd C. Miller
2003-07-17Fix merge error.Otto Moerbeek
2003-07-17test -fPeter Valchev
2003-07-17test grep -CPeter Valchev
2003-07-17Make it clear what -C does w/o having to read the description of -A/-B.Todd C. Miller
2003-07-17fix scrub frag reassembly after the stack's ip_len/ip_off flip correctionMike Frantzen
2003-07-17add support for ESP decryption; ok deraadt@; feedback mickey@;Markus Friedl
2003-07-17topyMichael Shalayeff
2003-07-16Deal with files that lack a final newline before EOF (you naughtyTodd C. Miller
2003-07-16some minor DPADD changesTheo de Raadt
2003-07-16When reallocing pattern, use sizeof(*pattern) not sizeof(int).Todd C. Miller