Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-11-08 | Remove file commited by accident | 1 | -1300/+0 | ||
2003-11-08 | remove two words that were never visible anyway, due to too many args | 1 | -2/+2 | ||
passed to macro; | |||||
2003-11-08 | add -v and -w window to usage(); | 1 | -2/+4 | ||
2003-11-08 | - correct SYNOPSIS | 2 | -23/+24 | ||
- sort options - sync usage() - new sentence, new line | |||||
2003-11-08 | - ommited -> omitted | 1 | -5/+5 | ||
- kill some whitespace at EOL - remove unnecessary args to .Nm | |||||
2003-11-08 | Print "|pfsync" if the packet is truncated, not "|pflog". | 1 | -3/+3 | ||
2003-11-08 | Avoid a race condition while swapping in a process. | 3 | -12/+25 | ||
Tested by mickey@, henning@, ericj@, and beck@. ok mickey@ | |||||
2003-11-08 | Remove compacting garbage collector. Fixes PR #3528. | 1 | -88/+9 | ||
Tested by henning@ and frisco@blackant.ne. ok mickey@, niklas@, and weingart@ | |||||
2003-11-08 | Add 'no-sync' state option to prevent state transition messages for states | 6 | -12/+60 | ||
created by this rule from appearing on the pfsync(4) interface. e.g. pass in proto tcp to self flags S/SA keep state (no-sync) ok cedric@ henning@ dhartmei@ | |||||
2003-11-07 | Check to make sure that the packet was received on a carp-enabled interface. | 3 | -4/+24 | ||
Pointed out by Marco Pfatschbacher, ok mickey@ | |||||
2003-11-07 | fix behavior when ipv6mr_interface is 0. reported on netbsd list | 1 | -4/+4 | ||
2003-11-07 | Clean up carp_iamatch() behaviour so we don't reply to arp requests when | 2 | -6/+5 | ||
the interface is ifconfig'd down. Patch from Marco Pfatschbacher | |||||
2003-11-07 | Correct url to docs site; from Jared Yanovich <jjy2+@pitt.edu>. | 1 | -2/+2 | ||
2003-11-07 | Add missing #ifdef INET6. | 1 | -1/+3 | ||
Courtesy of markus@ | |||||
2003-11-07 | updated URL and a typo from Jared Yanovich; | 1 | -4/+3 | ||
2003-11-07 | Add some missing mentions of 'synproxy state' | 1 | -8/+14 | ||
ok jmc@ | |||||
2003-11-07 | more updated URLs from Jared Yanovich; | 2 | -5/+5 | ||
2003-11-07 | the the; from rohee@ | 1 | -2/+2 | ||
2003-11-07 | update the ref to fips; from jared yanovich | 1 | -2/+2 | ||
2003-11-07 | fix the ref to hpux elf extensions; from Jared Yanovich <jjy2+@pitt.edu> | 1 | -3/+3 | ||
2003-11-07 | updated URLs from Jared Yanovich; | 5 | -17/+17 | ||
however, I did not apply the diff exactly. After hunting around I found URLs for the missing files, and the ../index.html link appears not to work. I replaced it with a more suitable link. | |||||
2003-11-07 | "the the" -> "the"; rohee@ | 9 | -19/+19 | ||
2003-11-07 | diffrently -> differently; | 1 | -1/+1 | ||
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | 33 | -74/+75 | ||
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@ | |||||
2003-11-07 | - document /etc/kbdtype | 1 | -25/+29 | ||
- sort options list and FILES - put example descriptions before examples and indent them ok mickey@ | |||||
2003-11-07 | - slight cleanup | 1 | -17/+78 | ||
- document some of the stuff in core.h - corrections from miod@ and myself; | |||||
2003-11-07 | document line length and group membership limits; | 1 | -2/+8 | ||
kill a stray .Pp; help and ok millert@ | |||||
2003-11-07 | hppa is bigendian | 1 | -1/+2 | ||
2003-11-07 | prevent overflow, see freebsd r1.32. also, do nicer reallocs. | 1 | -9/+13 | ||
ok millert@ otto@ | |||||
2003-11-06 | Do not use a reserved PTE bit as the wired bit, this can bite you. | 1 | -20/+18 | ||
From NetBSD (PR #11121) | |||||
2003-11-06 | handle +DISPLAY | 1 | -1/+5 | ||
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation; | 1 | -1/+3 | ||
tested on most archs, mickey missed pegasos. | |||||
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation; tested on most archs | 12 | -13/+36 | ||
2003-11-06 | Test #, n, and a. | 3 | -2/+19 | ||
2003-11-06 | Describe non-portable extension # (comment), n (print w/o newline), | 1 | -3/+24 | ||
and a (byte to char). Tweaks and ok jmc@ | |||||
2003-11-06 | Implement non-portable extension # (comment), n (print w/o newline), | 1 | -49/+99 | ||
and a (byte to char). | |||||
2003-11-06 | set env PKG_PREFIX for compatibility with old tools. | 2 | -2/+4 | ||
2003-11-06 | Tell people to set PKG_PATH for pkg_add - to handle dependencies. | 1 | -2/+6 | ||
2003-11-06 | ... pkg_add obviously much happier with borked_package... | 1 | -2/+12 | ||
2003-11-06 | verify libspec fully again (same code as old pkg add-on, mostly). | 1 | -1/+45 | ||
This ends the current batch of updates. Much thanks to sturm@ for testing and comments. | |||||
2003-11-06 | Split off dependency solving into its own function. | 1 | -50/+70 | ||
pkg without dependencies is not a special case, it will simply end up with an empty solved dependency list. Try harder to resolve dependencies without resorting to default, use other arguments on the command line first. This makes it possible to have pkg_add * run for the CD even if the CD doesn't contain only default packages as long as the packages satisfy the dependencies. | |||||
2003-11-06 | do not try to run the post-install script on an aborted pkg_add. | 1 | -2/+2 | ||
2003-11-06 | split out the registration process, and add a ^C handler, to that | 1 | -8/+57 | ||
half-installed packages register in a sensible way. | |||||
2003-11-06 | Handle pkg_add - | 2 | -16/+41 | ||
let pkg_add postpone conflict handling until it has the real name of the package if necessary, and let PackageLocator deal correctly with a '-' filename. | |||||
2003-11-06 | Allow the use of full paths to refer to installed packages, so that | 2 | -5/+18 | ||
pkg_delete /var/db/pkg/zsh-*/ works. | |||||
2003-11-06 | url2pkgname as an explicit function | 1 | -5/+13 | ||
2003-11-06 | Implement discovery of a `packing-list' prefix, e.g., the first @cwd | 2 | -2/+11 | ||
present in the packing-list (necessary for libdepends checking). | |||||
2003-11-06 | the previous change caused invalid checksums in some cases (rdr), | 1 | -24/+17 | ||
back it out temporarily, ok cedric@ | |||||
2003-11-06 | Style nits. | 16 | -61/+62 | ||
2003-11-06 | Require encrypted messages are soon as we have the keystate for it. | 2 | -9/+98 | ||
Require DELETE payloads to be accompanied by HASHes, and add validation for HASH payloads without active exchanges. From Hans-Joerg Hoexer with various modifications and suggestions from me and markus@. Ok markus@. |