Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-07-19 | The last parameter to _dma_init for wdc code is flags, not read, | 1 | -5/+6 | ||
mask of just the desired bit. ok grange@ | |||||
2003-07-19 | Skip step optimization involving dynaddr, tables, no-route. | 4 | -3/+167 | ||
Optimisation should be done on theses rules. | |||||
2003-07-19 | Simplify struct pf_pooladdr to include struct pf_addr_wrap directly | 5 | -44/+45 | ||
instead of indirectly trough struct pf_rule_addr. Ryan McBride says: If I'm not mistaken, the code _used_ to use the ports in pf_rule_addr as well. The code was changed to fix some of the bugs with port ranges, but it was too late in the release cycle to make kernel API changes, so the structure was left as is. Needless to say: KERNEL/USERLAND SYNC REQUIRED. ok henning@ mcbride@ | |||||
2003-07-19 | - sync with NetBSD or Niels' tarball where appropriate | 11 | -94/+178 | ||
- keeps local changes - fixes a bug in profile feedback optimization and avoids symbol conflicts with errno - new feature: "ask" action itojun@ ok | |||||
2003-07-19 | redrew -> redraw; | 2 | -4/+4 | ||
from Andrey Matveev. | |||||
2003-07-19 | Ericsson DCU-10 & DCU-11 is a simple USB->Serial device. | 1 | -1/+3 | ||
ok+thanks todd@ | |||||
2003-07-19 | sync | 2 | -4/+20 | ||
2003-07-19 | Ericsson DCU-10 & DCU-11, made by Susteen, Inc. | 1 | -1/+5 | ||
ok+thanks todd@ | |||||
2003-07-19 | regress test for sftp arguments with escaped quotes; ok markus | 1 | -1/+11 | ||
2003-07-19 | fix sftp filename parsing for arguments with escaped quotes. bz #517; ok markus | 1 | -16/+33 | ||
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | 10 | -20/+20 | ||
ok millert@ | |||||
2003-07-18 | add missing includes | 14 | -25/+52 | ||
ok tedu@ | |||||
2003-07-18 | add missing includes | 9 | -15/+26 | ||
ok tedu@ | |||||
2003-07-18 | caddr_t -> void *. ok millert@ tdeval@ | 2 | -4/+4 | ||
2003-07-18 | add missing includes | 13 | -20/+37 | ||
ok tedu@ | |||||
2003-07-18 | remove the extra / in path | 2 | -4/+4 | ||
ok deraadt@ millert@ | |||||
2003-07-18 | #include "http_main.h" for the chroot functions | 15 | -13/+28 | ||
fixes some implicit declaration warnings ok henning@ | |||||
2003-07-18 | Previously, "cat" mode (ie: zcat) was set if no input file was specified, | 1 | -3/+4 | ||
and input was read from the standard input. However, if the -o option is specified, we don't need (or want) cat mode since the user has told us where the output should go. | |||||
2003-07-18 | Change "nosave" back into a boolean for improved grokability. | 1 | -6/+9 | ||
It is now initialized to -1 and, if the user did not specify the -n or -N flags, is set equal to "decomp". In other words, unless overridden via -n/-N, it is false when compressing, and true when decompressing (which is what we want). | |||||
2003-07-18 | one time -h is enough | 1 | -4/+1 | ||
Bruno Saverio Delbono <bdelbono@leviathan.lucifer.at> | |||||
2003-07-18 | Document changes in the package repository area: no more | 1 | -28/+31 | ||
ftp-packages/cdrom-packages. Renaming of files. | |||||
2003-07-18 | document old RESTRICTED, CAT/MAN stuff. | 1 | -2/+20 | ||
2003-07-18 | check v_mount for NULL before using. ok art@ | 1 | -4/+8 | ||
2003-07-18 | Fix print if minor of library used is is less than requested. ok tdeval@ | 2 | -8/+8 | ||
2003-07-18 | remove #if 0 portion | 1 | -20/+1 | ||
2003-07-18 | Fix for builds with NOPROFILE set. PR3354, ok pval@. | 1 | -1/+5 | ||
2003-07-18 | Simplify handling of flags (-R, -N...). Remove PFCTL_FLAG_ALL. | 3 | -40/+30 | ||
ok dhartmei@ | |||||
2003-07-18 | sync | 2 | -2/+7 | ||
2003-07-18 | Add Intel 82801EB/ER SATA controller found in the dmesg from todd@. | 1 | -1/+2 | ||
ok deraadt@ | |||||
2003-07-18 | remove junk; ok otto tedu | 17 | -1450/+445 | ||
2003-07-18 | userid is unsigned, but well, force it anyways; andrushock@korovino.net | 1 | -2/+2 | ||
2003-07-18 | unsigned uid; andrushock@korovino.net | 1 | -2/+2 | ||
2003-07-17 | cc -O2 -pipe -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DDYN_ALLOC -c unpGet rid of ugly hack in readhash() that appears to be there for | 1 | -26/+7 | ||
machines with a 16 bit word size. Also replace (HALFLONG - 1) with a new define, HASHMASK since it really is a mask. None of this results in any actual change in behavior. | |||||
2003-07-17 | A set of regressions to test diff(1). | 21 | -0/+6482 | ||
Currently standard, context and unified diffs are tested by diffing two files and then applying the patch on a copy of the first file using patch(1). Next, the result is compared with the original first file using cmp(1). ok millert@ tedu@ | |||||
2003-07-17 | note non-free parts that got yanked years ago; tom.cosgrove@arches-consulting.com | 1 | -27/+3 | ||
2003-07-17 | two calls is less than a loop for two; millert@ ok | 1 | -4/+4 | ||
2003-07-17 | o implement -l, -n and -N (including setting outfile + mtime) | 5 | -138/+380 | ||
o make -v behave like GNU gzip for compress/decompress stats o write a full gzip header w/ mtime and file name o for -t/-l just don't write data instead of writing to /dev/null o exit code is now more consistent with GNU gzip o a crc error on decompress no longer causes unlink(outfile) mickey@ OK | |||||
2003-07-17 | Fix merge error. | 1 | -4/+4 | ||
ok millert@ tedu@ | |||||
2003-07-17 | test -f | 1 | -3/+6 | ||
2003-07-17 | test grep -C | 2 | -2/+8 | ||
2003-07-17 | Make it clear what -C does w/o having to read the description of -A/-B. | 1 | -1/+2 | ||
Lack of clarity pointed out by Sam Smith, different fix suggested by jmc@ | |||||
2003-07-17 | fix scrub frag reassembly after the stack's ip_len/ip_off flip correction | 1 | -20/+25 | ||
ok itojun@ and dhartmei@. heckling from henning@ | |||||
2003-07-17 | add support for ESP decryption; ok deraadt@; feedback mickey@; | 4 | -29/+211 | ||
many manpage fixes from jmc@ | |||||
2003-07-17 | topy | 1 | -2/+2 | ||
2003-07-16 | Deal with files that lack a final newline before EOF (you naughty | 1 | -24/+42 | ||
emacs users!). In most cases this just means checking for EOF in addition to '\n'. However, we need to tread carefully in readhash(). There we return 0 on EOF iff it is the first char in a "line". Additionally, if the -b or -w flags were specified and the last character in one file was '\n' but the other file is missing '\n', pretend that we didn't see the newline in the one file. This is consistent with GNU diff. For the non-{b,w} case, print "\ No newline at end of file" when we see EOF before a newline in one file where the other file has one. Again, this is for consistency with GNU diff and patch(1) in -current knows how to interpret this message. OK tedu@ and otto@ | |||||
2003-07-16 | some minor DPADD changes | 6 | -17/+16 | ||
2003-07-16 | When reallocing pattern, use sizeof(*pattern) not sizeof(int). | 1 | -3/+3 | ||
Fixes a problem on sparc64 where sizeof(int) != sizeof(pointer). Based on a patch from Brian Poole; tedu@ OK | |||||
2003-07-16 | Teach patch how to deal with \ No newline at end of file. | 1 | -2/+63 | ||
From NetBSD. ok deraadt@ | |||||
2003-07-16 | sun disklabels need updating too. frag size -> 2048. | 2 | -6/+6 | ||
pointed out by deraadt@ | |||||
2003-07-16 | new default frag/block sizes. | 2 | -8/+8 | ||
reminded by millert@ |